impact-chatbot 2.3.56 → 2.3.57
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/dist/index.cjs.js +292 -154
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +292 -154
- package/dist/index.esm.js.map +1 -1
- package/dist/services/chatbot-services.d.ts +3 -0
- package/package.json +1 -1
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
export declare const resolveChatQuery: (body: any, flowType: any) => any;
|
|
2
2
|
export declare const fetchRelatedQuestions: (flowType: any, screen_name: any) => any;
|
|
3
3
|
export declare const getSmartBotVisibilityData: () => any;
|
|
4
|
+
export declare const getAgentVisibilityData: () => any;
|
|
5
|
+
export declare const getAlanExceptionUserList: (applicationCode: any) => any;
|
|
6
|
+
export declare const getAgentExceptionUserList: (applicationCode: any) => any;
|
|
4
7
|
export declare const refreshAndUpdateUserManualApi: (body: any) => Promise<any>;
|
|
5
8
|
export declare const fetchScreensForModule: (flowType: any) => Promise<any>;
|
|
6
9
|
export declare const likeDislikeComment: (payload: any) => Promise<any>;
|