@hiver/connector-admin 4.4.6-emailLogAdmin-beta.3 → 4.4.6-emailLogAdmin-beta.4
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/index.es.js +2790 -2763
- package/index.umd.js +110 -110
- package/package.json +1 -1
- package/v2/features/advanced-features/api/feedback.d.ts +11 -0
- package/v2/features/advanced-features/api/feedback.d.ts.map +1 -0
- package/v2/features/advanced-features/components/feature-item/index.d.ts +2 -1
- package/v2/features/advanced-features/components/feature-item/index.d.ts.map +1 -1
- package/v2/features/advanced-features/components/feature-list/index.d.ts +2 -1
- package/v2/features/advanced-features/components/feature-list/index.d.ts.map +1 -1
- package/v2/features/advanced-features/constants/api.d.ts +1 -0
- package/v2/features/advanced-features/constants/api.d.ts.map +1 -1
- package/v2/features/advanced-features/types/index.d.ts +8 -0
- package/v2/features/advanced-features/types/index.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { FeedbackData } from '../types';
|
|
2
|
+
interface SubmitFeedbackParams {
|
|
3
|
+
feedbackData: FeedbackData;
|
|
4
|
+
}
|
|
5
|
+
interface FeedbackResponse {
|
|
6
|
+
success: boolean;
|
|
7
|
+
message?: string;
|
|
8
|
+
}
|
|
9
|
+
export declare function useFeedbackMutation(): import('@tanstack/react-query').UseMutationResult<FeedbackResponse, Error, SubmitFeedbackParams, unknown>;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=feedback.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"feedback.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/advanced-features/api/feedback.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,UAAU,oBAAoB;IAC5B,YAAY,EAAE,YAAY,CAAC;CAC5B;AAED,UAAU,gBAAgB;IACxB,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAiBD,wBAAgB,mBAAmB,8GAIlC"}
|
|
@@ -6,10 +6,11 @@ interface FeatureItemProps {
|
|
|
6
6
|
isEnabled: boolean;
|
|
7
7
|
icon: string;
|
|
8
8
|
connectorId: string;
|
|
9
|
+
connectorType: string;
|
|
9
10
|
modalSettings?: ModalSettings;
|
|
10
11
|
disabled?: boolean;
|
|
11
12
|
tooltipContent?: string;
|
|
12
13
|
}
|
|
13
|
-
export declare const FeatureItem: ({ id, heading, subHeading, isEnabled, icon, connectorId, modalSettings, disabled, tooltipContent }: FeatureItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export declare const FeatureItem: ({ id, heading, subHeading, isEnabled, icon, connectorId, connectorType, modalSettings, disabled, tooltipContent }: FeatureItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
15
|
export {};
|
|
15
16
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/advanced-features/components/feature-item/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/advanced-features/components/feature-item/index.tsx"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAE,aAAa,EAAgB,MAAM,aAAa,CAAC;AAE/D,UAAU,gBAAgB;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,eAAO,MAAM,WAAW,sHAWrB,gBAAgB,4CAoFlB,CAAC"}
|
|
@@ -3,7 +3,8 @@ interface FeatureListProps {
|
|
|
3
3
|
advancedFeatures: AdvancedFeatures;
|
|
4
4
|
connectorId: string;
|
|
5
5
|
connectorName: string;
|
|
6
|
+
connectorType: string;
|
|
6
7
|
}
|
|
7
|
-
export declare const FeatureList: ({ advancedFeatures, connectorId, connectorName }: FeatureListProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
8
|
+
export declare const FeatureList: ({ advancedFeatures, connectorId, connectorName, connectorType }: FeatureListProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
8
9
|
export {};
|
|
9
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/advanced-features/components/feature-list/index.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAIxD,UAAU,gBAAgB;IACxB,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/v2/features/advanced-features/components/feature-list/index.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAIxD,UAAU,gBAAgB;IACxB,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,eAAO,MAAM,WAAW,oEAAqE,gBAAgB,mDA+D5G,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/advanced-features/constants/api.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB,QAA2D,CAAC"}
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/advanced-features/constants/api.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB,QAA2D,CAAC;AAChG,eAAO,MAAM,eAAe,EAAE,MAAiD,CAAC"}
|
|
@@ -18,4 +18,12 @@ export interface AdvancedFeature {
|
|
|
18
18
|
singletonMessage?: string;
|
|
19
19
|
modalSettings?: ModalSettings;
|
|
20
20
|
}
|
|
21
|
+
export type FeedbackData = {
|
|
22
|
+
feedback_type: string;
|
|
23
|
+
comment?: string;
|
|
24
|
+
positive_feedback?: boolean;
|
|
25
|
+
option?: string;
|
|
26
|
+
connector_id?: string;
|
|
27
|
+
connector_type?: string;
|
|
28
|
+
};
|
|
21
29
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/advanced-features/types/index.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,WAAW,EAAE,CAAC;IAC7B,QAAQ,CAAC,EAAE;QACT,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB,CAAC;CACH;AAED,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,aAAa,CAAC,EAAE,aAAa,CAAC;CAC/B"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/v2/features/advanced-features/types/index.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,WAAW,EAAE,CAAC;IAC7B,QAAQ,CAAC,EAAE;QACT,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB,CAAC;CACH;AAED,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,aAAa,CAAC,EAAE,aAAa,CAAC;CAC/B;AAED,MAAM,MAAM,YAAY,GAAG;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC"}
|