evo360-types 1.3.179 → 1.3.181

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 +1,2 @@
1
+ export declare const EVO_CORE_APP = "evo-core";
1
2
  export declare const CORE_COLLECTION = "core";
@@ -1,5 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CORE_COLLECTION = void 0;
3
+ exports.CORE_COLLECTION = exports.EVO_CORE_APP = void 0;
4
+ //EVO CRM Application Doc
5
+ exports.EVO_CORE_APP = "evo-core";
4
6
  // CORE Firestore Collections
5
7
  exports.CORE_COLLECTION = "core";
@@ -1,2 +1,6 @@
1
+ //EVO CRM Application Doc
2
+ export const EVO_CORE_APP = "evo-core";
3
+
1
4
  // CORE Firestore Collections
2
5
  export const CORE_COLLECTION = "core";
6
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "evo360-types",
3
- "version": "1.3.179",
3
+ "version": "1.3.181",
4
4
  "description": "HREVO360 Shared Types",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",