@nomalism-com/types 0.34.30 → 0.34.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -111,7 +111,6 @@ export interface IFindClientOrProviderResponse {
|
|
|
111
111
|
name: string | null;
|
|
112
112
|
email: string | null;
|
|
113
113
|
telephone: string | null;
|
|
114
|
-
user_type: 'client' | 'provider';
|
|
115
114
|
}
|
|
116
115
|
export interface IRepository {
|
|
117
116
|
findById(selector: IShared.IFindByIdRequest): Promise<IEntityExtended | null>;
|
package/package.json
CHANGED
|
@@ -126,7 +126,6 @@ export interface IFindClientOrProviderResponse {
|
|
|
126
126
|
name: string | null;
|
|
127
127
|
email: string | null;
|
|
128
128
|
telephone: string | null;
|
|
129
|
-
user_type: 'client' | 'provider';
|
|
130
129
|
}
|
|
131
130
|
export interface IRepository {
|
|
132
131
|
findById(selector: IShared.IFindByIdRequest): Promise<IEntityExtended | null>;
|