@bondsports/types 2.2.96 → 2.2.97

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.
@@ -8,5 +8,6 @@ export declare enum AuthRoleEnum {
8
8
  export declare enum RoleTypesEnum {
9
9
  Admin = "admin",
10
10
  Backoffice = "backoffice",
11
- Instructor = "instructor"
11
+ Instructor = "instructor",
12
+ BackwardCompatibility = "backward-compatibility"
12
13
  }
@@ -18,6 +18,7 @@ var RoleTypesEnum;
18
18
  //endregion
19
19
  //region RoleTypes
20
20
  RoleTypesEnum["Instructor"] = "instructor";
21
+ RoleTypesEnum["BackwardCompatibility"] = "backward-compatibility";
21
22
  //endregion
22
23
  })(RoleTypesEnum = exports.RoleTypesEnum || (exports.RoleTypesEnum = {}));
23
24
  //# sourceMappingURL=role.enums.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"role.enums.js","sourceRoot":"","sources":["../../../../src/types/roles/types/role.enums.ts"],"names":[],"mappings":";;;AAAA,IAAY,YAEX;AAFD,WAAY,YAAY;IACvB,yCAAyB,CAAA;AAC1B,CAAC,EAFW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAEvB;AAED,IAAY,YAGX;AAHD,WAAY,YAAY;IACvB,yCAAyB,CAAA;IACzB,+BAAe,CAAA;AAChB,CAAC,EAHW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAGvB;AAED,IAAY,aASX;AATD,WAAY,aAAa;IACxB,kBAAkB;IAClB,gCAAe,CAAA;IACf,0CAAyB,CAAA;IACzB,WAAW;IAEX,kBAAkB;IAClB,0CAAyB,CAAA;IACzB,WAAW;AACZ,CAAC,EATW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QASxB"}
1
+ {"version":3,"file":"role.enums.js","sourceRoot":"","sources":["../../../../src/types/roles/types/role.enums.ts"],"names":[],"mappings":";;;AAAA,IAAY,YAEX;AAFD,WAAY,YAAY;IACvB,yCAAyB,CAAA;AAC1B,CAAC,EAFW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAEvB;AAED,IAAY,YAGX;AAHD,WAAY,YAAY;IACvB,yCAAyB,CAAA;IACzB,+BAAe,CAAA;AAChB,CAAC,EAHW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAGvB;AAED,IAAY,aAUX;AAVD,WAAY,aAAa;IACxB,kBAAkB;IAClB,gCAAe,CAAA;IACf,0CAAyB,CAAA;IACzB,WAAW;IAEX,kBAAkB;IAClB,0CAAyB,CAAA;IACzB,iEAAgD,CAAA;IAChD,WAAW;AACZ,CAAC,EAVW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAUxB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.96",
3
+ "version": "2.2.97",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {