feat: add search users event
All checks were successful
Publish / Publish Job (push) Successful in 2m28s
All checks were successful
Publish / Publish Job (push) Successful in 2m28s
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@lendry-erp/contracts",
|
"name": "@lendry-erp/contracts",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"description": "Protobuf definitions and generated TypeScript types",
|
"description": "Protobuf definitions and generated TypeScript types",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
|
|||||||
8
src/events/users/search-users.interface.ts
Normal file
8
src/events/users/search-users.interface.ts
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
export interface SearchUsersEvent {
|
||||||
|
profileId: string;
|
||||||
|
username: string;
|
||||||
|
email?: string;
|
||||||
|
phone?: string;
|
||||||
|
fullName?: string;
|
||||||
|
customStatusText?: string;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user