@hiver/connector-admin 3.0.2 → 3.0.3-unifiedView-beta.0
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/app/connectors/index.d.ts +1 -1
- package/app/connectors/index.d.ts.map +1 -1
- package/app/index.d.ts +1 -1
- package/app/index.d.ts.map +1 -1
- package/bootstrap.d.ts +4 -0
- package/bootstrap.d.ts.map +1 -0
- package/index.d.ts +1 -1
- package/index.d.ts.map +1 -1
- package/index.es.js +17544 -12979
- package/index.umd.js +1927 -252
- package/main.d.ts +0 -1
- package/main.d.ts.map +1 -1
- package/package.json +1 -1
- package/style.css +1 -0
- package/testing/mocks/handlers/connector-template.d.ts +1 -1
- package/testing/mocks/handlers/connector-template.d.ts.map +1 -1
- package/types/router.d.ts +1 -0
- package/types/router.d.ts.map +1 -1
- package/v2/app/connectors/index.d.ts +3 -0
- package/v2/app/connectors/index.d.ts.map +1 -0
- package/v2/app/connectors/pages/Dashboard/index.d.ts +3 -0
- package/v2/app/connectors/pages/Dashboard/index.d.ts.map +1 -0
- package/v2/app/connectors/pages/Dashboard/style.d.ts +8 -0
- package/v2/app/connectors/pages/Dashboard/style.d.ts.map +1 -0
- package/v2/app/connectors/pages/api-view/__tests__/connector-config.test.d.ts +2 -0
- package/v2/app/connectors/pages/api-view/__tests__/connector-config.test.d.ts.map +1 -0
- package/v2/app/connectors/pages/api-view/index.d.ts +2 -0
- package/v2/app/connectors/pages/api-view/index.d.ts.map +1 -0
- package/v2/app/connectors/pages/api-view/style.d.ts +5 -0
- package/v2/app/connectors/pages/api-view/style.d.ts.map +1 -0
- package/v2/app/connectors/pages/auth-success/index.d.ts +2 -0
- package/v2/app/connectors/pages/auth-success/index.d.ts.map +1 -0
- package/v2/app/connectors/pages/auth-success/styles.d.ts +4 -0
- package/v2/app/connectors/pages/auth-success/styles.d.ts.map +1 -0
- package/v2/app/connectors/pages/connector-edit/index.d.ts +2 -0
- package/v2/app/connectors/pages/connector-edit/index.d.ts.map +1 -0
- package/v2/app/connectors/pages/settings/components/upgrade-guide/index.d.ts +7 -0
- package/v2/app/connectors/pages/settings/components/upgrade-guide/index.d.ts.map +1 -0
- package/v2/app/connectors/pages/settings/components/upgrade-guide/styles.d.ts +8 -0
- package/v2/app/connectors/pages/settings/components/upgrade-guide/styles.d.ts.map +1 -0
- package/v2/app/connectors/pages/settings/index.d.ts +6 -0
- package/v2/app/connectors/pages/settings/index.d.ts.map +1 -0
- package/v2/app/connectors/pages/settings/styles.d.ts +5 -0
- package/v2/app/connectors/pages/settings/styles.d.ts.map +1 -0
- package/v2/app/connectors/pages/upgrade-page/index.d.ts +7 -0
- package/v2/app/connectors/pages/upgrade-page/index.d.ts.map +1 -0
- package/v2/app/connectors/pages/upgrade-page/style.d.ts +16 -0
- package/v2/app/connectors/pages/upgrade-page/style.d.ts.map +1 -0
- package/v2/app/connectors/provider.d.ts +4 -0
- package/v2/app/connectors/provider.d.ts.map +1 -0
- package/v2/app/connectors/router.d.ts +7 -0
- package/v2/app/connectors/router.d.ts.map +1 -0
- package/v2/app/index.d.ts +2 -0
- package/v2/app/index.d.ts.map +1 -0
- package/v2/app/style.d.ts +4 -0
- package/v2/app/style.d.ts.map +1 -0
- package/v2/components/ui/auto-complete/index.d.ts +14 -0
- package/v2/components/ui/auto-complete/index.d.ts.map +1 -0
- package/v2/components/ui/auto-complete/style.d.ts +5 -0
- package/v2/components/ui/auto-complete/style.d.ts.map +1 -0
- package/v2/components/ui/bread-crumbs/__tests__/bread-crumb.test.d.ts +2 -0
- package/v2/components/ui/bread-crumbs/__tests__/bread-crumb.test.d.ts.map +1 -0
- package/v2/components/ui/bread-crumbs/index.d.ts +7 -0
- package/v2/components/ui/bread-crumbs/index.d.ts.map +1 -0
- package/v2/components/ui/bread-crumbs/styles.d.ts +6 -0
- package/v2/components/ui/bread-crumbs/styles.d.ts.map +1 -0
- package/v2/components/ui/connector-alert/index.d.ts +10 -0
- package/v2/components/ui/connector-alert/index.d.ts.map +1 -0
- package/v2/components/ui/connector-item/index.d.ts +15 -0
- package/v2/components/ui/connector-item/index.d.ts.map +1 -0
- package/v2/components/ui/connector-item-skeleton/index.d.ts +2 -0
- package/v2/components/ui/connector-item-skeleton/index.d.ts.map +1 -0
- package/v2/components/ui/connector-item-skeleton/styles.d.ts +7 -0
- package/v2/components/ui/connector-item-skeleton/styles.d.ts.map +1 -0
- package/v2/components/ui/details/index.d.ts +9 -0
- package/v2/components/ui/details/index.d.ts.map +1 -0
- package/v2/components/ui/details/styles.d.ts +11 -0
- package/v2/components/ui/details/styles.d.ts.map +1 -0
- package/v2/components/ui/modal/__tests__/modal.test.d.ts +2 -0
- package/v2/components/ui/modal/__tests__/modal.test.d.ts.map +1 -0
- package/v2/components/ui/modal/index.d.ts +13 -0
- package/v2/components/ui/modal/index.d.ts.map +1 -0
- package/v2/components/ui/styled-ui-components.d.ts +6 -0
- package/v2/components/ui/styled-ui-components.d.ts.map +1 -0
- package/v2/components/ui/text-field/index.d.ts +3 -0
- package/v2/components/ui/text-field/index.d.ts.map +1 -0
- package/v2/constants/api.d.ts +14 -0
- package/v2/constants/api.d.ts.map +1 -0
- package/v2/constants/app-constants.d.ts +14 -0
- package/v2/constants/app-constants.d.ts.map +1 -0
- package/v2/constants/bread-crumbs.d.ts +3 -0
- package/v2/constants/bread-crumbs.d.ts.map +1 -0
- package/v2/constants/gainsight.d.ts +37 -0
- package/v2/constants/gainsight.d.ts.map +1 -0
- package/v2/constants/global-constants.d.ts +27 -0
- package/v2/constants/global-constants.d.ts.map +1 -0
- package/v2/constants/modal.d.ts +4 -0
- package/v2/constants/modal.d.ts.map +1 -0
- package/v2/constants/react-image-viewer.d.ts +3 -0
- package/v2/constants/react-image-viewer.d.ts.map +1 -0
- package/v2/constants/remote-assets.d.ts +5 -0
- package/v2/constants/remote-assets.d.ts.map +1 -0
- package/v2/constants/router-paths.d.ts +11 -0
- package/v2/constants/router-paths.d.ts.map +1 -0
- package/v2/constants/sidebar.d.ts +10 -0
- package/v2/constants/sidebar.d.ts.map +1 -0
- package/v2/context/index.d.ts +37 -0
- package/v2/context/index.d.ts.map +1 -0
- package/v2/context/main-app-provider/index.d.ts +4 -0
- package/v2/context/main-app-provider/index.d.ts.map +1 -0
- package/v2/context/react-query-client-provider/index.d.ts +6 -0
- package/v2/context/react-query-client-provider/index.d.ts.map +1 -0
- package/v2/features/agent/components/agent-landing/index.d.ts +3 -0
- package/v2/features/agent/components/agent-landing/index.d.ts.map +1 -0
- package/v2/features/agent/components/agent-landing/styles.d.ts +8 -0
- package/v2/features/agent/components/agent-landing/styles.d.ts.map +1 -0
- package/v2/features/agent/constants/index.d.ts +6 -0
- package/v2/features/agent/constants/index.d.ts.map +1 -0
- package/v2/features/api-library/components/api-library/index.d.ts +11 -0
- package/v2/features/api-library/components/api-library/index.d.ts.map +1 -0
- package/v2/features/api-library/components/api-library/styles.d.ts +5 -0
- package/v2/features/api-library/components/api-library/styles.d.ts.map +1 -0
- package/v2/features/api-library/components/api-library-skeleton/index.d.ts +2 -0
- package/v2/features/api-library/components/api-library-skeleton/index.d.ts.map +1 -0
- package/v2/features/api-library/components/api-library-skeleton/styles.d.ts +9 -0
- package/v2/features/api-library/components/api-library-skeleton/styles.d.ts.map +1 -0
- package/v2/features/api-library/constants/api-library.d.ts +4 -0
- package/v2/features/api-library/constants/api-library.d.ts.map +1 -0
- package/v2/features/auth/api/authDetailsMutation.d.ts +25 -0
- package/v2/features/auth/api/authDetailsMutation.d.ts.map +1 -0
- package/v2/features/auth/api/authSuccessQuery.d.ts +9 -0
- package/v2/features/auth/api/authSuccessQuery.d.ts.map +1 -0
- package/v2/features/auth/api/index.d.ts +4 -0
- package/v2/features/auth/api/index.d.ts.map +1 -0
- package/v2/features/auth/components/api-executor/index.d.ts +10 -0
- package/v2/features/auth/components/api-executor/index.d.ts.map +1 -0
- package/v2/features/auth/components/api-executor/styles.d.ts +12 -0
- package/v2/features/auth/components/api-executor/styles.d.ts.map +1 -0
- package/v2/features/auth/components/auth-form/index.d.ts +15 -0
- package/v2/features/auth/components/auth-form/index.d.ts.map +1 -0
- package/v2/features/auth/components/auth-form/reducer.d.ts +11 -0
- package/v2/features/auth/components/auth-form/reducer.d.ts.map +1 -0
- package/v2/features/auth/components/auth-form/styles.d.ts +9 -0
- package/v2/features/auth/components/auth-form/styles.d.ts.map +1 -0
- package/v2/features/auth/components/auth-form-skeleton/index.d.ts +2 -0
- package/v2/features/auth/components/auth-form-skeleton/index.d.ts.map +1 -0
- package/v2/features/auth/components/auth-header-skeleton/index.d.ts +2 -0
- package/v2/features/auth/components/auth-header-skeleton/index.d.ts.map +1 -0
- package/v2/features/auth/constants/api.d.ts +6 -0
- package/v2/features/auth/constants/api.d.ts.map +1 -0
- package/v2/features/auth/constants/form-config.d.ts +96 -0
- package/v2/features/auth/constants/form-config.d.ts.map +1 -0
- package/v2/features/auth/constants/index.d.ts +27 -0
- package/v2/features/auth/constants/index.d.ts.map +1 -0
- package/v2/features/auth/store/initial-state.d.ts +13 -0
- package/v2/features/auth/store/initial-state.d.ts.map +1 -0
- package/v2/features/auth/store/selectors.d.ts +6 -0
- package/v2/features/auth/store/selectors.d.ts.map +1 -0
- package/v2/features/auth/store/slice.d.ts +43 -0
- package/v2/features/auth/store/slice.d.ts.map +1 -0
- package/v2/features/auth/types/connector.d.ts +2 -0
- package/v2/features/auth/types/connector.d.ts.map +1 -0
- package/v2/features/auth/types/form.d.ts +25 -0
- package/v2/features/auth/types/form.d.ts.map +1 -0
- package/v2/features/auth/types/request.d.ts +51 -0
- package/v2/features/auth/types/request.d.ts.map +1 -0
- package/v2/features/auth/utils/index.d.ts +33 -0
- package/v2/features/auth/utils/index.d.ts.map +1 -0
- package/v2/features/connector-library/api/index.d.ts +14 -0
- package/v2/features/connector-library/api/index.d.ts.map +1 -0
- package/v2/features/connector-library/components/connector-info-card/index.d.ts +9 -0
- package/v2/features/connector-library/components/connector-info-card/index.d.ts.map +1 -0
- package/v2/features/connector-library/components/connector-info-card/styles.d.ts +8 -0
- package/v2/features/connector-library/components/connector-info-card/styles.d.ts.map +1 -0
- package/v2/features/connector-library/components/connector-info-card-list/index.d.ts +9 -0
- package/v2/features/connector-library/components/connector-info-card-list/index.d.ts.map +1 -0
- package/v2/features/connector-library/components/custom-connector-card-item/index.d.ts +11 -0
- package/v2/features/connector-library/components/custom-connector-card-item/index.d.ts.map +1 -0
- package/v2/features/connector-library/components/custom-connector-card-item/styles.d.ts +12 -0
- package/v2/features/connector-library/components/custom-connector-card-item/styles.d.ts.map +1 -0
- package/v2/features/connector-library/components/custom-connector-card-list/index.d.ts +3 -0
- package/v2/features/connector-library/components/custom-connector-card-list/index.d.ts.map +1 -0
- package/v2/features/connector-library/components/custom-connector-enabled-modal/index.d.ts +9 -0
- package/v2/features/connector-library/components/custom-connector-enabled-modal/index.d.ts.map +1 -0
- package/v2/features/connector-library/components/custom-connector-enabled-modal/styles.d.ts +5 -0
- package/v2/features/connector-library/components/custom-connector-enabled-modal/styles.d.ts.map +1 -0
- package/v2/features/connector-library/components/custom-connector-upgrades-tooltip/index.d.ts +7 -0
- package/v2/features/connector-library/components/custom-connector-upgrades-tooltip/index.d.ts.map +1 -0
- package/v2/features/connector-library/components/custom-connector-upgrades-tooltip/styled.d.ts +4 -0
- package/v2/features/connector-library/components/custom-connector-upgrades-tooltip/styled.d.ts.map +1 -0
- package/v2/features/connector-library/components/singleton-popover-tooltip/index.d.ts +7 -0
- package/v2/features/connector-library/components/singleton-popover-tooltip/index.d.ts.map +1 -0
- package/v2/features/connector-library/components/singleton-popover-tooltip/popover-title.d.ts +2 -0
- package/v2/features/connector-library/components/singleton-popover-tooltip/popover-title.d.ts.map +1 -0
- package/v2/features/connector-library/components/singleton-popover-tooltip/popover-tooltip.d.ts +7 -0
- package/v2/features/connector-library/components/singleton-popover-tooltip/popover-tooltip.d.ts.map +1 -0
- package/v2/features/connector-library/components/singleton-popover-tooltip/styles.d.ts +6 -0
- package/v2/features/connector-library/components/singleton-popover-tooltip/styles.d.ts.map +1 -0
- package/v2/features/connector-library/components/visibility-modal/card-visibility/index.d.ts +10 -0
- package/v2/features/connector-library/components/visibility-modal/card-visibility/index.d.ts.map +1 -0
- package/v2/features/connector-library/components/visibility-modal/constants.d.ts +4 -0
- package/v2/features/connector-library/components/visibility-modal/constants.d.ts.map +1 -0
- package/v2/features/connector-library/components/visibility-modal/field-visibility/index.d.ts +9 -0
- package/v2/features/connector-library/components/visibility-modal/field-visibility/index.d.ts.map +1 -0
- package/v2/features/connector-library/components/visibility-modal/field-visibility/sortable-field.d.ts +9 -0
- package/v2/features/connector-library/components/visibility-modal/field-visibility/sortable-field.d.ts.map +1 -0
- package/v2/features/connector-library/components/visibility-modal/field-visibility/style.d.ts +5 -0
- package/v2/features/connector-library/components/visibility-modal/field-visibility/style.d.ts.map +1 -0
- package/v2/features/connector-library/components/visibility-modal/index.d.ts +4 -0
- package/v2/features/connector-library/components/visibility-modal/index.d.ts.map +1 -0
- package/v2/features/connector-library/components/visibility-modal/style.d.ts +14 -0
- package/v2/features/connector-library/components/visibility-modal/style.d.ts.map +1 -0
- package/v2/features/connector-library/constants/api.d.ts +15 -0
- package/v2/features/connector-library/constants/api.d.ts.map +1 -0
- package/v2/features/connector-library/constants/index.d.ts +30 -0
- package/v2/features/connector-library/constants/index.d.ts.map +1 -0
- package/v2/features/connector-library/context/singleton-context/hooks.d.ts +5 -0
- package/v2/features/connector-library/context/singleton-context/hooks.d.ts.map +1 -0
- package/v2/features/connector-library/context/singleton-context/index.d.ts +9 -0
- package/v2/features/connector-library/context/singleton-context/index.d.ts.map +1 -0
- package/v2/features/connector-library/store/initial-state.d.ts +33 -0
- package/v2/features/connector-library/store/initial-state.d.ts.map +1 -0
- package/v2/features/connector-library/store/selectors.d.ts +26 -0
- package/v2/features/connector-library/store/selectors.d.ts.map +1 -0
- package/v2/features/connector-library/store/slice.d.ts +126 -0
- package/v2/features/connector-library/store/slice.d.ts.map +1 -0
- package/v2/features/connector-library/utils/index.d.ts +3 -0
- package/v2/features/connector-library/utils/index.d.ts.map +1 -0
- package/v2/features/connector-preview/components/connector-preview/index.d.ts +14 -0
- package/v2/features/connector-preview/components/connector-preview/index.d.ts.map +1 -0
- package/v2/features/connector-preview/components/connector-preview/styles.d.ts +5 -0
- package/v2/features/connector-preview/components/connector-preview/styles.d.ts.map +1 -0
- package/v2/features/connector-preview/components/connector-preview-skeleton/index.d.ts +2 -0
- package/v2/features/connector-preview/components/connector-preview-skeleton/index.d.ts.map +1 -0
- package/v2/features/connector-preview/components/connector-preview-skeleton/styles.d.ts +7 -0
- package/v2/features/connector-preview/components/connector-preview-skeleton/styles.d.ts.map +1 -0
- package/v2/features/connector-preview/components/footer/index.d.ts +7 -0
- package/v2/features/connector-preview/components/footer/index.d.ts.map +1 -0
- package/v2/features/connector-preview/components/footer/styles.d.ts +6 -0
- package/v2/features/connector-preview/components/footer/styles.d.ts.map +1 -0
- package/v2/features/connector-preview/components/image-preview-list/index.d.ts +6 -0
- package/v2/features/connector-preview/components/image-preview-list/index.d.ts.map +1 -0
- package/v2/features/connector-preview/components/image-preview-list/styles.d.ts +5 -0
- package/v2/features/connector-preview/components/image-preview-list/styles.d.ts.map +1 -0
- package/v2/features/connector-preview/constants/index.d.ts +4 -0
- package/v2/features/connector-preview/constants/index.d.ts.map +1 -0
- package/v2/features/connector-preview/utils/index.d.ts +2 -0
- package/v2/features/connector-preview/utils/index.d.ts.map +1 -0
- package/v2/features/connector-setup-guide/components/guide-links/index.d.ts +7 -0
- package/v2/features/connector-setup-guide/components/guide-links/index.d.ts.map +1 -0
- package/v2/features/connector-setup-guide/components/guide-links/styles.d.ts +9 -0
- package/v2/features/connector-setup-guide/components/guide-links/styles.d.ts.map +1 -0
- package/v2/features/connector-setup-guide/components/schedule-call/index.d.ts +7 -0
- package/v2/features/connector-setup-guide/components/schedule-call/index.d.ts.map +1 -0
- package/v2/features/connector-setup-guide/components/schedule-call/styles.d.ts +8 -0
- package/v2/features/connector-setup-guide/components/schedule-call/styles.d.ts.map +1 -0
- package/v2/features/connector-setup-guide/constants/index.d.ts +13 -0
- package/v2/features/connector-setup-guide/constants/index.d.ts.map +1 -0
- package/v2/features/connector-setup-guide/types/index.d.ts +16 -0
- package/v2/features/connector-setup-guide/types/index.d.ts.map +1 -0
- package/v2/features/request-new-connector/api/index.d.ts +8 -0
- package/v2/features/request-new-connector/api/index.d.ts.map +1 -0
- package/v2/features/request-new-connector/components/request-new-card/index.d.ts +7 -0
- package/v2/features/request-new-connector/components/request-new-card/index.d.ts.map +1 -0
- package/v2/features/request-new-connector/components/request-new-card/styles.d.ts +11 -0
- package/v2/features/request-new-connector/components/request-new-card/styles.d.ts.map +1 -0
- package/v2/features/request-new-connector/components/request-new-modal/__tests__/request-new-modal.test.d.ts +2 -0
- package/v2/features/request-new-connector/components/request-new-modal/__tests__/request-new-modal.test.d.ts.map +1 -0
- package/v2/features/request-new-connector/components/request-new-modal/index.d.ts +9 -0
- package/v2/features/request-new-connector/components/request-new-modal/index.d.ts.map +1 -0
- package/v2/features/request-new-connector/components/request-new-modal/request-panel.d.ts +14 -0
- package/v2/features/request-new-connector/components/request-new-modal/request-panel.d.ts.map +1 -0
- package/v2/features/request-new-connector/components/request-new-modal/styles.d.ts +6 -0
- package/v2/features/request-new-connector/components/request-new-modal/styles.d.ts.map +1 -0
- package/v2/features/request-new-connector/components/request-new-modal/submitted-panel.d.ts +7 -0
- package/v2/features/request-new-connector/components/request-new-modal/submitted-panel.d.ts.map +1 -0
- package/v2/features/request-new-connector/constants/api.d.ts +2 -0
- package/v2/features/request-new-connector/constants/api.d.ts.map +1 -0
- package/v2/features/request-new-connector/constants/index.d.ts +25 -0
- package/v2/features/request-new-connector/constants/index.d.ts.map +1 -0
- package/v2/features/request-new-connector/types/index.d.ts +20 -0
- package/v2/features/request-new-connector/types/index.d.ts.map +1 -0
- package/v2/features/template-library/api/index.d.ts +7 -0
- package/v2/features/template-library/api/index.d.ts.map +1 -0
- package/v2/features/template-library/components/library-card-list/index.d.ts +3 -0
- package/v2/features/template-library/components/library-card-list/index.d.ts.map +1 -0
- package/v2/features/template-library/components/library-card-list/styles.d.ts +8 -0
- package/v2/features/template-library/components/library-card-list/styles.d.ts.map +1 -0
- package/v2/features/template-library/components/library-edit-list/index.d.ts +2 -0
- package/v2/features/template-library/components/library-edit-list/index.d.ts.map +1 -0
- package/v2/features/template-library/components/library-edit-list/styles.d.ts +2 -0
- package/v2/features/template-library/components/library-edit-list/styles.d.ts.map +1 -0
- package/v2/features/template-library/constants/api.d.ts +3 -0
- package/v2/features/template-library/constants/api.d.ts.map +1 -0
- package/v2/features/template-library/store/initial-state.d.ts +15 -0
- package/v2/features/template-library/store/initial-state.d.ts.map +1 -0
- package/v2/features/template-library/store/selectors.d.ts +8 -0
- package/v2/features/template-library/store/selectors.d.ts.map +1 -0
- package/v2/features/template-library/store/slice.d.ts +39 -0
- package/v2/features/template-library/store/slice.d.ts.map +1 -0
- package/v2/features/toast-message/CloseButton.d.ts +4 -0
- package/v2/features/toast-message/CloseButton.d.ts.map +1 -0
- package/v2/features/toast-message/HiverIconToast.d.ts +7 -0
- package/v2/features/toast-message/HiverIconToast.d.ts.map +1 -0
- package/v2/features/toast-message/__tests__/toastMessage.test.d.ts +2 -0
- package/v2/features/toast-message/__tests__/toastMessage.test.d.ts.map +1 -0
- package/v2/features/toast-message/constants/toast.d.ts +6 -0
- package/v2/features/toast-message/constants/toast.d.ts.map +1 -0
- package/v2/features/toast-message/showMessage.d.ts +13 -0
- package/v2/features/toast-message/showMessage.d.ts.map +1 -0
- package/v2/features/toast-message/style.d.ts +7 -0
- package/v2/features/toast-message/style.d.ts.map +1 -0
- package/v2/store/counter/initial-state.d.ts +6 -0
- package/v2/store/counter/initial-state.d.ts.map +1 -0
- package/v2/store/counter/selectors.d.ts +4 -0
- package/v2/store/counter/selectors.d.ts.map +1 -0
- package/v2/store/counter/slice.d.ts +23 -0
- package/v2/store/counter/slice.d.ts.map +1 -0
- package/v2/store/hooks.d.ts +15 -0
- package/v2/store/hooks.d.ts.map +1 -0
- package/v2/store/index.d.ts +34 -0
- package/v2/store/index.d.ts.map +1 -0
- package/v2/store/request-connector-api/initial-state.d.ts +9 -0
- package/v2/store/request-connector-api/initial-state.d.ts.map +1 -0
- package/v2/store/request-connector-api/selectors.d.ts +5 -0
- package/v2/store/request-connector-api/selectors.d.ts.map +1 -0
- package/v2/store/request-connector-api/slice.d.ts +39 -0
- package/v2/store/request-connector-api/slice.d.ts.map +1 -0
- package/v2/testing/mocks/browser.d.ts +2 -0
- package/v2/testing/mocks/browser.d.ts.map +1 -0
- package/v2/testing/mocks/handlers/auth.d.ts +2 -0
- package/v2/testing/mocks/handlers/auth.d.ts.map +1 -0
- package/v2/testing/mocks/handlers/bifrost-token.d.ts +2 -0
- package/v2/testing/mocks/handlers/bifrost-token.d.ts.map +1 -0
- package/v2/testing/mocks/handlers/connector-template.d.ts +33 -0
- package/v2/testing/mocks/handlers/connector-template.d.ts.map +1 -0
- package/v2/testing/mocks/handlers/request-connector-api.d.ts +2 -0
- package/v2/testing/mocks/handlers/request-connector-api.d.ts.map +1 -0
- package/v2/testing/mocks/handlers/update-connector.d.ts +2 -0
- package/v2/testing/mocks/handlers/update-connector.d.ts.map +1 -0
- package/v2/testing/mocks/handlers/v2Api.d.ts +2 -0
- package/v2/testing/mocks/handlers/v2Api.d.ts.map +1 -0
- package/v2/testing/mocks/handlers.d.ts +2 -0
- package/v2/testing/mocks/handlers.d.ts.map +1 -0
- package/v2/testing/mocks/server.d.ts +2 -0
- package/v2/testing/mocks/server.d.ts.map +1 -0
- package/v2/testing/setup-store.d.ts +17 -0
- package/v2/testing/setup-store.d.ts.map +1 -0
- package/v2/testing/setup-test.d.ts +1 -0
- package/v2/testing/setup-test.d.ts.map +1 -0
- package/v2/testing/test-utils.d.ts +69 -0
- package/v2/testing/test-utils.d.ts.map +1 -0
- package/v2/types/api.d.ts +2 -0
- package/v2/types/api.d.ts.map +1 -0
- package/v2/types/app.d.ts +38 -0
- package/v2/types/app.d.ts.map +1 -0
- package/v2/types/common.d.ts +6 -0
- package/v2/types/common.d.ts.map +1 -0
- package/v2/types/connector.d.ts +113 -0
- package/v2/types/connector.d.ts.map +1 -0
- package/v2/types/exposedTypes.d.ts +23 -0
- package/v2/types/exposedTypes.d.ts.map +1 -0
- package/v2/types/form.d.ts +39 -0
- package/v2/types/form.d.ts.map +1 -0
- package/v2/types/json.d.ts +7 -0
- package/v2/types/json.d.ts.map +1 -0
- package/v2/types/sidebar.d.ts +8 -0
- package/v2/types/sidebar.d.ts.map +1 -0
- package/v2/types/visibility.d.ts +35 -0
- package/v2/types/visibility.d.ts.map +1 -0
- package/v2/utils/index.d.ts +28 -0
- package/v2/utils/index.d.ts.map +1 -0
- package/v2/utils/localstorage.d.ts +22 -0
- package/v2/utils/localstorage.d.ts.map +1 -0
- package/v2/utils/type-guards.d.ts +3 -0
- package/v2/utils/type-guards.d.ts.map +1 -0
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { JSONValue } from '../../../types/json';
|
|
2
|
+
export declare const authSlice: import('@reduxjs/toolkit').Slice<import('./initial-state').AuthState, {
|
|
3
|
+
resetState: () => import('./initial-state').AuthState;
|
|
4
|
+
}, "auth", "auth", import('@reduxjs/toolkit').SliceSelectors<import('./initial-state').AuthState>>;
|
|
5
|
+
declare const testAuth: import('@reduxjs/toolkit').AsyncThunk<{
|
|
6
|
+
response: null;
|
|
7
|
+
statusCode: string;
|
|
8
|
+
} | {
|
|
9
|
+
response: string | number | true | import('../../../types/json').JSONArray | import('../../../types/json').JSONObject | undefined;
|
|
10
|
+
statusCode: string;
|
|
11
|
+
}, {
|
|
12
|
+
data: {
|
|
13
|
+
testUrl: string;
|
|
14
|
+
};
|
|
15
|
+
connectorId: string;
|
|
16
|
+
}, {
|
|
17
|
+
state?: unknown;
|
|
18
|
+
dispatch?: import('redux-thunk').ThunkDispatch<unknown, unknown, import('redux').UnknownAction>;
|
|
19
|
+
extra?: unknown;
|
|
20
|
+
rejectValue?: unknown;
|
|
21
|
+
serializedErrorType?: unknown;
|
|
22
|
+
pendingMeta?: unknown;
|
|
23
|
+
fulfilledMeta?: unknown;
|
|
24
|
+
rejectedMeta?: unknown;
|
|
25
|
+
}>;
|
|
26
|
+
declare const verifyToken: import('@reduxjs/toolkit').AsyncThunk<void, {
|
|
27
|
+
data: JSONValue;
|
|
28
|
+
connectorId: string;
|
|
29
|
+
}, {
|
|
30
|
+
state?: unknown;
|
|
31
|
+
dispatch?: import('redux-thunk').ThunkDispatch<unknown, unknown, import('redux').UnknownAction>;
|
|
32
|
+
extra?: unknown;
|
|
33
|
+
rejectValue?: unknown;
|
|
34
|
+
serializedErrorType?: unknown;
|
|
35
|
+
pendingMeta?: unknown;
|
|
36
|
+
fulfilledMeta?: unknown;
|
|
37
|
+
rejectedMeta?: unknown;
|
|
38
|
+
}>;
|
|
39
|
+
declare const resetState: import('@reduxjs/toolkit').ActionCreatorWithoutPayload<"auth/resetState">;
|
|
40
|
+
declare const _default: import('redux').Reducer<import('./initial-state').AuthState>;
|
|
41
|
+
export default _default;
|
|
42
|
+
export { testAuth, verifyToken, resetState };
|
|
43
|
+
//# sourceMappingURL=slice.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slice.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/auth/store/slice.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAG5C,eAAO,MAAM,SAAS;;kGAuCpB,CAAC;AAEH,QAAA,MAAM,QAAQ;;;;;;;UAE0B;QAAE,OAAO,EAAE,MAAM,CAAA;KAAE;iBAAe,MAAM;;;;;;;;;;EAgB/E,CAAC;AAEF,QAAA,MAAM,WAAW;UAEuB,SAAS;iBAAe,MAAM;;;;;;;;;;EAGrE,CAAC;AAEF,QAAA,MAAQ,UAAU,2EAAsB,CAAC;;AACzC,wBAAiC;AACjC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,UAAU,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"connector.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/auth/types/connector.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { AUTH_FIELDS_NAMES } from '../constants/form-config';
|
|
2
|
+
export type LabelValueField = {
|
|
3
|
+
label: string;
|
|
4
|
+
value: string;
|
|
5
|
+
};
|
|
6
|
+
export type FieldValue = string | LabelValueField;
|
|
7
|
+
export type AuthFieldKeys = keyof typeof AUTH_FIELDS_NAMES;
|
|
8
|
+
export interface AuthFormState {
|
|
9
|
+
values: Partial<Record<AuthFieldKeys, FieldValue>>;
|
|
10
|
+
errors: Partial<Record<AuthFieldKeys, 'string | boolean'>>;
|
|
11
|
+
}
|
|
12
|
+
export declare const intialState: AuthFormState;
|
|
13
|
+
export interface AllValues {
|
|
14
|
+
values: Partial<Record<AuthFieldKeys, FieldValue>>;
|
|
15
|
+
}
|
|
16
|
+
export interface Value {
|
|
17
|
+
value?: FieldValue | boolean;
|
|
18
|
+
name: string;
|
|
19
|
+
}
|
|
20
|
+
export interface FormActionValue {
|
|
21
|
+
type: string;
|
|
22
|
+
payload?: AllValues | Value;
|
|
23
|
+
}
|
|
24
|
+
export type Predicates = Partial<Record<AuthFieldKeys, boolean>>;
|
|
25
|
+
//# sourceMappingURL=form.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/auth/types/form.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,iBAAiB,EAAqB,MAAM,0BAA0B,CAAC;AAEhG,MAAM,MAAM,eAAe,GAAG;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC;AAE/D,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,eAAe,CAAC;AAElD,MAAM,MAAM,aAAa,GAAG,MAAM,OAAO,iBAAiB,CAAC;AAC3D,MAAM,WAAW,aAAa;IAC5B,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC,CAAC;IACnD,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC,aAAa,EAAE,kBAAkB,CAAC,CAAC,CAAC;CAC5D;AAED,eAAO,MAAM,WAAW,EAAE,aAGzB,CAAC;AAEF,MAAM,WAAW,SAAS;IACxB,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC,CAAC;CACpD;AAED,MAAM,WAAW,KAAK;IACpB,KAAK,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC;IAC7B,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,SAAS,GAAG,KAAK,CAAC;CAC7B;AAED,MAAM,MAAM,UAAU,GAAG,OAAO,CAAC,MAAM,CAAC,aAAa,EAAE,OAAO,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { JSONValue } from '../../../types/json';
|
|
2
|
+
import { FieldValue } from './form';
|
|
3
|
+
export type AuthType = 'Oauth2' | 'ApiKey' | 'BasicAuth';
|
|
4
|
+
export interface oAuthRequest {
|
|
5
|
+
clientId: string;
|
|
6
|
+
clientSecret: string;
|
|
7
|
+
authType: 'Oauth2';
|
|
8
|
+
authEndpointUrl: string;
|
|
9
|
+
tokenEndpointUrl: string;
|
|
10
|
+
refreshTokenUrl: string;
|
|
11
|
+
scopes?: string;
|
|
12
|
+
grantType?: string;
|
|
13
|
+
keyName?: string;
|
|
14
|
+
prefix?: string;
|
|
15
|
+
}
|
|
16
|
+
export interface ApiKeyRequest {
|
|
17
|
+
authType: 'ApiKey';
|
|
18
|
+
location: string;
|
|
19
|
+
keyName: string;
|
|
20
|
+
keyValue: string;
|
|
21
|
+
prefix?: string;
|
|
22
|
+
}
|
|
23
|
+
export interface BasicAuthRequest {
|
|
24
|
+
authType: 'BasicAuth';
|
|
25
|
+
location: string;
|
|
26
|
+
keyName: string;
|
|
27
|
+
keyValue: string;
|
|
28
|
+
secretValue: string;
|
|
29
|
+
prefix: string;
|
|
30
|
+
}
|
|
31
|
+
export interface EditAuthRequest {
|
|
32
|
+
authDetails: oAuthRequest | ApiKeyRequest | BasicAuthRequest;
|
|
33
|
+
baseUrl?: string;
|
|
34
|
+
variables?: {
|
|
35
|
+
[key: string]: FieldValue;
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
export interface AuthRequest extends EditAuthRequest {
|
|
39
|
+
templateId: string;
|
|
40
|
+
}
|
|
41
|
+
export interface ITestUrlData {
|
|
42
|
+
response: JSONValue;
|
|
43
|
+
statusCode: string;
|
|
44
|
+
errorMessage?: string;
|
|
45
|
+
}
|
|
46
|
+
export interface AuthUrlResponse {
|
|
47
|
+
authorizationUrl: string | undefined;
|
|
48
|
+
id: string;
|
|
49
|
+
}
|
|
50
|
+
export type IAUTH_STATUS = 'idle' | 'pending' | 'oauth_failed' | 'oauth_success' | 'api_failed' | 'api_success' | 'basic_auth_failed' | 'basic_auth_success' | 'request_failed';
|
|
51
|
+
//# sourceMappingURL=request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/auth/types/request.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AAEpC,MAAM,MAAM,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,WAAW,CAAC;AAEzD,MAAM,WAAW,YAAY;IAC3B,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,QAAQ,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,EAAE,MAAM,CAAC;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,aAAa;IAC5B,QAAQ,EAAE,QAAQ,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,EAAE,WAAW,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,eAAe;IAC9B,WAAW,EAAE,YAAY,GAAG,aAAa,GAAG,gBAAgB,CAAC;IAC7D,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAA;KAAE,CAAC;CAC3C;AAED,MAAM,WAAW,WAAY,SAAQ,eAAe;IAClD,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,YAAY;IAC3B,QAAQ,EAAE,SAAS,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,eAAe;IAC9B,gBAAgB,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,MAAM,YAAY,GACpB,MAAM,GACN,SAAS,GACT,cAAc,GACd,eAAe,GACf,YAAY,GACZ,aAAa,GACb,mBAAmB,GACnB,oBAAoB,GACpB,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { FormFieldProps, IFormConfig } from '@connector/ui';
|
|
2
|
+
import { AuthFieldKeys, AuthFormState, FieldValue, Predicates } from '../types/form';
|
|
3
|
+
import { AuthRequest, EditAuthRequest, ApiKeyRequest, oAuthRequest, BasicAuthRequest } from '../types/request';
|
|
4
|
+
import { IAuthDetails } from '../../../types/connector';
|
|
5
|
+
export declare const isAdvancedConfig: (config: IFormConfig) => boolean;
|
|
6
|
+
export declare const getFormFields: (formFields: FormFieldProps[], advancedFields: string[], authType?: string) => {
|
|
7
|
+
advanced: FormFieldProps[];
|
|
8
|
+
basic: FormFieldProps[];
|
|
9
|
+
};
|
|
10
|
+
export declare const getFormConfigs: (configs: IFormConfig[], advancedFields: string[], authType?: string) => {
|
|
11
|
+
basicFields: FormFieldProps[];
|
|
12
|
+
advancedConfigs: IFormConfig[];
|
|
13
|
+
};
|
|
14
|
+
export declare const getAuthRequestBody: ({ isEdit, templateId, values, formFields, predicates }: {
|
|
15
|
+
isEdit: boolean;
|
|
16
|
+
templateId?: string;
|
|
17
|
+
values: AuthFormState["values"];
|
|
18
|
+
formFields: Partial<Record<AuthFieldKeys, FormFieldProps>>;
|
|
19
|
+
predicates: Predicates;
|
|
20
|
+
}) => AuthRequest | EditAuthRequest;
|
|
21
|
+
export declare function mapAuthApiDataToStateData(authData: IAuthDetails): Partial<Record<AuthFieldKeys, FieldValue>>;
|
|
22
|
+
export declare const getVariablesRequestData: (variablesConfig: FormFieldProps[], values: {
|
|
23
|
+
[key: string]: FieldValue;
|
|
24
|
+
}) => {
|
|
25
|
+
[key: string]: FieldValue;
|
|
26
|
+
};
|
|
27
|
+
export declare const validateUrl: (url: unknown) => string | boolean;
|
|
28
|
+
export declare const reverseMap: (object: Record<string, string>) => any;
|
|
29
|
+
export declare const getKeyMap: (authType?: string) => Record<import('../constants/form-config').oAuthKeyMapType, keyof oAuthRequest> | Record<import('../constants/form-config').BasicAuthMapType, keyof BasicAuthRequest> | Record<import('../constants/form-config').ApiKeyMapType, keyof ApiKeyRequest>;
|
|
30
|
+
export declare const getReversedKeyMap: (authType?: string) => any;
|
|
31
|
+
export declare const convertTemplate: (template: string, values: Record<string, string>) => string;
|
|
32
|
+
export declare const getTemplateDependencies: (templates: Record<string, string>) => Record<string, string[]>;
|
|
33
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/auth/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAyB5D,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC1F,OAAO,KAAK,EAAE,WAAW,EAAE,eAAe,EAAE,aAAa,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAEpH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAEzD,eAAO,MAAM,gBAAgB,WAAY,WAAW,YAA0C,CAAC;AAE/F,eAAO,MAAM,aAAa,eAAgB,cAAc,EAAE,kBAAkB,MAAM,EAAE,aAAa,MAAM;;;CAetG,CAAC;AAEF,eAAO,MAAM,cAAc,YAAa,WAAW,EAAE,kBAAkB,MAAM,EAAE,aAAa,MAAM;;;CAgBjG,CAAC;AAEF,eAAO,MAAM,kBAAkB,2DAM5B;IACD,MAAM,EAAE,OAAO,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,aAAa,CAAC,QAAQ,CAAC,CAAC;IAChC,UAAU,EAAE,OAAO,CAAC,MAAM,CAAC,aAAa,EAAE,cAAc,CAAC,CAAC,CAAC;IAC3D,UAAU,EAAE,UAAU,CAAC;CACxB,KAAG,WAAW,GAAG,eAoDjB,CAAC;AAEF,wBAAgB,yBAAyB,CAAC,QAAQ,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC,CAiC5G;AAED,eAAO,MAAM,uBAAuB,oBAAqB,cAAc,EAAE,UAAU;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAA;CAAE;;CAQ/G,CAAC;AAEF,eAAO,MAAM,WAAW,QAAS,OAAO,KAAG,MAAM,GAAG,OAyBnD,CAAC;AAEF,eAAO,MAAM,UAAU,WAAY,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,QAGxD,CAAC;AAEF,eAAO,MAAM,SAAS,cAAe,MAAM,yPAS1C,CAAC;AAEF,eAAO,MAAM,iBAAiB,cAAe,MAAM,QASlD,CAAC;AAIF,eAAO,MAAM,eAAe,aAAc,MAAM,UAAU,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,WAI/E,CAAC;AAEF,eAAO,MAAM,uBAAuB,cAAe,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,6BAYxE,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IEnableConnectorParam } from '../../../types/connector';
|
|
2
|
+
export interface IUpdateConnectorDetails {
|
|
3
|
+
id: string;
|
|
4
|
+
enabled: boolean;
|
|
5
|
+
}
|
|
6
|
+
export declare const getConnectors: () => Promise<import('axios').AxiosResponse<any, any> | undefined>;
|
|
7
|
+
export declare const updateConnectorDetails: ({ id, enabled }: IUpdateConnectorDetails) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
|
|
8
|
+
export declare const getConnectorDetail: (connectorId: string) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
|
|
9
|
+
export declare const enableConnectorsForCardId: ({ cardId, data }: {
|
|
10
|
+
cardId: string;
|
|
11
|
+
data: IEnableConnectorParam;
|
|
12
|
+
}) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
|
|
13
|
+
export declare const getCardsCustomFields: (cardId: string) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/connector-library/api/index.ts"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAGlE,MAAM,WAAW,uBAAuB;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,aAAa,oEAKzB,CAAC;AAEF,eAAO,MAAM,sBAAsB,oBAAqB,uBAAuB,iEAM9E,CAAC;AAEF,eAAO,MAAM,kBAAkB,gBAAiB,MAAM,iEAMrD,CAAC;AAEF,eAAO,MAAM,yBAAyB,qBAAsB;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,qBAAqB,CAAA;CAAE,iEAM1G,CAAC;AAEF,eAAO,MAAM,oBAAoB,WAAY,MAAM,iEAKlD,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { InfoCard } from '../../../../types/connector';
|
|
2
|
+
interface ConnectorInfoCard {
|
|
3
|
+
infoCard: InfoCard;
|
|
4
|
+
currentConnectorId: string;
|
|
5
|
+
setShowEnabledModal: (T: boolean) => void;
|
|
6
|
+
}
|
|
7
|
+
export declare const ConnectorInfoCard: ({ infoCard, currentConnectorId, setShowEnabledModal }: ConnectorInfoCard) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/connector-library/components/connector-info-card/index.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAYhD,UAAU,iBAAiB;IACzB,QAAQ,EAAE,QAAQ,CAAC;IACnB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,mBAAmB,EAAE,CAAC,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;CAC3C;AAED,eAAO,MAAM,iBAAiB,0DAA2D,iBAAiB,4CAsFzG,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { StyledComponent } from '@emotion/styled';
|
|
2
|
+
import { TypographyProps, StackProps, BoxProps, IconButtonProps } from '@hiver/hiver-ui-kit';
|
|
3
|
+
export declare const CardWrapper: StyledComponent<BoxProps>;
|
|
4
|
+
export declare const ConnectorText: StyledComponent<TypographyProps>;
|
|
5
|
+
export declare const RightWrapper: StyledComponent<StackProps>;
|
|
6
|
+
export declare const ToolTipChildren: StyledComponent<BoxProps>;
|
|
7
|
+
export declare const IconWrapper: StyledComponent<IconButtonProps>;
|
|
8
|
+
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/connector-library/components/connector-info-card/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAElG,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,QAAQ,CAwCjD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,eAAe,CAI1D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,UAAU,CAGpD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,QAAQ,CAErD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,eAAe,CAOxD,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { InfoCard } from '../../../../types/connector';
|
|
2
|
+
interface ConnectorInfoCardListProps {
|
|
3
|
+
infoCards: InfoCard[];
|
|
4
|
+
currentConnectorId: string;
|
|
5
|
+
setShowEnabledModal: (T: boolean) => void;
|
|
6
|
+
}
|
|
7
|
+
export declare const ConnectorInfoCardList: ({ infoCards, currentConnectorId, setShowEnabledModal }: ConnectorInfoCardListProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/connector-library/components/connector-info-card-list/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAGrD,UAAU,0BAA0B;IAClC,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,mBAAmB,EAAE,CAAC,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;CAC3C;AACD,eAAO,MAAM,qBAAqB,2DAI/B,0BAA0B,4CAa5B,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IConnectorDetails } from '../../../../types/connector';
|
|
2
|
+
interface ICustomConnectorCardItem {
|
|
3
|
+
connector: IConnectorDetails;
|
|
4
|
+
isConfigSettingsPage?: boolean;
|
|
5
|
+
isLoading?: boolean;
|
|
6
|
+
isEdit?: boolean;
|
|
7
|
+
isConnectorCard?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare const CustomConnectorCardItem: ({ connector, isConfigSettingsPage, isEdit, isConnectorCard }: ICustomConnectorCardItem) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/connector-library/components/custom-connector-card-item/index.tsx"],"names":[],"mappings":"AAsCA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAqBzD,UAAU,wBAAwB;IAChC,SAAS,EAAE,iBAAiB,CAAC;IAC7B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAcD,eAAO,MAAM,uBAAuB,iEAKjC,wBAAwB,4CA8K1B,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { StyledComponent } from '@emotion/styled';
|
|
2
|
+
import { TypographyProps, StackProps, BoxProps, ButtonProps, AlertProps, IconOwnProps } from '@hiver/hiver-ui-kit';
|
|
3
|
+
export declare const CardWrapper: StyledComponent<BoxProps>;
|
|
4
|
+
export declare const CardDataWrapper: StyledComponent<BoxProps>;
|
|
5
|
+
export declare const ConnectorText: StyledComponent<TypographyProps>;
|
|
6
|
+
export declare const ActionsWrapper: StyledComponent<StackProps>;
|
|
7
|
+
export declare const LoaderWrapper: StyledComponent<StackProps>;
|
|
8
|
+
export declare const LoaderIcon: StyledComponent<BoxProps>;
|
|
9
|
+
export declare const AddConnectorBtn: StyledComponent<ButtonProps>;
|
|
10
|
+
export declare const AuthFailed: StyledComponent<AlertProps>;
|
|
11
|
+
export declare const InfoIcon: StyledComponent<IconOwnProps>;
|
|
12
|
+
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/connector-library/components/custom-connector-card-item/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,QAAQ,EAAE,WAAW,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAExH,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,QAAQ,CAQjD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,QAAQ,CAkDrD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,eAAe,CAI1D,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,UAAU,CAItD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,UAAU,CAQrD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,QAAQ,CA0BhD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,WAAW,CAIxD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,UAAU,CASlD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,eAAe,CAAC,YAAY,CAGlD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/connector-library/components/custom-connector-card-list/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAgB3B,eAAO,MAAM,uBAAuB,EAAE,EA+DrC,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
interface IProps {
|
|
3
|
+
shown: boolean;
|
|
4
|
+
connectorName: string;
|
|
5
|
+
setShown: (value: boolean) => void;
|
|
6
|
+
}
|
|
7
|
+
export declare const CustomConnectorEnabledModal: React.FC<IProps>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
package/v2/features/connector-library/components/custom-connector-enabled-modal/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/connector-library/components/custom-connector-enabled-modal/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,UAAU,MAAM;IACd,KAAK,EAAE,OAAO,CAAC;IACf,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;CACpC;AAED,eAAO,MAAM,2BAA2B,EAAE,KAAK,CAAC,EAAE,CAAC,MAAM,CAmCxD,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { BoxProps, ButtonProps } from '@hiver/hiver-ui-kit';
|
|
2
|
+
import { StyledComponent } from '@emotion/styled';
|
|
3
|
+
export declare const ImgWrapper: StyledComponent<BoxProps>;
|
|
4
|
+
export declare const DoneButton: StyledComponent<ButtonProps>;
|
|
5
|
+
//# sourceMappingURL=styles.d.ts.map
|
package/v2/features/connector-library/components/custom-connector-enabled-modal/styles.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/connector-library/components/custom-connector-enabled-modal/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,QAAQ,EAAyB,WAAW,EAAE,MAAM,qBAAqB,CAAC;AACxF,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,QAAQ,CAKhD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,WAAW,CAMnD,CAAC"}
|
package/v2/features/connector-library/components/custom-connector-upgrades-tooltip/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/connector-library/components/custom-connector-upgrades-tooltip/index.tsx"],"names":[],"mappings":"AAGA,UAAU,MAAM;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,WAAW,CAAC;CACvB;AAED,eAAO,MAAM,8BAA8B,+BAAqC,MAAM,4CASrF,CAAC"}
|
package/v2/features/connector-library/components/custom-connector-upgrades-tooltip/styled.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styled.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/connector-library/components/custom-connector-upgrades-tooltip/styled.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAE3D,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,eAAe,CAM3D,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
interface ISingletonPopoverTooltipProps {
|
|
3
|
+
children: React.ReactElement;
|
|
4
|
+
}
|
|
5
|
+
export declare const SingletonPopoverTooltip: ({ children }: ISingletonPopoverTooltipProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/connector-library/components/singleton-popover-tooltip/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAK/D,UAAU,6BAA6B;IACrC,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAC;CAC9B;AACD,eAAO,MAAM,uBAAuB,iBAAkB,6BAA6B,4CAelF,CAAC"}
|
package/v2/features/connector-library/components/singleton-popover-tooltip/popover-title.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popover-title.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/connector-library/components/singleton-popover-tooltip/popover-title.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,YAAY,+CAYxB,CAAC"}
|
package/v2/features/connector-library/components/singleton-popover-tooltip/popover-tooltip.d.ts
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
interface IPopoverTooltipProps {
|
|
3
|
+
children: ReactElement;
|
|
4
|
+
}
|
|
5
|
+
export declare const PopoverTooltip: (props: IPopoverTooltipProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=popover-tooltip.d.ts.map
|
package/v2/features/connector-library/components/singleton-popover-tooltip/popover-tooltip.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"popover-tooltip.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/connector-library/components/singleton-popover-tooltip/popover-tooltip.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAkB1C,UAAU,oBAAoB;IAC5B,QAAQ,EAAE,YAAY,CAAC;CACxB;AAED,eAAO,MAAM,cAAc,UAAW,oBAAoB,4CAkDzD,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { StyledComponent } from '@emotion/styled';
|
|
2
|
+
import { TypographyProps, BoxProps, StackProps } from '@hiver/hiver-ui-kit';
|
|
3
|
+
export declare const PopoverWrapper: StyledComponent<BoxProps>;
|
|
4
|
+
export declare const PopoverImgWrapper: StyledComponent<StackProps>;
|
|
5
|
+
export declare const PopoverBody: StyledComponent<TypographyProps>;
|
|
6
|
+
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/connector-library/components/singleton-popover-tooltip/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,eAAe,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,QAAQ,CAMpD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,eAAe,CAAC,UAAU,CAMzD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,eAAe,CAGxD,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IOptions } from '../../../../../types/visibility';
|
|
2
|
+
interface IProps {
|
|
3
|
+
selectedEmailInboxes: IOptions[];
|
|
4
|
+
setSelectedEmailInboxes: React.Dispatch<React.SetStateAction<IOptions[]>>;
|
|
5
|
+
selectedRoles: IOptions;
|
|
6
|
+
setSelectedRoles: React.Dispatch<React.SetStateAction<IOptions>>;
|
|
7
|
+
}
|
|
8
|
+
export declare const CardVisibility: (props: IProps) => import("react/jsx-runtime").JSX.Element[];
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
package/v2/features/connector-library/components/visibility-modal/card-visibility/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/v2/features/connector-library/components/visibility-modal/card-visibility/index.tsx"],"names":[],"mappings":"AASA,OAAO,EAAc,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAS7D,UAAU,MAAM;IACd,oBAAoB,EAAE,QAAQ,EAAE,CAAC;IACjC,uBAAuB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC;IAC1E,aAAa,EAAE,QAAQ,CAAC;IACxB,gBAAgB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC,CAAC;CAClE;AAED,eAAO,MAAM,cAAc,UAAW,MAAM,8CAwC3C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/connector-library/components/visibility-modal/constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD,eAAO,MAAM,QAAQ,EAAE,QAStB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,MAAqB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IField } from '../../../../../types/visibility';
|
|
2
|
+
interface IProps {
|
|
3
|
+
fields: IField[];
|
|
4
|
+
setFields: React.Dispatch<React.SetStateAction<IField[]>>;
|
|
5
|
+
cardId: string;
|
|
6
|
+
}
|
|
7
|
+
declare const FieldVisibility: ({ fields, setFields, cardId }: IProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default FieldVisibility;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
package/v2/features/connector-library/components/visibility-modal/field-visibility/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/v2/features/connector-library/components/visibility-modal/field-visibility/index.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAE/C,UAAU,MAAM;IACd,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;IAC1D,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,QAAA,MAAM,eAAe,kCAAmC,MAAM,4CA+C7D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IField } from '../../../../../types/visibility';
|
|
2
|
+
interface IProps {
|
|
3
|
+
field: IField;
|
|
4
|
+
toggleSelected: (id: string) => void;
|
|
5
|
+
hideNewChip: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare const SortableField: ({ field, toggleSelected, hideNewChip }: IProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=sortable-field.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sortable-field.d.ts","sourceRoot":"","sources":["../../../../../../../src/v2/features/connector-library/components/visibility-modal/field-visibility/sortable-field.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAM/C,UAAU,MAAM;IACd,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,WAAW,EAAE,OAAO,CAAC;CACtB;AAED,eAAO,MAAM,aAAa,2CAA4C,MAAM,4CAkC3E,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { StyledComponent } from '@emotion/styled';
|
|
2
|
+
import { StackProps, BoxProps } from '@hiver/hiver-ui-kit';
|
|
3
|
+
export declare const DnDRow: StyledComponent<StackProps>;
|
|
4
|
+
export declare const FieldsWrapper: StyledComponent<BoxProps>;
|
|
5
|
+
//# sourceMappingURL=style.d.ts.map
|
package/v2/features/connector-library/components/visibility-modal/field-visibility/style.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../../../src/v2/features/connector-library/components/visibility-modal/field-visibility/style.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAU,UAAU,EAAc,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAE/E,eAAO,MAAM,MAAM,EAAE,eAAe,CAAC,UAAU,CAgB9C,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,QAAQ,CAgBnD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/connector-library/components/visibility-modal/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAwE,MAAM,OAAO,CAAC;AAkDjG,OAAO,KAAK,EAAoB,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAEhF,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,gBAAgB,CAoMhD,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { StyledComponent } from '@emotion/styled';
|
|
2
|
+
import { BoxProps, TypographyProps, StackProps, CircularProgressProps, ButtonProps, TabProps, ChipProps } from '@hiver/hiver-ui-kit';
|
|
3
|
+
export declare const ModalWrapper: StyledComponent<BoxProps>;
|
|
4
|
+
export declare const VisiblityHeader: StyledComponent<TypographyProps>;
|
|
5
|
+
export declare const InboxLabel: StyledComponent<TypographyProps>;
|
|
6
|
+
export declare const ButtonWrapper: StyledComponent<StackProps>;
|
|
7
|
+
export declare const StyledCircularProgress: StyledComponent<CircularProgressProps>;
|
|
8
|
+
export declare const RelativeDiv: StyledComponent<StackProps>;
|
|
9
|
+
export declare const UpdateSettingsBtn: StyledComponent<ButtonProps>;
|
|
10
|
+
export declare const CancelBtn: StyledComponent<ButtonProps>;
|
|
11
|
+
export declare const IconWrapper: StyledComponent<StackProps>;
|
|
12
|
+
export declare const CustomTab: StyledComponent<TabProps>;
|
|
13
|
+
export declare const CustomChip: StyledComponent<ChipProps>;
|
|
14
|
+
//# sourceMappingURL=style.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/connector-library/components/visibility-modal/style.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EACV,QAAQ,EACR,eAAe,EACf,UAAU,EACV,qBAAqB,EACrB,WAAW,EACX,QAAQ,EACR,SAAS,EACV,MAAM,qBAAqB,CAAC;AAE7B,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,QAAQ,CAKlD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,eAAe,CAI5D,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,eAAe,CAEvD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,UAAU,CAOrD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,eAAe,CAAC,qBAAqB,CAEzE,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CAGnD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,eAAe,CAAC,WAAW,CAG1D,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,WAAW,CAElD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CAMnD,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,QAAQ,CAE/C,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,SAAS,CAIjD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const CONNECTORS_URL: string;
|
|
2
|
+
export declare const UPDATE_CONNECTORS_URL: string;
|
|
3
|
+
export declare const CONNECTOR_DETAIL: string;
|
|
4
|
+
export declare const CARD_ID_KEY = "{{card_id}}";
|
|
5
|
+
export declare const ENABLE_CONNECTOR_URL: string;
|
|
6
|
+
export declare const GET_CARDS_CUSTOM_FIELDS: string;
|
|
7
|
+
export declare const getInboxFunc: () => {
|
|
8
|
+
isV2: boolean;
|
|
9
|
+
apiPath: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const getRolesPermissionFunc: () => {
|
|
12
|
+
isV2: boolean;
|
|
13
|
+
apiPath: string;
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/connector-library/constants/api.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,EAAE,MAAsC,CAAC;AACpE,eAAO,MAAM,qBAAqB,EAAE,MAA0C,CAAC;AAC/E,eAAO,MAAM,gBAAgB,QAAoC,CAAC;AAClE,eAAO,MAAM,WAAW,gBAAgB,CAAC;AACzC,eAAO,MAAM,oBAAoB,QAAkD,CAAC;AACpF,eAAO,MAAM,uBAAuB,QAAyD,CAAC;AAE9F,eAAO,MAAM,YAAY;;;CAExB,CAAC;AAEF,eAAO,MAAM,sBAAsB;;;CAElC,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export declare const VISIBILTY_OFF_MSG: string;
|
|
2
|
+
export declare const VISIBILITY_SETTINGS_MSG: string;
|
|
3
|
+
export declare const VISIBLITY_DISABLED_MSG: string;
|
|
4
|
+
export declare const VISIBILITY_MODAL_HEADER: string;
|
|
5
|
+
export declare const INBOX_SELECT_PLACEHOLDER: string;
|
|
6
|
+
export declare const INBOX_SELECT_LABEL: string;
|
|
7
|
+
export declare const ROLES_SELECT_LABEL: string;
|
|
8
|
+
export declare const ROLE_SELECT_PLACEHOLDER: string;
|
|
9
|
+
export declare const INBOX_TYPE: string;
|
|
10
|
+
export declare const ROLES_TYPE: string;
|
|
11
|
+
export declare const ENABLE_CONNECTOR: string;
|
|
12
|
+
export declare const CLOSE: string;
|
|
13
|
+
export declare const AVAILABILITY_POPUP_TITLE: string;
|
|
14
|
+
export declare const AVAILABILITY_POPUP_DESC: string;
|
|
15
|
+
export declare const VISIBILITY_POPOVER_STORAGE_KEY: string;
|
|
16
|
+
export declare const SINGLETON_CONTEXT_ERROR_MSG: string;
|
|
17
|
+
export declare const CONNECTOR_TOAST_ENABLE_KEY: string;
|
|
18
|
+
export declare const ENABLE_CONNECTOR_SUCCESS: string;
|
|
19
|
+
export declare const ENABLE_CONNECTOR_FAIL: string;
|
|
20
|
+
export declare const ROLE_SELECT_MESSAGE: string;
|
|
21
|
+
export declare const CUSTOM_FIELDS_LOADING: string;
|
|
22
|
+
export declare const UPDATE_SETTINGS: string;
|
|
23
|
+
export declare const ENABLED_STATUS: string;
|
|
24
|
+
export declare const DISABLED_STATUS: string;
|
|
25
|
+
export declare const NO_FIELDS_ERROR_MSG: string;
|
|
26
|
+
export declare const NEW_CHIP: string;
|
|
27
|
+
export declare const UPGRADE_NOW: string;
|
|
28
|
+
export declare const AUTHENTICATION_FAILED: string;
|
|
29
|
+
export declare const UPGRADABLE_INFO: string;
|
|
30
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/connector-library/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,EAAE,MAA6B,CAAC;AAC9D,eAAO,MAAM,uBAAuB,EAAE,MAAwC,CAAC;AAC/E,eAAO,MAAM,sBAAsB,EAAE,MAAqD,CAAC;AAC3F,eAAO,MAAM,uBAAuB,EAAE,MAAsC,CAAC;AAC7E,eAAO,MAAM,wBAAwB,EAAE,MAA2B,CAAC;AACnE,eAAO,MAAM,kBAAkB,EAAE,MAA+B,CAAC;AACjE,eAAO,MAAM,kBAAkB,EAAE,MAA0B,CAAC;AAC5D,eAAO,MAAM,uBAAuB,EAAE,MAAsB,CAAC;AAC7D,eAAO,MAAM,UAAU,EAAE,MAAgB,CAAC;AAC1C,eAAO,MAAM,UAAU,EAAE,MAAgB,CAAC;AAC1C,eAAO,MAAM,gBAAgB,EAAE,MAA2B,CAAC;AAC3D,eAAO,MAAM,KAAK,EAAE,MAAgB,CAAC;AACrC,eAAO,MAAM,wBAAwB,EAAE,MAA+B,CAAC;AACvE,eAAO,MAAM,uBAAuB,EAAE,MAC2C,CAAC;AAClF,eAAO,MAAM,8BAA8B,EAAE,MAAkC,CAAC;AAChF,eAAO,MAAM,2BAA2B,EAAE,MAAsE,CAAC;AACjH,eAAO,MAAM,0BAA0B,EAAE,MAAyB,CAAC;AACnE,eAAO,MAAM,wBAAwB,EAAE,MAAoC,CAAC;AAC5E,eAAO,MAAM,qBAAqB,EAAE,MAAiE,CAAC;AACtG,eAAO,MAAM,mBAAmB,EAAE,MAAgF,CAAC;AACnH,eAAO,MAAM,qBAAqB,EAAE,MAAmC,CAAC;AACxE,eAAO,MAAM,eAAe,EAAE,MAAe,CAAC;AAC9C,eAAO,MAAM,cAAc,EAAE,MAAkB,CAAC;AAChD,eAAO,MAAM,eAAe,EAAE,MAAmB,CAAC;AAClD,eAAO,MAAM,mBAAmB,EAAE,MAA2C,CAAC;AAC9E,eAAO,MAAM,QAAQ,EAAE,MAAc,CAAC;AACtC,eAAO,MAAM,WAAW,EAAE,MAAsB,CAAC;AACjD,eAAO,MAAM,qBAAqB,EAAE,MAAgC,CAAC;AACrE,eAAO,MAAM,eAAe,EAAE,MAAmF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/connector-library/context/singleton-context/hooks.ts"],"names":[],"mappings":"AAIA,wBAAgB,mBAAmB;;;EAMlC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export declare const SingletonContext: React.Context<{
|
|
3
|
+
hasRendered: boolean;
|
|
4
|
+
setHasRendered: (value: boolean) => void;
|
|
5
|
+
}>;
|
|
6
|
+
export declare const SingletonProvider: React.MemoExoticComponent<({ children }: {
|
|
7
|
+
children: React.ReactNode;
|
|
8
|
+
}) => import("react/jsx-runtime").JSX.Element>;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/connector-library/context/singleton-context/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAEhE,eAAO,MAAM,gBAAgB;iBACd,OAAO;oBACJ,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI;EACU,CAAC;AAErD,eAAO,MAAM,iBAAiB,2CAA6B;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,6CAItF,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { ApiStatus } from '../../../types/api';
|
|
2
|
+
import { ConnectorId, IConnectorDetails } from '../../../types/connector';
|
|
3
|
+
import { IInboxData } from '../../../types/exposedTypes';
|
|
4
|
+
import { IField } from '../../../types/visibility';
|
|
5
|
+
export interface ConnectorState {
|
|
6
|
+
connectors: {
|
|
7
|
+
[x: ConnectorId]: IConnectorDetails;
|
|
8
|
+
} | null;
|
|
9
|
+
connectorList: ConnectorId[];
|
|
10
|
+
connectorsApiStatus: ApiStatus;
|
|
11
|
+
selectedConnector?: string | null;
|
|
12
|
+
currentUpdatingConnectors: {
|
|
13
|
+
[key: string]: string;
|
|
14
|
+
};
|
|
15
|
+
connectorDetailApiStatus: ApiStatus;
|
|
16
|
+
connectorDetails: IConnectorDetails | null;
|
|
17
|
+
fetchInboxApiStatus: ApiStatus;
|
|
18
|
+
emailInboxDetails: IInboxData[] | null;
|
|
19
|
+
chatInboxDetails: IInboxData[] | null;
|
|
20
|
+
rolesAndPermissionsApiStatus: ApiStatus;
|
|
21
|
+
rolesAndPermissions: {
|
|
22
|
+
[key: string]: string;
|
|
23
|
+
}[] | null;
|
|
24
|
+
updateEnableConnectorsApiStatus: ApiStatus;
|
|
25
|
+
cardCustomFields: {
|
|
26
|
+
[key: string]: IField[];
|
|
27
|
+
};
|
|
28
|
+
cardCustomFieldsApiStatus: ApiStatus;
|
|
29
|
+
requireUpgradeConnectors: string[];
|
|
30
|
+
notAuthenticatedConnectors: string[];
|
|
31
|
+
}
|
|
32
|
+
export declare const initialState: ConnectorState;
|
|
33
|
+
//# sourceMappingURL=initial-state.d.ts.map
|