drapcode-constant 1.7.1 → 1.7.2

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.
@@ -63,4 +63,5 @@ export declare const permissionTypes: {
63
63
  AUDIT_LOG: string;
64
64
  TYPESENSE_SEARCH: string;
65
65
  SOCKET_IO: string;
66
+ SENDGRID: string;
66
67
  };
@@ -65,6 +65,7 @@ var AUDIT_LOG = "AUDIT_LOG";
65
65
  var EMAIL_OTP_AUTHENTICATOR = "EMAIL_OTP_AUTHENTICATOR";
66
66
  var TYPESENSE_SEARCH = "TYPESENSE_SEARCH";
67
67
  var SOCKET_IO = "SOCKET_IO";
68
+ var SENDGRID = "SENDGRID";
68
69
  exports.permissionTypes = {
69
70
  CUSTOM_COMPONENT: CUSTOM_COMPONENT,
70
71
  DATA_SOURCE: DATA_SOURCE,
@@ -130,4 +131,5 @@ exports.permissionTypes = {
130
131
  AUDIT_LOG: AUDIT_LOG,
131
132
  TYPESENSE_SEARCH: TYPESENSE_SEARCH,
132
133
  SOCKET_IO: SOCKET_IO,
134
+ SENDGRID: SENDGRID,
133
135
  };
@@ -65,6 +65,7 @@ export declare const pluginCode: {
65
65
  AUDIT_TRAIL: string;
66
66
  TYPESENSE_SEARCH: string;
67
67
  SOCKET_IO: string;
68
+ SENDGRID: string;
68
69
  };
69
70
  export declare const loginPluginCode: string[];
70
71
  export declare const chatGptModels: {
@@ -68,6 +68,7 @@ exports.pluginCode = {
68
68
  AUDIT_TRAIL: "AUDIT_TRAIL",
69
69
  TYPESENSE_SEARCH: "TYPESENSE_SEARCH",
70
70
  SOCKET_IO: "SOCKET_IO",
71
+ SENDGRID: "SENDGRID",
71
72
  };
72
73
  exports.loginPluginCode = [
73
74
  exports.pluginCode.LOGIN,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drapcode-constant",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "Drapcode Constants",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",