@hiver/connector-admin 3.1.2-variableInterpolation-beta.0 → 4.0.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/features/auth/components/auth-form/index.d.ts.map +1 -1
- package/index.d.ts +1 -1
- package/index.d.ts.map +1 -1
- package/index.es.js +18772 -13859
- package/index.umd.js +1885 -253
- 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/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-dashboard/index.d.ts +3 -0
- package/v2/app/connectors/pages/connector-dashboard/index.d.ts.map +1 -0
- package/v2/app/connectors/pages/connector-dashboard/style.d.ts +6 -0
- package/v2/app/connectors/pages/connector-dashboard/style.d.ts.map +1 -0
- package/v2/app/connectors/pages/initial-setup/components/connector-visibility.d.ts +15 -0
- package/v2/app/connectors/pages/initial-setup/components/connector-visibility.d.ts.map +1 -0
- package/v2/app/connectors/pages/initial-setup/index.d.ts +2 -0
- package/v2/app/connectors/pages/initial-setup/index.d.ts.map +1 -0
- package/v2/app/connectors/pages/native-integration/index.d.ts +2 -0
- package/v2/app/connectors/pages/native-integration/index.d.ts.map +1 -0
- package/v2/app/connectors/pages/settings/auth/components/upgrade-guide/index.d.ts +7 -0
- package/v2/app/connectors/pages/settings/auth/components/upgrade-guide/index.d.ts.map +1 -0
- package/v2/app/connectors/pages/settings/auth/components/upgrade-guide/styles.d.ts +8 -0
- package/v2/app/connectors/pages/settings/auth/components/upgrade-guide/styles.d.ts.map +1 -0
- package/v2/app/connectors/pages/settings/auth/index.d.ts +7 -0
- package/v2/app/connectors/pages/settings/auth/index.d.ts.map +1 -0
- package/v2/app/connectors/pages/settings/auth/styles.d.ts +5 -0
- package/v2/app/connectors/pages/settings/auth/styles.d.ts.map +1 -0
- package/v2/app/connectors/pages/settings/index.d.ts +2 -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/settings/visibility/index.d.ts +7 -0
- package/v2/app/connectors/pages/settings/visibility/index.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 +15 -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 +17 -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/loader-switch/index.d.ts +5 -0
- package/v2/components/ui/loader-switch/index.d.ts.map +1 -0
- package/v2/components/ui/loader-switch/style.d.ts +4 -0
- package/v2/components/ui/loader-switch/style.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 +14 -0
- package/v2/components/ui/modal/index.d.ts.map +1 -0
- package/v2/components/ui/status-chip/index.d.ts +3 -0
- package/v2/components/ui/status-chip/index.d.ts.map +1 -0
- package/v2/components/ui/status-chip/styles.d.ts +8 -0
- package/v2/components/ui/status-chip/styles.d.ts.map +1 -0
- package/v2/components/ui/status-chip/types.d.ts +6 -0
- package/v2/components/ui/status-chip/types.d.ts.map +1 -0
- package/v2/components/ui/styled-ui-components.d.ts +8 -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 +15 -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 +41 -0
- package/v2/constants/gainsight.d.ts.map +1 -0
- package/v2/constants/global-constants.d.ts +30 -0
- package/v2/constants/global-constants.d.ts.map +1 -0
- package/v2/constants/initial-setup.d.ts +7 -0
- package/v2/constants/initial-setup.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/roles.d.ts +10 -0
- package/v2/constants/roles.d.ts.map +1 -0
- package/v2/constants/router-paths.d.ts +10 -0
- package/v2/constants/router-paths.d.ts.map +1 -0
- package/v2/constants/sidebar.d.ts +2 -0
- package/v2/constants/sidebar.d.ts.map +1 -0
- package/v2/context/index.d.ts +39 -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 +16 -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 +23 -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/connector-info-card-list/styles.d.ts +5 -0
- package/v2/features/connector-library/components/connector-info-card-list/styles.d.ts.map +1 -0
- package/v2/features/connector-library/components/connector-library-skeleton/index.d.ts +2 -0
- package/v2/features/connector-library/components/connector-library-skeleton/index.d.ts.map +1 -0
- package/v2/features/connector-library/components/connector-library-skeleton/styles.d.ts +7 -0
- package/v2/features/connector-library/components/connector-library-skeleton/styles.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/__tests__/custom-connector-card.test.d.ts +2 -0
- package/v2/features/connector-library/components/custom-connector-card-list/__tests__/custom-connector-card.test.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 +10 -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 +4 -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/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 +18 -0
- package/v2/features/connector-library/constants/api.d.ts.map +1 -0
- package/v2/features/connector-library/constants/index.d.ts +27 -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 +34 -0
- package/v2/features/connector-library/store/initial-state.d.ts.map +1 -0
- package/v2/features/connector-library/store/selectors.d.ts +28 -0
- package/v2/features/connector-library/store/selectors.d.ts.map +1 -0
- package/v2/features/connector-library/store/slice.d.ts +158 -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/native-integrations/components/inbox-selector/index.d.ts +9 -0
- package/v2/features/native-integrations/components/inbox-selector/index.d.ts.map +1 -0
- package/v2/features/native-integrations/components/native-connectors-list/index.d.ts +2 -0
- package/v2/features/native-integrations/components/native-connectors-list/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-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 +5 -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 +27 -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 +7 -0
- package/v2/features/template-library/components/library-card-list/styles.d.ts.map +1 -0
- package/v2/features/template-library/components/library-card-skeleton/index.d.ts +2 -0
- package/v2/features/template-library/components/library-card-skeleton/index.d.ts.map +1 -0
- package/v2/features/template-library/components/library-card-skeleton/styles.d.ts +4 -0
- package/v2/features/template-library/components/library-card-skeleton/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/constants/content-page.d.ts +4 -0
- package/v2/features/template-library/constants/content-page.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 +9 -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 +7 -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/hooks.d.ts +15 -0
- package/v2/store/hooks.d.ts.map +1 -0
- package/v2/store/inboxes/initial-state.d.ts +9 -0
- package/v2/store/inboxes/initial-state.d.ts.map +1 -0
- package/v2/store/inboxes/selectors.d.ts +5 -0
- package/v2/store/inboxes/selectors.d.ts.map +1 -0
- package/v2/store/inboxes/slice.d.ts +26 -0
- package/v2/store/inboxes/slice.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 +34 -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 +44 -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 +140 -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 +33 -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,16 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { SupportLinks } from '../../../types/connector';
|
|
3
|
+
interface Keys {
|
|
4
|
+
link: keyof SupportLinks;
|
|
5
|
+
preview?: keyof SupportLinks;
|
|
6
|
+
}
|
|
7
|
+
export interface GuideLink {
|
|
8
|
+
icon: ReactNode;
|
|
9
|
+
text: string;
|
|
10
|
+
link?: string;
|
|
11
|
+
keys?: Keys;
|
|
12
|
+
event: string;
|
|
13
|
+
prefixName?: boolean;
|
|
14
|
+
}
|
|
15
|
+
export {};
|
|
16
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/connector-setup-guide/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAEzD,UAAU,IAAI;IACZ,IAAI,EAAE,MAAM,YAAY,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,YAAY,CAAC;CAC9B;AAED,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,SAAS,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
interface InboxSelector {
|
|
2
|
+
open: boolean;
|
|
3
|
+
onClose: () => void;
|
|
4
|
+
onInboxClick: (id: string) => void;
|
|
5
|
+
noOptionsText?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const InboxSelector: ({ open, onClose, onInboxClick, noOptionsText }: InboxSelector) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default InboxSelector;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/native-integrations/components/inbox-selector/index.tsx"],"names":[],"mappings":"AA2CA,UAAU,aAAa;IACrB,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,YAAY,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,QAAA,MAAM,aAAa,mDAAyE,aAAa,4CAoExG,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/native-integrations/components/native-connectors-list/index.tsx"],"names":[],"mappings":"AASA,eAAO,MAAM,oBAAoB,+CAmEhC,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export interface ISubmitConnectorRequest {
|
|
2
|
+
type: string;
|
|
3
|
+
values: Array<string>;
|
|
4
|
+
description: string;
|
|
5
|
+
}
|
|
6
|
+
export declare const getConnectorRequests: () => Promise<import('axios').AxiosResponse<any, any> | undefined>;
|
|
7
|
+
export declare const submitConnectorRequestApi: ({ type, values, description }: ISubmitConnectorRequest) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/request-new-connector/api/index.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,eAAO,MAAM,oBAAoB,oEAKhC,CAAC;AAEF,eAAO,MAAM,yBAAyB,kCAAmC,uBAAuB,iEAM/F,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-new-modal.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/v2/features/request-new-connector/components/request-new-modal/__tests__/request-new-modal.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export interface IRequestNewModalProps {
|
|
3
|
+
shown: boolean;
|
|
4
|
+
setShown: (value: boolean) => void;
|
|
5
|
+
isApi?: boolean;
|
|
6
|
+
connectorType?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const RequestNewModal: React.FC<IRequestNewModalProps>;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/request-new-connector/components/request-new-modal/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAuB/D,MAAM,WAAW,qBAAqB;IACpC,KAAK,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACnC,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAiH3D,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { IDropdownOption } from '../../types';
|
|
3
|
+
interface RequestPanelProps {
|
|
4
|
+
connectors: IDropdownOption[];
|
|
5
|
+
canSubmit: boolean;
|
|
6
|
+
setSelectedConnectors: (value: IDropdownOption[]) => void;
|
|
7
|
+
selectedConnectors: IDropdownOption[];
|
|
8
|
+
setOptionalDetails: (value: string) => void;
|
|
9
|
+
handleSubmit: () => void;
|
|
10
|
+
isApiText?: boolean;
|
|
11
|
+
}
|
|
12
|
+
export declare const RequestPanel: React.FC<RequestPanelProps>;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=request-panel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"request-panel.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/request-new-connector/components/request-new-modal/request-panel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAUrD,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAa9C,UAAU,iBAAiB;IACzB,UAAU,EAAE,eAAe,EAAE,CAAC;IAC9B,SAAS,EAAE,OAAO,CAAC;IACnB,qBAAqB,EAAE,CAAC,KAAK,EAAE,eAAe,EAAE,KAAK,IAAI,CAAC;IAC1D,kBAAkB,EAAE,eAAe,EAAE,CAAC;IACtC,kBAAkB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAC5C,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA2FpD,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
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/request-new-connector/components/request-new-modal/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,QAAQ,EAAkB,WAAW,EAAS,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/request-new-connector/components/request-new-modal/submitted-panel.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"submitted-panel.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/request-new-connector/components/request-new-modal/submitted-panel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,UAAU,oBAAoB;IAC5B,WAAW,EAAE,MAAM,IAAI,CAAC;CACzB;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAqBzD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/request-new-connector/constants/api.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,EAAE,MAAwD,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export declare const ENHANCE_TEXT: string;
|
|
2
|
+
export declare const ENHANCE_TEXT_DESCRIPTION: string;
|
|
3
|
+
export declare const REQUEST_NEW: string;
|
|
4
|
+
export declare const CREATE_OWN_TEXT: string;
|
|
5
|
+
export declare const REQUEST_NEW_API: string;
|
|
6
|
+
export declare const REQUEST_NEW_MODAL_TITLE: string;
|
|
7
|
+
export declare const TELL_USE_CASE: string;
|
|
8
|
+
export declare const REQUEST_NEW_MODAL_DESCRIPTION: string;
|
|
9
|
+
export declare const REQUEST_API_PLACEHOLDER: string;
|
|
10
|
+
export declare const REQUEST_NEW_MODAL_DROPDOWN_PLACEHOLDER: string;
|
|
11
|
+
export declare const REQUEST_NEW_MODAL_TEXTFIELD_PLACEHOLDER: string;
|
|
12
|
+
export declare const REQUEST_NEW_MODAL_BUTTON_TEXT: string;
|
|
13
|
+
export declare const REQUEST_NEW_MODAL_SUBMITTED_TITLE: string;
|
|
14
|
+
export declare const REQUEST_NEW_MODAL_SUBMITTED_DESCRIPTION: string;
|
|
15
|
+
export declare const REQUEST_NEW_MODAL_SUBMITTED_BUTTON_TEXT: string;
|
|
16
|
+
export declare const ADD_CONNECTOR: string;
|
|
17
|
+
export declare const EDIT_CONNECTOR: string;
|
|
18
|
+
export declare const ENABLE: string;
|
|
19
|
+
export declare const DISABLE: string;
|
|
20
|
+
export declare const REQUEST_TYPE: {
|
|
21
|
+
CONNECTOR: string;
|
|
22
|
+
API: string;
|
|
23
|
+
};
|
|
24
|
+
export declare const CANT_FIND = "Can\u2019t find the app you\u2019re looking for?";
|
|
25
|
+
export declare const REQ_CONNECT_BANNER_DESC = "Tell us what you need, and we'll create a custom app just for you within a few working days.";
|
|
26
|
+
export declare const FAILED_MSG = "Failed to submit the request. Please try again.";
|
|
27
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/request-new-connector/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,EAAE,MAAyC,CAAC;AACrE,eAAO,MAAM,wBAAwB,EAAE,MAAuI,CAAC;AAC/K,eAAO,MAAM,WAAW,EAAE,MAA0B,CAAC;AACrD,eAAO,MAAM,eAAe,EAAE,MAAwC,CAAC;AACvE,eAAO,MAAM,eAAe,EAAE,MAA8B,CAAC;AAC7D,eAAO,MAAM,uBAAuB,EAAE,MAAkC,CAAC;AACzE,eAAO,MAAM,aAAa,EAAE,MAC+D,CAAC;AAC5F,eAAO,MAAM,6BAA6B,EAAE,MAAwH,CAAC;AACrK,eAAO,MAAM,uBAAuB,EAAE,MAA2B,CAAC;AAClE,eAAO,MAAM,sCAAsC,EAAE,MAA6B,CAAC;AACnF,eAAO,MAAM,uCAAuC,EAAE,MAAuD,CAAC;AAC9G,eAAO,MAAM,6BAA6B,EAAE,MAAyB,CAAC;AACtE,eAAO,MAAM,iCAAiC,EAAE,MAA4B,CAAC;AAC7E,eAAO,MAAM,uCAAuC,EAAE,MAC8C,CAAC;AACrG,eAAO,MAAM,uCAAuC,EAAE,MAAe,CAAC;AACtE,eAAO,MAAM,aAAa,EAAE,MAAsB,CAAC;AACnD,eAAO,MAAM,cAAc,EAAE,MAAyB,CAAC;AACvD,eAAO,MAAM,MAAM,EAAE,MAAiB,CAAC;AACvC,eAAO,MAAM,OAAO,EAAE,MAAkB,CAAC;AACzC,eAAO,MAAM,YAAY;;;CAGxB,CAAC;AACF,eAAO,MAAM,SAAS,qDAA2C,CAAC;AAClE,eAAO,MAAM,uBAAuB,iGAC4D,CAAC;AAEjG,eAAO,MAAM,UAAU,oDAAoD,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export interface IDropdownOption {
|
|
2
|
+
label: string;
|
|
3
|
+
id: string;
|
|
4
|
+
}
|
|
5
|
+
export interface IRequestableConnector {
|
|
6
|
+
key: string;
|
|
7
|
+
name: string;
|
|
8
|
+
}
|
|
9
|
+
export interface IRequestableAPI {
|
|
10
|
+
connector_type: string;
|
|
11
|
+
apis: Array<{
|
|
12
|
+
key: string;
|
|
13
|
+
name: string;
|
|
14
|
+
}>;
|
|
15
|
+
}
|
|
16
|
+
export interface IRequests {
|
|
17
|
+
requestableConnectors: Array<IRequestableConnector>;
|
|
18
|
+
requestableApis: Array<IRequestableAPI>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/request-new-connector/types/index.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,WAAW,qBAAqB;IACpC,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,eAAe;IAC9B,cAAc,EAAE,MAAM,CAAC;IACvB,IAAI,EAAE,KAAK,CAAC;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CAC5C;AAED,MAAM,WAAW,SAAS;IACxB,qBAAqB,EAAE,KAAK,CAAC,qBAAqB,CAAC,CAAC;IACpD,eAAe,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;CACzC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export interface IUpdateConnectorDetails {
|
|
2
|
+
id: string;
|
|
3
|
+
enabled: boolean;
|
|
4
|
+
}
|
|
5
|
+
export declare const getConnectorTempelates: () => Promise<import('axios').AxiosResponse<any, any> | undefined>;
|
|
6
|
+
export declare const getConnectorTemplateDetails: (templateId: string) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/template-library/api/index.ts"],"names":[],"mappings":"AAMA,MAAM,WAAW,uBAAuB;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,sBAAsB,oEAKlC,CAAC;AAEF,eAAO,MAAM,2BAA2B,eAAgB,MAAM,iEAK7D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/template-library/components/library-card-list/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAc,MAAM,OAAO,CAAC;AAgBvC,eAAO,MAAM,eAAe,EAAE,EA8C7B,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { StyledComponent } from '@emotion/styled';
|
|
2
|
+
import { BoxProps, TypographyProps, IconProps } from '@hiver/hiver-ui-kit';
|
|
3
|
+
export declare const TitleHeader: StyledComponent<TypographyProps>;
|
|
4
|
+
export declare const LibraryCard: StyledComponent<BoxProps>;
|
|
5
|
+
export declare const CardIconWrapper: StyledComponent<IconProps>;
|
|
6
|
+
export declare const LibraryCardDescription: StyledComponent<TypographyProps>;
|
|
7
|
+
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/template-library/components/library-card-list/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAEhF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,eAAe,CAMxD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,QAAQ,CAajD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,SAAS,CAUtD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,eAAe,CAAC,eAAe,CASnE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/template-library/components/library-card-skeleton/index.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,mBAAmB,+CAsB/B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/template-library/components/library-card-skeleton/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAEzD,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,aAAa,CAO1D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/template-library/components/library-edit-list/index.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/template-library/components/library-edit-list/styles.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/template-library/constants/api.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,EAAE,MAAsC,CAAC;AAClE,eAAO,MAAM,oBAAoB,EAAE,MAAgD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content-page.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/template-library/constants/content-page.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB,EAAE,MACsD,CAAC;AAC5F,eAAO,MAAM,OAAO,EAAE,MAAkB,CAAC;AACzC,eAAO,MAAM,mBAAmB,EAAE,MAC+F,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ApiStatus } from '../../../types/api';
|
|
2
|
+
import { IConnectorDetails, ConnectorId } from '../../../types/connector';
|
|
3
|
+
export interface ConnectorState {
|
|
4
|
+
connectorTemplates: {
|
|
5
|
+
[key: ConnectorId]: IConnectorDetails;
|
|
6
|
+
} | null;
|
|
7
|
+
connectorTemplateList: ConnectorId[];
|
|
8
|
+
templateListApiStatus: ApiStatus;
|
|
9
|
+
connectorsApiStatus: ApiStatus;
|
|
10
|
+
templateDetailsApiStatus: ApiStatus;
|
|
11
|
+
selectedConnector?: string | null;
|
|
12
|
+
selectedTemplateData?: IConnectorDetails | null;
|
|
13
|
+
}
|
|
14
|
+
export declare const initialState: ConnectorState;
|
|
15
|
+
//# sourceMappingURL=initial-state.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"initial-state.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/template-library/store/initial-state.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAE3E,MAAM,WAAW,cAAc;IAC7B,kBAAkB,EAAE;QAAE,CAAC,GAAG,EAAE,WAAW,GAAG,iBAAiB,CAAA;KAAE,GAAG,IAAI,CAAC;IACrE,qBAAqB,EAAE,WAAW,EAAE,CAAC;IACrC,qBAAqB,EAAE,SAAS,CAAC;IACjC,mBAAmB,EAAE,SAAS,CAAC;IAC/B,wBAAwB,EAAE,SAAS,CAAC;IACpC,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,oBAAoB,CAAC,EAAE,iBAAiB,GAAG,IAAI,CAAC;CACjD;AAGD,eAAO,MAAM,YAAY,EAAE,cAO1B,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { RootState } from '../../../store';
|
|
2
|
+
export declare const selectConnectorTemplateList: (state: RootState) => string[];
|
|
3
|
+
export declare const selectConnectorTemplates: (state: RootState) => {
|
|
4
|
+
[key: string]: import('../../../types/connector').IConnectorDetails;
|
|
5
|
+
} | null;
|
|
6
|
+
export declare const selectConnectorTemplateListApiStatus: (state: RootState) => import('../../../types/api').ApiStatus;
|
|
7
|
+
export declare const selectTemplateListApiStatus: (state: RootState) => import('../../../types/api').ApiStatus;
|
|
8
|
+
export declare const selectTemplateDetailsApiStatus: (state: RootState) => import('../../../types/api').ApiStatus;
|
|
9
|
+
//# sourceMappingURL=selectors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"selectors.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/template-library/store/selectors.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C,eAAO,MAAM,2BAA2B,UAAW,SAAS,aAAgD,CAAC;AAC7G,eAAO,MAAM,wBAAwB,UAAW,SAAS;;QAA6C,CAAC;AACvG,eAAO,MAAM,oCAAoC,UAAW,SAAS,2CAAgD,CAAC;AACtH,eAAO,MAAM,2BAA2B,UAAW,SAAS,2CAAgD,CAAC;AAC7G,eAAO,MAAM,8BAA8B,UAAW,SAAS,2CAAmD,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { IConnectorDetails } from '../../../types/connector';
|
|
2
|
+
import { selectConnectorTemplateList, selectConnectorTemplates } from './selectors';
|
|
3
|
+
export declare const connectorLibrarySlice: import('@reduxjs/toolkit').Slice<import('./initial-state').ConnectorState, {}, "templateLibrary", "templateLibrary", import('@reduxjs/toolkit').SliceSelectors<import('./initial-state').ConnectorState>>;
|
|
4
|
+
declare const fetchConnectorTemplates: import('@reduxjs/toolkit').AsyncThunk<{
|
|
5
|
+
connectors: {
|
|
6
|
+
[k: string]: IConnectorDetails;
|
|
7
|
+
};
|
|
8
|
+
connectorList: string[];
|
|
9
|
+
}, void, {
|
|
10
|
+
state?: unknown;
|
|
11
|
+
dispatch?: import('redux-thunk').ThunkDispatch<unknown, unknown, import('redux').UnknownAction>;
|
|
12
|
+
extra?: unknown;
|
|
13
|
+
rejectValue?: unknown;
|
|
14
|
+
serializedErrorType?: unknown;
|
|
15
|
+
pendingMeta?: unknown;
|
|
16
|
+
fulfilledMeta?: unknown;
|
|
17
|
+
rejectedMeta?: unknown;
|
|
18
|
+
}>;
|
|
19
|
+
declare const fetchTemplateDetails: import('@reduxjs/toolkit').AsyncThunk<{
|
|
20
|
+
templateId: string;
|
|
21
|
+
templateData: null;
|
|
22
|
+
} | {
|
|
23
|
+
templateData: IConnectorDetails;
|
|
24
|
+
templateId: string;
|
|
25
|
+
}, string, {
|
|
26
|
+
state?: unknown;
|
|
27
|
+
dispatch?: import('redux-thunk').ThunkDispatch<unknown, unknown, import('redux').UnknownAction>;
|
|
28
|
+
extra?: unknown;
|
|
29
|
+
rejectValue?: unknown;
|
|
30
|
+
serializedErrorType?: unknown;
|
|
31
|
+
pendingMeta?: unknown;
|
|
32
|
+
fulfilledMeta?: unknown;
|
|
33
|
+
rejectedMeta?: unknown;
|
|
34
|
+
}>;
|
|
35
|
+
declare const _default: import('redux').Reducer<import('./initial-state').ConnectorState>;
|
|
36
|
+
export default _default;
|
|
37
|
+
export declare const actions: import('@reduxjs/toolkit').CaseReducerActions<{}, "templateLibrary">;
|
|
38
|
+
export { fetchConnectorTemplates, fetchTemplateDetails, selectConnectorTemplateList, selectConnectorTemplates };
|
|
39
|
+
//# sourceMappingURL=slice.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slice.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/template-library/store/slice.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAE,2BAA2B,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAEpF,eAAO,MAAM,qBAAqB,2MAiChC,CAAC;AAIH,QAAA,MAAM,uBAAuB;;;;;;;;;;;;;;EAiB3B,CAAC;AAEH,QAAA,MAAM,oBAAoB;;;;kBAUS,iBAAiB;;;;;;;;;;;EAGlD,CAAC;;AAEH,wBAA6C;AAC7C,eAAO,MAAM,OAAO,sEAAgC,CAAC;AACrD,OAAO,EAAE,uBAAuB,EAAE,oBAAoB,EAAE,2BAA2B,EAAE,wBAAwB,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CloseButton.d.ts","sourceRoot":"","sources":["../../../../src/v2/features/toast-message/CloseButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAM3B,QAAA,MAAM,WAAW,EAAE,EAIlB,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HiverIconToast.d.ts","sourceRoot":"","sources":["../../../../src/v2/features/toast-message/HiverIconToast.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAI3B,UAAU,eAAe;IACvB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,QAAA,MAAM,cAAc,EAAE,EAAE,CAAC,eAAe,CAKvC,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toastMessage.test.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/toast-message/__tests__/toastMessage.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const SUCCESS_TOAST: "success";
|
|
2
|
+
export declare const ERROR_TOAST: "error";
|
|
3
|
+
export declare const INFO_DARK: "info-dark";
|
|
4
|
+
export declare const ERROR_TOGGLE = "Error in toggling connector state";
|
|
5
|
+
export declare const TOGGLE_DISABLE_SUCCESS = "Connector disabled successfully";
|
|
6
|
+
export declare const GENERIC_ERROR = "Something went wrong";
|
|
7
|
+
//# sourceMappingURL=toast.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toast.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/toast-message/constants/toast.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,WAAqB,CAAC;AAChD,eAAO,MAAM,WAAW,SAAmB,CAAC;AAC5C,eAAO,MAAM,SAAS,aAAuB,CAAC;AAE9C,eAAO,MAAM,YAAY,sCAAsC,CAAC;AAChE,eAAO,MAAM,sBAAsB,oCAAoC,CAAC;AACxE,eAAO,MAAM,aAAa,yBAAyB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dispatches action to show message
|
|
3
|
+
* @param {Object} message Message object of format { type, message }
|
|
4
|
+
*/
|
|
5
|
+
export interface IShowMessage {
|
|
6
|
+
message: string;
|
|
7
|
+
type?: 'success' | 'error' | 'info-dark' | undefined;
|
|
8
|
+
autoClose?: number | false | undefined;
|
|
9
|
+
}
|
|
10
|
+
declare function showMessage(messageObject: IShowMessage): import('react-toastify').Id;
|
|
11
|
+
declare function removeToast(toastId: string | number): void;
|
|
12
|
+
export { showMessage, removeToast };
|
|
13
|
+
//# sourceMappingURL=showMessage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"showMessage.d.ts","sourceRoot":"","sources":["../../../../src/v2/features/toast-message/showMessage.tsx"],"names":[],"mappings":"AAQA;;;GAGG;AAEH,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,WAAW,GAAG,SAAS,CAAC;IACrD,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,SAAS,CAAC;CACxC;AAED,iBAAS,WAAW,CAAC,aAAa,EAAE,YAAY,+BA0C/C;AAED,iBAAS,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,QAE5C;AAED,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { StyledComponent } from '@emotion/styled';
|
|
2
|
+
import { BoxProps, StackProps, SvgIconOwnProps } from '@hiver/hiver-ui-kit';
|
|
3
|
+
export declare const Wrapper: StyledComponent<BoxProps>;
|
|
4
|
+
export declare const Message: StyledComponent<BoxProps>;
|
|
5
|
+
export declare const Logo: StyledComponent<SvgIconOwnProps>;
|
|
6
|
+
export declare const ImgWrapper: StyledComponent<StackProps>;
|
|
7
|
+
//# sourceMappingURL=style.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/v2/features/toast-message/style.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEjF,eAAO,MAAM,OAAO,EAAE,eAAe,CAAC,QAAQ,CAI7C,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,eAAe,CAAC,QAAQ,CAG7C,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,eAAe,CAAC,eAAe,CAK/C,CAAC;AAEJ,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,UAAU,CAUlD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const useAppDispatch: import('react-redux').UseDispatch<import('redux-thunk').ThunkDispatch<{
|
|
2
|
+
connectorLirary: import('../features/connector-library/store/initial-state').ConnectorState;
|
|
3
|
+
templateLibrary: import('../features/template-library/store/initial-state').ConnectorState;
|
|
4
|
+
auth: import('../features/auth/store/initial-state').AuthState;
|
|
5
|
+
requestConnectorApi: import('./request-connector-api/initial-state').RequestState;
|
|
6
|
+
inboxes: import('./inboxes/initial-state').ConnectorState;
|
|
7
|
+
}, undefined, import('redux').UnknownAction> & import('redux').Dispatch<import('redux').UnknownAction>>;
|
|
8
|
+
export declare const useAppSelector: import('react-redux').UseSelector<{
|
|
9
|
+
connectorLirary: import('../features/connector-library/store/initial-state').ConnectorState;
|
|
10
|
+
templateLibrary: import('../features/template-library/store/initial-state').ConnectorState;
|
|
11
|
+
auth: import('../features/auth/store/initial-state').AuthState;
|
|
12
|
+
requestConnectorApi: import('./request-connector-api/initial-state').RequestState;
|
|
13
|
+
inboxes: import('./inboxes/initial-state').ConnectorState;
|
|
14
|
+
}>;
|
|
15
|
+
//# sourceMappingURL=hooks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../src/v2/store/hooks.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,cAAc;;;;;;uGAAuC,CAAC;AACnE,eAAO,MAAM,cAAc;;;;;;EAAqC,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ApiStatus } from '../../types/api';
|
|
2
|
+
import { IInboxData } from '../../types/exposedTypes';
|
|
3
|
+
export interface ConnectorState {
|
|
4
|
+
fetchInboxApiStatus: ApiStatus;
|
|
5
|
+
emailInboxDetails: IInboxData[] | null;
|
|
6
|
+
chatInboxDetails: IInboxData[] | null;
|
|
7
|
+
}
|
|
8
|
+
export declare const initialState: ConnectorState;
|
|
9
|
+
//# sourceMappingURL=initial-state.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"initial-state.d.ts","sourceRoot":"","sources":["../../../../src/v2/store/inboxes/initial-state.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAE1D,MAAM,WAAW,cAAc;IAC7B,mBAAmB,EAAE,SAAS,CAAC;IAC/B,iBAAiB,EAAE,UAAU,EAAE,GAAG,IAAI,CAAC;IACvC,gBAAgB,EAAE,UAAU,EAAE,GAAG,IAAI,CAAC;CACvC;AAGD,eAAO,MAAM,YAAY,EAAE,cAI1B,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { RootState } from '..';
|
|
2
|
+
export declare const selectFetchInboxApiStatus: (state: RootState) => import('../../types/api').ApiStatus;
|
|
3
|
+
export declare const selectChatInboxData: (state: RootState) => import('../../types/exposedTypes').IInboxData[] | null;
|
|
4
|
+
export declare const selectEmailInboxData: (state: RootState) => import('../../types/exposedTypes').IInboxData[] | null;
|
|
5
|
+
//# sourceMappingURL=selectors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"selectors.d.ts","sourceRoot":"","sources":["../../../../src/v2/store/inboxes/selectors.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C,eAAO,MAAM,yBAAyB,UAAW,SAAS,wCAAsC,CAAC;AACjG,eAAO,MAAM,mBAAmB,UAAW,SAAS,2DAAmC,CAAC;AACxF,eAAO,MAAM,oBAAoB,UAAW,SAAS,2DAAoC,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { IInboxData } from '../../types/exposedTypes';
|
|
2
|
+
export declare const inboxesSlice: import('@reduxjs/toolkit').Slice<import('./initial-state').ConnectorState, {}, "inboxes", "inboxes", import('@reduxjs/toolkit').SliceSelectors<import('./initial-state').ConnectorState>>;
|
|
3
|
+
declare const getInboxDetailsApi: import('@reduxjs/toolkit').AsyncThunk<{
|
|
4
|
+
chatInbox: IInboxData[] | null;
|
|
5
|
+
emailInbox: IInboxData[] | null;
|
|
6
|
+
}, () => Promise<{
|
|
7
|
+
chatInboxes: IInboxData[];
|
|
8
|
+
emailInboxes: IInboxData[];
|
|
9
|
+
} | {
|
|
10
|
+
chatInboxes: null;
|
|
11
|
+
emailInboxes: null;
|
|
12
|
+
}>, {
|
|
13
|
+
state?: unknown;
|
|
14
|
+
dispatch?: import('redux-thunk').ThunkDispatch<unknown, unknown, import('redux').UnknownAction>;
|
|
15
|
+
extra?: unknown;
|
|
16
|
+
rejectValue?: unknown;
|
|
17
|
+
serializedErrorType?: unknown;
|
|
18
|
+
pendingMeta?: unknown;
|
|
19
|
+
fulfilledMeta?: unknown;
|
|
20
|
+
rejectedMeta?: unknown;
|
|
21
|
+
}>;
|
|
22
|
+
declare const _default: import('redux').Reducer<import('./initial-state').ConnectorState>;
|
|
23
|
+
export default _default;
|
|
24
|
+
export declare const actions: import('@reduxjs/toolkit').CaseReducerActions<{}, "inboxes">;
|
|
25
|
+
export { getInboxDetailsApi as getInboxDetails };
|
|
26
|
+
//# sourceMappingURL=slice.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slice.d.ts","sourceRoot":"","sources":["../../../../src/v2/store/inboxes/slice.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAE1D,eAAO,MAAM,YAAY,2LAoBvB,CAAC;AAEH,QAAA,MAAM,kBAAkB;;;SAGK,OAAO,CAC9B;IAAE,WAAW,EAAE,UAAU,EAAE,CAAC;IAAC,YAAY,EAAE,UAAU,EAAE,CAAA;CAAE,GAAG;IAAE,WAAW,EAAE,IAAI,CAAC;IAAC,YAAY,EAAE,IAAI,CAAA;CAAE,CACtG;;;;;;;;;EAQJ,CAAC;;AAEF,wBAAoC;AACpC,eAAO,MAAM,OAAO,8DAAuB,CAAC;AAC5C,OAAO,EAAE,kBAAkB,IAAI,eAAe,EAAE,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Action, ThunkAction } from '@reduxjs/toolkit';
|
|
2
|
+
export declare const rootReducer: import('redux').Reducer<{
|
|
3
|
+
connectorLirary: import('../features/connector-library/store/initial-state').ConnectorState;
|
|
4
|
+
templateLibrary: import('../features/template-library/store/initial-state').ConnectorState;
|
|
5
|
+
auth: import('../features/auth/store/initial-state').AuthState;
|
|
6
|
+
requestConnectorApi: import('./request-connector-api/initial-state').RequestState;
|
|
7
|
+
inboxes: import('./inboxes/initial-state').ConnectorState;
|
|
8
|
+
}, import('redux').UnknownAction, Partial<{
|
|
9
|
+
connectorLirary: import('../features/connector-library/store/initial-state').ConnectorState | undefined;
|
|
10
|
+
templateLibrary: import('../features/template-library/store/initial-state').ConnectorState | undefined;
|
|
11
|
+
auth: import('../features/auth/store/initial-state').AuthState | undefined;
|
|
12
|
+
requestConnectorApi: import('./request-connector-api/initial-state').RequestState | undefined;
|
|
13
|
+
inboxes: import('./inboxes/initial-state').ConnectorState | undefined;
|
|
14
|
+
}>>;
|
|
15
|
+
export declare const store: import('@reduxjs/toolkit').EnhancedStore<{
|
|
16
|
+
connectorLirary: import('../features/connector-library/store/initial-state').ConnectorState;
|
|
17
|
+
templateLibrary: import('../features/template-library/store/initial-state').ConnectorState;
|
|
18
|
+
auth: import('../features/auth/store/initial-state').AuthState;
|
|
19
|
+
requestConnectorApi: import('./request-connector-api/initial-state').RequestState;
|
|
20
|
+
inboxes: import('./inboxes/initial-state').ConnectorState;
|
|
21
|
+
}, import('redux').UnknownAction, import('@reduxjs/toolkit').Tuple<[import('redux').StoreEnhancer<{
|
|
22
|
+
dispatch: import('redux-thunk').ThunkDispatch<{
|
|
23
|
+
connectorLirary: import('../features/connector-library/store/initial-state').ConnectorState;
|
|
24
|
+
templateLibrary: import('../features/template-library/store/initial-state').ConnectorState;
|
|
25
|
+
auth: import('../features/auth/store/initial-state').AuthState;
|
|
26
|
+
requestConnectorApi: import('./request-connector-api/initial-state').RequestState;
|
|
27
|
+
inboxes: import('./inboxes/initial-state').ConnectorState;
|
|
28
|
+
}, undefined, import('redux').UnknownAction>;
|
|
29
|
+
}>, import('redux').StoreEnhancer]>>;
|
|
30
|
+
export type AppStore = typeof store;
|
|
31
|
+
export type RootState = ReturnType<AppStore['getState']>;
|
|
32
|
+
export type AppDispatch = AppStore['dispatch'];
|
|
33
|
+
export type AppThunk<ThunkReturnType = void> = ThunkAction<ThunkReturnType, RootState, unknown, Action>;
|
|
34
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/v2/store/index.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE5D,eAAO,MAAM,WAAW;;;;;;;;;;;;GAMtB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;oCAGhB,CAAC;AAGH,MAAM,MAAM,QAAQ,GAAG,OAAO,KAAK,CAAC;AACpC,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC,CAAC;AAEzD,MAAM,MAAM,WAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,CAAC;AAE/C,MAAM,MAAM,QAAQ,CAAC,eAAe,GAAG,IAAI,IAAI,WAAW,CAAC,eAAe,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,CAAC,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IRequestableAPI, IRequestableConnector } from '../../features/request-new-connector/types';
|
|
2
|
+
import { ApiStatus } from '../../types/api';
|
|
3
|
+
export interface RequestState {
|
|
4
|
+
connectorRequestsApiStatus: ApiStatus;
|
|
5
|
+
requestableConnectors: Array<IRequestableConnector> | null;
|
|
6
|
+
requestableApis: Array<IRequestableAPI> | null;
|
|
7
|
+
}
|
|
8
|
+
export declare const initialState: RequestState;
|
|
9
|
+
//# sourceMappingURL=initial-state.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"initial-state.d.ts","sourceRoot":"","sources":["../../../../src/v2/store/request-connector-api/initial-state.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,qBAAqB,EAAE,MAAM,2CAA2C,CAAC;AACnG,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAEhD,MAAM,WAAW,YAAY;IAC3B,0BAA0B,EAAE,SAAS,CAAC;IACtC,qBAAqB,EAAE,KAAK,CAAC,qBAAqB,CAAC,GAAG,IAAI,CAAC;IAC3D,eAAe,EAAE,KAAK,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC;CAChD;AAED,eAAO,MAAM,YAAY,EAAE,YAI1B,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { RootState } from '..';
|
|
2
|
+
export declare const selectRequestsApiStatus: (state: RootState) => import('../../types/api').ApiStatus;
|
|
3
|
+
export declare const selectRequestableConnectors: (state: RootState) => import('../../features/request-new-connector/types').IRequestableConnector[] | null;
|
|
4
|
+
export declare const selectRequestabelAPIs: (state: RootState) => import('../../features/request-new-connector/types').IRequestableAPI[] | null;
|
|
5
|
+
//# sourceMappingURL=selectors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"selectors.d.ts","sourceRoot":"","sources":["../../../../src/v2/store/request-connector-api/selectors.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C,eAAO,MAAM,uBAAuB,UAAW,SAAS,wCAAyD,CAAC;AAClH,eAAO,MAAM,2BAA2B,UAAW,SAAS,wFAAoD,CAAC;AACjH,eAAO,MAAM,qBAAqB,UAAW,SAAS,kFAA8C,CAAC"}
|