corede-common
Advanced tools
Comparing version 5.1.60 to 5.1.61
@@ -8,2 +8,3 @@ import { Gender, Language } from "../../../../../../enums"; | ||
import ILinkedInOAuthData from "../../../../../auth/oauth/interfaces/oAuthData/ILinkedInOAuthData"; | ||
import { IFile } from "../../../../../dms"; | ||
import { UserConfirmationStatus } from "../../../enums/UserConfirmationStatus"; | ||
@@ -18,4 +19,4 @@ import { ITwoFactorAuthMeans } from "../auth/ITwoFactorAuthMeans"; | ||
address?: string; | ||
profileImageUrl?: string; | ||
backgroundImageUrl?: string; | ||
profileImageUrl?: IFile; | ||
backgroundImageUrl?: IFile; | ||
description?: string; | ||
@@ -22,0 +23,0 @@ password?: string; |
{ | ||
"name": "corede-common", | ||
"version": "5.1.60", | ||
"version": "5.1.61", | ||
"description": "The common utility functions, interfaces, types etc.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -8,2 +8,3 @@ import { Gender, Language } from "../../../../../../enums"; | ||
import ILinkedInOAuthData from "../../../../../auth/oauth/interfaces/oAuthData/ILinkedInOAuthData"; | ||
import { IFile } from "../../../../../dms"; | ||
import { UserConfirmationStatus } from "../../../enums/UserConfirmationStatus"; | ||
@@ -22,4 +23,4 @@ import { ITwoFactorAuthMeans } from "../auth/ITwoFactorAuthMeans"; | ||
address?: string; | ||
profileImageUrl?: string; | ||
backgroundImageUrl?: string; | ||
profileImageUrl?: IFile; | ||
backgroundImageUrl?: IFile; | ||
description?: string; | ||
@@ -26,0 +27,0 @@ password?: string; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
536213
5850