drapcode-constant 1.3.2 → 1.3.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -120,6 +120,7 @@ exports.primaryBodyJS = __spreadArray(__spreadArray([
|
|
120
120
|
'<script type="text/javascript" src="/resources/dataLoader.min.js"></script>',
|
121
121
|
'<script type="text/javascript" src="/resources/drapcode.body.min.js"></script>',
|
122
122
|
'<script type="text/javascript" src="/resources/drapcode.modal.min.js"></script>',
|
123
|
+
'<script type="text/javascript" src="/resources/action/awsSnsActions.js"></script>',
|
123
124
|
'<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/showdown/2.1.0/showdown.min.js"></script>',
|
124
125
|
'<script src="https://unpkg.com/@popperjs/core@2"></script>',
|
125
126
|
'<script src="https://unpkg.com/tippy.js@6"></script>',
|
@@ -26,6 +26,7 @@ export declare const MS_SQL_SERVER = "MS_SQL_SERVER";
|
|
26
26
|
export declare const ORACLEDB = "ORACLEDB";
|
27
27
|
export declare const MARIADB = "MARIADB";
|
28
28
|
export declare const AURORA = "AURORA";
|
29
|
+
export declare const OAUTH2 = "OAUTH2.0";
|
29
30
|
export declare const CURRENT_SESSION = "current_session";
|
30
31
|
export declare const CURRENT_USER_LOWER = "current_user";
|
31
32
|
export declare const CURRENT_TENANT_LOWER = "current_tenant";
|
@@ -1,7 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
4
|
-
exports.fieldsKeyPrefixMap = exports.fieldsPrefixForDF = exports.dataSourcePrimaryKeys = void 0;
|
3
|
+
exports.API_TYPES = exports.SALESFORCE = exports.DIRECTUS = exports.XATA = exports.CURRENT_USER_REFERENCE_FIELDS_PREFIX = exports.CURRENT_USER_PREFIX = exports.ENVIRONMENT_VARIABLE_PREFIX = exports.CURRENT_USER_DERIVED_FIELDS_PREFIX = exports.PROJECT_CONSTANTS_PREFIX = exports.COLLECTION_CONSTANTS_PREFIX = exports.DERIVED_FIELDS_PREFIX = exports.REFERENCE_FIELDS_PREFIX = exports.FORM_DATA_SESSION = exports.ENVIRONMENT_VARIABLE = exports.PROJECT_CONSTANTS = exports.COLLECTION_CONSTANTS = exports.DERIVED_FIELDS = exports.REFERENCE_FIELDS = exports.CURRENT_TENANT_LOWER = exports.CURRENT_USER_LOWER = exports.CURRENT_SESSION = exports.OAUTH2 = exports.AURORA = exports.MARIADB = exports.ORACLEDB = exports.MS_SQL_SERVER = exports.SQLITE = exports.MYSQL = exports.POSTGRESQL = exports.TOOLTIP_TEMPLATE = exports.SMS_TEMPLATE = exports.EMAIL_TEMPLATE = exports.DRAPCODE = exports.APP_WRITE = exports.NOTION = exports.APPWRITE = exports.SUPABASE = exports.XANO = exports.MAKE = exports.INTEGROMAT = exports.CHAT_GPT = exports.ZAPIER = exports.FIREBASE_FUNCTION = exports.FIREBASE_CLOUD_FIRESTORE = exports.FIREBASE_REALTIME_DATABASE = exports.AIRTABLE = exports.GOOGLE_SHEET = exports.DATABASE = exports.REST_API = exports.REST_API_PRIMAREY_KEY = void 0;
|
4
|
+
exports.fieldsKeyPrefixMap = exports.fieldsPrefixForDF = exports.dataSourcePrimaryKeys = exports.API_TYPES2 = void 0;
|
5
5
|
exports.REST_API_PRIMAREY_KEY = "_data_source_rest_api_primary_id";
|
6
6
|
exports.REST_API = "REST_API";
|
7
7
|
exports.DATABASE = "DATABASE";
|
@@ -30,6 +30,7 @@ exports.MS_SQL_SERVER = "MS_SQL_SERVER";
|
|
30
30
|
exports.ORACLEDB = "ORACLEDB";
|
31
31
|
exports.MARIADB = "MARIADB";
|
32
32
|
exports.AURORA = "AURORA";
|
33
|
+
exports.OAUTH2 = "OAUTH2.0";
|
33
34
|
exports.CURRENT_SESSION = "current_session";
|
34
35
|
exports.CURRENT_USER_LOWER = "current_user";
|
35
36
|
exports.CURRENT_TENANT_LOWER = "current_tenant";
|
@@ -4,6 +4,7 @@ export declare const pluginCode: {
|
|
4
4
|
GOOGLE_ANALYTICS: string;
|
5
5
|
TRUSTPILOT_WIDGET: string;
|
6
6
|
TWILIO: string;
|
7
|
+
AWS_SNS: string;
|
7
8
|
TWITTER_WIDGET: string;
|
8
9
|
ELFSIGHT_WIDGET: string;
|
9
10
|
GETSITECONTROL: string;
|
@@ -48,6 +49,7 @@ export declare const pluginCode: {
|
|
48
49
|
USER_ACTIVITY_TRACKER: string;
|
49
50
|
AWS_S3: string;
|
50
51
|
LOAN_MANAGEMENT: string;
|
52
|
+
OAUTH_2: string;
|
51
53
|
};
|
52
54
|
export declare const loginPluginCode: string[];
|
53
55
|
export declare const chatGptModels: {
|
@@ -7,6 +7,7 @@ exports.pluginCode = {
|
|
7
7
|
GOOGLE_ANALYTICS: "GOOGLE_ANALYTICS",
|
8
8
|
TRUSTPILOT_WIDGET: "TRUSTPILOT_WIDGET",
|
9
9
|
TWILIO: "TWILIO",
|
10
|
+
AWS_SNS: "AWS_SNS",
|
10
11
|
TWITTER_WIDGET: "TWITTER_WIDGET",
|
11
12
|
ELFSIGHT_WIDGET: "ELFSIGHT_WIDGET",
|
12
13
|
GETSITECONTROL: "GETSITECONTROL",
|
@@ -51,6 +52,7 @@ exports.pluginCode = {
|
|
51
52
|
USER_ACTIVITY_TRACKER: "USER_ACTIVITY_TRACKER",
|
52
53
|
AWS_S3: "AWS_S3",
|
53
54
|
LOAN_MANAGEMENT: "LOAN_MANAGEMENT",
|
55
|
+
OAUTH_2: "OAUTH_2",
|
54
56
|
};
|
55
57
|
exports.loginPluginCode = [
|
56
58
|
exports.pluginCode.LOGIN,
|