RubyGems
npm
Organizations
Log in
Sign up
npm
drapcode-constant
Versions diffs
1.2.9 → 1.3.0
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.
Files changed (3)
hide
show
package/build/constants/plugins.d.ts
+1
-0
package/build/constants/plugins.js
+1
-0
package/package.json
+1
-1
package/build/constants/plugins.d.ts
CHANGED
Viewed
@@ -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: {
package/build/constants/plugins.js
CHANGED
Viewed
@@ -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
Viewed
@@ -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",