drapcode-constant 1.3.4 → 1.3.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -50,6 +50,7 @@ export declare const pluginCode: {
50
50
  AWS_S3: string;
51
51
  LOAN_MANAGEMENT: string;
52
52
  OAUTH_2: string;
53
+ DATA_VIEW_ACTIVITY_TRACKER: string;
53
54
  };
54
55
  export declare const loginPluginCode: string[];
55
56
  export declare const chatGptModels: {
@@ -53,6 +53,7 @@ exports.pluginCode = {
53
53
  AWS_S3: "AWS_S3",
54
54
  LOAN_MANAGEMENT: "LOAN_MANAGEMENT",
55
55
  OAUTH_2: "OAUTH_2",
56
+ DATA_VIEW_ACTIVITY_TRACKER: "DATA_VIEW_ACTIVITY_TRACKER",
56
57
  };
57
58
  exports.loginPluginCode = [
58
59
  exports.pluginCode.LOGIN,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drapcode-constant",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "Drapcode Constants",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",