@hiver/connector-agent 4.2.2 → 4.3.1-hotfixLazyLoading-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/api/conversationMeta.d.ts +1 -0
- package/api/conversationMeta.d.ts.map +1 -1
- package/app/connector-cards.d.ts.map +1 -1
- package/constants/endpoints.d.ts +1 -0
- package/constants/endpoints.d.ts.map +1 -1
- package/features/connector-cards/api/selectedMailApi.d.ts +6 -0
- package/features/connector-cards/api/selectedMailApi.d.ts.map +1 -0
- package/features/connector-cards/components/card-list/email-selection.d.ts +3 -2
- package/features/connector-cards/components/card-list/email-selection.d.ts.map +1 -1
- package/features/connector-cards/constants/card-content.d.ts +1 -1
- package/features/connector-cards/constants/card-content.d.ts.map +1 -1
- package/index.es.js +3611 -3598
- package/index.umd.js +168 -168
- package/package.json +1 -1
- package/testing/mocks/handlers/common.d.ts.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"conversationMeta.d.ts","sourceRoot":"","sources":["../../src/api/conversationMeta.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,oBAAoB;IACnC,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"conversationMeta.d.ts","sourceRoot":"","sources":["../../src/api/conversationMeta.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,oBAAoB;IACnC,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,qBAAqB;IACpC,sBAAsB;IACtB,cAAc,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,wBAAyB,SAAQ,qBAAqB;IACrE,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,qBAAqB,oCAG/B,qBAAqB,KAAG,OAAO,CAAC,oBAAoB,CAatD,CAAC;AAEF,eAAO,MAAM,wBAAwB,6CAA8C,wBAAwB,gFAO1G,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connector-cards.d.ts","sourceRoot":"","sources":["../../src/app/connector-cards.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAyE,MAAM,OAAO,CAAC;AAqFlG,UAAU,SAAS;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"connector-cards.d.ts","sourceRoot":"","sources":["../../src/app/connector-cards.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAyE,MAAM,OAAO,CAAC;AAqFlG,UAAU,SAAS;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,SAAS,CAycxC,CAAC"}
|
package/constants/endpoints.d.ts
CHANGED
|
@@ -4,4 +4,5 @@ export declare const FETCH_FIELD_DATA: string;
|
|
|
4
4
|
export declare const CREATE_FIELD_OPTION_API: string;
|
|
5
5
|
export declare const LINK_CARD_API: string;
|
|
6
6
|
export declare const PREVIEW_CARD_API: string;
|
|
7
|
+
export declare const SELECTED_MAIL_API: string;
|
|
7
8
|
//# sourceMappingURL=endpoints.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endpoints.d.ts","sourceRoot":"","sources":["../../src/constants/endpoints.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,YAAY,CAAC;AAClC,eAAO,MAAM,qBAAqB,6DAAiE,CAAC;AACpG,eAAO,MAAM,gBAAgB,EAAE,MAAqE,CAAC;AACrG,eAAO,MAAM,uBAAuB,EAAE,MAA8C,CAAC;AACrF,eAAO,MAAM,aAAa,EAAE,MAAgD,CAAC;AAC7E,eAAO,MAAM,gBAAgB,EAAE,MAAmD,CAAC"}
|
|
1
|
+
{"version":3,"file":"endpoints.d.ts","sourceRoot":"","sources":["../../src/constants/endpoints.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,YAAY,CAAC;AAClC,eAAO,MAAM,qBAAqB,6DAAiE,CAAC;AACpG,eAAO,MAAM,gBAAgB,EAAE,MAAqE,CAAC;AACrG,eAAO,MAAM,uBAAuB,EAAE,MAA8C,CAAC;AACrF,eAAO,MAAM,aAAa,EAAE,MAAgD,CAAC;AAC7E,eAAO,MAAM,gBAAgB,EAAE,MAAmD,CAAC;AACnF,eAAO,MAAM,iBAAiB,EAAE,MAA6E,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export interface SelectedMailApiProps {
|
|
2
|
+
selectedEmail: string;
|
|
3
|
+
conversationId: number;
|
|
4
|
+
}
|
|
5
|
+
export declare const selectedMailApi: ({ selectedEmail, conversationId }: SelectedMailApiProps) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
|
|
6
|
+
//# sourceMappingURL=selectedMailApi.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"selectedMailApi.d.ts","sourceRoot":"","sources":["../../../../src/features/connector-cards/api/selectedMailApi.ts"],"names":[],"mappings":"AAMA,MAAM,WAAW,oBAAoB;IACnC,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,eAAe,sCAAuC,oBAAoB,iEAQtF,CAAC"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
interface IProps {
|
|
2
|
-
selectedEmail
|
|
2
|
+
selectedEmail?: string;
|
|
3
3
|
root: HTMLDivElement | null;
|
|
4
4
|
emailHeaders?: Record<string, string>;
|
|
5
5
|
setSelectedEmail: (key: string) => void;
|
|
6
|
+
isLoading: boolean;
|
|
6
7
|
}
|
|
7
|
-
export declare const EmailSelection: ({ selectedEmail, emailHeaders, root, setSelectedEmail }: IProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare const EmailSelection: ({ selectedEmail, emailHeaders, root, isLoading, setSelectedEmail }: IProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
9
|
export {};
|
|
9
10
|
//# sourceMappingURL=email-selection.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"email-selection.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-cards/components/card-list/email-selection.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"email-selection.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-cards/components/card-list/email-selection.tsx"],"names":[],"mappings":"AAuBA,UAAU,MAAM;IACd,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,IAAI,EAAE,cAAc,GAAG,IAAI,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,gBAAgB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,SAAS,EAAE,OAAO,CAAC;CACpB;AA+GD,eAAO,MAAM,cAAc,uEAAwE,MAAM,4CAkDxG,CAAC"}
|
|
@@ -2,5 +2,5 @@ export declare const SHOW_MORE = "Show more";
|
|
|
2
2
|
export declare const SHOW_LESS = "Show less";
|
|
3
3
|
export declare const SHOW_PREVIEW = "Show preview";
|
|
4
4
|
export declare const HIDE_PREVIEW = "Hide preview";
|
|
5
|
-
export declare const EMAIL_SELECTION_DROPDOWN_HEADING = "
|
|
5
|
+
export declare const EMAIL_SELECTION_DROPDOWN_HEADING = "Select email";
|
|
6
6
|
//# sourceMappingURL=card-content.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card-content.d.ts","sourceRoot":"","sources":["../../../../src/features/connector-cards/constants/card-content.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,cAAc,CAAC;AACrC,eAAO,MAAM,SAAS,cAAc,CAAC;AACrC,eAAO,MAAM,YAAY,iBAAiB,CAAC;AAC3C,eAAO,MAAM,YAAY,iBAAiB,CAAC;AAC3C,eAAO,MAAM,gCAAgC,
|
|
1
|
+
{"version":3,"file":"card-content.d.ts","sourceRoot":"","sources":["../../../../src/features/connector-cards/constants/card-content.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,cAAc,CAAC;AACrC,eAAO,MAAM,SAAS,cAAc,CAAC;AACrC,eAAO,MAAM,YAAY,iBAAiB,CAAC;AAC3C,eAAO,MAAM,YAAY,iBAAiB,CAAC;AAC3C,eAAO,MAAM,gCAAgC,iBAAiB,CAAC"}
|