evo360-types 1.3.155 → 1.3.157

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,4 +1,5 @@
1
1
  import type { FirestoreDocumentReference, IFireDoc } from "../shared";
2
+ export * from "./fb_collections";
2
3
  export interface IUserSpecialRoles {
3
4
  is_admin: boolean;
4
5
  is_sys_admin: boolean;
@@ -14,5 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./fb_collections"), exports);
17
18
  // RBAC Types
18
19
  __exportStar(require("./rbac"), exports);
@@ -1,4 +1,5 @@
1
1
  import type { FirestoreDocumentReference, IFireDoc } from "../shared";
2
+ export * from "./fb_collections";
2
3
 
3
4
  //UserTypes
4
5
  export interface IUserSpecialRoles {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "evo360-types",
3
- "version": "1.3.155",
3
+ "version": "1.3.157",
4
4
  "description": "HREVO360 Shared Types",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",