drapcode-constant 1.6.8 → 1.6.9

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.
@@ -41,7 +41,6 @@ export declare const permissionTypes: {
41
41
  LOGIN_WITH_XANO: string;
42
42
  MAGIC_LINK_LOGIN: string;
43
43
  MESSAGING: string;
44
- MULTIPLE_ROLES: string;
45
44
  OAUTH_2: string;
46
45
  PERMISSIONS_MANAGE: string;
47
46
  PLAID: string;
@@ -35,7 +35,6 @@ var LOGIN_WITH_BACKENDLESS = "LOGIN_WITH_BACKENDLESS";
35
35
  var LOGIN_WITH_XANO = "LOGIN_WITH_XANO";
36
36
  var MAGIC_LINK_LOGIN = "MAGIC_LINK_LOGIN";
37
37
  var MESSAGING = "MESSAGING";
38
- var MULTIPLE_ROLES = "MULTIPLE_ROLES";
39
38
  var MULTI_TENANT_SAAS = "MULTI_TENANT_SAAS";
40
39
  var NOTIFICATION_SETTING = "NOTIFICATION_SETTING";
41
40
  var OAUTH_2 = "OAUTH_2";
@@ -108,7 +107,6 @@ exports.permissionTypes = {
108
107
  LOGIN_WITH_XANO: LOGIN_WITH_XANO,
109
108
  MAGIC_LINK_LOGIN: MAGIC_LINK_LOGIN,
110
109
  MESSAGING: MESSAGING,
111
- MULTIPLE_ROLES: MULTIPLE_ROLES,
112
110
  OAUTH_2: OAUTH_2,
113
111
  PERMISSIONS_MANAGE: PERMISSIONS_MANAGE,
114
112
  PLAID: PLAID,
@@ -40,7 +40,6 @@ export declare const pluginCode: {
40
40
  CHAT_GPT: string;
41
41
  PERMISSIONS_MANAGE: string;
42
42
  MESSAGING: string;
43
- MULTIPLE_ROLES: string;
44
43
  DATA_FORM_SEARCH_HISTORY: string;
45
44
  CHATGPT_CHATBOT_MESSAGING: string;
46
45
  TWO_FACTOR_AUTHENTICATION: string;
@@ -43,7 +43,6 @@ exports.pluginCode = {
43
43
  CHAT_GPT: "CHAT_GPT",
44
44
  PERMISSIONS_MANAGE: "PERMISSIONS_MANAGE",
45
45
  MESSAGING: "MESSAGING",
46
- MULTIPLE_ROLES: "MULTIPLE_ROLES",
47
46
  DATA_FORM_SEARCH_HISTORY: "DATA_FORM_SEARCH_HISTORY",
48
47
  CHATGPT_CHATBOT_MESSAGING: "CHATGPT_CHATBOT_MESSAGING",
49
48
  TWO_FACTOR_AUTHENTICATION: "TWO_FACTOR_AUTHENTICATION",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drapcode-constant",
3
- "version": "1.6.8",
3
+ "version": "1.6.9",
4
4
  "description": "Drapcode Constants",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",