🚀New lib version v0.1.1 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
2
dist/models/UpdateUser.d.ts
vendored
2
dist/models/UpdateUser.d.ts
vendored
@@ -7,7 +7,7 @@ export declare type UpdateUser = {
|
||||
email: string;
|
||||
phone?: string;
|
||||
password?: string;
|
||||
enabled: boolean;
|
||||
enabled?: boolean;
|
||||
groups?: any;
|
||||
profilePic?: string;
|
||||
};
|
||||
|
||||
4
dist/models/UserDeletionNotConfirmedError.d.ts
vendored
Normal file
4
dist/models/UserDeletionNotConfirmedError.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export declare type UserDeletionNotConfirmedError = {
|
||||
name: string;
|
||||
message: string;
|
||||
};
|
||||
5
dist/models/UserDeletionNotConfirmedError.js
vendored
Normal file
5
dist/models/UserDeletionNotConfirmedError.js
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
"use strict";
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
Reference in New Issue
Block a user