drapcode-constant 1.2.3 → 1.2.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -19,6 +19,13 @@ export declare const DRAPCODE = "DRAPCODE";
|
|
19
19
|
export declare const EMAIL_TEMPLATE = "EMAIL_TEMPLATE";
|
20
20
|
export declare const SMS_TEMPLATE = "SMS_TEMPLATE";
|
21
21
|
export declare const TOOLTIP_TEMPLATE = "TOOLTIP_TEMPLATE";
|
22
|
+
export declare const POSTGRESQL = "POSTGRESQL";
|
23
|
+
export declare const MYSQL = "MYSQL";
|
24
|
+
export declare const SQLITE = "SQLITE";
|
25
|
+
export declare const MS_SQL_SERVER = "MS_SQL_SERVER";
|
26
|
+
export declare const ORACLEDB = "ORACLEDB";
|
27
|
+
export declare const MARIADB = "MARIADB";
|
28
|
+
export declare const AURORA = "AURORA";
|
22
29
|
export declare const CURRENT_SESSION = "current_session";
|
23
30
|
export declare const CURRENT_USER_LOWER = "current_user";
|
24
31
|
export declare const CURRENT_TENANT_LOWER = "current_tenant";
|
@@ -1,6 +1,7 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.
|
3
|
+
exports.API_TYPES2 = 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.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 = void 0;
|
4
5
|
exports.REST_API_PRIMAREY_KEY = "_data_source_rest_api_primary_id";
|
5
6
|
exports.REST_API = "REST_API";
|
6
7
|
exports.DATABASE = "DATABASE";
|
@@ -22,6 +23,13 @@ exports.DRAPCODE = "DRAPCODE";
|
|
22
23
|
exports.EMAIL_TEMPLATE = "EMAIL_TEMPLATE";
|
23
24
|
exports.SMS_TEMPLATE = "SMS_TEMPLATE";
|
24
25
|
exports.TOOLTIP_TEMPLATE = "TOOLTIP_TEMPLATE";
|
26
|
+
exports.POSTGRESQL = "POSTGRESQL";
|
27
|
+
exports.MYSQL = "MYSQL";
|
28
|
+
exports.SQLITE = "SQLITE";
|
29
|
+
exports.MS_SQL_SERVER = "MS_SQL_SERVER";
|
30
|
+
exports.ORACLEDB = "ORACLEDB";
|
31
|
+
exports.MARIADB = "MARIADB";
|
32
|
+
exports.AURORA = "AURORA";
|
25
33
|
exports.CURRENT_SESSION = "current_session";
|
26
34
|
exports.CURRENT_USER_LOWER = "current_user";
|
27
35
|
exports.CURRENT_TENANT_LOWER = "current_tenant";
|