drapcode-constant 1.4.6 → 1.4.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.
@@ -126,6 +126,7 @@ exports.primaryBodyJS = __spreadArray(__spreadArray([
|
|
126
126
|
'<script src="https://unpkg.com/@popperjs/core@2"></script>',
|
127
127
|
'<script src="https://unpkg.com/tippy.js@6"></script>',
|
128
128
|
'<script src="https://cdn.jsdelivr.net/npm/summernote@0.9.0/dist/summernote-lite.min.js"></script>',
|
129
|
+
"<script src=\"https://cdnjs.cloudflare.com/ajax/libs/html2pdf.js/0.9.2/html2pdf.bundle.min.js\"></script>",
|
129
130
|
], false);
|
130
131
|
exports.COLLECTION = "COLLECTION";
|
131
132
|
exports.RECORD = "RECORD";
|
@@ -36,6 +36,9 @@ export declare const COLLECTION_CONSTANTS = "collection_constants";
|
|
36
36
|
export declare const PROJECT_CONSTANTS = "project_constants";
|
37
37
|
export declare const ENVIRONMENT_VARIABLE = "environment_variable";
|
38
38
|
export declare const FORM_DATA_SESSION = "form_data_session";
|
39
|
+
export declare const SESSION_STORAGE = "SESSION_STORAGE";
|
40
|
+
export declare const LOCAL_STORAGE = "LOCAL_STORAGE";
|
41
|
+
export declare const COOKIES = "COOKIES";
|
39
42
|
export declare const REFERENCE_FIELDS_PREFIX = "RF::";
|
40
43
|
export declare const DERIVED_FIELDS_PREFIX = "DF::";
|
41
44
|
export declare const COLLECTION_CONSTANTS_PREFIX = "CC::";
|
@@ -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 = void 0;
|
3
|
+
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.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_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.COLLECTION_SNAPSHOT = exports.SALESFORCE = exports.DIRECTUS = 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";
|
@@ -40,6 +40,9 @@ exports.COLLECTION_CONSTANTS = "collection_constants";
|
|
40
40
|
exports.PROJECT_CONSTANTS = "project_constants";
|
41
41
|
exports.ENVIRONMENT_VARIABLE = "environment_variable";
|
42
42
|
exports.FORM_DATA_SESSION = "form_data_session";
|
43
|
+
exports.SESSION_STORAGE = "SESSION_STORAGE";
|
44
|
+
exports.LOCAL_STORAGE = "LOCAL_STORAGE";
|
45
|
+
exports.COOKIES = "COOKIES";
|
43
46
|
exports.REFERENCE_FIELDS_PREFIX = "RF::";
|
44
47
|
exports.DERIVED_FIELDS_PREFIX = "DF::";
|
45
48
|
exports.COLLECTION_CONSTANTS_PREFIX = "CC::";
|