kauth-sdk-node
Advanced tools
Comparing version 0.1.17 to 0.1.18
@@ -0,1 +1,10 @@ | ||
## [0.1.18](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/compare/v0.1.17...v0.1.18) (2021-03-12) | ||
### Features | ||
* bind user with status ([993cf4d](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/commit/993cf4d23cdf8e23b424bb6aa397f8d218de6ad6)) | ||
## [0.1.17](https://gitlab-ag.marmot-cloud.com/marmot/kauth-sdk-node/compare/v0.1.16...v0.1.17) (2021-03-01) | ||
@@ -2,0 +11,0 @@ |
@@ -44,2 +44,3 @@ /// <reference types="node" /> | ||
id: number; | ||
status?: number; | ||
roles: Array<{ | ||
@@ -46,0 +47,0 @@ id: number; |
{ | ||
"name": "kauth-sdk-node", | ||
"version": "0.1.17", | ||
"version": "0.1.18", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
76275
1415