@aldb2b/common 1.0.369 → 1.0.370

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.
@@ -3872,8 +3872,8 @@
3872
3872
  "affectsGlobalScope": false
3873
3873
  },
3874
3874
  "../src/types/user-role.enum.ts": {
3875
- "version": "5eb89548e47209f81b62917122d4c5f3cdcc6e6f4900d4cd0bcc34328ee05a0d",
3876
- "signature": "8e88492f96f3fbf5cc07cd82a140a0040d8c69ff8b3b63fd144a34a9356cd69c",
3875
+ "version": "bcbc5e2c2d2110879ddfaf218d220d0ca366bff247cb8904da5d757c727efaac",
3876
+ "signature": "fb36403fa633f32b8f55c5ba2129d17d77617bedcce76da1c278173e323e1619",
3877
3877
  "affectsGlobalScope": false
3878
3878
  },
3879
3879
  "../src/types/user-type.enum.ts": {
@@ -4,5 +4,6 @@ export declare enum UserRole {
4
4
  OPERATION = "Operation",
5
5
  ONGROUND = "Onground",
6
6
  USER = "User",
7
- EDITOR = "Editor"
7
+ EDITOR = "Editor",
8
+ VIEWER = "Viewer"
8
9
  }
@@ -9,5 +9,6 @@ var UserRole;
9
9
  UserRole["ONGROUND"] = "Onground";
10
10
  UserRole["USER"] = "User";
11
11
  UserRole["EDITOR"] = "Editor";
12
+ UserRole["VIEWER"] = "Viewer";
12
13
  })(UserRole = exports.UserRole || (exports.UserRole = {}));
13
14
  //# sourceMappingURL=user-role.enum.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"user-role.enum.js","sourceRoot":"","sources":["../../src/types/user-role.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,QAOX;AAPD,WAAY,QAAQ;IAClB,2BAAe,CAAA;IACf,+BAAmB,CAAA;IACnB,mCAAuB,CAAA;IACvB,iCAAqB,CAAA;IACrB,yBAAa,CAAA;IACb,6BAAiB,CAAA;AACnB,CAAC,EAPW,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAOnB"}
1
+ {"version":3,"file":"user-role.enum.js","sourceRoot":"","sources":["../../src/types/user-role.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,QAQX;AARD,WAAY,QAAQ;IAClB,2BAAe,CAAA;IACf,+BAAmB,CAAA;IACnB,mCAAuB,CAAA;IACvB,iCAAqB,CAAA;IACrB,yBAAa,CAAA;IACb,6BAAiB,CAAA;IACjB,6BAAiB,CAAA;AACnB,CAAC,EARW,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAQnB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aldb2b/common",
3
- "version": "1.0.369",
3
+ "version": "1.0.370",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",