drapcode-constant 1.3.3 → 1.3.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -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";
|