bibot 1.0.36 → 1.0.37

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,6 +15,7 @@ interface RemoteChatBubbleConfigProps {
15
15
  interface recordPredefinedQProps {
16
16
  question: string;
17
17
  client_id: string;
18
+ q_n_a_id: string;
18
19
  }
19
20
  declare function recordPredefinedQ(data: recordPredefinedQProps): Promise<string>;
20
21
  declare function askBiBot(data: Q_DATA_TYPE): Promise<string>;
@@ -24,6 +25,7 @@ declare function getRemoteClientChatBubbleConfig(params: {
24
25
  export interface predefinedQuestionsType {
25
26
  question: string;
26
27
  answer: string;
28
+ q_n_a_id: string;
27
29
  }
28
30
  declare function getRemoteClientChatPredefinedQuestions(params: {
29
31
  client_id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bibot",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "chrisdjin",
6
6
  "license": "ISC",