bibot 1.0.52 → 1.0.54

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  import { AxiosInstance } from 'axios';
2
2
  import { BIBOT_INFERENCE_TYPE, PredefinedQuestionsType, Q_DATA_TYPE, recordPredefinedQProps, RemoteChatBubbleConfigProps } from '../types/coreInterfaces';
3
- declare function recordPredefinedQ(pluginAxiosInstance: AxiosInstance, data: recordPredefinedQProps): Promise<BIBOT_INFERENCE_TYPE>;
4
3
  declare function askBiBot(pluginAxiosInstance: AxiosInstance, data: Q_DATA_TYPE): Promise<BIBOT_INFERENCE_TYPE>;
4
+ declare function recordPredefinedQ(pluginAxiosInstance: AxiosInstance, data: recordPredefinedQProps): Promise<BIBOT_INFERENCE_TYPE>;
5
5
  declare function getRemoteClientChatBubbleConfig(pluginAxiosInstance: AxiosInstance, params: {
6
6
  client_id: string;
7
7
  }): Promise<RemoteChatBubbleConfigProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bibot",
3
- "version": "1.0.52",
3
+ "version": "1.0.54",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "chrisdjin",
6
6
  "license": "ISC",
@@ -68,7 +68,7 @@
68
68
  "@emotion/react": "^11.11.4",
69
69
  "@emotion/styled": "^11.11.5",
70
70
  "axios": "^1.6.7",
71
- "postcss": "^8.4.38",
71
+ "postcss": "^8.4.39",
72
72
  "postcss-loader": "^8.1.1",
73
73
  "react-is": "^18.3.1",
74
74
  "react-scripts": "^5.0.1",