@hiver/connector-agent 4.4.4 → 4.5.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.
Files changed (137) hide show
  1. package/app/email-logger/index.d.ts +9 -0
  2. package/app/email-logger/index.d.ts.map +1 -0
  3. package/app/email-logger/provider.d.ts +7 -0
  4. package/app/email-logger/provider.d.ts.map +1 -0
  5. package/components/test-email/index.d.ts +4 -0
  6. package/components/test-email/index.d.ts.map +1 -0
  7. package/components/ui/error/index.d.ts +7 -0
  8. package/components/ui/error/index.d.ts.map +1 -0
  9. package/components/ui/feedback/constants.d.ts +2 -0
  10. package/components/ui/feedback/constants.d.ts.map +1 -0
  11. package/components/ui/feedback/form/index.d.ts +14 -0
  12. package/components/ui/feedback/form/index.d.ts.map +1 -0
  13. package/components/ui/feedback/form/styles.d.ts +10 -0
  14. package/components/ui/feedback/form/styles.d.ts.map +1 -0
  15. package/components/ui/feedback/types.d.ts +9 -0
  16. package/components/ui/feedback/types.d.ts.map +1 -0
  17. package/constants/noConnector.d.ts +1 -1
  18. package/constants/noConnector.d.ts.map +1 -1
  19. package/features/email-logger/api/autoLogToggle.d.ts +12 -0
  20. package/features/email-logger/api/autoLogToggle.d.ts.map +1 -0
  21. package/features/email-logger/api/feedback.d.ts +15 -0
  22. package/features/email-logger/api/feedback.d.ts.map +1 -0
  23. package/features/email-logger/api/getLogStatus.d.ts +6 -0
  24. package/features/email-logger/api/getLogStatus.d.ts.map +1 -0
  25. package/features/email-logger/api/getRecommendations.d.ts +7 -0
  26. package/features/email-logger/api/getRecommendations.d.ts.map +1 -0
  27. package/features/email-logger/api/getSearch.d.ts +11 -0
  28. package/features/email-logger/api/getSearch.d.ts.map +1 -0
  29. package/features/email-logger/api/postLog.d.ts +15 -0
  30. package/features/email-logger/api/postLog.d.ts.map +1 -0
  31. package/features/email-logger/api/retryLog.d.ts +8 -0
  32. package/features/email-logger/api/retryLog.d.ts.map +1 -0
  33. package/features/email-logger/api/validateEntity.d.ts +17 -0
  34. package/features/email-logger/api/validateEntity.d.ts.map +1 -0
  35. package/features/email-logger/components/log-action/index.d.ts +11 -0
  36. package/features/email-logger/components/log-action/index.d.ts.map +1 -0
  37. package/features/email-logger/components/log-action/status-icon/index.d.ts +4 -0
  38. package/features/email-logger/components/log-action/status-icon/index.d.ts.map +1 -0
  39. package/features/email-logger/components/log-action/status-icon/styles.d.ts +6 -0
  40. package/features/email-logger/components/log-action/status-icon/styles.d.ts.map +1 -0
  41. package/features/email-logger/components/log-action/status-text/index.d.ts +7 -0
  42. package/features/email-logger/components/log-action/status-text/index.d.ts.map +1 -0
  43. package/features/email-logger/components/log-action/status-text/styles.d.ts +5 -0
  44. package/features/email-logger/components/log-action/status-text/styles.d.ts.map +1 -0
  45. package/features/email-logger/components/log-action/styles.d.ts +5 -0
  46. package/features/email-logger/components/log-action/styles.d.ts.map +1 -0
  47. package/features/email-logger/components/log-action/tooltip.d.ts +13 -0
  48. package/features/email-logger/components/log-action/tooltip.d.ts.map +1 -0
  49. package/features/email-logger/components/log-status/index.d.ts +10 -0
  50. package/features/email-logger/components/log-status/index.d.ts.map +1 -0
  51. package/features/email-logger/components/log-tooltip/index.d.ts +12 -0
  52. package/features/email-logger/components/log-tooltip/index.d.ts.map +1 -0
  53. package/features/email-logger/components/log-tooltip/styles.d.ts +5 -0
  54. package/features/email-logger/components/log-tooltip/styles.d.ts.map +1 -0
  55. package/features/email-logger/components/select-entity/components/entity-option/index.d.ts +12 -0
  56. package/features/email-logger/components/select-entity/components/entity-option/index.d.ts.map +1 -0
  57. package/features/email-logger/components/select-entity/components/entity-option/styles.d.ts +13 -0
  58. package/features/email-logger/components/select-entity/components/entity-option/styles.d.ts.map +1 -0
  59. package/features/email-logger/components/select-entity/components/entity-suggestions/index.d.ts +12 -0
  60. package/features/email-logger/components/select-entity/components/entity-suggestions/index.d.ts.map +1 -0
  61. package/features/email-logger/components/select-entity/components/entity-suggestions/styles.d.ts +9 -0
  62. package/features/email-logger/components/select-entity/components/entity-suggestions/styles.d.ts.map +1 -0
  63. package/features/email-logger/components/select-entity/components/feedback/index.d.ts +2 -0
  64. package/features/email-logger/components/select-entity/components/feedback/index.d.ts.map +1 -0
  65. package/features/email-logger/components/select-entity/components/feedback/styles.d.ts +7 -0
  66. package/features/email-logger/components/select-entity/components/feedback/styles.d.ts.map +1 -0
  67. package/features/email-logger/components/select-entity/components/footer/index.d.ts +10 -0
  68. package/features/email-logger/components/select-entity/components/footer/index.d.ts.map +1 -0
  69. package/features/email-logger/components/select-entity/components/footer/styles.d.ts +4 -0
  70. package/features/email-logger/components/select-entity/components/footer/styles.d.ts.map +1 -0
  71. package/features/email-logger/components/select-entity/components/loader/index.d.ts +6 -0
  72. package/features/email-logger/components/select-entity/components/loader/index.d.ts.map +1 -0
  73. package/features/email-logger/components/select-entity/components/loader/styles.d.ts +6 -0
  74. package/features/email-logger/components/select-entity/components/loader/styles.d.ts.map +1 -0
  75. package/features/email-logger/components/select-entity/components/search-options/index.d.ts +11 -0
  76. package/features/email-logger/components/select-entity/components/search-options/index.d.ts.map +1 -0
  77. package/features/email-logger/components/select-entity/components/search-options/option.d.ts +10 -0
  78. package/features/email-logger/components/select-entity/components/search-options/option.d.ts.map +1 -0
  79. package/features/email-logger/components/select-entity/components/search-options/styles.d.ts +5 -0
  80. package/features/email-logger/components/select-entity/components/search-options/styles.d.ts.map +1 -0
  81. package/features/email-logger/components/select-entity/components/search-results/index.d.ts +12 -0
  82. package/features/email-logger/components/select-entity/components/search-results/index.d.ts.map +1 -0
  83. package/features/email-logger/components/select-entity/components/search-results/result.d.ts +8 -0
  84. package/features/email-logger/components/select-entity/components/search-results/result.d.ts.map +1 -0
  85. package/features/email-logger/components/select-entity/components/search-results/styles.d.ts +8 -0
  86. package/features/email-logger/components/select-entity/components/search-results/styles.d.ts.map +1 -0
  87. package/features/email-logger/components/select-entity/index.d.ts +8 -0
  88. package/features/email-logger/components/select-entity/index.d.ts.map +1 -0
  89. package/features/email-logger/components/select-entity/styles.d.ts +18 -0
  90. package/features/email-logger/components/select-entity/styles.d.ts.map +1 -0
  91. package/features/email-logger/components/unAuth-tooltip/index.d.ts +11 -0
  92. package/features/email-logger/components/unAuth-tooltip/index.d.ts.map +1 -0
  93. package/features/email-logger/components/unAuth-tooltip/styles.d.ts +10 -0
  94. package/features/email-logger/components/unAuth-tooltip/styles.d.ts.map +1 -0
  95. package/features/email-logger/components/unAuth-tooltip/tooltip-content.d.ts +9 -0
  96. package/features/email-logger/components/unAuth-tooltip/tooltip-content.d.ts.map +1 -0
  97. package/features/email-logger/components/welcome-banner/content.d.ts +6 -0
  98. package/features/email-logger/components/welcome-banner/content.d.ts.map +1 -0
  99. package/features/email-logger/components/welcome-banner/index.d.ts +9 -0
  100. package/features/email-logger/components/welcome-banner/index.d.ts.map +1 -0
  101. package/features/email-logger/components/welcome-banner/styles.d.ts +11 -0
  102. package/features/email-logger/components/welcome-banner/styles.d.ts.map +1 -0
  103. package/features/email-logger/constants/api.d.ts +9 -0
  104. package/features/email-logger/constants/api.d.ts.map +1 -0
  105. package/features/email-logger/constants/index.d.ts +41 -0
  106. package/features/email-logger/constants/index.d.ts.map +1 -0
  107. package/features/email-logger/context/contexts.d.ts +8 -0
  108. package/features/email-logger/context/contexts.d.ts.map +1 -0
  109. package/features/email-logger/context/index.d.ts +8 -0
  110. package/features/email-logger/context/index.d.ts.map +1 -0
  111. package/features/email-logger/index.d.ts +7 -0
  112. package/features/email-logger/index.d.ts.map +1 -0
  113. package/features/email-logger/types/api.d.ts +22 -0
  114. package/features/email-logger/types/api.d.ts.map +1 -0
  115. package/features/email-logger/types/index.d.ts +81 -0
  116. package/features/email-logger/types/index.d.ts.map +1 -0
  117. package/features/email-logger/utils/GmalLogObserver.d.ts +39 -0
  118. package/features/email-logger/utils/GmalLogObserver.d.ts.map +1 -0
  119. package/features/email-logger/utils/LogObserver.d.ts +17 -0
  120. package/features/email-logger/utils/LogObserver.d.ts.map +1 -0
  121. package/features/email-logger/utils/index.d.ts +5 -0
  122. package/features/email-logger/utils/index.d.ts.map +1 -0
  123. package/features/email-logger/utils/styles.d.ts +2 -0
  124. package/features/email-logger/utils/styles.d.ts.map +1 -0
  125. package/index.d.ts +1 -0
  126. package/index.d.ts.map +1 -1
  127. package/index.es.js +8592 -7181
  128. package/index.umd.js +631 -260
  129. package/main.d.ts.map +1 -1
  130. package/package.json +1 -1
  131. package/testing/mocks/handlers/email-logger.d.ts +11 -0
  132. package/testing/mocks/handlers/email-logger.d.ts.map +1 -0
  133. package/testing/mocks/handlers.d.ts.map +1 -1
  134. package/utils/poll.d.ts +5 -1
  135. package/utils/poll.d.ts.map +1 -1
  136. package/features/connector-highlight/components/highlighter-test/index.d.ts +0 -4
  137. package/features/connector-highlight/components/highlighter-test/index.d.ts.map +0 -1
@@ -0,0 +1,9 @@
1
+ import { FC } from 'react';
2
+ import { Observer } from '../../features/email-logger/types';
3
+ import { ContextData } from '../../features/email-logger/context';
4
+ export { GmailLogObserver } from '../../features/email-logger/utils/GmalLogObserver';
5
+ export type EmailLoggerProps = {
6
+ observer: Observer | null;
7
+ } & ContextData;
8
+ export declare const EmailLogger: FC<EmailLoggerProps>;
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/app/email-logger/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAQ3B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAEnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+CAA+C,CAAC;AAEjF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,EAAE,QAAQ,GAAG,IAAI,CAAC;CAC3B,GAAG,WAAW,CAAC;AAEhB,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAuB5C,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { ContextData } from '../../features/email-logger/context';
2
+ type AppProviderProps = {
3
+ children: React.ReactNode;
4
+ };
5
+ export declare const LoggerAppProvider: ({ children, ...props }: AppProviderProps & ContextData) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
7
+ //# sourceMappingURL=provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../../src/app/email-logger/provider.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAuB,WAAW,EAAE,MAAM,iCAAiC,CAAC;AAKnF,KAAK,gBAAgB,GAAG;IACtB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,iBAAiB,2BAA4B,gBAAgB,GAAG,WAAW,4CAYvF,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ export declare const TestEmail: React.FC;
3
+ export default TestEmail;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/test-email/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAsE7B,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { ReactNode } from 'react';
2
+ type ErrorViewProps = {
3
+ message: ReactNode;
4
+ };
5
+ export declare const ErrorView: ({ message }: ErrorViewProps) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/error/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,KAAK,cAAc,GAAG;IACpB,OAAO,EAAE,SAAS,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,SAAS,gBAAiB,cAAc,4CASpD,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const FEEDBACK_INPUT_PLACEHOLDER = "Tell us more (optional)";
2
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/feedback/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,0BAA0B,4BAA4B,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { FeedbackOption, SubmitData } from '../types';
2
+ interface FeedbackFormProps {
3
+ onCancel: () => void;
4
+ onSubmit: (data: SubmitData) => void;
5
+ isLoading: boolean;
6
+ title: string;
7
+ feedbackOptions: FeedbackOption[];
8
+ showOptions?: boolean;
9
+ feedbackPlaceholder?: string;
10
+ width?: string;
11
+ }
12
+ export declare const FeedbackForm: ({ onCancel, onSubmit, isLoading, showOptions, title, width, feedbackOptions, feedbackPlaceholder }: FeedbackFormProps) => import("react/jsx-runtime").JSX.Element;
13
+ export {};
14
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/feedback/form/index.tsx"],"names":[],"mappings":"AAUA,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAEtD,UAAU,iBAAiB;IACzB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,IAAI,CAAC;IACrC,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,eAAe,EAAE,cAAc,EAAE,CAAC;IAClC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AACD,eAAO,MAAM,YAAY,uGAStB,iBAAiB,4CAwEnB,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { BoxProps } from '@hiver/hiver-ui-kit';
3
+ type FeedbackWrapperProps = {
4
+ width?: string;
5
+ } & BoxProps;
6
+ export declare const FeedbackWrapper: StyledComponent<FeedbackWrapperProps>;
7
+ export declare const HorizontalLine: StyledComponent<BoxProps>;
8
+ export declare const ButtonWrapper: StyledComponent<BoxProps>;
9
+ export {};
10
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/feedback/form/styles.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAEvD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAEpD,KAAK,oBAAoB,GAAG;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,GAAG,QAAQ,CAAC;AAEb,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,oBAAoB,CAajE,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,QAAQ,CAGpD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,QAAQ,CAKnD,CAAC"}
@@ -0,0 +1,9 @@
1
+ export type FeedbackOption = {
2
+ label: string;
3
+ value: string;
4
+ };
5
+ export type SubmitData = {
6
+ feedbackOption: string;
7
+ feedbackComment: string;
8
+ };
9
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/feedback/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC"}
@@ -3,7 +3,7 @@ export declare const PLUGIN_TEXT = "Plugin image";
3
3
  export declare const DESCRIPTION = "Integrate tools like Salesforce, HubSpot, and Shopify to boost productivity";
4
4
  export declare const ENABLE_CONNECTORS = "Enable Connectors";
5
5
  export declare const ENABLE_APPS = "Enable Apps";
6
- export declare const IFRAME_URL = "app/custom-connectors";
6
+ export declare const IFRAME_URL = "http://localhost:3000/connector/settings/:id";
7
7
  export declare const LEARN_MORE = "Learn more";
8
8
  export declare const LEARN_MORE_URL = "https://help.hiverhq.com/custom-connectors/hiver-s-custom-connectors";
9
9
  export declare const ASK_ADMIN = "Contact your admin to enable this";
@@ -1 +1 @@
1
- {"version":3,"file":"noConnector.d.ts","sourceRoot":"","sources":["../../src/constants/noConnector.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,0CAA0C,CAAC;AACvE,eAAO,MAAM,WAAW,iBAAiB,CAAC;AAC1C,eAAO,MAAM,WAAW,gFAAgF,CAAC;AACzG,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AACrD,eAAO,MAAM,WAAW,gBAAgB,CAAC;AACzC,eAAO,MAAM,UAAU,0BAA0B,CAAC;AAClD,eAAO,MAAM,UAAU,eAAe,CAAC;AACvC,eAAO,MAAM,cAAc,yEAAyE,CAAC;AACrG,eAAO,MAAM,SAAS,sCAAsC,CAAC;AAC7D,eAAO,MAAM,sBAAsB,iCAAiC,CAAC;AACrE,eAAO,MAAM,wBAAwB,sEAAsE,CAAC;AAC5G,eAAO,MAAM,6BAA6B,2EAA2E,CAAC;AACtH,eAAO,MAAM,gBAAgB,uBAAuB,CAAC;AACrD,eAAO,MAAM,oBAAoB,iBAAiB,CAAC;AACnD,eAAO,MAAM,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"noConnector.d.ts","sourceRoot":"","sources":["../../src/constants/noConnector.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,0CAA0C,CAAC;AACvE,eAAO,MAAM,WAAW,iBAAiB,CAAC;AAC1C,eAAO,MAAM,WAAW,gFAAgF,CAAC;AACzG,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AACrD,eAAO,MAAM,WAAW,gBAAgB,CAAC;AACzC,eAAO,MAAM,UAAU,iDAAiD,CAAC;AACzE,eAAO,MAAM,UAAU,eAAe,CAAC;AACvC,eAAO,MAAM,cAAc,yEAAyE,CAAC;AACrG,eAAO,MAAM,SAAS,sCAAsC,CAAC;AAC7D,eAAO,MAAM,sBAAsB,iCAAiC,CAAC;AACrE,eAAO,MAAM,wBAAwB,sEAAsE,CAAC;AAC5G,eAAO,MAAM,6BAA6B,2EAA2E,CAAC;AACtH,eAAO,MAAM,gBAAgB,uBAAuB,CAAC;AACrD,eAAO,MAAM,oBAAoB,iBAAiB,CAAC;AACnD,eAAO,MAAM,eAAe,eAAe,CAAC"}
@@ -0,0 +1,12 @@
1
+ export type ToggleLogPayload = {
2
+ autoLogEnabled: boolean;
3
+ };
4
+ export type ToggleLogProps = {
5
+ payload: ToggleLogPayload;
6
+ conversationId: string;
7
+ };
8
+ export type LogMutationProps = {
9
+ onSuccess: () => void;
10
+ };
11
+ export declare const useAutoLogToggleMutation: ({ onSuccess }: LogMutationProps) => import('@tanstack/react-query').UseMutationResult<unknown, Error, ToggleLogProps, unknown>;
12
+ //# sourceMappingURL=autoLogToggle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"autoLogToggle.d.ts","sourceRoot":"","sources":["../../../../src/features/email-logger/api/autoLogToggle.ts"],"names":[],"mappings":"AAUA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,cAAc,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,OAAO,EAAE,gBAAgB,CAAC;IAC1B,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAqBF,eAAO,MAAM,wBAAwB,kBAAmB,gBAAgB,+FAKvE,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { FeedbackData } from '../types';
2
+ interface SubmitFeedbackParams {
3
+ conversationId: string;
4
+ feedbackData: FeedbackData;
5
+ }
6
+ interface FeedbackResponse {
7
+ success: boolean;
8
+ message?: string;
9
+ }
10
+ type FeedbackMutationProps = {
11
+ onSuccess: () => void;
12
+ };
13
+ export declare function useLogFeedbackMutation({ onSuccess }: FeedbackMutationProps): import('@tanstack/react-query').UseMutationResult<FeedbackResponse, Error, SubmitFeedbackParams, unknown>;
14
+ export {};
15
+ //# sourceMappingURL=feedback.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"feedback.d.ts","sourceRoot":"","sources":["../../../../src/features/email-logger/api/feedback.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,UAAU,oBAAoB;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,YAAY,CAAC;CAC5B;AAED,UAAU,gBAAgB;IACxB,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,KAAK,qBAAqB,GAAG;IAC3B,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AA0BF,wBAAgB,sBAAsB,CAAC,EAAE,SAAS,EAAE,EAAE,qBAAqB,6GAK1E"}
@@ -0,0 +1,6 @@
1
+ import { LogStatusResponse } from '../types/api';
2
+ export type LogsStatusProps = {
3
+ conversationId?: string;
4
+ };
5
+ export declare const useLogsStatusQuery: ({ conversationId }: LogsStatusProps) => import('@tanstack/react-query').UseQueryResult<LogStatusResponse, Error>;
6
+ //# sourceMappingURL=getLogStatus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getLogStatus.d.ts","sourceRoot":"","sources":["../../../../src/features/email-logger/api/getLogStatus.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEjD,MAAM,MAAM,eAAe,GAAG;IAC5B,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAuBF,eAAO,MAAM,kBAAkB,uBAAwB,eAAe,6EA4BrE,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { Entity } from '../types';
2
+ export type RecommendationProps = {
3
+ conversationId?: string;
4
+ enabled?: boolean;
5
+ };
6
+ export declare const useRecommendationsQuery: ({ conversationId, enabled }: RecommendationProps) => import('@tanstack/react-query').UseQueryResult<Entity[], Error>;
7
+ //# sourceMappingURL=getRecommendations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getRecommendations.d.ts","sourceRoot":"","sources":["../../../../src/features/email-logger/api/getRecommendations.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAGlC,MAAM,MAAM,mBAAmB,GAAG;IAChC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAoBF,eAAO,MAAM,uBAAuB,gCAAwC,mBAAmB,oEAM9F,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { SearchEntitiesModifiedResponse } from '../types/api';
2
+ export type SearchEntitiesProps = {
3
+ formId: string;
4
+ searchObject: string;
5
+ searchText: string;
6
+ };
7
+ export type MutationProps = {
8
+ onSuccess: () => void;
9
+ };
10
+ export declare const useSearchEntitiesMutation: ({ onSuccess }: MutationProps) => import('@tanstack/react-query').UseMutationResult<SearchEntitiesModifiedResponse, Error, SearchEntitiesProps, unknown>;
11
+ //# sourceMappingURL=getSearch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSearch.d.ts","sourceRoot":"","sources":["../../../../src/features/email-logger/api/getSearch.ts"],"names":[],"mappings":"AASA,OAAO,EAA0B,8BAA8B,EAAE,MAAM,cAAc,CAAC;AAEtF,MAAM,MAAM,mBAAmB,GAAG;IAChC,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAkCF,eAAO,MAAM,yBAAyB,kBAAmB,aAAa,2HAKrE,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { Entity, SearchEntity } from '../types';
2
+ export type LogEmailPayload = {
3
+ selectedEntities: (Entity & SearchEntity)[];
4
+ connectorId: string;
5
+ autoLogEnabled: boolean;
6
+ };
7
+ export type LogEmailProps = {
8
+ payload: LogEmailPayload;
9
+ conversationId: string;
10
+ };
11
+ export type LogMutationProps = {
12
+ onSuccess: () => void;
13
+ };
14
+ export declare const useLogEmailMutation: ({ onSuccess }: LogMutationProps) => import('@tanstack/react-query').UseMutationResult<unknown, Error, LogEmailProps, unknown>;
15
+ //# sourceMappingURL=postLog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"postLog.d.ts","sourceRoot":"","sources":["../../../../src/features/email-logger/api/postLog.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAEhD,MAAM,MAAM,eAAe,GAAG;IAC5B,gBAAgB,EAAE,CAAC,MAAM,GAAG,YAAY,CAAC,EAAE,CAAC;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,OAAO,EAAE,eAAe,CAAC;IACzB,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAqBF,eAAO,MAAM,mBAAmB,kBAAmB,gBAAgB,8FAKlE,CAAC"}
@@ -0,0 +1,8 @@
1
+ export type RetryLogProps = {
2
+ conversationId: string;
3
+ };
4
+ export type RetryMutationProps = {
5
+ onSuccess: () => void;
6
+ };
7
+ export declare const useRetryLogMutation: ({ onSuccess }: RetryMutationProps) => import('@tanstack/react-query').UseMutationResult<unknown, Error, RetryLogProps, unknown>;
8
+ //# sourceMappingURL=retryLog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retryLog.d.ts","sourceRoot":"","sources":["../../../../src/features/email-logger/api/retryLog.ts"],"names":[],"mappings":"AAUA,MAAM,MAAM,aAAa,GAAG;IAC1B,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,SAAS,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAoBF,eAAO,MAAM,mBAAmB,kBAAmB,kBAAkB,8FAKpE,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { Entity, CheckedEntity } from '../types';
2
+ export type ValidateEntityPayload = {
3
+ entityType: string;
4
+ searchString: string;
5
+ cardId: string;
6
+ };
7
+ export type ValidateEntityProps = {
8
+ payload: ValidateEntityPayload;
9
+ entity: Entity | CheckedEntity;
10
+ conversationId: string;
11
+ };
12
+ export type MutationProps = {
13
+ onSuccess: (payload: CheckedEntity) => void;
14
+ onError: () => void;
15
+ };
16
+ export declare const useValidateEntityMutation: ({ onSuccess, onError }: MutationProps) => import('@tanstack/react-query').UseMutationResult<CheckedEntity, Error, ValidateEntityProps, unknown>;
17
+ //# sourceMappingURL=validateEntity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validateEntity.d.ts","sourceRoot":"","sources":["../../../../src/features/email-logger/api/validateEntity.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,MAAM,EAAgB,aAAa,EAAE,MAAM,UAAU,CAAC;AAEpE,MAAM,MAAM,qBAAqB,GAAG;IAClC,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,OAAO,EAAE,qBAAqB,CAAC;IAC/B,MAAM,EAAE,MAAM,GAAG,aAAa,CAAC;IAC/B,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,SAAS,EAAE,CAAC,OAAO,EAAE,aAAa,KAAK,IAAI,CAAC;IAC5C,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAkCF,eAAO,MAAM,yBAAyB,2BAA4B,aAAa,0GAM9E,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { LogStatusEnum } from '../../types';
2
+ import { LogStatusResponse } from '../../types/api';
3
+ interface LogActionProps {
4
+ status: `${LogStatusEnum}`;
5
+ emailLogStatus: LogStatusResponse;
6
+ messageId?: string | null;
7
+ legacyMessageId?: string | null;
8
+ }
9
+ export declare const LogAction: ({ status, emailLogStatus }: LogActionProps) => import("react/jsx-runtime").JSX.Element;
10
+ export {};
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/email-logger/components/log-action/index.tsx"],"names":[],"mappings":"AAYA,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAIzD,UAAU,cAAc;IACtB,MAAM,EAAE,GAAG,aAAa,EAAE,CAAC;IAC3B,cAAc,EAAE,iBAAiB,CAAC;IAClC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC;AAUD,eAAO,MAAM,SAAS,+BAAgC,cAAc,4CAiDnE,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { LogStatusEnum } from '../../../types';
2
+ import { ReactNode } from 'react';
3
+ export declare const StatusIcons: Record<`${LogStatusEnum}`, ReactNode>;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/features/email-logger/components/log-action/status-icon/index.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,GAAG,aAAa,EAAE,EAAE,SAAS,CAmB7D,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { StackProps } from '@hiver/hiver-ui-kit';
3
+ export declare const AddIconBox: StyledComponent<StackProps>;
4
+ export declare const SuccessIconBox: StyledComponent<StackProps>;
5
+ export declare const LoadingIconBox: StyledComponent<StackProps>;
6
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/features/email-logger/components/log-action/status-icon/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAKlD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAUtD,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,UAAU,CAElD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,UAAU,CAEtD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,UAAU,CAItD,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { LogStatusEnum } from '../../../types';
2
+ import { ReactNode } from 'react';
3
+ type TextRender = (children: ReactNode) => ReactNode;
4
+ export declare const StatusTextTypes: Record<`${LogStatusEnum}`, TextRender>;
5
+ export declare const StatusTexts: Record<`${LogStatusEnum}`, string>;
6
+ export {};
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/features/email-logger/components/log-action/status-text/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,KAAK,UAAU,GAAG,CAAC,QAAQ,EAAE,SAAS,KAAK,SAAS,CAAC;AAKrD,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,GAAG,aAAa,EAAE,EAAE,UAAU,CAOlE,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,GAAG,aAAa,EAAE,EAAE,MAAM,CAO1D,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { TypographyProps } from '@hiver/hiver-ui-kit';
3
+ export declare const BaseTypography: StyledComponent<TypographyProps>;
4
+ export declare const GreyTypography: StyledComponent<TypographyProps>;
5
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/features/email-logger/components/log-action/status-text/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAGlD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAE3D,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,eAAe,CAK3D,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,eAAe,CAE3D,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { StackProps, ButtonProps } from '@hiver/hiver-ui-kit';
3
+ export declare const ActionContainer: StyledComponent<StackProps>;
4
+ export declare const RetryButton: StyledComponent<ButtonProps>;
5
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/email-logger/components/log-action/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAGlD,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEnE,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,UAAU,CASvD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,WAAW,CASpD,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { RenderParams } from '../log-tooltip';
2
+ import { ReactElement } from 'react';
3
+ import { LogSettings, LogStatusEnum } from '../../types';
4
+ export type LogActionTooltipProps = {
5
+ children: ReactElement<unknown, 'div'>;
6
+ isAdmin: boolean;
7
+ logSettings: LogSettings;
8
+ status: `${LogStatusEnum}`;
9
+ retry: boolean;
10
+ renderEntities?: (params: RenderParams) => ReactElement | null;
11
+ };
12
+ export declare const LogActionTooltip: ({ children, isAdmin, logSettings, status, retry, renderEntities }: LogActionTooltipProps) => import("react/jsx-runtime").JSX.Element;
13
+ //# sourceMappingURL=tooltip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../../../src/features/email-logger/components/log-action/tooltip.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAc,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAK1D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAmB,aAAa,EAAE,MAAM,aAAa,CAAC;AAE1E,MAAM,MAAM,qBAAqB,GAAG;IAClC,QAAQ,EAAE,YAAY,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC;IACvC,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,WAAW,CAAC;IACzB,MAAM,EAAE,GAAG,aAAa,EAAE,CAAC;IAC3B,KAAK,EAAE,OAAO,CAAC;IACf,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,YAAY,KAAK,YAAY,GAAG,IAAI,CAAC;CAChE,CAAC;AAEF,eAAO,MAAM,gBAAgB,sEAO1B,qBAAqB,4CAsDvB,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { LogStatusResponse } from '../../types/api';
2
+ interface LogStatusProps {
3
+ emailLogStatus: LogStatusResponse;
4
+ containerElement?: HTMLElement;
5
+ messageId?: string | null;
6
+ legacyMessageId?: string | null;
7
+ }
8
+ export declare const LogStatus: ({ emailLogStatus, containerElement, messageId, legacyMessageId }: LogStatusProps) => import('react').ReactPortal | null;
9
+ export {};
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/email-logger/components/log-status/index.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEpD,UAAU,cAAc;IACtB,cAAc,EAAE,iBAAiB,CAAC;IAClC,gBAAgB,CAAC,EAAE,WAAW,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC;AAED,eAAO,MAAM,SAAS,qEAAsE,cAAc,uCAgBzG,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { ReactElement, ReactNode } from 'react';
2
+ export type RenderParams = {
3
+ close: () => void;
4
+ };
5
+ interface LogTooltipProps {
6
+ children: ReactElement<unknown, 'div'>;
7
+ defaultOpen: boolean;
8
+ renderTooltip: (params: RenderParams) => ReactNode;
9
+ }
10
+ export declare const LogTooltip: ({ children, renderTooltip, defaultOpen }: LogTooltipProps) => import("react/jsx-runtime").JSX.Element;
11
+ export {};
12
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/email-logger/components/log-tooltip/index.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAErD,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB,CAAC;AACF,UAAU,eAAe;IACvB,QAAQ,EAAE,YAAY,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC;IACvC,WAAW,EAAE,OAAO,CAAC;IACrB,aAAa,EAAE,CAAC,MAAM,EAAE,YAAY,KAAK,SAAS,CAAC;CACpD;AAED,eAAO,MAAM,UAAU,6CAA8C,eAAe,4CAuCnF,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { TooltipProps, BoxProps } from '@hiver/hiver-ui-kit';
3
+ export declare const CustomTooltip: StyledComponent<TooltipProps>;
4
+ export declare const TooltipContent: StyledComponent<BoxProps>;
5
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/email-logger/components/log-tooltip/styles.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAGlD,OAAO,KAAK,EAAE,YAAY,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAElE,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,YAAY,CAerD,CAAC;AAEJ,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,QAAQ,CAGpD,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { Dispatch, SetStateAction } from 'react';
2
+ import { Entity, SelectedEntity, CheckedEntityRecords } from '../../../../types';
3
+ type EntityOptionProps = {
4
+ connectorName: string;
5
+ entity: Entity | SelectedEntity;
6
+ checked: boolean;
7
+ disabled?: boolean;
8
+ setCheckedEntities?: Dispatch<SetStateAction<CheckedEntityRecords>>;
9
+ };
10
+ export declare const EntityOption: ({ connectorName, entity, checked, disabled, setCheckedEntities }: EntityOptionProps) => import("react/jsx-runtime").JSX.Element;
11
+ export {};
12
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/email-logger/components/select-entity/components/entity-option/index.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACtD,OAAO,KAAK,EAAE,MAAM,EAAE,cAAc,EAAE,oBAAoB,EAAiB,MAAM,+BAA+B,CAAC;AAEjH,KAAK,iBAAiB,GAAG;IACvB,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,MAAM,GAAG,cAAc,CAAC;IAChC,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kBAAkB,CAAC,EAAE,QAAQ,CAAC,cAAc,CAAC,oBAAoB,CAAC,CAAC,CAAC;CACrE,CAAC;AAEF,eAAO,MAAM,YAAY,qEAAsE,iBAAiB,4CAuE/G,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { SVGProps } from 'react';
3
+ import { StackProps, CheckboxProps, TypographyProps } from '@hiver/hiver-ui-kit';
4
+ type ContainerProps = {
5
+ disabled?: boolean;
6
+ } & StackProps;
7
+ export declare const Container: StyledComponent<ContainerProps>;
8
+ export declare const Checkbox: StyledComponent<CheckboxProps>;
9
+ export declare const EntityLoading: StyledComponent<SVGProps<SVGSVGElement>>;
10
+ export declare const OptionText: StyledComponent<TypographyProps>;
11
+ export declare const IconBox: StyledComponent<StackProps>;
12
+ export {};
13
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/email-logger/components/select-entity/components/entity-option/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,UAAU,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtF,KAAK,cAAc,GAAG;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,UAAU,CAAC;AAEf,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,cAAc,CAmBrD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,eAAe,CAAC,aAAa,CAgBnD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,QAAQ,CAAC,aAAa,CAAC,CAKlE,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,eAAe,CAKvD,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,eAAe,CAAC,UAAU,CAG/C,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { Dispatch, SetStateAction } from 'react';
2
+ import { CheckedEntityRecords, Entity, SelectedEntity } from '../../../../types';
3
+ type EntitySuggestionsProps = {
4
+ connectorName: string;
5
+ entities: (Entity | SelectedEntity)[];
6
+ checkedEntities?: CheckedEntityRecords;
7
+ disabled?: boolean;
8
+ setCheckedEntities?: Dispatch<SetStateAction<CheckedEntityRecords>>;
9
+ };
10
+ export declare const EntitySuggestions: ({ connectorName, entities, checkedEntities, disabled, setCheckedEntities }: EntitySuggestionsProps) => import("react/jsx-runtime").JSX.Element;
11
+ export {};
12
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/email-logger/components/select-entity/components/entity-suggestions/index.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAc,QAAQ,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAClE,OAAO,EAAE,oBAAoB,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAE7F,KAAK,sBAAsB,GAAG;IAC5B,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,CAAC,MAAM,GAAG,cAAc,CAAC,EAAE,CAAC;IACtC,eAAe,CAAC,EAAE,oBAAoB,CAAC;IACvC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kBAAkB,CAAC,EAAE,QAAQ,CAAC,cAAc,CAAC,oBAAoB,CAAC,CAAC,CAAC;CACrE,CAAC;AAEF,eAAO,MAAM,iBAAiB,+EAM3B,sBAAsB,4CA2CxB,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { StackProps, TypographyProps } from '@hiver/hiver-ui-kit';
3
+ export declare const BaseContainer: StyledComponent<StackProps>;
4
+ export declare const Scrollable: StyledComponent<StackProps>;
5
+ export declare const TypeGroup: StyledComponent<StackProps>;
6
+ export declare const TypeHeader: StyledComponent<StackProps>;
7
+ export declare const TypeText: StyledComponent<TypographyProps>;
8
+ export declare const EntityGroup: StyledComponent<StackProps>;
9
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/email-logger/components/select-entity/components/entity-suggestions/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAGlD,OAAO,KAAK,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEvE,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,UAAU,CAKrD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,UAAU,CAMlD,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,UAAU,CAajD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,UAAU,CAalD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,eAAe,CAAC,eAAe,CAMrD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CAEnD,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const Feedback: () => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/email-logger/components/select-entity/components/feedback/index.tsx"],"names":[],"mappings":"AAwBA,eAAO,MAAM,QAAQ,+CAqEpB,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { StackProps, IconButtonProps, TooltipProps, TypographyProps } from '@hiver/hiver-ui-kit';
3
+ export declare const BaseContainer: StyledComponent<StackProps>;
4
+ export declare const FeedbackButton: StyledComponent<IconButtonProps>;
5
+ export declare const PromptText: StyledComponent<TypographyProps>;
6
+ export declare const FeedbackTooltip: StyledComponent<TooltipProps>;
7
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/email-logger/components/select-entity/components/feedback/styles.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAEvD,OAAO,KAAK,EAAE,UAAU,EAAE,eAAe,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAEtG,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,UAAU,CAQrD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,eAAe,CAI3D,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,eAAe,CAMvD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,YAAY,CAGzD,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { CheckedEntityRecords } from '../../../../types';
2
+ type FooterProps = {
3
+ checkedEntities: CheckedEntityRecords;
4
+ close: () => void;
5
+ connectorName: string;
6
+ connectorId: string;
7
+ };
8
+ export declare const Footer: ({ checkedEntities, close, connectorName, connectorId }: FooterProps) => import("react/jsx-runtime").JSX.Element;
9
+ export {};
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/email-logger/components/select-entity/components/footer/index.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAC;AAE1E,KAAK,WAAW,GAAG;IACjB,eAAe,EAAE,oBAAoB,CAAC;IACtC,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,MAAM,2DAA4D,WAAW,4CA4DzF,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { StackProps } from '@hiver/hiver-ui-kit';
3
+ export declare const BaseContainer: StyledComponent<StackProps>;
4
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/email-logger/components/select-entity/components/footer/styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAGlD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,UAAU,CAiBrD,CAAC"}
@@ -0,0 +1,6 @@
1
+ type LoaderProps = {
2
+ message?: string;
3
+ };
4
+ export declare const Loader: ({ message }: LoaderProps) => import("react/jsx-runtime").JSX.Element;
5
+ export {};
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/email-logger/components/select-entity/components/loader/index.tsx"],"names":[],"mappings":"AAGA,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,MAAM,gBAAsC,WAAW,4CASnE,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { SVGProps } from 'react';
3
+ import { StackProps } from '@hiver/hiver-ui-kit';
4
+ export declare const BaseContainer: StyledComponent<StackProps>;
5
+ export declare const LoadingIconStyled: StyledComponent<SVGProps<SVGSVGElement>>;
6
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/email-logger/components/select-entity/components/loader/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAMlD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,UAAU,CAKrD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,eAAe,CAAC,QAAQ,CAAC,aAAa,CAAC,CAKtE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { SearchForm } from '../../../../types';
2
+ import { SearchEntitiesProps } from '../../../../api/getSearch';
3
+ type SearchOptionsProps = {
4
+ searchText: string;
5
+ connectorName: string;
6
+ options: SearchForm[];
7
+ onSearch: (props: SearchEntitiesProps) => void;
8
+ };
9
+ export declare const SearchOptions: ({ searchText, connectorName, options, onSearch }: SearchOptionsProps) => import("react/jsx-runtime").JSX.Element;
10
+ export {};
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/email-logger/components/select-entity/components/search-options/index.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAChE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uCAAuC,CAAC;AAEjF,KAAK,kBAAkB,GAAG;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,QAAQ,EAAE,CAAC,KAAK,EAAE,mBAAmB,KAAK,IAAI,CAAC;CAChD,CAAC;AAEF,eAAO,MAAM,aAAa,qDAAsD,kBAAkB,4CAqBjG,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { SearchForm } from '../../../../types';
2
+ type SearchOptionProps = {
3
+ searchText: string;
4
+ connectorName: string;
5
+ formData: SearchForm;
6
+ onClick: () => void;
7
+ };
8
+ export declare const SearchOption: ({ searchText, connectorName, formData, onClick }: SearchOptionProps) => import("react/jsx-runtime").JSX.Element;
9
+ export {};
10
+ //# sourceMappingURL=option.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"option.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/email-logger/components/select-entity/components/search-options/option.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAEhE,KAAK,iBAAiB,GAAG;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,UAAU,CAAC;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,YAAY,qDAAsD,iBAAiB,4CAS/F,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { StackProps } from '@hiver/hiver-ui-kit';
3
+ export declare const BaseContainer: StyledComponent<StackProps>;
4
+ export declare const OptionContainer: StyledComponent<StackProps>;
5
+ //# sourceMappingURL=styles.d.ts.map