evo360-types 1.3.3 → 1.3.5
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.
- package/dist/types/evo-crm/dic/index.d.ts +1 -0
- package/dist/types/evo-crm/dic/index.js +15 -0
- package/dist/types/evo-crm/dic/index.ts +2 -0
- package/dist/types/evo-crm/fb_collections.d.ts +0 -1
- package/dist/types/evo-crm/fb_collections.js +1 -2
- package/dist/types/evo-crm/fb_collections.ts +0 -2
- package/dist/types/evo-crm/lead/index.d.ts +1 -0
- package/dist/types/evo-crm/lead/index.js +15 -0
- package/dist/types/evo-crm/lead/index.ts +2 -0
- package/package.json +1 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from "../fb_collections";
|
|
1
2
|
import { FirestoreDocumentReference, IFireDoc, ITag } from "../../shared";
|
|
2
3
|
export type CRMDicAction = "CREATE_DIST_CHANNEL_TYPE" | "DELETE_DIST_CHANNEL_TYPE" | "UPDATE_DIST_CHANNEL_TYPE" | "CREATE_DIST_CHANNEL" | "DELETE_DIST_CHANNEL" | "UPDATE_DIST_CHANNEL" | "CREATE_LEADQUALIFICATION" | "DELETE_LEADQUALIFICATION" | "UPDATE_LEADQUALIFICATION";
|
|
3
4
|
export declare enum ICRMDicAction {
|
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
2
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
17
|
exports.IQualificationFunnelLevel = exports.ICRMDicAction = void 0;
|
|
18
|
+
__exportStar(require("../fb_collections"), exports);
|
|
4
19
|
var ICRMDicAction;
|
|
5
20
|
(function (ICRMDicAction) {
|
|
6
21
|
ICRMDicAction["Create_dist_channel_type"] = "CREATE_DIST_CHANNEL_TYPE";
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.LEADS_COLLECTION = exports.DIST_CHANNELS_COLLECTION = exports.DIST_CHANNEL_TYPES_COLLECTION = exports.CHANNELS = exports.LEAD_QUALIFICATION = exports.LEADS = exports.
|
|
3
|
+
exports.LEADS_COLLECTION = exports.DIST_CHANNELS_COLLECTION = exports.DIST_CHANNEL_TYPES_COLLECTION = exports.CHANNELS = exports.LEAD_QUALIFICATION = exports.LEADS = exports.EVO_CRM_APP = void 0;
|
|
4
4
|
//EVO CRM Application Doc
|
|
5
5
|
exports.EVO_CRM_APP = "evo-crm";
|
|
6
6
|
//dictionaries
|
|
7
|
-
exports.DICS_COLLECTION = "dics";
|
|
8
7
|
exports.LEADS = "leads";
|
|
9
8
|
exports.LEAD_QUALIFICATION = "qualification";
|
|
10
9
|
exports.CHANNELS = "channels";
|
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
2
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
17
|
exports.ILeadStatus = void 0;
|
|
18
|
+
__exportStar(require("../fb_collections"), exports);
|
|
4
19
|
var ILeadStatus;
|
|
5
20
|
(function (ILeadStatus) {
|
|
6
21
|
ILeadStatus["Active"] = "active";
|