🚀New lib version v0.1.1 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2021-01-16 20:37:13 +00:00
parent 60862b351d
commit 213e191db5
12 changed files with 100 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ export declare type UpdateUser = {
email: string;
phone?: string;
password?: string;
enabled: boolean;
enabled?: boolean;
groups?: any;
profilePic?: string;
};

View File

@@ -0,0 +1,4 @@
export declare type UserDeletionNotConfirmedError = {
name: string;
message: string;
};

View File

@@ -0,0 +1,5 @@
"use strict";
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });