@dereekb/util 8.12.7 → 8.12.8
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.
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [8.12.8](https://github.com/dereekb/dbx-components/compare/v8.12.7-dev...v8.12.8) (2022-07-12)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
## [8.12.7](https://github.com/dereekb/dbx-components/compare/v8.12.6-dev...v8.12.7) (2022-07-11)
|
|
6
10
|
|
|
7
11
|
|
package/package.json
CHANGED
|
@@ -11,6 +11,10 @@ export declare type AuthRole = string;
|
|
|
11
11
|
* A set of auth roles for a user.
|
|
12
12
|
*/
|
|
13
13
|
export declare type AuthRoleSet = Set<AuthRole>;
|
|
14
|
+
/**
|
|
15
|
+
* Auth role for an account that has signed the terms of service.
|
|
16
|
+
*/
|
|
17
|
+
export declare const AUTH_TOS_SIGNED_ROLE = "tos";
|
|
14
18
|
/**
|
|
15
19
|
* Auth role for an account that has been onboarded.
|
|
16
20
|
*/
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.authRolesSetHasRoles = exports.AUTH_USER_ROLE = exports.AUTH_ADMIN_ROLE = exports.AUTH_ONBOARDED_ROLE = void 0;
|
|
3
|
+
exports.authRolesSetHasRoles = exports.AUTH_USER_ROLE = exports.AUTH_ADMIN_ROLE = exports.AUTH_ONBOARDED_ROLE = exports.AUTH_TOS_SIGNED_ROLE = void 0;
|
|
4
4
|
const set_1 = require("../set/set");
|
|
5
|
+
/**
|
|
6
|
+
* Auth role for an account that has signed the terms of service.
|
|
7
|
+
*/
|
|
8
|
+
exports.AUTH_TOS_SIGNED_ROLE = 'tos';
|
|
5
9
|
/**
|
|
6
10
|
* Auth role for an account that has been onboarded.
|
|
7
11
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth.role.js","sourceRoot":"","sources":["../../../../../../packages/util/src/lib/auth/auth.role.ts"],"names":[],"mappings":";;;AAAA,oCAAkD;AAiBlD;;GAEG;AACU,QAAA,mBAAmB,GAAG,WAAW,CAAC;AAE/C;;GAEG;AACU,QAAA,eAAe,GAAG,OAAO,CAAC;AAEvC;;GAEG;AACU,QAAA,cAAc,GAAG,MAAM,CAAC;AAErC,SAAgB,oBAAoB,CAAC,YAAyB,EAAE,KAAgC;IAC9F,OAAO,IAAA,0BAAoB,EAAC,YAAY,EAAE,KAAK,aAAL,KAAK,cAAL,KAAK,GAAI,EAAE,CAAC,CAAC;AACzD,CAAC;AAFD,oDAEC"}
|
|
1
|
+
{"version":3,"file":"auth.role.js","sourceRoot":"","sources":["../../../../../../packages/util/src/lib/auth/auth.role.ts"],"names":[],"mappings":";;;AAAA,oCAAkD;AAiBlD;;GAEG;AACU,QAAA,oBAAoB,GAAG,KAAK,CAAC;AAE1C;;GAEG;AACU,QAAA,mBAAmB,GAAG,WAAW,CAAC;AAE/C;;GAEG;AACU,QAAA,eAAe,GAAG,OAAO,CAAC;AAEvC;;GAEG;AACU,QAAA,cAAc,GAAG,MAAM,CAAC;AAErC,SAAgB,oBAAoB,CAAC,YAAyB,EAAE,KAAgC;IAC9F,OAAO,IAAA,0BAAoB,EAAC,YAAY,EAAE,KAAK,aAAL,KAAK,cAAL,KAAK,GAAI,EAAE,CAAC,CAAC;AACzD,CAAC;AAFD,oDAEC"}
|
package/test/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [8.12.8](https://github.com/dereekb/dbx-components/compare/v8.12.7-dev...v8.12.8) (2022-07-12)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
## [8.12.7](https://github.com/dereekb/dbx-components/compare/v8.12.6-dev...v8.12.7) (2022-07-11)
|
|
6
10
|
|
|
7
11
|
|
package/test/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/util/test",
|
|
3
|
-
"version": "8.12.
|
|
3
|
+
"version": "8.12.8",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"typings": "./src/index.d.ts",
|
|
7
7
|
"dependencies": {},
|
|
8
8
|
"peerDependencies": {
|
|
9
|
-
"@dereekb/util": "8.12.
|
|
9
|
+
"@dereekb/util": "8.12.8",
|
|
10
10
|
"make-error": "^1.3.0",
|
|
11
11
|
"ts-essentials": "^9.1.2",
|
|
12
12
|
"extra-set": "^2.2.11",
|