RubyGems
npm
Organizations
Log in
Sign up
npm
drapcode-constant
Versions diffs
1.3.4 → 1.3.5
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.
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
@@ -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: {
package/build/constants/plugins.js
CHANGED
Viewed
@@ -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
Viewed
@@ -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",