drapcode-constant 1.2.5 → 1.2.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ConstantType = exports.sourceOfCollection = void 0;
4
4
  var externalApi_1 = require("./externalApi");
5
5
  var plugins_1 = require("./plugins");
6
- var DEFAULT = "DEFAULT";
6
+ var DEFAULT = 'DEFAULT';
7
7
  exports.sourceOfCollection = [
8
8
  DEFAULT,
9
9
  externalApi_1.XANO,
@@ -12,14 +12,16 @@ exports.sourceOfCollection = [
12
12
  plugins_1.pluginCode.FIREBASE,
13
13
  plugins_1.pluginCode.FIRESTORE,
14
14
  externalApi_1.NOTION,
15
- externalApi_1.APPWRITE,
16
- externalApi_1.DIRECTUS, externalApi_1.XATA, externalApi_1.SALESFORCE
15
+ externalApi_1.APP_WRITE,
16
+ externalApi_1.DIRECTUS,
17
+ externalApi_1.XATA,
18
+ externalApi_1.SALESFORCE,
17
19
  ];
18
20
  exports.ConstantType = [
19
- "DATE",
20
- "BOOLEAN",
21
- "STRING",
22
- "NUMBER",
23
- "LIST",
24
- "EMAIL",
21
+ 'DATE',
22
+ 'BOOLEAN',
23
+ 'STRING',
24
+ 'NUMBER',
25
+ 'LIST',
26
+ 'EMAIL',
25
27
  ];
@@ -44,6 +44,7 @@ export declare const pluginCode: {
44
44
  CHATGPT_CHATBOT_MESSAGING: string;
45
45
  TWO_FACTOR_AUTHENTICATION: string;
46
46
  IMAGINE_PAY: string;
47
+ FILE_ACTIVITY_TRACKER: string;
47
48
  };
48
49
  export declare const loginPluginCode: string[];
49
50
  export declare const chatGptModels: {
@@ -47,6 +47,7 @@ exports.pluginCode = {
47
47
  CHATGPT_CHATBOT_MESSAGING: "CHATGPT_CHATBOT_MESSAGING",
48
48
  TWO_FACTOR_AUTHENTICATION: "TWO_FACTOR_AUTHENTICATION",
49
49
  IMAGINE_PAY: "IMAGINE_PAY",
50
+ FILE_ACTIVITY_TRACKER: "FILE_ACTIVITY_TRACKER",
50
51
  };
51
52
  exports.loginPluginCode = [
52
53
  exports.pluginCode.LOGIN,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drapcode-constant",
3
- "version": "1.2.5",
3
+ "version": "1.2.7",
4
4
  "description": "Drapcode Constants",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",