drapcode-constant 1.2.4 → 1.2.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,23 +1,27 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ConstantType = exports.sourceOfCollection = void 0;
4
+ var externalApi_1 = require("./externalApi");
4
5
  var plugins_1 = require("./plugins");
5
- var DEFAULT = "DEFAULT";
6
+ var DEFAULT = 'DEFAULT';
6
7
  exports.sourceOfCollection = [
7
8
  DEFAULT,
8
- plugins_1.pluginCode.XANO,
9
- plugins_1.pluginCode.SUPABASE,
10
- plugins_1.pluginCode.AIRTABLE,
9
+ externalApi_1.XANO,
10
+ externalApi_1.SUPABASE,
11
+ externalApi_1.AIRTABLE,
11
12
  plugins_1.pluginCode.FIREBASE,
12
13
  plugins_1.pluginCode.FIRESTORE,
13
- plugins_1.pluginCode.NOTION,
14
- plugins_1.pluginCode.APPWRITE,
14
+ externalApi_1.NOTION,
15
+ externalApi_1.APP_WRITE,
16
+ externalApi_1.DIRECTUS,
17
+ externalApi_1.XATA,
18
+ externalApi_1.SALESFORCE,
15
19
  ];
16
20
  exports.ConstantType = [
17
- "DATE",
18
- "BOOLEAN",
19
- "STRING",
20
- "NUMBER",
21
- "LIST",
22
- "EMAIL",
21
+ 'DATE',
22
+ 'BOOLEAN',
23
+ 'STRING',
24
+ 'NUMBER',
25
+ 'LIST',
26
+ 'EMAIL',
23
27
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drapcode-constant",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "description": "Drapcode Constants",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",