@liquid-state/idm-client
Advanced tools
Comparing version
import IDMClient from './client'; | ||
export { default as IDMService } from './service'; | ||
export { IIDMClient, IIDMService, Options } from './types'; | ||
export { IIDMClient, IIDMService, IDMUser, Options } from './types'; | ||
export default IDMClient; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -18,3 +18,11 @@ export interface IIDMClient { | ||
export declare type IDMUser = { | ||
[key: string]: any; | ||
default_role: string; | ||
default_role_uri: string; | ||
email: string; | ||
organisation: string; | ||
profile: { | ||
[key: string]: any; | ||
}; | ||
url: string; | ||
username: string; | ||
}; | ||
@@ -21,0 +29,0 @@ export declare type IDMInvitation = { |
{ | ||
"name": "@liquid-state/idm-client", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A client for the idm", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
24833
1.5%345
2.37%