drapcode-constant 1.6.6 → 1.6.8
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.
@@ -346,7 +346,7 @@ exports.linkField = [tel.id, url.id];
|
|
346
346
|
exports.passwordUrlField = [password.id, url.id]; //N
|
347
347
|
exports.largeTextNumberField = [large_text.id, number.id]; //N
|
348
348
|
exports.booleanUrlField = [boolean.id, url.id]; //N
|
349
|
-
exports.hiddenField = [createdBy.id, isDeleted.id, updatedBy.id]; //N
|
349
|
+
exports.hiddenField = [createdBy.id, isDeleted.id, updatedBy.id, version.id]; //N
|
350
350
|
exports.passwordBooleanField = [boolean.id, password.id]; //N
|
351
351
|
exports.timeSlotPicker = [time_picker.id, time_slot.id]; //N
|
352
352
|
exports.textNumberField = [text.id, number.id]; //N
|
@@ -31,6 +31,7 @@ export declare const CURRENT_SESSION = "current_session";
|
|
31
31
|
export declare const CURRENT_USER_LOWER = "current_user";
|
32
32
|
export declare const CURRENT_TENANT_LOWER = "current_tenant";
|
33
33
|
export declare const CURRENT_SETTINGS_LOWER = "current_settings";
|
34
|
+
export declare const CURRENT_SUB_TENANT_LOWER = "current_sub_tenant";
|
34
35
|
export declare const REFERENCE_FIELDS = "reference_fields";
|
35
36
|
export declare const DERIVED_FIELDS = "derived_fields";
|
36
37
|
export declare const COLLECTION_CONSTANTS = "collection_constants";
|
@@ -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 = exports.API_TYPES2 = exports.API_TYPES = exports.TYPESENSE_SEARCH_TEMPLATE = exports.AGREEMENT_TEMPLATE = exports.COLLECTION_SNAPSHOT = exports.SALESFORCE = exports.DIRECTUS = exports.XATA = void 0;
|
3
|
+
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.COOKIES = exports.LOCAL_STORAGE = exports.SESSION_STORAGE = exports.FORM_DATA_SESSION = exports.ENVIRONMENT_VARIABLE = exports.PROJECT_CONSTANTS = exports.COLLECTION_CONSTANTS = exports.DERIVED_FIELDS = exports.REFERENCE_FIELDS = exports.CURRENT_SUB_TENANT_LOWER = exports.CURRENT_SETTINGS_LOWER = 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 = exports.API_TYPES = exports.TYPESENSE_SEARCH_TEMPLATE = exports.AGREEMENT_TEMPLATE = exports.COLLECTION_SNAPSHOT = exports.SALESFORCE = exports.DIRECTUS = exports.XATA = exports.CURRENT_USER_REFERENCE_FIELDS_PREFIX = 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";
|
@@ -35,6 +35,7 @@ exports.CURRENT_SESSION = "current_session";
|
|
35
35
|
exports.CURRENT_USER_LOWER = "current_user";
|
36
36
|
exports.CURRENT_TENANT_LOWER = "current_tenant";
|
37
37
|
exports.CURRENT_SETTINGS_LOWER = "current_settings";
|
38
|
+
exports.CURRENT_SUB_TENANT_LOWER = "current_sub_tenant";
|
38
39
|
exports.REFERENCE_FIELDS = "reference_fields";
|
39
40
|
exports.DERIVED_FIELDS = "derived_fields";
|
40
41
|
exports.COLLECTION_CONSTANTS = "collection_constants";
|
@@ -15,6 +15,7 @@ export declare const IS_BOOLEAN_FALSE = "IS_BOOLEAN_FALSE";
|
|
15
15
|
export declare const CURRENT_USER = "CURRENT_USER";
|
16
16
|
export declare const CURRENT_TENANT = "CURRENT_TENANT";
|
17
17
|
export declare const CURRENT_SETTINGS = "CURRENT_SETTINGS";
|
18
|
+
export declare const CURRENT_SUB_TENANT = "CURRENT_SUB_TENANT";
|
18
19
|
export declare const CURRENT_TIME = "CURRENT_TIME";
|
19
20
|
export declare const CURRENT_DATE = "CURRENT_DATE";
|
20
21
|
export declare const CURRENT_DATE_TIME = "CURRENT_DATE_TIME";
|
package/build/constants/query.js
CHANGED
@@ -9,7 +9,7 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
9
9
|
return to.concat(ar || Array.prototype.slice.call(from));
|
10
10
|
};
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
12
|
-
exports.EQUALS_OR_IGNORE = exports.DateRangeConstant = exports.DateConstant = exports.DateTimeUnit = exports.CURRENT_YEAR = exports.CURRENT_MONTH = exports.YEAR = exports.MONTH = exports.WEEK = exports.DAY = exports.HOUR = exports.CURRENT_DATE_TIME = exports.CURRENT_DATE = exports.CURRENT_TIME = exports.CURRENT_SETTINGS = exports.CURRENT_TENANT = exports.CURRENT_USER = exports.IS_BOOLEAN_FALSE = exports.IS_BOOLEAN_TRUE = exports.NOT_EQUAL = exports.BETWEEN = exports.GREATER_THAN_EQUALS_TO = exports.LESS_THAN_EQUALS_TO = exports.GREATER_THAN = exports.LESS_THAN = exports.NOT_IN_LIST = exports.IN_LIST = exports.LIKE = exports.IS_NULL = exports.IS_NOT_NULL = exports.EQUALS = void 0;
|
12
|
+
exports.EQUALS_OR_IGNORE = exports.DateRangeConstant = exports.DateConstant = exports.DateTimeUnit = exports.CURRENT_YEAR = exports.CURRENT_MONTH = exports.YEAR = exports.MONTH = exports.WEEK = exports.DAY = exports.HOUR = exports.CURRENT_DATE_TIME = exports.CURRENT_DATE = exports.CURRENT_TIME = exports.CURRENT_SUB_TENANT = exports.CURRENT_SETTINGS = exports.CURRENT_TENANT = exports.CURRENT_USER = exports.IS_BOOLEAN_FALSE = exports.IS_BOOLEAN_TRUE = exports.NOT_EQUAL = exports.BETWEEN = exports.GREATER_THAN_EQUALS_TO = exports.LESS_THAN_EQUALS_TO = exports.GREATER_THAN = exports.LESS_THAN = exports.NOT_IN_LIST = exports.IN_LIST = exports.LIKE = exports.IS_NULL = exports.IS_NOT_NULL = exports.EQUALS = void 0;
|
13
13
|
exports.EQUALS = "EQUALS";
|
14
14
|
exports.IS_NOT_NULL = "IS_NOT_NULL";
|
15
15
|
exports.IS_NULL = "IS_NULL";
|
@@ -27,6 +27,7 @@ exports.IS_BOOLEAN_FALSE = "IS_BOOLEAN_FALSE"; // Used in Visibility Panel
|
|
27
27
|
exports.CURRENT_USER = "CURRENT_USER";
|
28
28
|
exports.CURRENT_TENANT = "CURRENT_TENANT";
|
29
29
|
exports.CURRENT_SETTINGS = "CURRENT_SETTINGS";
|
30
|
+
exports.CURRENT_SUB_TENANT = "CURRENT_SUB_TENANT";
|
30
31
|
exports.CURRENT_TIME = "CURRENT_TIME";
|
31
32
|
exports.CURRENT_DATE = "CURRENT_DATE";
|
32
33
|
exports.CURRENT_DATE_TIME = "CURRENT_DATE_TIME";
|