evo360-types 1.3.8 → 1.3.9

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.
@@ -1,6 +1,6 @@
1
1
  export declare const EVO_CRM_APP = "evo-crm";
2
2
  export declare const LEADS = "leads";
3
- export declare const LEAD_QUALIFICATION = "qualification";
3
+ export declare const LEAD_QUALIFICATION_COLLECTION = "qualification";
4
4
  export declare const CHANNELS = "channels";
5
5
  export declare const DIST_CHANNEL_TYPES_COLLECTION = "dist-channel-types";
6
6
  export declare const DIST_CHANNELS_COLLECTION = "dist-channels";
@@ -1,11 +1,11 @@
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.EVO_CRM_APP = void 0;
3
+ exports.LEADS_COLLECTION = exports.DIST_CHANNELS_COLLECTION = exports.DIST_CHANNEL_TYPES_COLLECTION = exports.CHANNELS = exports.LEAD_QUALIFICATION_COLLECTION = 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
7
  exports.LEADS = "leads";
8
- exports.LEAD_QUALIFICATION = "qualification";
8
+ exports.LEAD_QUALIFICATION_COLLECTION = "qualification";
9
9
  exports.CHANNELS = "channels";
10
10
  exports.DIST_CHANNEL_TYPES_COLLECTION = "dist-channel-types";
11
11
  exports.DIST_CHANNELS_COLLECTION = "dist-channels";
@@ -3,7 +3,7 @@ export const EVO_CRM_APP = "evo-crm";
3
3
 
4
4
  //dictionaries
5
5
  export const LEADS = "leads";
6
- export const LEAD_QUALIFICATION = "qualification";
6
+ export const LEAD_QUALIFICATION_COLLECTION = "qualification";
7
7
 
8
8
  export const CHANNELS = "channels";
9
9
  export const DIST_CHANNEL_TYPES_COLLECTION = "dist-channel-types";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "evo360-types",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "description": "HREVO360 Shared Types",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",