drapcode-constant 1.2.9 → 1.3.0

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