RubyGems
npm
Organizations
Log in
Sign up
npm
drapcode-constant
Versions diffs
1.1.4 → 1.1.5
drapcode-constant 1.1.4 → 1.1.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
@@ -46,6 +46,7 @@ export declare const pluginCode: {
46
46
MESSAGING: string;
47
47
MULTIPLE_ROLES: string;
48
48
DATA_FORM_SEARCH_HISTORY: string;
49
+
CHATBOT_MESSAGING: 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
MESSAGING: "MESSAGING",
50
50
MULTIPLE_ROLES: "MULTIPLE_ROLES",
51
51
DATA_FORM_SEARCH_HISTORY: "DATA_FORM_SEARCH_HISTORY",
52
+
CHATBOT_MESSAGING: "CHATBOT_MESSAGING",
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.1.
4
",
3
+
"version": "1.1.
5
",
4
4
"description": "Drapcode Constants",
5
5
"main": "build/index.js",
6
6
"types": "build/index.d.ts",