@steffesgroup/steffes-auth
Advanced tools
Comparing version 0.0.21 to 0.1.1
@@ -240,2 +240,3 @@ import { AxiosInstance, AxiosRequestConfig, AxiosResponse, CancelToken } from 'axios'; | ||
twoFactorEnabled?: boolean; | ||
staffUser?: StaffUserDTO | undefined; | ||
constructor(data?: IUserDTO); | ||
@@ -261,2 +262,3 @@ init(_data?: any): void; | ||
twoFactorEnabled?: boolean; | ||
staffUser?: StaffUserDTO | undefined; | ||
} | ||
@@ -270,2 +272,100 @@ export declare enum RegistrationState { | ||
} | ||
export declare class StaffUserDTO implements IStaffUserDTO { | ||
id?: string; | ||
userId?: string; | ||
user?: UserDTO | undefined; | ||
title?: string | undefined; | ||
offices?: StaffUserOfficeDTO[] | undefined; | ||
auctionCommissionSplits?: AuctionCommissionSplitDTO[] | undefined; | ||
constructor(data?: IStaffUserDTO); | ||
init(_data?: any): void; | ||
static fromJS(data: any): StaffUserDTO; | ||
toJSON(data?: any): any; | ||
} | ||
export interface IStaffUserDTO { | ||
id?: string; | ||
userId?: string; | ||
user?: UserDTO | undefined; | ||
title?: string | undefined; | ||
offices?: StaffUserOfficeDTO[] | undefined; | ||
auctionCommissionSplits?: AuctionCommissionSplitDTO[] | undefined; | ||
} | ||
export declare class StaffUserOfficeDTO implements IStaffUserOfficeDTO { | ||
id?: string; | ||
staffUserId?: string; | ||
staffUser?: StaffUserDTO | undefined; | ||
officeId?: string; | ||
office?: OfficeDTO | undefined; | ||
constructor(data?: IStaffUserOfficeDTO); | ||
init(_data?: any): void; | ||
static fromJS(data: any): StaffUserOfficeDTO; | ||
toJSON(data?: any): any; | ||
} | ||
export interface IStaffUserOfficeDTO { | ||
id?: string; | ||
staffUserId?: string; | ||
staffUser?: StaffUserDTO | undefined; | ||
officeId?: string; | ||
office?: OfficeDTO | undefined; | ||
} | ||
export declare class OfficeDTO implements IOfficeDTO { | ||
id?: string; | ||
name?: string | undefined; | ||
abbreviation?: string | undefined; | ||
email?: string | undefined; | ||
countryCode?: string | undefined; | ||
phone?: string | undefined; | ||
fax?: string | undefined; | ||
address?: Address | undefined; | ||
region?: RegionDTO | undefined; | ||
constructor(data?: IOfficeDTO); | ||
init(_data?: any): void; | ||
static fromJS(data: any): OfficeDTO; | ||
toJSON(data?: any): any; | ||
} | ||
export interface IOfficeDTO { | ||
id?: string; | ||
name?: string | undefined; | ||
abbreviation?: string | undefined; | ||
email?: string | undefined; | ||
countryCode?: string | undefined; | ||
phone?: string | undefined; | ||
fax?: string | undefined; | ||
address?: Address | undefined; | ||
region?: RegionDTO | undefined; | ||
} | ||
export declare class RegionDTO implements IRegionDTO { | ||
id?: string; | ||
name?: string | undefined; | ||
path?: string | undefined; | ||
constructor(data?: IRegionDTO); | ||
init(_data?: any): void; | ||
static fromJS(data: any): RegionDTO; | ||
toJSON(data?: any): any; | ||
} | ||
export interface IRegionDTO { | ||
id?: string; | ||
name?: string | undefined; | ||
path?: string | undefined; | ||
} | ||
export declare class AuctionCommissionSplitDTO implements IAuctionCommissionSplitDTO { | ||
id?: string; | ||
staffUserId?: string; | ||
staffUser?: StaffUserDTO | undefined; | ||
auctionId?: string; | ||
split?: number; | ||
isDeleted?: boolean; | ||
constructor(data?: IAuctionCommissionSplitDTO); | ||
init(_data?: any): void; | ||
static fromJS(data: any): AuctionCommissionSplitDTO; | ||
toJSON(data?: any): any; | ||
} | ||
export interface IAuctionCommissionSplitDTO { | ||
id?: string; | ||
staffUserId?: string; | ||
staffUser?: StaffUserDTO | undefined; | ||
auctionId?: string; | ||
split?: number; | ||
isDeleted?: boolean; | ||
} | ||
export declare class UserSearchDTO implements IUserSearchDTO { | ||
@@ -272,0 +372,0 @@ id?: string; |
{ | ||
"name": "@steffesgroup/steffes-auth", | ||
"version": "0.0.21", | ||
"version": "0.1.01", | ||
"description": "Steffes Auth", | ||
@@ -5,0 +5,0 @@ "main": "dist/api.js", |
Sorry, the diff of this file is too big to display
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
94949
2524
1