feat: add update profile (isPublic: true)
All checks were successful
Publish / Publish Job (push) Successful in 2m33s
All checks were successful
Publish / Publish Job (push) Successful in 2m33s
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@lendry-erp/contracts",
|
"name": "@lendry-erp/contracts",
|
||||||
"version": "1.1.2",
|
"version": "1.1.3",
|
||||||
"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",
|
||||||
|
|||||||
@@ -93,6 +93,7 @@ message ChangeDataRequest {
|
|||||||
optional string custom_status_emoji = 8;
|
optional string custom_status_emoji = 8;
|
||||||
optional string timezone = 9;
|
optional string timezone = 9;
|
||||||
optional string language = 10;
|
optional string language = 10;
|
||||||
|
optional bool is_public = 11;
|
||||||
}
|
}
|
||||||
|
|
||||||
message ChangeDataResponse {
|
message ChangeDataResponse {
|
||||||
|
|||||||
@@ -5,4 +5,6 @@ export interface SearchUsersEvent {
|
|||||||
phone?: string;
|
phone?: string;
|
||||||
fullName?: string;
|
fullName?: string;
|
||||||
customStatusText?: string;
|
customStatusText?: string;
|
||||||
|
isPublic?: boolean;
|
||||||
|
status?: string;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user