drapcode-constant 1.1.5 → 1.1.7
Sign up to get free protection for your applications and to get access to all the features.
@@ -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
|
-
|
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
|
-
|
52
|
+
CHATGPT_CHATBOT_MESSAGING: "CHATGPT_CHATBOT_MESSAGING",
|
53
53
|
};
|
54
54
|
exports.loginPluginCode = [
|
55
55
|
exports.pluginCode.LOGIN,
|