drapcode-constant 1.1.5 → 1.1.7

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.
@@ -109,6 +109,7 @@ exports.primaryBodyJS = __spreadArray(__spreadArray([
109
109
  '<script type="text/javascript" src="https://unpkg.com/dropzone@5/dist/min/dropzone.min.js"></script>',
110
110
  '<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script>',
111
111
  '<script type="text/javascript" src="/resources/action/emailActions.js"></script>',
112
+ '<script type="text/javascript" src="/resources/action/smsActions.js"></script>',
112
113
  '<script type="text/javascript" src="/resources/action/fileUploadActions.js"></script>',
113
114
  '<script type="text/javascript" src="/resources/action/modalActions.js"></script>',
114
115
  '<script type="text/javascript" src="/resources/action/dataSourceActions.js"></script>',
@@ -46,7 +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
+ CHATGPT_CHATBOT_MESSAGING: string;
50
50
  };
51
51
  export declare const loginPluginCode: string[];
52
52
  export declare const chatGptModels: {
@@ -49,7 +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
+ CHATGPT_CHATBOT_MESSAGING: "CHATGPT_CHATBOT_MESSAGING",
53
53
  };
54
54
  exports.loginPluginCode = [
55
55
  exports.pluginCode.LOGIN,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drapcode-constant",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "description": "Drapcode Constants",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",