evo360-types 1.3.100 → 1.3.101
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,3 +2,4 @@ export declare const EVO_CHAT_APP = "evo-chat";
|
|
|
2
2
|
export declare const CONTACTS_COLLECTION = "contacts";
|
|
3
3
|
export declare const PROTOCOLS_COLLECTION = "protocols";
|
|
4
4
|
export declare const HSM_MESSAGES_COLLECTION = "hsm-messages";
|
|
5
|
+
export declare const CHATBEE_CHANNELS_COLLECTION = "chatbee-channels";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.HSM_MESSAGES_COLLECTION = exports.PROTOCOLS_COLLECTION = exports.CONTACTS_COLLECTION = exports.EVO_CHAT_APP = void 0;
|
|
3
|
+
exports.CHATBEE_CHANNELS_COLLECTION = exports.HSM_MESSAGES_COLLECTION = exports.PROTOCOLS_COLLECTION = exports.CONTACTS_COLLECTION = exports.EVO_CHAT_APP = void 0;
|
|
4
4
|
//EVO Chat Application Doc
|
|
5
5
|
exports.EVO_CHAT_APP = "evo-chat";
|
|
6
6
|
//contacts collection
|
|
@@ -9,3 +9,5 @@ exports.CONTACTS_COLLECTION = "contacts";
|
|
|
9
9
|
exports.PROTOCOLS_COLLECTION = "protocols";
|
|
10
10
|
//protocols collection
|
|
11
11
|
exports.HSM_MESSAGES_COLLECTION = "hsm-messages";
|
|
12
|
+
//chatbee-channels collection
|
|
13
|
+
exports.CHATBEE_CHANNELS_COLLECTION = "chatbee-channels";
|