drapcode-constant 1.2.6 → 1.2.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -44,6 +44,8 @@ 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;
48
+ USER_ACTIVITY_TRACKER: string;
47
49
  };
48
50
  export declare const loginPluginCode: string[];
49
51
  export declare const chatGptModels: {
@@ -47,6 +47,8 @@ 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",
51
+ USER_ACTIVITY_TRACKER: "USER_ACTIVITY_TRACKER",
50
52
  };
51
53
  exports.loginPluginCode = [
52
54
  exports.pluginCode.LOGIN,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drapcode-constant",
3
- "version": "1.2.6",
3
+ "version": "1.2.8",
4
4
  "description": "Drapcode Constants",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",