drapcode-constant 1.3.7 → 1.3.9
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.
|
@@ -117,7 +117,7 @@ exports.primaryBodyJS = __spreadArray(__spreadArray([
|
|
|
117
117
|
'<script type="text/javascript" src="/resources/action/smsActions.js"></script>',
|
|
118
118
|
'<script type="text/javascript" src="/resources/action/fileUploadActions.js"></script>',
|
|
119
119
|
'<script type="text/javascript" src="/resources/action/modalActions.js"></script>',
|
|
120
|
-
'<script type="text/javascript" src="/resources/action/dataSourceActions.js"></script>',
|
|
120
|
+
// '<script type="text/javascript" src="/resources/action/dataSourceActions.js"></script>',
|
|
121
121
|
'<script type="text/javascript" src="/resources/webconnect.js"></script>',
|
|
122
122
|
'<script type="text/javascript" src="/resources/dataLoader.min.js"></script>',
|
|
123
123
|
'<script type="text/javascript" src="/resources/drapcode.body.min.js"></script>',
|
|
@@ -52,6 +52,8 @@ export declare const pluginCode: {
|
|
|
52
52
|
LOAN_MANAGEMENT: string;
|
|
53
53
|
OAUTH_2: string;
|
|
54
54
|
DATA_VIEW_ACTIVITY_TRACKER: string;
|
|
55
|
+
FACEBOOK_LOGIN: string;
|
|
56
|
+
TWITTER_LOGIN: string;
|
|
55
57
|
};
|
|
56
58
|
export declare const loginPluginCode: string[];
|
|
57
59
|
export declare const chatGptModels: {
|
|
@@ -55,6 +55,8 @@ exports.pluginCode = {
|
|
|
55
55
|
LOAN_MANAGEMENT: "LOAN_MANAGEMENT",
|
|
56
56
|
OAUTH_2: "OAUTH_2",
|
|
57
57
|
DATA_VIEW_ACTIVITY_TRACKER: "DATA_VIEW_ACTIVITY_TRACKER",
|
|
58
|
+
FACEBOOK_LOGIN: "FACEBOOK_LOGIN",
|
|
59
|
+
TWITTER_LOGIN: "TWITTER_LOGIN",
|
|
58
60
|
};
|
|
59
61
|
exports.loginPluginCode = [
|
|
60
62
|
exports.pluginCode.LOGIN,
|