drapcode-constant 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -46,6 +46,7 @@ export declare const pluginCode: {
46
46
  MESSAGING: string;
47
47
  MULTIPLE_ROLES: string;
48
48
  DATA_FORM_SEARCH_HISTORY: string;
49
+ CHATBOT_MESSAGING: string;
49
50
  };
50
51
  export declare const loginPluginCode: string[];
51
52
  export declare const chatGptModels: {
@@ -49,6 +49,7 @@ exports.pluginCode = {
49
49
  MESSAGING: "MESSAGING",
50
50
  MULTIPLE_ROLES: "MULTIPLE_ROLES",
51
51
  DATA_FORM_SEARCH_HISTORY: "DATA_FORM_SEARCH_HISTORY",
52
+ CHATBOT_MESSAGING: "CHATBOT_MESSAGING",
52
53
  };
53
54
  exports.loginPluginCode = [
54
55
  exports.pluginCode.LOGIN,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drapcode-constant",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Drapcode Constants",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",