@hiver/connector-admin 4.21.1 → 4.22.0-repocleanup-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/automation-map-fields/index.d.ts +2 -2
- package/app/automation-map-fields/index.d.ts.map +1 -1
- package/app/automation-map-fields/provider.d.ts +1 -1
- package/app/automation-map-fields/provider.d.ts.map +1 -1
- package/app/connectors/index.d.ts +2 -2
- package/app/connectors/index.d.ts.map +1 -1
- package/app/connectors/pages/api-view/index.d.ts +1 -1
- package/app/connectors/pages/api-view/index.d.ts.map +1 -1
- package/app/connectors/pages/api-view/style.d.ts.map +1 -1
- package/app/connectors/pages/app-detail/AppDetailSkeleton.d.ts.map +1 -0
- package/app/connectors/pages/app-detail/Configuration.d.ts.map +1 -0
- package/{v2/app → app}/connectors/pages/app-detail/EnabledToggle.d.ts +1 -1
- package/app/connectors/pages/app-detail/EnabledToggle.d.ts.map +1 -0
- package/app/connectors/pages/app-detail/Overview.d.ts.map +1 -0
- package/app/connectors/pages/app-detail/index.d.ts.map +1 -0
- package/{v2/app → app}/connectors/pages/app-detail/registry.d.ts +1 -1
- package/app/connectors/pages/app-detail/registry.d.ts.map +1 -0
- package/app/connectors/pages/app-detail/schema.d.ts.map +1 -0
- package/app/connectors/pages/app-detail/style.d.ts.map +1 -0
- package/app/connectors/pages/auth-success/styles.d.ts.map +1 -1
- package/app/connectors/pages/connector-dashboard/index.d.ts.map +1 -0
- package/app/connectors/pages/connector-dashboard/style.d.ts.map +1 -0
- package/app/connectors/pages/initial-setup/components/connector-visibility.d.ts.map +1 -0
- package/app/connectors/pages/initial-setup/index.d.ts.map +1 -0
- package/app/connectors/pages/native-integration/index.d.ts.map +1 -0
- package/app/connectors/pages/settings/auth/components/upgrade-guide/index.d.ts.map +1 -0
- package/app/connectors/pages/settings/auth/components/upgrade-guide/styles.d.ts.map +1 -0
- package/app/connectors/pages/settings/auth/index.d.ts.map +1 -0
- package/app/connectors/pages/settings/auth/styles.d.ts.map +1 -0
- package/app/connectors/pages/settings/index.d.ts.map +1 -1
- package/app/connectors/pages/settings/styles.d.ts +1 -1
- package/app/connectors/pages/settings/styles.d.ts.map +1 -1
- package/app/connectors/pages/settings/visibility/index.d.ts.map +1 -0
- package/app/connectors/pages/upgrade-page/index.d.ts +1 -1
- package/app/connectors/pages/upgrade-page/index.d.ts.map +1 -1
- package/app/connectors/pages/upgrade-page/style.d.ts.map +1 -1
- package/app/connectors/provider.d.ts +1 -1
- package/app/connectors/provider.d.ts.map +1 -1
- package/app/connectors/router.d.ts.map +1 -1
- package/app/index.d.ts +1 -1
- package/app/style.d.ts +0 -1
- package/app/style.d.ts.map +1 -1
- package/bootstrap.d.ts +2 -3
- package/bootstrap.d.ts.map +1 -1
- package/components/ui/auto-complete/dropdownOmni.d.ts.map +1 -0
- package/components/ui/auto-complete/index.d.ts +5 -1
- package/components/ui/auto-complete/index.d.ts.map +1 -1
- package/components/ui/auto-complete/style.d.ts.map +1 -1
- package/components/ui/bread-crumbs/styles.d.ts.map +1 -1
- package/components/ui/connector-alert/index.d.ts.map +1 -0
- package/components/ui/connector-item/index.d.ts.map +1 -0
- package/components/ui/connector-item/styles.d.ts.map +1 -0
- package/components/ui/connector-item-skeleton/index.d.ts.map +1 -0
- package/components/ui/connector-item-skeleton/styles.d.ts.map +1 -0
- package/components/ui/custom-tooltip/index.d.ts.map +1 -0
- package/components/ui/loader-button/index.d.ts.map +1 -0
- package/components/ui/loader-switch/index.d.ts.map +1 -0
- package/components/ui/loader-switch/style.d.ts.map +1 -0
- package/components/ui/modal/index.d.ts +7 -0
- package/components/ui/modal/index.d.ts.map +1 -1
- package/components/ui/status-chip/index.d.ts.map +1 -0
- package/components/ui/status-chip/styles.d.ts.map +1 -0
- package/components/ui/status-chip/types.d.ts.map +1 -0
- package/components/ui/styled-ui-components.d.ts +3 -1
- package/components/ui/styled-ui-components.d.ts.map +1 -1
- package/constants/api.d.ts +1 -0
- package/constants/api.d.ts.map +1 -1
- package/constants/app-constants.d.ts +11 -0
- package/constants/app-constants.d.ts.map +1 -1
- package/constants/bread-crumbs.d.ts +1 -1
- package/constants/bread-crumbs.d.ts.map +1 -1
- package/constants/gainsight.d.ts +34 -0
- package/constants/gainsight.d.ts.map +1 -1
- package/constants/global-constants.d.ts +29 -0
- package/constants/global-constants.d.ts.map +1 -1
- package/constants/initial-setup.d.ts.map +1 -0
- package/constants/modal.d.ts +2 -2
- package/constants/modal.d.ts.map +1 -1
- package/constants/remote-assets.d.ts +1 -1
- package/constants/remote-assets.d.ts.map +1 -1
- package/constants/roles.d.ts.map +1 -0
- package/constants/router-paths.d.ts +5 -3
- package/constants/router-paths.d.ts.map +1 -1
- package/constants/sidebar.d.ts +1 -9
- package/constants/sidebar.d.ts.map +1 -1
- package/context/index.d.ts +8 -6
- package/context/index.d.ts.map +1 -1
- package/context/main-app-provider/index.d.ts +2 -2
- package/context/main-app-provider/index.d.ts.map +1 -1
- package/context/react-query-client-provider/index.d.ts.map +1 -1
- package/dev/theme-mode-widget.d.ts +2 -2
- package/dev/theme-mode-widget.d.ts.map +1 -1
- package/features/add-new-store/components/add-new-store-button/index.d.ts.map +1 -0
- package/features/add-new-store/components/add-new-store-modal/index.d.ts.map +1 -0
- package/features/add-new-store/constants/index.d.ts.map +1 -0
- package/features/add-new-store/utils/index.d.ts.map +1 -0
- package/features/advanced-features/api/advanceFeatureMutation.d.ts.map +1 -0
- package/features/advanced-features/api/feedback.d.ts.map +1 -0
- package/features/advanced-features/api/userAuthEnabledMutation.d.ts.map +1 -0
- package/features/advanced-features/components/confirm-modal/index.d.ts.map +1 -0
- package/features/advanced-features/components/feature-item/index.d.ts.map +1 -0
- package/features/advanced-features/components/feature-list/index.d.ts.map +1 -0
- package/features/advanced-features/components/feedback-form/index.d.ts.map +1 -0
- package/features/advanced-features/constants/api.d.ts.map +1 -0
- package/features/advanced-features/constants/index.d.ts.map +1 -0
- package/features/advanced-features/types/index.d.ts.map +1 -0
- package/features/advanced-features/utils/index.d.ts.map +1 -0
- package/features/agent/constants/index.d.ts +2 -2
- package/features/agent/constants/index.d.ts.map +1 -1
- package/features/api-library/components/api-library/index.d.ts.map +1 -1
- package/features/api-library/components/api-library/styles.d.ts.map +1 -1
- package/features/api-library/constants/api-library.d.ts +1 -1
- package/features/api-library/constants/api-library.d.ts.map +1 -1
- package/features/auth/api/authDetailsMutation.d.ts +1 -0
- package/features/auth/api/authDetailsMutation.d.ts.map +1 -1
- package/features/auth/api/index.d.ts +15 -0
- package/features/auth/api/index.d.ts.map +1 -1
- package/features/auth/components/api-executor/index.d.ts.map +1 -1
- package/features/auth/components/api-executor/styles.d.ts.map +1 -1
- package/features/auth/components/auth-form/index.d.ts +2 -1
- package/features/auth/components/auth-form/index.d.ts.map +1 -1
- package/features/auth/constants/api.d.ts +2 -0
- package/features/auth/constants/api.d.ts.map +1 -1
- package/features/auth/constants/form-config.d.ts +23 -1
- package/features/auth/constants/form-config.d.ts.map +1 -1
- package/features/auth/constants/index.d.ts +5 -5
- package/features/auth/constants/index.d.ts.map +1 -1
- package/features/auth/store/slice.d.ts.map +1 -1
- package/features/auth/types/request.d.ts +39 -3
- package/features/auth/types/request.d.ts.map +1 -1
- package/features/auth/utils/helpers.d.ts.map +1 -0
- package/features/auth/utils/index.d.ts +4 -4
- package/features/auth/utils/index.d.ts.map +1 -1
- package/{v2/features → features}/auth/utils/oauthPopup.d.ts +2 -2
- package/features/auth/utils/oauthPopup.d.ts.map +1 -0
- package/features/connector-library/api/fetchDefaults.d.ts.map +1 -0
- package/features/connector-library/api/fetchDefaultsById.d.ts.map +1 -0
- package/features/connector-library/api/fetchForm.d.ts.map +1 -0
- package/features/connector-library/api/fetchFormById.d.ts.map +1 -0
- package/{v2/features → features}/connector-library/api/fetchOptions.d.ts +1 -1
- package/features/connector-library/api/fetchOptions.d.ts.map +1 -0
- package/features/connector-library/api/index.d.ts +13 -1
- package/features/connector-library/api/index.d.ts.map +1 -1
- package/features/connector-library/api/putDefaults.d.ts.map +1 -0
- package/features/connector-library/api/putDefaultsById.d.ts.map +1 -0
- package/features/connector-library/components/connector-info-card/index.d.ts +4 -3
- package/features/connector-library/components/connector-info-card/index.d.ts.map +1 -1
- package/features/connector-library/components/connector-info-card-list/index.d.ts +4 -3
- package/features/connector-library/components/connector-info-card-list/index.d.ts.map +1 -1
- package/features/connector-library/components/connector-info-card-list/styles.d.ts.map +1 -0
- package/features/connector-library/components/custom-connector-card-item/index.d.ts.map +1 -1
- package/features/connector-library/components/custom-connector-card-item/styles.d.ts.map +1 -1
- package/features/connector-library/components/custom-connector-card-list/index.d.ts.map +1 -1
- package/features/connector-library/components/custom-connector-enabled-modal/index.d.ts +1 -0
- package/features/connector-library/components/custom-connector-enabled-modal/index.d.ts.map +1 -1
- package/features/connector-library/components/custom-connector-enabled-modal/styles.d.ts +1 -2
- package/features/connector-library/components/custom-connector-enabled-modal/styles.d.ts.map +1 -1
- package/features/connector-library/components/custom-connector-upgrades-tooltip/index.d.ts.map +1 -1
- package/features/connector-library/components/customer-identity-mapping/index.d.ts.map +1 -0
- package/features/connector-library/components/map-form-defaults/automation.d.ts.map +1 -0
- package/features/connector-library/components/map-form-defaults/index.d.ts.map +1 -0
- package/features/connector-library/components/visibility-modal/card-visibility/form.d.ts.map +1 -0
- package/features/connector-library/components/visibility-modal/card-visibility/index.d.ts +3 -9
- package/features/connector-library/components/visibility-modal/card-visibility/index.d.ts.map +1 -1
- package/features/connector-library/components/visibility-modal/field-visibility/configure-fields/field-tabs.d.ts.map +1 -0
- package/features/connector-library/components/visibility-modal/field-visibility/configure-fields/fields-table.d.ts.map +1 -0
- package/features/connector-library/components/visibility-modal/field-visibility/configure-fields/index.d.ts.map +1 -0
- package/features/connector-library/components/visibility-modal/field-visibility/configure-fields/sortable-field.d.ts.map +1 -0
- package/features/connector-library/components/visibility-modal/field-visibility/configure-fields/styles.d.ts.map +1 -0
- package/features/connector-library/components/visibility-modal/field-visibility/form.d.ts.map +1 -0
- package/features/connector-library/components/visibility-modal/field-visibility/index.d.ts +3 -8
- package/features/connector-library/components/visibility-modal/field-visibility/index.d.ts.map +1 -1
- package/features/connector-library/components/visibility-modal/field-visibility/sortable-field.d.ts.map +1 -1
- package/features/connector-library/components/visibility-modal/index.d.ts.map +1 -1
- package/features/connector-library/components/visibility-modal/style.d.ts.map +1 -1
- package/features/connector-library/constants/api.d.ts +13 -0
- package/features/connector-library/constants/api.d.ts.map +1 -1
- package/features/connector-library/constants/configure-field.d.ts.map +1 -0
- package/features/connector-library/constants/index.d.ts +17 -3
- package/features/connector-library/constants/index.d.ts.map +1 -1
- package/features/connector-library/store/initial-state.d.ts +7 -4
- package/features/connector-library/store/initial-state.d.ts.map +1 -1
- package/features/connector-library/store/selectors.d.ts +8 -4
- package/features/connector-library/store/selectors.d.ts.map +1 -1
- package/features/connector-library/store/slice.d.ts +61 -23
- package/features/connector-library/store/slice.d.ts.map +1 -1
- package/features/connector-library/utils/index.d.ts +25 -0
- package/features/connector-library/utils/index.d.ts.map +1 -1
- package/features/connector-preview/components/connector-preview/index.d.ts +5 -2
- package/features/connector-preview/components/connector-preview/index.d.ts.map +1 -1
- package/features/connector-preview/components/connector-preview/styles.d.ts.map +1 -1
- package/features/connector-preview/components/footer/styles.d.ts.map +1 -1
- package/features/connector-setup-guide/components/guide-links/styles.d.ts.map +1 -1
- package/features/connector-setup-guide/components/schedule-call/index.d.ts.map +1 -1
- package/features/connector-setup-guide/components/schedule-call/styles.d.ts.map +1 -1
- package/features/connector-setup-guide/constants/index.d.ts +1 -1
- package/features/connector-setup-guide/constants/index.d.ts.map +1 -1
- package/features/native-integrations/components/inbox-selector/index.d.ts.map +1 -0
- package/features/native-integrations/components/native-connectors-list/index.d.ts.map +1 -0
- package/features/request-new-connector/components/request-new-modal/index.d.ts +2 -1
- package/features/request-new-connector/components/request-new-modal/index.d.ts.map +1 -1
- package/features/request-new-connector/components/request-new-modal/request-panel.d.ts.map +1 -1
- package/features/request-new-connector/components/request-new-modal/styles.d.ts +1 -2
- package/features/request-new-connector/components/request-new-modal/styles.d.ts.map +1 -1
- package/features/request-new-connector/constants/index.d.ts +2 -4
- package/features/request-new-connector/constants/index.d.ts.map +1 -1
- package/features/request-new-connector/hooks/useRequestOptions.d.ts.map +1 -0
- package/features/slack/api/configs.d.ts.map +1 -0
- package/features/slack/api/index.d.ts.map +1 -0
- package/features/slack/components/ConfigBlockIcons.d.ts.map +1 -0
- package/features/slack/components/DefaultMessageEditor/constants.d.ts.map +1 -0
- package/features/slack/components/DefaultMessageEditor/index.d.ts.map +1 -0
- package/features/slack/components/DefaultMessageEditor/serialize.d.ts.map +1 -0
- package/features/slack/components/DefaultMessageEditor/styles.d.ts.map +1 -0
- package/features/slack/components/SlackLogo.d.ts.map +1 -0
- package/features/slack/constants/api.d.ts.map +1 -0
- package/features/slack/controller.d.ts.map +1 -0
- package/features/slack/types/wire.d.ts.map +1 -0
- package/features/template-library/components/library-card-list/index.d.ts +5 -1
- package/features/template-library/components/library-card-list/index.d.ts.map +1 -1
- package/features/template-library/components/library-card-list/styles.d.ts +0 -1
- package/features/template-library/components/library-card-list/styles.d.ts.map +1 -1
- package/features/template-library/constants/content-page.d.ts +0 -1
- package/features/template-library/constants/content-page.d.ts.map +1 -1
- package/features/template-library/store/selectors.d.ts +1 -0
- package/features/template-library/store/selectors.d.ts.map +1 -1
- package/features/template-library/store/slice.d.ts.map +1 -1
- package/features/toast-message/constants/toast.d.ts +4 -2
- package/features/toast-message/constants/toast.d.ts.map +1 -1
- package/hooks/use-app-event.d.ts.map +1 -0
- package/index.d.ts +2 -2
- package/index.d.ts.map +1 -1
- package/index.es.js +26587 -31301
- package/index.umd.js +1290 -3088
- package/mainUtils.d.ts.map +1 -1
- package/package.json +1 -1
- package/store/hooks.d.ts +2 -2
- package/store/inboxes/initial-state.d.ts.map +1 -0
- package/{v2/store → store}/inboxes/selectors.d.ts +2 -2
- package/store/inboxes/selectors.d.ts.map +1 -0
- package/store/inboxes/slice.d.ts.map +1 -0
- package/store/index.d.ts +4 -4
- package/store/index.d.ts.map +1 -1
- package/testing/mocks/handlers/advancedFeatures.d.ts.map +1 -0
- package/testing/mocks/handlers/auth.d.ts.map +1 -1
- package/testing/mocks/handlers/connector-template.d.ts +16 -9
- package/testing/mocks/handlers/connector-template.d.ts.map +1 -1
- package/testing/mocks/handlers/form.d.ts.map +1 -0
- package/testing/mocks/handlers/slack.d.ts.map +1 -0
- package/testing/mocks/handlers.d.ts.map +1 -1
- package/testing/setup-store.d.ts +2 -2
- package/theme/connector-admin-theme-provider.d.ts.map +1 -0
- package/theme/connector-admin-theme.d.ts.map +1 -0
- package/{theme.d.ts → theme/index.d.ts} +1 -1
- package/theme/index.d.ts.map +1 -0
- package/types/api.d.ts +1 -1
- package/types/api.d.ts.map +1 -1
- package/{v2/types → types}/app.d.ts +5 -1
- package/types/app.d.ts.map +1 -0
- package/types/connector.d.ts +158 -3
- package/types/connector.d.ts.map +1 -1
- package/types/exposedTypes.d.ts +1 -0
- package/types/exposedTypes.d.ts.map +1 -1
- package/types/form.d.ts +16 -0
- package/types/form.d.ts.map +1 -1
- package/types/visibility.d.ts +29 -0
- package/types/visibility.d.ts.map +1 -1
- package/utils/app-event-metadata.d.ts.map +1 -0
- package/utils/index.d.ts +37 -1
- package/utils/index.d.ts.map +1 -1
- package/app/connectors/pages/api-view/__tests__/connector-config.test.d.ts +0 -2
- package/app/connectors/pages/api-view/__tests__/connector-config.test.d.ts.map +0 -1
- package/app/connectors/pages/connector-view/agent/index.d.ts +0 -2
- package/app/connectors/pages/connector-view/agent/index.d.ts.map +0 -1
- package/app/connectors/pages/connector-view/agent/styles.d.ts +0 -4
- package/app/connectors/pages/connector-view/agent/styles.d.ts.map +0 -1
- package/app/connectors/pages/connector-view/dashboard/__tests__/dashboard.test.d.ts +0 -2
- package/app/connectors/pages/connector-view/dashboard/__tests__/dashboard.test.d.ts.map +0 -1
- package/app/connectors/pages/connector-view/dashboard/index.d.ts +0 -3
- package/app/connectors/pages/connector-view/dashboard/index.d.ts.map +0 -1
- package/app/connectors/pages/connector-view/dashboard/styles.d.ts +0 -9
- package/app/connectors/pages/connector-view/dashboard/styles.d.ts.map +0 -1
- package/app/connectors/pages/connector-view/index.d.ts +0 -3
- package/app/connectors/pages/connector-view/index.d.ts.map +0 -1
- package/app/connectors/pages/connector-view/style.d.ts +0 -5
- package/app/connectors/pages/connector-view/style.d.ts.map +0 -1
- package/app/connectors/pages/settings/components/upgrade-guide/index.d.ts.map +0 -1
- package/app/connectors/pages/settings/components/upgrade-guide/styles.d.ts.map +0 -1
- package/components/layouts/__tests__/sidebar.test.d.ts +0 -2
- package/components/layouts/__tests__/sidebar.test.d.ts.map +0 -1
- package/components/layouts/sidebar/index.d.ts +0 -7
- package/components/layouts/sidebar/index.d.ts.map +0 -1
- package/components/layouts/sidebar/styles.d.ts +0 -7
- package/components/layouts/sidebar/styles.d.ts.map +0 -1
- package/components/ui/bread-crumbs/__tests__/bread-crumb.test.d.ts +0 -2
- package/components/ui/bread-crumbs/__tests__/bread-crumb.test.d.ts.map +0 -1
- package/components/ui/modal/__tests__/modal.test.d.ts +0 -2
- package/components/ui/modal/__tests__/modal.test.d.ts.map +0 -1
- package/features/connector-library/components/custom-connector-card-list/__tests__/custom-connector-card.test.d.ts +0 -2
- package/features/connector-library/components/custom-connector-card-list/__tests__/custom-connector-card.test.d.ts.map +0 -1
- package/features/connector-library/components/singleton-popover-tooltip/index.d.ts +0 -7
- package/features/connector-library/components/singleton-popover-tooltip/index.d.ts.map +0 -1
- package/features/connector-library/components/singleton-popover-tooltip/popover-title.d.ts +0 -2
- package/features/connector-library/components/singleton-popover-tooltip/popover-title.d.ts.map +0 -1
- package/features/connector-library/components/singleton-popover-tooltip/popover-tooltip.d.ts +0 -7
- package/features/connector-library/components/singleton-popover-tooltip/popover-tooltip.d.ts.map +0 -1
- package/features/connector-library/components/singleton-popover-tooltip/styles.d.ts +0 -6
- package/features/connector-library/components/singleton-popover-tooltip/styles.d.ts.map +0 -1
- package/features/request-new-connector/components/request-new-card/index.d.ts +0 -7
- package/features/request-new-connector/components/request-new-card/index.d.ts.map +0 -1
- package/features/request-new-connector/components/request-new-card/styles.d.ts +0 -11
- package/features/request-new-connector/components/request-new-card/styles.d.ts.map +0 -1
- package/features/request-new-connector/components/request-new-modal/__tests__/request-new-modal.test.d.ts +0 -2
- package/features/request-new-connector/components/request-new-modal/__tests__/request-new-modal.test.d.ts.map +0 -1
- package/features/template-library/components/library-card-list/__tests__/library-card-list.test.d.ts +0 -2
- package/features/template-library/components/library-card-list/__tests__/library-card-list.test.d.ts.map +0 -1
- package/features/toast-message/__tests__/toastMessage.test.d.ts +0 -2
- package/features/toast-message/__tests__/toastMessage.test.d.ts.map +0 -1
- package/store/counter/initial-state.d.ts +0 -6
- package/store/counter/initial-state.d.ts.map +0 -1
- package/store/counter/selectors.d.ts +0 -4
- package/store/counter/selectors.d.ts.map +0 -1
- package/store/counter/slice.d.ts +0 -23
- package/store/counter/slice.d.ts.map +0 -1
- package/theme.d.ts.map +0 -1
- package/types/router.d.ts +0 -31
- package/types/router.d.ts.map +0 -1
- package/v2/app/connectors/index.d.ts +0 -3
- package/v2/app/connectors/index.d.ts.map +0 -1
- package/v2/app/connectors/pages/api-view/__tests__/connector-config.test.d.ts +0 -2
- package/v2/app/connectors/pages/api-view/__tests__/connector-config.test.d.ts.map +0 -1
- package/v2/app/connectors/pages/api-view/index.d.ts +0 -2
- package/v2/app/connectors/pages/api-view/index.d.ts.map +0 -1
- package/v2/app/connectors/pages/api-view/style.d.ts +0 -5
- package/v2/app/connectors/pages/api-view/style.d.ts.map +0 -1
- package/v2/app/connectors/pages/app-detail/AppDetailSkeleton.d.ts.map +0 -1
- package/v2/app/connectors/pages/app-detail/Configuration.d.ts.map +0 -1
- package/v2/app/connectors/pages/app-detail/EnabledToggle.d.ts.map +0 -1
- package/v2/app/connectors/pages/app-detail/Overview.d.ts.map +0 -1
- package/v2/app/connectors/pages/app-detail/__tests__/configuration-actions.test.d.ts +0 -2
- package/v2/app/connectors/pages/app-detail/__tests__/configuration-actions.test.d.ts.map +0 -1
- package/v2/app/connectors/pages/app-detail/__tests__/header-and-default-tab.test.d.ts +0 -2
- package/v2/app/connectors/pages/app-detail/__tests__/header-and-default-tab.test.d.ts.map +0 -1
- package/v2/app/connectors/pages/app-detail/index.d.ts.map +0 -1
- package/v2/app/connectors/pages/app-detail/registry.d.ts.map +0 -1
- package/v2/app/connectors/pages/app-detail/schema.d.ts.map +0 -1
- package/v2/app/connectors/pages/app-detail/style.d.ts.map +0 -1
- package/v2/app/connectors/pages/auth-success/index.d.ts +0 -2
- package/v2/app/connectors/pages/auth-success/index.d.ts.map +0 -1
- package/v2/app/connectors/pages/auth-success/styles.d.ts +0 -4
- package/v2/app/connectors/pages/auth-success/styles.d.ts.map +0 -1
- package/v2/app/connectors/pages/connector-dashboard/index.d.ts.map +0 -1
- package/v2/app/connectors/pages/connector-dashboard/style.d.ts.map +0 -1
- package/v2/app/connectors/pages/initial-setup/components/connector-visibility.d.ts.map +0 -1
- package/v2/app/connectors/pages/initial-setup/index.d.ts.map +0 -1
- package/v2/app/connectors/pages/native-integration/index.d.ts.map +0 -1
- package/v2/app/connectors/pages/settings/auth/components/upgrade-guide/index.d.ts +0 -7
- package/v2/app/connectors/pages/settings/auth/components/upgrade-guide/index.d.ts.map +0 -1
- package/v2/app/connectors/pages/settings/auth/components/upgrade-guide/styles.d.ts +0 -8
- package/v2/app/connectors/pages/settings/auth/components/upgrade-guide/styles.d.ts.map +0 -1
- package/v2/app/connectors/pages/settings/auth/index.d.ts.map +0 -1
- package/v2/app/connectors/pages/settings/auth/styles.d.ts.map +0 -1
- package/v2/app/connectors/pages/settings/index.d.ts +0 -2
- package/v2/app/connectors/pages/settings/index.d.ts.map +0 -1
- package/v2/app/connectors/pages/settings/styles.d.ts +0 -5
- package/v2/app/connectors/pages/settings/styles.d.ts.map +0 -1
- package/v2/app/connectors/pages/settings/visibility/index.d.ts.map +0 -1
- package/v2/app/connectors/pages/upgrade-page/index.d.ts +0 -7
- package/v2/app/connectors/pages/upgrade-page/index.d.ts.map +0 -1
- package/v2/app/connectors/pages/upgrade-page/style.d.ts +0 -16
- package/v2/app/connectors/pages/upgrade-page/style.d.ts.map +0 -1
- package/v2/app/connectors/provider.d.ts +0 -4
- package/v2/app/connectors/provider.d.ts.map +0 -1
- package/v2/app/connectors/router.d.ts +0 -7
- package/v2/app/connectors/router.d.ts.map +0 -1
- package/v2/app/index.d.ts +0 -2
- package/v2/app/index.d.ts.map +0 -1
- package/v2/app/style.d.ts +0 -4
- package/v2/app/style.d.ts.map +0 -1
- package/v2/components/ui/auto-complete/dropdownOmni.d.ts.map +0 -1
- package/v2/components/ui/auto-complete/index.d.ts +0 -18
- package/v2/components/ui/auto-complete/index.d.ts.map +0 -1
- package/v2/components/ui/auto-complete/style.d.ts +0 -5
- package/v2/components/ui/auto-complete/style.d.ts.map +0 -1
- package/v2/components/ui/bread-crumbs/__tests__/bread-crumb.test.d.ts +0 -2
- package/v2/components/ui/bread-crumbs/__tests__/bread-crumb.test.d.ts.map +0 -1
- package/v2/components/ui/bread-crumbs/index.d.ts +0 -7
- package/v2/components/ui/bread-crumbs/index.d.ts.map +0 -1
- package/v2/components/ui/bread-crumbs/styles.d.ts +0 -6
- package/v2/components/ui/bread-crumbs/styles.d.ts.map +0 -1
- package/v2/components/ui/connector-alert/index.d.ts.map +0 -1
- package/v2/components/ui/connector-item/index.d.ts.map +0 -1
- package/v2/components/ui/connector-item/styles.d.ts.map +0 -1
- package/v2/components/ui/connector-item-skeleton/index.d.ts.map +0 -1
- package/v2/components/ui/connector-item-skeleton/styles.d.ts.map +0 -1
- package/v2/components/ui/custom-tooltip/index.d.ts.map +0 -1
- package/v2/components/ui/details/index.d.ts +0 -9
- package/v2/components/ui/details/index.d.ts.map +0 -1
- package/v2/components/ui/details/styles.d.ts +0 -11
- package/v2/components/ui/details/styles.d.ts.map +0 -1
- package/v2/components/ui/loader-button/index.d.ts.map +0 -1
- package/v2/components/ui/loader-switch/index.d.ts.map +0 -1
- package/v2/components/ui/loader-switch/style.d.ts.map +0 -1
- package/v2/components/ui/modal/__tests__/modal.test.d.ts +0 -2
- package/v2/components/ui/modal/__tests__/modal.test.d.ts.map +0 -1
- package/v2/components/ui/modal/index.d.ts +0 -20
- package/v2/components/ui/modal/index.d.ts.map +0 -1
- package/v2/components/ui/status-chip/index.d.ts.map +0 -1
- package/v2/components/ui/status-chip/styles.d.ts.map +0 -1
- package/v2/components/ui/status-chip/types.d.ts.map +0 -1
- package/v2/components/ui/styled-ui-components.d.ts +0 -8
- package/v2/components/ui/styled-ui-components.d.ts.map +0 -1
- package/v2/components/ui/text-field/index.d.ts +0 -3
- package/v2/components/ui/text-field/index.d.ts.map +0 -1
- package/v2/constants/api.d.ts +0 -15
- package/v2/constants/api.d.ts.map +0 -1
- package/v2/constants/app-constants.d.ts +0 -18
- package/v2/constants/app-constants.d.ts.map +0 -1
- package/v2/constants/bread-crumbs.d.ts +0 -3
- package/v2/constants/bread-crumbs.d.ts.map +0 -1
- package/v2/constants/gainsight.d.ts +0 -73
- package/v2/constants/gainsight.d.ts.map +0 -1
- package/v2/constants/global-constants.d.ts +0 -51
- package/v2/constants/global-constants.d.ts.map +0 -1
- package/v2/constants/initial-setup.d.ts.map +0 -1
- package/v2/constants/modal.d.ts +0 -4
- package/v2/constants/modal.d.ts.map +0 -1
- package/v2/constants/react-image-viewer.d.ts +0 -3
- package/v2/constants/react-image-viewer.d.ts.map +0 -1
- package/v2/constants/remote-assets.d.ts +0 -5
- package/v2/constants/remote-assets.d.ts.map +0 -1
- package/v2/constants/roles.d.ts.map +0 -1
- package/v2/constants/router-paths.d.ts +0 -12
- package/v2/constants/router-paths.d.ts.map +0 -1
- package/v2/constants/sidebar.d.ts +0 -2
- package/v2/constants/sidebar.d.ts.map +0 -1
- package/v2/context/index.d.ts +0 -43
- package/v2/context/index.d.ts.map +0 -1
- package/v2/context/main-app-provider/index.d.ts +0 -4
- package/v2/context/main-app-provider/index.d.ts.map +0 -1
- package/v2/context/react-query-client-provider/index.d.ts +0 -6
- package/v2/context/react-query-client-provider/index.d.ts.map +0 -1
- package/v2/features/add-new-store/components/add-new-store-button/__tests__/add-new-store-button.test.d.ts +0 -2
- package/v2/features/add-new-store/components/add-new-store-button/__tests__/add-new-store-button.test.d.ts.map +0 -1
- package/v2/features/add-new-store/components/add-new-store-button/index.d.ts.map +0 -1
- package/v2/features/add-new-store/components/add-new-store-modal/index.d.ts.map +0 -1
- package/v2/features/add-new-store/constants/index.d.ts.map +0 -1
- package/v2/features/add-new-store/utils/__tests__/store-error-message.test.d.ts +0 -2
- package/v2/features/add-new-store/utils/__tests__/store-error-message.test.d.ts.map +0 -1
- package/v2/features/add-new-store/utils/index.d.ts.map +0 -1
- package/v2/features/advanced-features/api/__tests__/userAuthEnabledMutation.test.d.ts +0 -2
- package/v2/features/advanced-features/api/__tests__/userAuthEnabledMutation.test.d.ts.map +0 -1
- package/v2/features/advanced-features/api/advanceFeatureMutation.d.ts.map +0 -1
- package/v2/features/advanced-features/api/feedback.d.ts.map +0 -1
- package/v2/features/advanced-features/api/userAuthEnabledMutation.d.ts.map +0 -1
- package/v2/features/advanced-features/components/confirm-modal/index.d.ts.map +0 -1
- package/v2/features/advanced-features/components/feature-item/index.d.ts.map +0 -1
- package/v2/features/advanced-features/components/feature-list/index.d.ts.map +0 -1
- package/v2/features/advanced-features/components/feedback-form/index.d.ts.map +0 -1
- package/v2/features/advanced-features/constants/api.d.ts.map +0 -1
- package/v2/features/advanced-features/constants/index.d.ts.map +0 -1
- package/v2/features/advanced-features/types/index.d.ts.map +0 -1
- package/v2/features/advanced-features/utils/index.d.ts.map +0 -1
- package/v2/features/agent/components/agent-landing/index.d.ts +0 -3
- package/v2/features/agent/components/agent-landing/index.d.ts.map +0 -1
- package/v2/features/agent/components/agent-landing/styles.d.ts +0 -8
- package/v2/features/agent/components/agent-landing/styles.d.ts.map +0 -1
- package/v2/features/agent/constants/index.d.ts +0 -6
- package/v2/features/agent/constants/index.d.ts.map +0 -1
- package/v2/features/api-library/components/api-library/index.d.ts +0 -11
- package/v2/features/api-library/components/api-library/index.d.ts.map +0 -1
- package/v2/features/api-library/components/api-library/styles.d.ts +0 -5
- package/v2/features/api-library/components/api-library/styles.d.ts.map +0 -1
- package/v2/features/api-library/components/api-library-skeleton/index.d.ts +0 -2
- package/v2/features/api-library/components/api-library-skeleton/index.d.ts.map +0 -1
- package/v2/features/api-library/components/api-library-skeleton/styles.d.ts +0 -9
- package/v2/features/api-library/components/api-library-skeleton/styles.d.ts.map +0 -1
- package/v2/features/api-library/constants/api-library.d.ts +0 -4
- package/v2/features/api-library/constants/api-library.d.ts.map +0 -1
- package/v2/features/auth/api/__tests__/create-store.test.d.ts +0 -2
- package/v2/features/auth/api/__tests__/create-store.test.d.ts.map +0 -1
- package/v2/features/auth/api/authDetailsMutation.d.ts +0 -26
- package/v2/features/auth/api/authDetailsMutation.d.ts.map +0 -1
- package/v2/features/auth/api/authSuccessQuery.d.ts +0 -9
- package/v2/features/auth/api/authSuccessQuery.d.ts.map +0 -1
- package/v2/features/auth/api/index.d.ts +0 -19
- package/v2/features/auth/api/index.d.ts.map +0 -1
- package/v2/features/auth/components/api-executor/index.d.ts +0 -10
- package/v2/features/auth/components/api-executor/index.d.ts.map +0 -1
- package/v2/features/auth/components/api-executor/styles.d.ts +0 -12
- package/v2/features/auth/components/api-executor/styles.d.ts.map +0 -1
- package/v2/features/auth/components/auth-form/__tests__/auth-form-alert.test.d.ts +0 -2
- package/v2/features/auth/components/auth-form/__tests__/auth-form-alert.test.d.ts.map +0 -1
- package/v2/features/auth/components/auth-form/index.d.ts +0 -16
- package/v2/features/auth/components/auth-form/index.d.ts.map +0 -1
- package/v2/features/auth/components/auth-form/reducer.d.ts +0 -11
- package/v2/features/auth/components/auth-form/reducer.d.ts.map +0 -1
- package/v2/features/auth/components/auth-form/styles.d.ts +0 -9
- package/v2/features/auth/components/auth-form/styles.d.ts.map +0 -1
- package/v2/features/auth/components/auth-form-skeleton/index.d.ts +0 -2
- package/v2/features/auth/components/auth-form-skeleton/index.d.ts.map +0 -1
- package/v2/features/auth/components/auth-header-skeleton/index.d.ts +0 -2
- package/v2/features/auth/components/auth-header-skeleton/index.d.ts.map +0 -1
- package/v2/features/auth/constants/api.d.ts +0 -8
- package/v2/features/auth/constants/api.d.ts.map +0 -1
- package/v2/features/auth/constants/form-config.d.ts +0 -138
- package/v2/features/auth/constants/form-config.d.ts.map +0 -1
- package/v2/features/auth/constants/index.d.ts +0 -27
- package/v2/features/auth/constants/index.d.ts.map +0 -1
- package/v2/features/auth/store/initial-state.d.ts +0 -13
- package/v2/features/auth/store/initial-state.d.ts.map +0 -1
- package/v2/features/auth/store/selectors.d.ts +0 -6
- package/v2/features/auth/store/selectors.d.ts.map +0 -1
- package/v2/features/auth/store/slice.d.ts +0 -43
- package/v2/features/auth/store/slice.d.ts.map +0 -1
- package/v2/features/auth/types/connector.d.ts +0 -2
- package/v2/features/auth/types/connector.d.ts.map +0 -1
- package/v2/features/auth/types/form.d.ts +0 -25
- package/v2/features/auth/types/form.d.ts.map +0 -1
- package/v2/features/auth/types/request.d.ts +0 -95
- package/v2/features/auth/types/request.d.ts.map +0 -1
- package/v2/features/auth/utils/__tests__/auth-request-body.test.d.ts +0 -2
- package/v2/features/auth/utils/__tests__/auth-request-body.test.d.ts.map +0 -1
- package/v2/features/auth/utils/__tests__/convert-template.test.d.ts +0 -2
- package/v2/features/auth/utils/__tests__/convert-template.test.d.ts.map +0 -1
- package/v2/features/auth/utils/__tests__/validate-url.test.d.ts +0 -2
- package/v2/features/auth/utils/__tests__/validate-url.test.d.ts.map +0 -1
- package/v2/features/auth/utils/helpers.d.ts.map +0 -1
- package/v2/features/auth/utils/index.d.ts +0 -33
- package/v2/features/auth/utils/index.d.ts.map +0 -1
- package/v2/features/auth/utils/oauthPopup.d.ts.map +0 -1
- package/v2/features/connector-library/api/__tests__/enable-connector-payload.test.d.ts +0 -2
- package/v2/features/connector-library/api/__tests__/enable-connector-payload.test.d.ts.map +0 -1
- package/v2/features/connector-library/api/fetchDefaults.d.ts.map +0 -1
- package/v2/features/connector-library/api/fetchDefaultsById.d.ts.map +0 -1
- package/v2/features/connector-library/api/fetchForm.d.ts.map +0 -1
- package/v2/features/connector-library/api/fetchFormById.d.ts.map +0 -1
- package/v2/features/connector-library/api/fetchOptions.d.ts.map +0 -1
- package/v2/features/connector-library/api/index.d.ts +0 -26
- package/v2/features/connector-library/api/index.d.ts.map +0 -1
- package/v2/features/connector-library/api/putDefaults.d.ts.map +0 -1
- package/v2/features/connector-library/api/putDefaultsById.d.ts.map +0 -1
- package/v2/features/connector-library/components/connector-info-card/index.d.ts +0 -10
- package/v2/features/connector-library/components/connector-info-card/index.d.ts.map +0 -1
- package/v2/features/connector-library/components/connector-info-card/styles.d.ts +0 -8
- package/v2/features/connector-library/components/connector-info-card/styles.d.ts.map +0 -1
- package/v2/features/connector-library/components/connector-info-card-list/index.d.ts +0 -10
- package/v2/features/connector-library/components/connector-info-card-list/index.d.ts.map +0 -1
- package/v2/features/connector-library/components/connector-info-card-list/styles.d.ts.map +0 -1
- package/v2/features/connector-library/components/connector-library-skeleton/index.d.ts +0 -2
- package/v2/features/connector-library/components/connector-library-skeleton/index.d.ts.map +0 -1
- package/v2/features/connector-library/components/connector-library-skeleton/styles.d.ts +0 -7
- package/v2/features/connector-library/components/connector-library-skeleton/styles.d.ts.map +0 -1
- package/v2/features/connector-library/components/custom-connector-card-item/index.d.ts +0 -11
- package/v2/features/connector-library/components/custom-connector-card-item/index.d.ts.map +0 -1
- package/v2/features/connector-library/components/custom-connector-card-item/styles.d.ts +0 -12
- package/v2/features/connector-library/components/custom-connector-card-item/styles.d.ts.map +0 -1
- package/v2/features/connector-library/components/custom-connector-card-list/__tests__/custom-connector-card.test.d.ts +0 -2
- package/v2/features/connector-library/components/custom-connector-card-list/__tests__/custom-connector-card.test.d.ts.map +0 -1
- package/v2/features/connector-library/components/custom-connector-card-list/index.d.ts +0 -3
- package/v2/features/connector-library/components/custom-connector-card-list/index.d.ts.map +0 -1
- package/v2/features/connector-library/components/custom-connector-enabled-modal/index.d.ts +0 -10
- package/v2/features/connector-library/components/custom-connector-enabled-modal/index.d.ts.map +0 -1
- package/v2/features/connector-library/components/custom-connector-enabled-modal/styles.d.ts +0 -4
- package/v2/features/connector-library/components/custom-connector-enabled-modal/styles.d.ts.map +0 -1
- package/v2/features/connector-library/components/custom-connector-upgrades-tooltip/index.d.ts +0 -7
- package/v2/features/connector-library/components/custom-connector-upgrades-tooltip/index.d.ts.map +0 -1
- package/v2/features/connector-library/components/custom-connector-upgrades-tooltip/styled.d.ts +0 -4
- package/v2/features/connector-library/components/custom-connector-upgrades-tooltip/styled.d.ts.map +0 -1
- package/v2/features/connector-library/components/customer-identity-mapping/index.d.ts.map +0 -1
- package/v2/features/connector-library/components/map-form-defaults/automation.d.ts.map +0 -1
- package/v2/features/connector-library/components/map-form-defaults/index.d.ts.map +0 -1
- package/v2/features/connector-library/components/visibility-modal/card-visibility/form.d.ts.map +0 -1
- package/v2/features/connector-library/components/visibility-modal/card-visibility/index.d.ts +0 -4
- package/v2/features/connector-library/components/visibility-modal/card-visibility/index.d.ts.map +0 -1
- package/v2/features/connector-library/components/visibility-modal/constants.d.ts +0 -4
- package/v2/features/connector-library/components/visibility-modal/constants.d.ts.map +0 -1
- package/v2/features/connector-library/components/visibility-modal/field-visibility/configure-fields/__tests__/configure-fields.test.d.ts +0 -2
- package/v2/features/connector-library/components/visibility-modal/field-visibility/configure-fields/__tests__/configure-fields.test.d.ts.map +0 -1
- package/v2/features/connector-library/components/visibility-modal/field-visibility/configure-fields/field-tabs.d.ts.map +0 -1
- package/v2/features/connector-library/components/visibility-modal/field-visibility/configure-fields/fields-table.d.ts.map +0 -1
- package/v2/features/connector-library/components/visibility-modal/field-visibility/configure-fields/index.d.ts.map +0 -1
- package/v2/features/connector-library/components/visibility-modal/field-visibility/configure-fields/sortable-field.d.ts.map +0 -1
- package/v2/features/connector-library/components/visibility-modal/field-visibility/configure-fields/styles.d.ts.map +0 -1
- package/v2/features/connector-library/components/visibility-modal/field-visibility/form.d.ts.map +0 -1
- package/v2/features/connector-library/components/visibility-modal/field-visibility/index.d.ts +0 -4
- package/v2/features/connector-library/components/visibility-modal/field-visibility/index.d.ts.map +0 -1
- package/v2/features/connector-library/components/visibility-modal/field-visibility/sortable-field.d.ts +0 -9
- package/v2/features/connector-library/components/visibility-modal/field-visibility/sortable-field.d.ts.map +0 -1
- package/v2/features/connector-library/components/visibility-modal/field-visibility/style.d.ts +0 -5
- package/v2/features/connector-library/components/visibility-modal/field-visibility/style.d.ts.map +0 -1
- package/v2/features/connector-library/components/visibility-modal/index.d.ts +0 -4
- package/v2/features/connector-library/components/visibility-modal/index.d.ts.map +0 -1
- package/v2/features/connector-library/components/visibility-modal/style.d.ts +0 -14
- package/v2/features/connector-library/components/visibility-modal/style.d.ts.map +0 -1
- package/v2/features/connector-library/constants/api.d.ts +0 -28
- package/v2/features/connector-library/constants/api.d.ts.map +0 -1
- package/v2/features/connector-library/constants/configure-field.d.ts.map +0 -1
- package/v2/features/connector-library/constants/index.d.ts +0 -44
- package/v2/features/connector-library/constants/index.d.ts.map +0 -1
- package/v2/features/connector-library/context/singleton-context/hooks.d.ts +0 -5
- package/v2/features/connector-library/context/singleton-context/hooks.d.ts.map +0 -1
- package/v2/features/connector-library/context/singleton-context/index.d.ts +0 -9
- package/v2/features/connector-library/context/singleton-context/index.d.ts.map +0 -1
- package/v2/features/connector-library/store/__tests__/slice.test.d.ts +0 -2
- package/v2/features/connector-library/store/__tests__/slice.test.d.ts.map +0 -1
- package/v2/features/connector-library/store/initial-state.d.ts +0 -34
- package/v2/features/connector-library/store/initial-state.d.ts.map +0 -1
- package/v2/features/connector-library/store/selectors.d.ts +0 -28
- package/v2/features/connector-library/store/selectors.d.ts.map +0 -1
- package/v2/features/connector-library/store/slice.d.ts +0 -162
- package/v2/features/connector-library/store/slice.d.ts.map +0 -1
- package/v2/features/connector-library/utils/__tests__/field-identity.test.d.ts +0 -2
- package/v2/features/connector-library/utils/__tests__/field-identity.test.d.ts.map +0 -1
- package/v2/features/connector-library/utils/index.d.ts +0 -28
- package/v2/features/connector-library/utils/index.d.ts.map +0 -1
- package/v2/features/connector-preview/components/connector-preview/index.d.ts +0 -17
- package/v2/features/connector-preview/components/connector-preview/index.d.ts.map +0 -1
- package/v2/features/connector-preview/components/connector-preview/styles.d.ts +0 -5
- package/v2/features/connector-preview/components/connector-preview/styles.d.ts.map +0 -1
- package/v2/features/connector-preview/components/connector-preview-skeleton/index.d.ts +0 -2
- package/v2/features/connector-preview/components/connector-preview-skeleton/index.d.ts.map +0 -1
- package/v2/features/connector-preview/components/connector-preview-skeleton/styles.d.ts +0 -7
- package/v2/features/connector-preview/components/connector-preview-skeleton/styles.d.ts.map +0 -1
- package/v2/features/connector-preview/components/footer/index.d.ts +0 -7
- package/v2/features/connector-preview/components/footer/index.d.ts.map +0 -1
- package/v2/features/connector-preview/components/footer/styles.d.ts +0 -6
- package/v2/features/connector-preview/components/footer/styles.d.ts.map +0 -1
- package/v2/features/connector-preview/components/image-preview-list/index.d.ts +0 -6
- package/v2/features/connector-preview/components/image-preview-list/index.d.ts.map +0 -1
- package/v2/features/connector-preview/components/image-preview-list/styles.d.ts +0 -5
- package/v2/features/connector-preview/components/image-preview-list/styles.d.ts.map +0 -1
- package/v2/features/connector-preview/constants/index.d.ts +0 -4
- package/v2/features/connector-preview/constants/index.d.ts.map +0 -1
- package/v2/features/connector-preview/utils/index.d.ts +0 -2
- package/v2/features/connector-preview/utils/index.d.ts.map +0 -1
- package/v2/features/connector-setup-guide/components/guide-links/index.d.ts +0 -7
- package/v2/features/connector-setup-guide/components/guide-links/index.d.ts.map +0 -1
- package/v2/features/connector-setup-guide/components/guide-links/styles.d.ts +0 -9
- package/v2/features/connector-setup-guide/components/guide-links/styles.d.ts.map +0 -1
- package/v2/features/connector-setup-guide/components/schedule-call/index.d.ts +0 -7
- package/v2/features/connector-setup-guide/components/schedule-call/index.d.ts.map +0 -1
- package/v2/features/connector-setup-guide/components/schedule-call/styles.d.ts +0 -8
- package/v2/features/connector-setup-guide/components/schedule-call/styles.d.ts.map +0 -1
- package/v2/features/connector-setup-guide/constants/index.d.ts +0 -13
- package/v2/features/connector-setup-guide/constants/index.d.ts.map +0 -1
- package/v2/features/connector-setup-guide/types/index.d.ts +0 -16
- package/v2/features/connector-setup-guide/types/index.d.ts.map +0 -1
- package/v2/features/native-integrations/components/inbox-selector/index.d.ts.map +0 -1
- package/v2/features/native-integrations/components/native-connectors-list/index.d.ts.map +0 -1
- package/v2/features/request-new-connector/api/index.d.ts +0 -8
- package/v2/features/request-new-connector/api/index.d.ts.map +0 -1
- package/v2/features/request-new-connector/components/request-new-modal/__tests__/request-new-modal.test.d.ts +0 -2
- package/v2/features/request-new-connector/components/request-new-modal/__tests__/request-new-modal.test.d.ts.map +0 -1
- package/v2/features/request-new-connector/components/request-new-modal/index.d.ts +0 -10
- package/v2/features/request-new-connector/components/request-new-modal/index.d.ts.map +0 -1
- package/v2/features/request-new-connector/components/request-new-modal/request-panel.d.ts +0 -14
- package/v2/features/request-new-connector/components/request-new-modal/request-panel.d.ts.map +0 -1
- package/v2/features/request-new-connector/components/request-new-modal/styles.d.ts +0 -5
- package/v2/features/request-new-connector/components/request-new-modal/styles.d.ts.map +0 -1
- package/v2/features/request-new-connector/components/request-new-modal/submitted-panel.d.ts +0 -7
- package/v2/features/request-new-connector/components/request-new-modal/submitted-panel.d.ts.map +0 -1
- package/v2/features/request-new-connector/constants/api.d.ts +0 -2
- package/v2/features/request-new-connector/constants/api.d.ts.map +0 -1
- package/v2/features/request-new-connector/constants/index.d.ts +0 -23
- package/v2/features/request-new-connector/constants/index.d.ts.map +0 -1
- package/v2/features/request-new-connector/hooks/useRequestOptions.d.ts.map +0 -1
- package/v2/features/request-new-connector/types/index.d.ts +0 -20
- package/v2/features/request-new-connector/types/index.d.ts.map +0 -1
- package/v2/features/slack/__tests__/controller-dirty.test.d.ts +0 -2
- package/v2/features/slack/__tests__/controller-dirty.test.d.ts.map +0 -1
- package/v2/features/slack/api/configs.d.ts.map +0 -1
- package/v2/features/slack/api/index.d.ts.map +0 -1
- package/v2/features/slack/components/ConfigBlockIcons.d.ts.map +0 -1
- package/v2/features/slack/components/DefaultMessageEditor/constants.d.ts.map +0 -1
- package/v2/features/slack/components/DefaultMessageEditor/index.d.ts.map +0 -1
- package/v2/features/slack/components/DefaultMessageEditor/serialize.d.ts.map +0 -1
- package/v2/features/slack/components/DefaultMessageEditor/serialize.test.d.ts +0 -2
- package/v2/features/slack/components/DefaultMessageEditor/serialize.test.d.ts.map +0 -1
- package/v2/features/slack/components/DefaultMessageEditor/styles.d.ts.map +0 -1
- package/v2/features/slack/components/SlackLogo.d.ts.map +0 -1
- package/v2/features/slack/constants/api.d.ts.map +0 -1
- package/v2/features/slack/controller.d.ts.map +0 -1
- package/v2/features/slack/types/wire.d.ts.map +0 -1
- package/v2/features/template-library/api/index.d.ts +0 -7
- package/v2/features/template-library/api/index.d.ts.map +0 -1
- package/v2/features/template-library/components/library-card-list/index.d.ts +0 -7
- package/v2/features/template-library/components/library-card-list/index.d.ts.map +0 -1
- package/v2/features/template-library/components/library-card-list/styles.d.ts +0 -7
- package/v2/features/template-library/components/library-card-list/styles.d.ts.map +0 -1
- package/v2/features/template-library/components/library-card-skeleton/index.d.ts +0 -2
- package/v2/features/template-library/components/library-card-skeleton/index.d.ts.map +0 -1
- package/v2/features/template-library/components/library-card-skeleton/styles.d.ts +0 -4
- package/v2/features/template-library/components/library-card-skeleton/styles.d.ts.map +0 -1
- package/v2/features/template-library/components/library-edit-list/index.d.ts +0 -2
- package/v2/features/template-library/components/library-edit-list/index.d.ts.map +0 -1
- package/v2/features/template-library/components/library-edit-list/styles.d.ts +0 -2
- package/v2/features/template-library/components/library-edit-list/styles.d.ts.map +0 -1
- package/v2/features/template-library/constants/api.d.ts +0 -3
- package/v2/features/template-library/constants/api.d.ts.map +0 -1
- package/v2/features/template-library/constants/content-page.d.ts +0 -4
- package/v2/features/template-library/constants/content-page.d.ts.map +0 -1
- package/v2/features/template-library/store/initial-state.d.ts +0 -15
- package/v2/features/template-library/store/initial-state.d.ts.map +0 -1
- package/v2/features/template-library/store/selectors.d.ts +0 -9
- package/v2/features/template-library/store/selectors.d.ts.map +0 -1
- package/v2/features/template-library/store/slice.d.ts +0 -39
- package/v2/features/template-library/store/slice.d.ts.map +0 -1
- package/v2/features/toast-message/CloseButton.d.ts +0 -4
- package/v2/features/toast-message/CloseButton.d.ts.map +0 -1
- package/v2/features/toast-message/HiverIconToast.d.ts +0 -7
- package/v2/features/toast-message/HiverIconToast.d.ts.map +0 -1
- package/v2/features/toast-message/__tests__/toastMessage.test.d.ts +0 -2
- package/v2/features/toast-message/__tests__/toastMessage.test.d.ts.map +0 -1
- package/v2/features/toast-message/constants/toast.d.ts +0 -8
- package/v2/features/toast-message/constants/toast.d.ts.map +0 -1
- package/v2/features/toast-message/showMessage.d.ts +0 -13
- package/v2/features/toast-message/showMessage.d.ts.map +0 -1
- package/v2/features/toast-message/style.d.ts +0 -7
- package/v2/features/toast-message/style.d.ts.map +0 -1
- package/v2/hooks/__tests__/use-app-event.test.d.ts +0 -2
- package/v2/hooks/__tests__/use-app-event.test.d.ts.map +0 -1
- package/v2/hooks/use-app-event.d.ts.map +0 -1
- package/v2/store/hooks.d.ts +0 -15
- package/v2/store/hooks.d.ts.map +0 -1
- package/v2/store/inboxes/initial-state.d.ts.map +0 -1
- package/v2/store/inboxes/selectors.d.ts.map +0 -1
- package/v2/store/inboxes/slice.d.ts.map +0 -1
- package/v2/store/index.d.ts +0 -34
- package/v2/store/index.d.ts.map +0 -1
- package/v2/store/request-connector-api/initial-state.d.ts +0 -9
- package/v2/store/request-connector-api/initial-state.d.ts.map +0 -1
- package/v2/store/request-connector-api/selectors.d.ts +0 -5
- package/v2/store/request-connector-api/selectors.d.ts.map +0 -1
- package/v2/store/request-connector-api/slice.d.ts +0 -39
- package/v2/store/request-connector-api/slice.d.ts.map +0 -1
- package/v2/testing/mocks/browser.d.ts +0 -2
- package/v2/testing/mocks/browser.d.ts.map +0 -1
- package/v2/testing/mocks/handlers/advancedFeatures.d.ts.map +0 -1
- package/v2/testing/mocks/handlers/auth.d.ts +0 -2
- package/v2/testing/mocks/handlers/auth.d.ts.map +0 -1
- package/v2/testing/mocks/handlers/bifrost-token.d.ts +0 -2
- package/v2/testing/mocks/handlers/bifrost-token.d.ts.map +0 -1
- package/v2/testing/mocks/handlers/connector-template.d.ts +0 -40
- package/v2/testing/mocks/handlers/connector-template.d.ts.map +0 -1
- package/v2/testing/mocks/handlers/form.d.ts.map +0 -1
- package/v2/testing/mocks/handlers/request-connector-api.d.ts +0 -2
- package/v2/testing/mocks/handlers/request-connector-api.d.ts.map +0 -1
- package/v2/testing/mocks/handlers/slack.d.ts.map +0 -1
- package/v2/testing/mocks/handlers/update-connector.d.ts +0 -2
- package/v2/testing/mocks/handlers/update-connector.d.ts.map +0 -1
- package/v2/testing/mocks/handlers/v2Api.d.ts +0 -2
- package/v2/testing/mocks/handlers/v2Api.d.ts.map +0 -1
- package/v2/testing/mocks/handlers.d.ts +0 -2
- package/v2/testing/mocks/handlers.d.ts.map +0 -1
- package/v2/testing/mocks/server.d.ts +0 -2
- package/v2/testing/mocks/server.d.ts.map +0 -1
- package/v2/testing/setup-store.d.ts +0 -17
- package/v2/testing/setup-store.d.ts.map +0 -1
- package/v2/testing/setup-test.d.ts +0 -1
- package/v2/testing/setup-test.d.ts.map +0 -1
- package/v2/testing/test-utils.d.ts +0 -69
- package/v2/testing/test-utils.d.ts.map +0 -1
- package/v2/theme/connector-admin-theme-provider.d.ts.map +0 -1
- package/v2/theme/connector-admin-theme.d.ts.map +0 -1
- package/v2/theme/connector-admin-theme.test.d.ts +0 -2
- package/v2/theme/connector-admin-theme.test.d.ts.map +0 -1
- package/v2/types/api.d.ts +0 -2
- package/v2/types/api.d.ts.map +0 -1
- package/v2/types/app.d.ts.map +0 -1
- package/v2/types/common.d.ts +0 -6
- package/v2/types/common.d.ts.map +0 -1
- package/v2/types/connector.d.ts +0 -277
- package/v2/types/connector.d.ts.map +0 -1
- package/v2/types/exposedTypes.d.ts +0 -24
- package/v2/types/exposedTypes.d.ts.map +0 -1
- package/v2/types/form.d.ts +0 -55
- package/v2/types/form.d.ts.map +0 -1
- package/v2/types/json.d.ts +0 -7
- package/v2/types/json.d.ts.map +0 -1
- package/v2/types/sidebar.d.ts +0 -8
- package/v2/types/sidebar.d.ts.map +0 -1
- package/v2/types/visibility.d.ts +0 -64
- package/v2/types/visibility.d.ts.map +0 -1
- package/v2/utils/__tests__/app-event-metadata.test.d.ts +0 -2
- package/v2/utils/__tests__/app-event-metadata.test.d.ts.map +0 -1
- package/v2/utils/__tests__/get-app-state.test.d.ts +0 -2
- package/v2/utils/__tests__/get-app-state.test.d.ts.map +0 -1
- package/v2/utils/__tests__/get-pit-connector-stats.test.d.ts +0 -2
- package/v2/utils/__tests__/get-pit-connector-stats.test.d.ts.map +0 -1
- package/v2/utils/app-event-metadata.d.ts.map +0 -1
- package/v2/utils/index.d.ts +0 -64
- package/v2/utils/index.d.ts.map +0 -1
- package/v2/utils/localstorage.d.ts +0 -22
- package/v2/utils/localstorage.d.ts.map +0 -1
- package/v2/utils/type-guards.d.ts +0 -3
- package/v2/utils/type-guards.d.ts.map +0 -1
- /package/{v2/app → app}/connectors/pages/app-detail/AppDetailSkeleton.d.ts +0 -0
- /package/{v2/app → app}/connectors/pages/app-detail/Configuration.d.ts +0 -0
- /package/{v2/app → app}/connectors/pages/app-detail/Overview.d.ts +0 -0
- /package/{v2/app → app}/connectors/pages/app-detail/index.d.ts +0 -0
- /package/{v2/app → app}/connectors/pages/app-detail/schema.d.ts +0 -0
- /package/{v2/app → app}/connectors/pages/app-detail/style.d.ts +0 -0
- /package/{v2/app → app}/connectors/pages/connector-dashboard/index.d.ts +0 -0
- /package/{v2/app → app}/connectors/pages/connector-dashboard/style.d.ts +0 -0
- /package/{v2/app → app}/connectors/pages/initial-setup/components/connector-visibility.d.ts +0 -0
- /package/{v2/app → app}/connectors/pages/initial-setup/index.d.ts +0 -0
- /package/{v2/app → app}/connectors/pages/native-integration/index.d.ts +0 -0
- /package/app/connectors/pages/settings/{components → auth/components}/upgrade-guide/index.d.ts +0 -0
- /package/app/connectors/pages/settings/{components → auth/components}/upgrade-guide/styles.d.ts +0 -0
- /package/{v2/app → app}/connectors/pages/settings/auth/index.d.ts +0 -0
- /package/{v2/app → app}/connectors/pages/settings/auth/styles.d.ts +0 -0
- /package/{v2/app → app}/connectors/pages/settings/visibility/index.d.ts +0 -0
- /package/{v2/components → components}/ui/auto-complete/dropdownOmni.d.ts +0 -0
- /package/{v2/components → components}/ui/connector-alert/index.d.ts +0 -0
- /package/{v2/components → components}/ui/connector-item/index.d.ts +0 -0
- /package/{v2/components → components}/ui/connector-item/styles.d.ts +0 -0
- /package/{v2/components → components}/ui/connector-item-skeleton/index.d.ts +0 -0
- /package/{v2/components → components}/ui/connector-item-skeleton/styles.d.ts +0 -0
- /package/{v2/components → components}/ui/custom-tooltip/index.d.ts +0 -0
- /package/{v2/components → components}/ui/loader-button/index.d.ts +0 -0
- /package/{v2/components → components}/ui/loader-switch/index.d.ts +0 -0
- /package/{v2/components → components}/ui/loader-switch/style.d.ts +0 -0
- /package/{v2/components → components}/ui/status-chip/index.d.ts +0 -0
- /package/{v2/components → components}/ui/status-chip/styles.d.ts +0 -0
- /package/{v2/components → components}/ui/status-chip/types.d.ts +0 -0
- /package/{v2/constants → constants}/initial-setup.d.ts +0 -0
- /package/{v2/constants → constants}/roles.d.ts +0 -0
- /package/{v2/features → features}/add-new-store/components/add-new-store-button/index.d.ts +0 -0
- /package/{v2/features → features}/add-new-store/components/add-new-store-modal/index.d.ts +0 -0
- /package/{v2/features → features}/add-new-store/constants/index.d.ts +0 -0
- /package/{v2/features → features}/add-new-store/utils/index.d.ts +0 -0
- /package/{v2/features → features}/advanced-features/api/advanceFeatureMutation.d.ts +0 -0
- /package/{v2/features → features}/advanced-features/api/feedback.d.ts +0 -0
- /package/{v2/features → features}/advanced-features/api/userAuthEnabledMutation.d.ts +0 -0
- /package/{v2/features → features}/advanced-features/components/confirm-modal/index.d.ts +0 -0
- /package/{v2/features → features}/advanced-features/components/feature-item/index.d.ts +0 -0
- /package/{v2/features → features}/advanced-features/components/feature-list/index.d.ts +0 -0
- /package/{v2/features → features}/advanced-features/components/feedback-form/index.d.ts +0 -0
- /package/{v2/features → features}/advanced-features/constants/api.d.ts +0 -0
- /package/{v2/features → features}/advanced-features/constants/index.d.ts +0 -0
- /package/{v2/features → features}/advanced-features/types/index.d.ts +0 -0
- /package/{v2/features → features}/advanced-features/utils/index.d.ts +0 -0
- /package/{v2/features → features}/auth/utils/helpers.d.ts +0 -0
- /package/{v2/features → features}/connector-library/api/fetchDefaults.d.ts +0 -0
- /package/{v2/features → features}/connector-library/api/fetchDefaultsById.d.ts +0 -0
- /package/{v2/features → features}/connector-library/api/fetchForm.d.ts +0 -0
- /package/{v2/features → features}/connector-library/api/fetchFormById.d.ts +0 -0
- /package/{v2/features → features}/connector-library/api/putDefaults.d.ts +0 -0
- /package/{v2/features → features}/connector-library/api/putDefaultsById.d.ts +0 -0
- /package/{v2/features → features}/connector-library/components/connector-info-card-list/styles.d.ts +0 -0
- /package/{v2/features → features}/connector-library/components/customer-identity-mapping/index.d.ts +0 -0
- /package/{v2/features → features}/connector-library/components/map-form-defaults/automation.d.ts +0 -0
- /package/{v2/features → features}/connector-library/components/map-form-defaults/index.d.ts +0 -0
- /package/{v2/features → features}/connector-library/components/visibility-modal/card-visibility/form.d.ts +0 -0
- /package/{v2/features → features}/connector-library/components/visibility-modal/field-visibility/configure-fields/field-tabs.d.ts +0 -0
- /package/{v2/features → features}/connector-library/components/visibility-modal/field-visibility/configure-fields/fields-table.d.ts +0 -0
- /package/{v2/features → features}/connector-library/components/visibility-modal/field-visibility/configure-fields/index.d.ts +0 -0
- /package/{v2/features → features}/connector-library/components/visibility-modal/field-visibility/configure-fields/sortable-field.d.ts +0 -0
- /package/{v2/features → features}/connector-library/components/visibility-modal/field-visibility/configure-fields/styles.d.ts +0 -0
- /package/{v2/features → features}/connector-library/components/visibility-modal/field-visibility/form.d.ts +0 -0
- /package/{v2/features → features}/connector-library/constants/configure-field.d.ts +0 -0
- /package/{v2/features → features}/native-integrations/components/inbox-selector/index.d.ts +0 -0
- /package/{v2/features → features}/native-integrations/components/native-connectors-list/index.d.ts +0 -0
- /package/{v2/features → features}/request-new-connector/hooks/useRequestOptions.d.ts +0 -0
- /package/{v2/features → features}/slack/api/configs.d.ts +0 -0
- /package/{v2/features → features}/slack/api/index.d.ts +0 -0
- /package/{v2/features → features}/slack/components/ConfigBlockIcons.d.ts +0 -0
- /package/{v2/features → features}/slack/components/DefaultMessageEditor/constants.d.ts +0 -0
- /package/{v2/features → features}/slack/components/DefaultMessageEditor/index.d.ts +0 -0
- /package/{v2/features → features}/slack/components/DefaultMessageEditor/serialize.d.ts +0 -0
- /package/{v2/features → features}/slack/components/DefaultMessageEditor/styles.d.ts +0 -0
- /package/{v2/features → features}/slack/components/SlackLogo.d.ts +0 -0
- /package/{v2/features → features}/slack/constants/api.d.ts +0 -0
- /package/{v2/features → features}/slack/controller.d.ts +0 -0
- /package/{v2/features → features}/slack/types/wire.d.ts +0 -0
- /package/{v2/hooks → hooks}/use-app-event.d.ts +0 -0
- /package/{v2/store → store}/inboxes/initial-state.d.ts +0 -0
- /package/{v2/store → store}/inboxes/slice.d.ts +0 -0
- /package/{v2/testing → testing}/mocks/handlers/advancedFeatures.d.ts +0 -0
- /package/{v2/testing → testing}/mocks/handlers/form.d.ts +0 -0
- /package/{v2/testing → testing}/mocks/handlers/slack.d.ts +0 -0
- /package/{v2/theme → theme}/connector-admin-theme-provider.d.ts +0 -0
- /package/{v2/theme → theme}/connector-admin-theme.d.ts +0 -0
- /package/{v2/utils → utils}/app-event-metadata.d.ts +0 -0
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { StyledComponent } from '@emotion/styled';
|
|
2
|
-
import { StackProps } from '@hiver/hiver-ui-kit';
|
|
3
|
-
export declare const AuthSettingsWrapper: StyledComponent<StackProps>;
|
|
4
|
-
export declare const LearnMoreWrapper: StyledComponent<StackProps>;
|
|
5
|
-
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/app/connectors/pages/settings/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,UAAU,CAO3D,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,UAAU,CAKxD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/v2/app/connectors/pages/settings/visibility/index.tsx"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAG9D,UAAU,kBAAkB;IAC1B,aAAa,EAAE,iBAAiB,GAAG,IAAI,CAAC;CACzC;AAED,eAAO,MAAM,kBAAkB,sBAAuB,kBAAkB,4CAuCvE,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { IAvailableFtr } from '../../../../types/app';
|
|
2
|
-
interface IUpgradeConnectos {
|
|
3
|
-
availableFeatures: IAvailableFtr;
|
|
4
|
-
}
|
|
5
|
-
export declare const UpgradeConnectors: ({ availableFeatures }: IUpgradeConnectos) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
export {};
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/app/connectors/pages/upgrade-page/index.tsx"],"names":[],"mappings":"AAiCA,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAE/C,UAAU,iBAAiB;IACzB,iBAAiB,EAAE,aAAa,CAAC;CAClC;AAED,eAAO,MAAM,iBAAiB,0BAA2B,iBAAiB,4CAiDzE,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { StyledComponent } from '@emotion/styled';
|
|
2
|
-
import { BoxProps, TypographyProps, StackProps, ButtonProps } from '@hiver/hiver-ui-kit';
|
|
3
|
-
export declare const ContentParentWrapper: StyledComponent<BoxProps>;
|
|
4
|
-
export declare const FlexWrapper: StyledComponent<StackProps>;
|
|
5
|
-
export declare const ContactUsWrapper: StyledComponent<StackProps>;
|
|
6
|
-
export declare const RequestConnectorWrapper: StyledComponent<StackProps>;
|
|
7
|
-
export declare const StackWrapper: StyledComponent<StackProps>;
|
|
8
|
-
export declare const UpgradeContentWrapper: StyledComponent<BoxProps>;
|
|
9
|
-
export declare const UpgradeImageWrapper: StyledComponent<StackProps>;
|
|
10
|
-
export declare const UpgradeCrownWrapper: StyledComponent<StackProps>;
|
|
11
|
-
export declare const HigherPlanText: StyledComponent<TypographyProps>;
|
|
12
|
-
export declare const UpgradeDescription: StyledComponent<TypographyProps>;
|
|
13
|
-
export declare const UpgradeButton: StyledComponent<ButtonProps>;
|
|
14
|
-
export declare const LearnMoreBtn: StyledComponent<ButtonProps>;
|
|
15
|
-
export declare const ContactUsText: StyledComponent<TypographyProps>;
|
|
16
|
-
//# sourceMappingURL=style.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/app/connectors/pages/upgrade-page/style.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,eAAe,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAE9F,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAAC,QAAQ,CAI1D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CAGnD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,UAAU,CAKxD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,eAAe,CAAC,UAAU,CAK/D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,UAAU,CAOpD,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,eAAe,CAAC,QAAQ,CAO3D,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,UAAU,CAQ3D,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,UAAU,CAa3D,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,eAAe,CAS3D,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,eAAe,CAI/D,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,WAAW,CAKtD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,WAAW,CAarD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,eAAe,CAE1D,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { IAppProviderProps } from '../../types/app';
|
|
2
|
-
export declare const BaseProvider: (props: IAppProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
export declare const AppProvider: (props: IAppProviderProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
//# sourceMappingURL=provider.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../../../src/v2/app/connectors/provider.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEnD,eAAO,MAAM,YAAY,UAAW,iBAAiB,4CAWpD,CAAC;AAEF,eAAO,MAAM,WAAW,UAAW,iBAAiB,4CAMnD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"router.d.ts","sourceRoot":"","sources":["../../../../src/v2/app/connectors/router.tsx"],"names":[],"mappings":"AAUA,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAgD7C,eAAO,MAAM,SAAS,mCAInB;IACD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,4CAOA,CAAC"}
|
package/v2/app/index.d.ts
DELETED
package/v2/app/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/v2/app/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC"}
|
package/v2/app/style.d.ts
DELETED
package/v2/app/style.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../src/v2/app/style.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAovBpD,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,QAAQ,CAiDrD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dropdownOmni.d.ts","sourceRoot":"","sources":["../../../../../src/v2/components/ui/auto-complete/dropdownOmni.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG;AACH,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAInD,eAAO,MAAM,kBAAkB,QAAO,OAAuE,CAAC;AAE9G,kFAAkF;AAClF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;CAkBhB,CAAC;AAEX;;;;;;GAMG;AACH,eAAO,MAAM,oBAAoB,QAAO,MAoBhC,CAAC;AAET;;;;GAIG;AACH,eAAO,MAAM,YAAY,QAAO,OAiCxB,CAAC;AAET,0FAA0F;AAC1F,eAAO,MAAM,kBAAkB;;;;CAAuD,CAAC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { IOptions } from '../../../types/visibility';
|
|
2
|
-
interface IStyledAutoComplete {
|
|
3
|
-
options: IOptions[];
|
|
4
|
-
type: string;
|
|
5
|
-
placeholder: string;
|
|
6
|
-
onChangeFunc: (_e: React.SyntheticEvent<Element, Event>, value: IOptions[] | IOptions | null) => void;
|
|
7
|
-
currentSelectedOptions?: IOptions[];
|
|
8
|
-
labelKey?: string;
|
|
9
|
-
valueKey?: string;
|
|
10
|
-
isSingleSelect?: boolean;
|
|
11
|
-
inputVariant?: 'outlined' | 'filled' | 'standard';
|
|
12
|
-
/** Override the dropdown indicator icon. Undefined → MUI's default
|
|
13
|
-
* ArrowDropDown, so existing callers are unaffected. */
|
|
14
|
-
popupIcon?: React.ReactNode;
|
|
15
|
-
}
|
|
16
|
-
export declare const StyledAutoComplete: ({ options, type, placeholder, labelKey, valueKey, onChangeFunc, currentSelectedOptions, isSingleSelect, inputVariant, popupIcon }: IStyledAutoComplete) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
-
export {};
|
|
18
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/components/ui/auto-complete/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAMtD,UAAU,mBAAmB;IAC3B,OAAO,EAAE,QAAQ,EAAE,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,CAAC,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,EAAE,KAAK,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,GAAG,QAAQ,GAAG,IAAI,KAAK,IAAI,CAAC;IACtG,sBAAsB,CAAC,EAAE,QAAQ,EAAE,CAAC;IACpC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,YAAY,CAAC,EAAE,UAAU,GAAG,QAAQ,GAAG,UAAU,CAAC;IAClD;6DACyD;IACzD,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC7B;AAED,eAAO,MAAM,kBAAkB,sIAW5B,mBAAmB,4CAsFrB,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { StyledComponent } from '@emotion/styled';
|
|
2
|
-
import { BoxProps, ChipProps } from '@hiver/hiver-ui-kit';
|
|
3
|
-
export declare const AutoCompleteWrapper: StyledComponent<BoxProps>;
|
|
4
|
-
export declare const CustomChip: StyledComponent<ChipProps>;
|
|
5
|
-
//# sourceMappingURL=style.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../src/v2/components/ui/auto-complete/style.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAI/D,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,QAAQ,CAsBzD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,SAAS,CAUjD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bread-crumb.test.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/components/ui/bread-crumbs/__tests__/bread-crumb.test.tsx"],"names":[],"mappings":""}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { IBreadCrumbItem } from '../../../types/common';
|
|
2
|
-
interface BreadCrumbProps {
|
|
3
|
-
options: IBreadCrumbItem[];
|
|
4
|
-
}
|
|
5
|
-
export declare const BreadCrumbs: ({ options }: BreadCrumbProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
export {};
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/components/ui/bread-crumbs/index.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,UAAU,eAAe;IACvB,OAAO,EAAE,eAAe,EAAE,CAAC;CAC5B;AACD,eAAO,MAAM,WAAW,gBAAiB,eAAe,4CAmCvD,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { StyledComponent } from '@emotion/styled';
|
|
2
|
-
import { TypographyProps, StackProps } from '@hiver/hiver-ui-kit';
|
|
3
|
-
export declare const BreadCrumbsWrapper: StyledComponent<StackProps>;
|
|
4
|
-
export declare const BreadCrumbsText: StyledComponent<TypographyProps>;
|
|
5
|
-
export declare const ArrowWrapper: StyledComponent<StackProps>;
|
|
6
|
-
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/v2/components/ui/bread-crumbs/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEvE,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,UAAU,CAU1D,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,eAAe,CAG5D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,UAAU,CAKpD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/components/ui/connector-alert/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAa5D,UAAU,cAAc;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,oBAAoB,CAAC;IAC7B,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AACD,eAAO,MAAM,cAAc,2CAAoD,cAAc,mDA4E5F,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/components/ui/connector-item/index.tsx"],"names":[],"mappings":"AAmBA,UAAU,aAAa;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;sCAEkC;IAClC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,OAAO,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/B;AAED,eAAO,MAAM,aAAa,4LAevB,aAAa,4CAoGf,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/v2/components/ui/connector-item/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAKlD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAErD,eAAO,MAAM,iBAAiB,EAAE,eAAe,CAAC,QAAQ,CAAC,aAAa,CAAC,CAOtE,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,SAAS,CAUvD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/components/ui/connector-item-skeleton/index.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,qBAAqB,+CAcjC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/v2/components/ui/connector-item-skeleton/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAGrE,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,aAAa,GAAG;IAAE,QAAQ,CAAC,EAAE,MAAM,CAAA;CAAE,CAE9E,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,UAAU,CAQvD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/components/ui/custom-tooltip/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmC,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAEpF,KAAK,kBAAkB,GAAG,YAAY,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAC7F,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAyBpD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/components/ui/details/index.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE3C,UAAU,YAAY;IACpB,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,OAAO,EAAE,EAAE,CAAC,YAAY,CAYpC,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { StyledComponent } from '@emotion/styled';
|
|
2
|
-
import { IconOwnProps, AccordionProps, AccordionSummaryProps, AccordionDetailsProps } from '@hiver/hiver-ui-kit';
|
|
3
|
-
interface AccordionIconProps {
|
|
4
|
-
expanded: boolean;
|
|
5
|
-
}
|
|
6
|
-
export declare const Accordion: StyledComponent<AccordionProps>;
|
|
7
|
-
export declare const AccordionSummary: StyledComponent<AccordionSummaryProps>;
|
|
8
|
-
export declare const AccordionDetails: StyledComponent<AccordionDetailsProps>;
|
|
9
|
-
export declare const ChevronRightIcon: StyledComponent<IconOwnProps & AccordionIconProps>;
|
|
10
|
-
export {};
|
|
11
|
-
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/v2/components/ui/details/styles.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AACvD,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AAEtH,UAAU,kBAAkB;IAC1B,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,cAAc,CAOrD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,qBAAqB,CAKnE,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,qBAAqB,CAEnE,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,YAAY,GAAG,kBAAkB,CAY/E,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/components/ui/loader-button/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAU,WAAW,EAAoB,MAAM,qBAAqB,CAAC;AAE5E,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACrC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,YAAY,UAAW,iBAAiB,4CAQpD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/components/ui/loader-switch/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiB,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAGjE,eAAO,MAAM,YAAY,UAAW,WAAW,GAAG;IAAE,SAAS,CAAC,EAAE,OAAO,CAAA;CAAE,4CAUxE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../src/v2/components/ui/loader-switch/style.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAEpD,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,QAAQ,CAoBlD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"modal.test.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/components/ui/modal/__tests__/modal.test.tsx"],"names":[],"mappings":""}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { default as React, ReactNode } from 'react';
|
|
2
|
-
interface IModalProps {
|
|
3
|
-
shown: boolean;
|
|
4
|
-
setShown: (value: boolean) => void;
|
|
5
|
-
children: ReactNode;
|
|
6
|
-
showCloseButton?: boolean;
|
|
7
|
-
/** Optional px size for the close (X) icon. Omitted → the icon renders at
|
|
8
|
-
* its natural size (unchanged for existing callers); set per-instance to
|
|
9
|
-
* scope a resize to a single modal. */
|
|
10
|
-
closeButtonSize?: number;
|
|
11
|
-
customPaperProps?: {
|
|
12
|
-
[key: string]: string;
|
|
13
|
-
};
|
|
14
|
-
onClose?: () => void;
|
|
15
|
-
borderRadius?: number;
|
|
16
|
-
sx?: React.CSSProperties;
|
|
17
|
-
}
|
|
18
|
-
export declare const Modal: React.FC<IModalProps>;
|
|
19
|
-
export {};
|
|
20
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/components/ui/modal/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIzC,UAAU,WAAW;IACnB,KAAK,EAAE,OAAO,CAAC;IACf,QAAQ,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACnC,QAAQ,EAAE,SAAS,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;4CAEwC;IACxC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gBAAgB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC7C,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,EAAE,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC1B;AAED,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAkDvC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/components/ui/status-chip/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE/C,eAAO,MAAM,UAAU,sBAAuB,eAAe,4CAa5D,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/v2/components/ui/status-chip/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAClE,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAE/C,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,QAAQ,GAAG;IAAE,MAAM,EAAE,OAAO,CAAA;CAAE,CAG/E,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,eAAe,CAAC,eAAe,CAc9D,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/v2/components/ui/status-chip/types.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAEhD,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG;IAAE,MAAM,EAAE,OAAO,CAAC;IAAC,KAAK,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { SkeletonProps, TextFieldProps, ButtonProps } from '@hiver/hiver-ui-kit';
|
|
2
|
-
import { StyledComponent } from '@emotion/styled';
|
|
3
|
-
export declare const CustomSkeleton: StyledComponent<SkeletonProps & {
|
|
4
|
-
margin?: string;
|
|
5
|
-
}>;
|
|
6
|
-
export declare const StyledTextField: StyledComponent<TextFieldProps>;
|
|
7
|
-
export declare const TertiaryButton: StyledComponent<ButtonProps>;
|
|
8
|
-
//# sourceMappingURL=styled-ui-components.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"styled-ui-components.d.ts","sourceRoot":"","sources":["../../../../src/v2/components/ui/styled-ui-components.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,aAAa,EAAE,cAAc,EAAE,WAAW,EAAU,MAAM,qBAAqB,CAAC;AAC3G,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAGlD,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,aAAa,GAAG;IAAE,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,CAG/E,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,cAAc,CAS3D,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,WAAW,CAQvD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/components/ui/text-field/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAa,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAEhE,eAAO,MAAM,eAAe,UAAW,cAAc,4CAGpD,CAAC"}
|
package/v2/constants/api.d.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export declare const API_METHODS: {
|
|
2
|
-
GET: string;
|
|
3
|
-
POST: string;
|
|
4
|
-
DELETE: string;
|
|
5
|
-
PATCH: string;
|
|
6
|
-
PUT: string;
|
|
7
|
-
};
|
|
8
|
-
export declare const API_STATUS: {
|
|
9
|
-
IDLE: "idle";
|
|
10
|
-
LOADING: "loading";
|
|
11
|
-
FAILED: "failed";
|
|
12
|
-
SUCCESS: "success";
|
|
13
|
-
};
|
|
14
|
-
export declare const BASE_ROUTE: string;
|
|
15
|
-
//# sourceMappingURL=api.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../src/v2/constants/api.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW;;;;;;CAMvB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;CAKiB,CAAC;AAEzC,eAAO,MAAM,UAAU,EAAE,MAAkB,CAAC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export declare const REQUIRED_FIELD = "Required Field";
|
|
2
|
-
export declare const VALIDATION_FAILED = "Validation Failed";
|
|
3
|
-
export declare const O_AUTH_1 = "Oauth1";
|
|
4
|
-
export declare const O_AUTH2 = "Oauth2";
|
|
5
|
-
export declare const O_AUTH2_PAT = "Oauth2Pat";
|
|
6
|
-
export declare const API_KEY = "ApiKey";
|
|
7
|
-
export declare const BASIC_AUTH = "BasicAuth";
|
|
8
|
-
export declare const CONNECTOR_EDIT_TABS: readonly ["Authentication", "Visibility"];
|
|
9
|
-
export declare const CONNECTOR_ALERT_STATUS: {
|
|
10
|
-
readonly notAuthenticated: "notAuthenticated";
|
|
11
|
-
readonly upgrade: "upgrade";
|
|
12
|
-
};
|
|
13
|
-
export declare const APPS: string;
|
|
14
|
-
export declare const INSTALLED_APPS: string;
|
|
15
|
-
export declare const MARKETPLACE: string;
|
|
16
|
-
export declare const SUGGESTED_APPS: string;
|
|
17
|
-
export declare const INBOX_APPS = "Inbox apps";
|
|
18
|
-
//# sourceMappingURL=app-constants.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"app-constants.d.ts","sourceRoot":"","sources":["../../../src/v2/constants/app-constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,mBAAmB,CAAC;AAC/C,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AACrD,eAAO,MAAM,QAAQ,WAAW,CAAC;AACjC,eAAO,MAAM,OAAO,WAAW,CAAC;AAChC,eAAO,MAAM,WAAW,cAAc,CAAC;AACvC,eAAO,MAAM,OAAO,WAAW,CAAC;AAChC,eAAO,MAAM,UAAU,cAAc,CAAC;AACtC,eAAO,MAAM,mBAAmB,2CAA4C,CAAC;AAC7E,eAAO,MAAM,sBAAsB;;;CAGzB,CAAC;AAEX,eAAO,MAAM,IAAI,EAAE,MAAe,CAAC;AACnC,eAAO,MAAM,cAAc,EAAE,MAAyB,CAAC;AACvD,eAAO,MAAM,WAAW,EAAE,MAAsB,CAAC;AACjD,eAAO,MAAM,cAAc,EAAE,MAAyB,CAAC;AACvD,eAAO,MAAM,UAAU,eAAe,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bread-crumbs.d.ts","sourceRoot":"","sources":["../../../src/v2/constants/bread-crumbs.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,EAAE,MAAmB,CAAC;AAC3C,eAAO,MAAM,KAAK,EAAE,MAAgB,CAAC"}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
export declare const GAINSIGHTEVENT: {
|
|
2
|
-
REQUEST_NEW_CLICKED: string;
|
|
3
|
-
TOGGLE_ENABLED: string;
|
|
4
|
-
TOGGLE_DISABLED: string;
|
|
5
|
-
SETTINGS_CLICKED: string;
|
|
6
|
-
ADD_CONNECTOR_CLICKED: string;
|
|
7
|
-
CONNECTOR_BACK_CLICKED: string;
|
|
8
|
-
SAVE_AUTHORIZE_CLICKED: string;
|
|
9
|
-
SEND_TEST_CLICK: string;
|
|
10
|
-
AUTH_UPDATED: string;
|
|
11
|
-
REQUEST_NEW_FEATURE_CLICKED: string;
|
|
12
|
-
REQUEST_NEW_CONNECTOR_SHOWN: string;
|
|
13
|
-
REQUEST_NEW_CONNECTOR_SUBMIT_CLICKED: string;
|
|
14
|
-
REQUEST_NEW_CONNECTOR_CLOSE_CLICKED: string;
|
|
15
|
-
REQUEST_NEW_CONNECTOR_DONE_CLICKED: string;
|
|
16
|
-
REQUEST_NEW_FEATURE_SHOWN: string;
|
|
17
|
-
REQUEST_NEW_FEATURE_SUBMIT_CLICKED: string;
|
|
18
|
-
REQUEST_NEW_FEATURE_CLOSE_CLICKED: string;
|
|
19
|
-
REQUEST_NEW_FEATURE_DONE_CLICKED: string;
|
|
20
|
-
LIBRARY_CARD_CLICKED: string;
|
|
21
|
-
TAB_CLICKED: string;
|
|
22
|
-
CONFIGURE_VISIBILITY_CLICKED: string;
|
|
23
|
-
CARD_VISIBILITY_UPDATED: string;
|
|
24
|
-
CARD_VISIBILITY_UPDATE_CLOSED: string;
|
|
25
|
-
CONNECTOR_VISIBILITY_FIELD_TAB_CLICKED: string;
|
|
26
|
-
SCHEDULE_CALL_CLICKED: string;
|
|
27
|
-
SCHEDULE_CALL_CROSS_CLICKED: string;
|
|
28
|
-
CONNECTOR_VIDEO_CLICKED: string;
|
|
29
|
-
CONNECTOR_AUTH_PAGE_KB_CLICKED: string;
|
|
30
|
-
CONNECTOR_AUTH_PAGE_CONTACT_SUPPORT_CLICKED: string;
|
|
31
|
-
CONNECTOR_AUTH_SUCCESS: string;
|
|
32
|
-
CONNECTOR_SECTION_VIEWED: string;
|
|
33
|
-
INTEGRATION_APP_CARD_CLICK: string;
|
|
34
|
-
APP_ACTIVATION_VISIBILITY_SAVED: string;
|
|
35
|
-
EDIT_FIELD_VISIBILITY_CLICKED: string;
|
|
36
|
-
LOOKUP_CONFIG_CLICKED: string;
|
|
37
|
-
LOOKUP_FIELD_CLICKED: string;
|
|
38
|
-
LOOKUP_SAVED: string;
|
|
39
|
-
FIELD_MAP_BUTTON_CLICKED: string;
|
|
40
|
-
FIELD_MAP_CONFIG_SAVED: string;
|
|
41
|
-
};
|
|
42
|
-
/**
|
|
43
|
-
* The Apps onboarding funnel. Separate event names rather than one event with a
|
|
44
|
-
* step param, because half of these are outcomes (`*_success` / `*_failure`)
|
|
45
|
-
* which are not page views and cannot be values of a `page` field.
|
|
46
|
-
*
|
|
47
|
-
* Every `*_viewed` event fires when its screen RENDERS, never on the click that
|
|
48
|
-
* navigates there — a click can be followed by a redirect or a failed fetch, and
|
|
49
|
-
* counting it would inflate every step above the one actually reached.
|
|
50
|
-
*/
|
|
51
|
-
export declare const APP_ONBOARDING_EVENTS: {
|
|
52
|
-
/** App overview screen (the api-view surface) rendered. */
|
|
53
|
-
readonly APP_OVERVIEW_VIEWED: "app_overview_viewed";
|
|
54
|
-
/** Marketplace auth screen rendered: /connector/settings/:id without isEdit. */
|
|
55
|
-
readonly MARKETPLACE_AUTH_PAGE_VIEWED: "marketplace_auth_page_viewed";
|
|
56
|
-
/** Inbox + role visibility screen rendered. */
|
|
57
|
-
readonly INITIAL_SETUP_VIEWED: "initial_setup_viewed";
|
|
58
|
-
readonly INITIAL_SETUP_SUCCESS: "initial_setup_success";
|
|
59
|
-
readonly INITIAL_SETUP_FAILURE: "initial_setup_failure";
|
|
60
|
-
/** Auth outcome. Carries setup_context to separate marketplace from installed. */
|
|
61
|
-
readonly AUTHENTICATION_SUCCESS: "authentication_success";
|
|
62
|
-
readonly AUTHENTICATION_FAILURE: "authentication_failure";
|
|
63
|
-
/** Post-install Settings tabs (?isEdit=true). */
|
|
64
|
-
readonly AUTHENTICATION_TAB_VIEWED: "authentication_tab_viewed";
|
|
65
|
-
readonly VISIBILITY_TAB_VIEWED: "visibility_tab_viewed";
|
|
66
|
-
};
|
|
67
|
-
export type AppOnboardingEvent = (typeof APP_ONBOARDING_EVENTS)[keyof typeof APP_ONBOARDING_EVENTS];
|
|
68
|
-
export declare const GAINSIGHT_CONSTANTS: {
|
|
69
|
-
AUTH_PAGE: string;
|
|
70
|
-
DETAILS_PAGE: string;
|
|
71
|
-
CONNECTORS_PAGE_ADMIN_SIDE: string;
|
|
72
|
-
};
|
|
73
|
-
//# sourceMappingURL=gainsight.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gainsight.d.ts","sourceRoot":"","sources":["../../../src/v2/constants/gainsight.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwC1B,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,qBAAqB;IAChC,2DAA2D;;IAE3D,gFAAgF;;IAEhF,+CAA+C;;;;IAI/C,kFAAkF;;;IAGlF,iDAAiD;;;CAGzC,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAAG,CAAC,OAAO,qBAAqB,CAAC,CAAC,MAAM,OAAO,qBAAqB,CAAC,CAAC;AAEpG,eAAO,MAAM,mBAAmB;;;;CAI/B,CAAC"}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
export declare const CONNECTORS_RELEASE_FLAG = "rls-connectors-enabled";
|
|
2
|
-
export declare const CONNECTORS_FEATURE_FLAG = "ftr-connectors-enabled";
|
|
3
|
-
export declare const FTR_CONNECTORS_BLUE_DOT = "ftr-connector-blue-dot";
|
|
4
|
-
export declare const SCHEDULE_CALENDLY_FEATURE_FLAG_AUTH_PAGE = "ftr-connectors-schedule-call-auth-page";
|
|
5
|
-
export declare const SCHEDULE_CALENDLY_FEATURE_FLAG_ADMIN_PAGES = "ftr-connectors-admin-schedule-call";
|
|
6
|
-
export declare const CONNECTOR_SETUP_GUIDE_LINKS = "ftr-connectors-admin-guide-links";
|
|
7
|
-
export declare const FTR_CONNECTORS_ENHANCEMENTS = "ftr-connectors-enhancements";
|
|
8
|
-
export declare const FTR_CONNECTOR_PREVIEW = "ftr-connector-preview";
|
|
9
|
-
export declare const FTR_NEW_AUTH_FLOW = "ftr-connectors-oauth-flow-improvements";
|
|
10
|
-
export declare const FTR_INTEGRATION_SENSE = "ftr-integration-sense-ui";
|
|
11
|
-
export declare const FTR_QUICK_ACCESS = "ftr-connectors-quick-actions";
|
|
12
|
-
export declare const FTR_EMAIL_LOGGING = "ftr-ci-log-emails";
|
|
13
|
-
export declare const FTR_APP_CUSTOM_FIELDS = "ftr-app-custom-fields";
|
|
14
|
-
export declare const FTR_USER_AUTH = "ftr-ci-user-auth";
|
|
15
|
-
export declare const CUSTOM_CONNECTORS = "Apps";
|
|
16
|
-
export declare const HIGHER_PLAN = "On a higher plan";
|
|
17
|
-
export declare const UPGRADE_DESCRIPTION_TEXT = "Create, authenticate and enable powerful integrations to enhance your team's productivity within Gmail.";
|
|
18
|
-
export declare const UPGRADE = "Upgrade";
|
|
19
|
-
export declare const LEARN_MORE = "Learn more";
|
|
20
|
-
export declare const HAVE_QUESTIONS = "Have any questions?";
|
|
21
|
-
export declare const CONTACT_US = "Contact us";
|
|
22
|
-
export declare const CHAT_CDN_URL = "https://cdn.hiverhq.com/chat-support/hiver-chat.html";
|
|
23
|
-
export declare const HIVER_CHAT_SUPPORT = "Hiver Chat Support";
|
|
24
|
-
export declare const COPY_CLIPBOARD = "Copy";
|
|
25
|
-
export declare const AUTHENTICATION_FAILED_MSG = "Authentication failed";
|
|
26
|
-
export declare const LOCALSTORAGE_KEY = "hiver_connectors";
|
|
27
|
-
export declare const ENABLE_ALL_FEATURE = "enableAllConnectorFtr";
|
|
28
|
-
export declare const CONNECTOR_AUTH_EXPIRED = "Authentication expired. Click to reconnect your app.";
|
|
29
|
-
export declare const CONNECTOR_NOT_IN_PLAN = "This feature is only available in higher plans";
|
|
30
|
-
export declare const CONNECTOR_UPGRADE = "New update available. Click to upgrade your app.";
|
|
31
|
-
export declare const CONNECTOR_DEPRECATED = "Support ending soon. Switch to the new :connectorName app.";
|
|
32
|
-
export declare const CONNECTOR_INACTIVE = "App is inactive. Click to enable it.";
|
|
33
|
-
export declare const CONNECTOR_UPGRADE_ALERT_MSG = "New upgrade is available for :connectorName. Re-authenticate to get access to all updates.";
|
|
34
|
-
export declare const CONNECTOR_NOT_AUTH_ALERT_MSG = "Authentication failed for :connectorName.";
|
|
35
|
-
export declare const CONNECTOR_DEPRECATED_MSG = ":connectorName is deprecated";
|
|
36
|
-
export declare const FTR_APPS_LOOKUP_REVAMP = "ftr-apps-lookup-revamp";
|
|
37
|
-
export declare const FTR_CF_POWERED_BY_APPS = "ftr-cf-powered-by-apps";
|
|
38
|
-
export declare const FTR_CONFIGURABLE_FIELDS = "ftr-ci-configurable-fields";
|
|
39
|
-
/**
|
|
40
|
-
* Slack Internal Collaboration: admin "Default message configuration" block.
|
|
41
|
-
* UI-only gate — the backend still stores/serves `default_message` regardless,
|
|
42
|
-
* so an already-configured message is preserved (and re-saved untouched) while
|
|
43
|
-
* the flag is off.
|
|
44
|
-
*
|
|
45
|
-
* Single bare key for every tenant, like the other `ftr-ci-*` flags. Each host
|
|
46
|
-
* maps its own tenant LD key onto this one before passing `availableFeatures`
|
|
47
|
-
* (GMAIL sends bare keys; outlook-ui de-prefixes via `removeHotPrefix` and can
|
|
48
|
-
* map explicitly). Do NOT look this up with a `hot-` prefix here.
|
|
49
|
-
*/
|
|
50
|
-
export declare const FTR_SLACK_DEFAULT_MSG = "ftr-ci-slack-default-msg";
|
|
51
|
-
//# sourceMappingURL=global-constants.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"global-constants.d.ts","sourceRoot":"","sources":["../../../src/v2/constants/global-constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,2BAA2B,CAAC;AAChE,eAAO,MAAM,uBAAuB,2BAA2B,CAAC;AAChE,eAAO,MAAM,uBAAuB,2BAA2B,CAAC;AAChE,eAAO,MAAM,wCAAwC,2CAA2C,CAAC;AACjG,eAAO,MAAM,0CAA0C,uCAAuC,CAAC;AAC/F,eAAO,MAAM,2BAA2B,qCAAqC,CAAC;AAC9E,eAAO,MAAM,2BAA2B,gCAAgC,CAAC;AACzE,eAAO,MAAM,qBAAqB,0BAA0B,CAAC;AAC7D,eAAO,MAAM,iBAAiB,2CAA2C,CAAC;AAC1E,eAAO,MAAM,qBAAqB,6BAA6B,CAAC;AAChE,eAAO,MAAM,gBAAgB,iCAAiC,CAAC;AAC/D,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AACrD,eAAO,MAAM,qBAAqB,0BAA0B,CAAC;AAI7D,eAAO,MAAM,aAAa,qBAAqB,CAAC;AAEhD,eAAO,MAAM,iBAAiB,SAAS,CAAC;AACxC,eAAO,MAAM,WAAW,qBAAqB,CAAC;AAC9C,eAAO,MAAM,wBAAwB,4GAA4G,CAAC;AAClJ,eAAO,MAAM,OAAO,YAAY,CAAC;AACjC,eAAO,MAAM,UAAU,eAAe,CAAC;AACvC,eAAO,MAAM,cAAc,wBAAwB,CAAC;AACpD,eAAO,MAAM,UAAU,eAAe,CAAC;AACvC,eAAO,MAAM,YAAY,yDAAyD,CAAC;AACnF,eAAO,MAAM,kBAAkB,uBAAuB,CAAC;AACvD,eAAO,MAAM,cAAc,SAAS,CAAC;AACrC,eAAO,MAAM,yBAAyB,0BAA0B,CAAC;AACjE,eAAO,MAAM,gBAAgB,qBAAqB,CAAC;AACnD,eAAO,MAAM,kBAAkB,0BAA0B,CAAC;AAE1D,eAAO,MAAM,sBAAsB,yDAAyD,CAAC;AAC7F,eAAO,MAAM,qBAAqB,mDAAmD,CAAC;AACtF,eAAO,MAAM,iBAAiB,qDAAqD,CAAC;AACpF,eAAO,MAAM,oBAAoB,+DAA+D,CAAC;AACjG,eAAO,MAAM,kBAAkB,yCAAyC,CAAC;AACzE,eAAO,MAAM,2BAA2B,+FACsD,CAAC;AAC/F,eAAO,MAAM,4BAA4B,8CAA8C,CAAC;AACxF,eAAO,MAAM,wBAAwB,iCAAiC,CAAC;AACvE,eAAO,MAAM,sBAAsB,2BAA2B,CAAC;AAC/D,eAAO,MAAM,sBAAsB,2BAA2B,CAAC;AAC/D,eAAO,MAAM,uBAAuB,+BAA+B,CAAC;AACpE;;;;;;;;;;GAUG;AACH,eAAO,MAAM,qBAAqB,6BAA6B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"initial-setup.d.ts","sourceRoot":"","sources":["../../../src/v2/constants/initial-setup.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB,EAAE,MAA2B,CAAC;AACnE,eAAO,MAAM,kBAAkB,EAAE,MAAoC,CAAC;AACtE,eAAO,MAAM,kBAAkB,EAAE,MAA2B,CAAC;AAC7D,eAAO,MAAM,uBAAuB,EAAE,MAAsB,CAAC;AAC7D,eAAO,MAAM,UAAU,EAAE,MAAgB,CAAC;AAC1C,eAAO,MAAM,UAAU,EAAE,MAAgB,CAAC"}
|
package/v2/constants/modal.d.ts
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const ENABLED_CONNECTOR_MODAL_TITLE = "App is Enabled";
|
|
2
|
-
export declare const ENABLED_CONNECTOR_MODAL_DESCRIPTION = "View and manage App data right from Hiver\u2019s side panel for smooth workflows and quick access.";
|
|
3
|
-
export declare const ENABLED_CONNECTOR_MODAL_BUTTON_TEXT = "Got it";
|
|
4
|
-
//# sourceMappingURL=modal.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../src/v2/constants/modal.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,6BAA6B,mBAAmB,CAAC;AAC9D,eAAO,MAAM,mCAAmC,uGACiD,CAAC;AAClG,eAAO,MAAM,mCAAmC,WAAW,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"react-image-viewer.d.ts","sourceRoot":"","sources":["../../../src/v2/constants/react-image-viewer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAEjD,eAAO,MAAM,yBAAyB,EAAE,KAIvC,CAAC"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export declare const REQUEST_NEW_CC_LOGO_SVG_URL = "https://cdn.hiverhq.com/connectors-module/assets/RequestNewCCLogo.svg";
|
|
2
|
-
export declare const AGENT_VIEW_SVG_URL = "https://cdn.hiverhq.com/connectors-module/assets/agent-view.svg";
|
|
3
|
-
export declare const REQUEST_CONNECTOR_SVG_URL = "https://cdn.hiverhq.com/connectors-module/assets/RequestApp.svg";
|
|
4
|
-
export declare const UPGRADE_IMAGE_SVG_URL = "https://cdn.hiverhq.com/connectors-module/assets/UpgradeImage.svg";
|
|
5
|
-
//# sourceMappingURL=remote-assets.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"remote-assets.d.ts","sourceRoot":"","sources":["../../../src/v2/constants/remote-assets.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,2BAA2B,0EAA0E,CAAC;AACnH,eAAO,MAAM,kBAAkB,oEAAoE,CAAC;AACpG,eAAO,MAAM,yBAAyB,oEAAoE,CAAC;AAC3G,eAAO,MAAM,qBAAqB,sEAAsE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"roles.d.ts","sourceRoot":"","sources":["../../../src/v2/constants/roles.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,KAAK;;;;;CAKjB,CAAC;AAEF,eAAO,MAAM,sBAAsB;;CAKlC,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export declare const ROUTES: {
|
|
2
|
-
BASEPATH: string;
|
|
3
|
-
API_VIEW: string;
|
|
4
|
-
CONNECTOR_INITIAL_SETUP: string;
|
|
5
|
-
CONNECTOR_SETTINGS: string;
|
|
6
|
-
DASHBOARD: string;
|
|
7
|
-
AUTH_SUCCESS: string;
|
|
8
|
-
NATIVE_INTEGRATION: string;
|
|
9
|
-
APP_DETAIL: string;
|
|
10
|
-
TEMPLATE_APP: string;
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=router-paths.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"router-paths.d.ts","sourceRoot":"","sources":["../../../src/v2/constants/router-paths.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;CAuBlB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sidebar.d.ts","sourceRoot":"","sources":["../../../src/v2/constants/sidebar.ts"],"names":[],"mappings":""}
|
package/v2/context/index.d.ts
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { ConnectorsAdminFunctions } from '../types/exposedTypes';
|
|
2
|
-
import { IAvailableFtr, ISendTrackingEventData, NativeIntegrations, IExtraParams } from '../types/app';
|
|
3
|
-
import { IMetaData } from '@connector/utils';
|
|
4
|
-
export interface IConnectorType {
|
|
5
|
-
id: string;
|
|
6
|
-
name: string;
|
|
7
|
-
isEnabled: boolean;
|
|
8
|
-
}
|
|
9
|
-
export interface IBaseUrls {
|
|
10
|
-
[key: string]: string;
|
|
11
|
-
}
|
|
12
|
-
interface IMainAppContext extends IExtraParams {
|
|
13
|
-
currentConnector: string;
|
|
14
|
-
setCurrentConnector: (str: string) => void;
|
|
15
|
-
baseUrls: IBaseUrls;
|
|
16
|
-
availableFeatures: IAvailableFtr;
|
|
17
|
-
currentAvailableConnectors: Array<IConnectorType>;
|
|
18
|
-
setCurrentAvailableConnectors: (arr: Array<IConnectorType>) => void;
|
|
19
|
-
sendTrackingEvent: (event: string, data?: ISendTrackingEventData) => void;
|
|
20
|
-
gainsightIdentify: (accountObject: Record<string, string | number | boolean>) => void;
|
|
21
|
-
userPermissions: string[];
|
|
22
|
-
metaData?: IMetaData;
|
|
23
|
-
connectorFunctions?: ConnectorsAdminFunctions;
|
|
24
|
-
nativeIntegrations: NativeIntegrations[];
|
|
25
|
-
suggestedAppsMap?: Record<string, boolean>;
|
|
26
|
-
}
|
|
27
|
-
export declare const defaultMainAppvalues: {
|
|
28
|
-
currentConnector: string;
|
|
29
|
-
setCurrentConnector: () => void;
|
|
30
|
-
currentAvailableConnectors: never[];
|
|
31
|
-
setCurrentAvailableConnectors: () => void;
|
|
32
|
-
baseUrls: {};
|
|
33
|
-
availableFeatures: {};
|
|
34
|
-
sendTrackingEvent: () => void;
|
|
35
|
-
gainsightIdentify: () => void;
|
|
36
|
-
userPermissions: never[];
|
|
37
|
-
metaData: undefined;
|
|
38
|
-
nativeIntegrations: never[];
|
|
39
|
-
suggestedAppsMap: {};
|
|
40
|
-
};
|
|
41
|
-
export declare const MainAppContext: import('react').Context<IMainAppContext>;
|
|
42
|
-
export {};
|
|
43
|
-
//# sourceMappingURL=index.d.ts.map
|