chore: auto-generate protobuf files [skip ci]
This commit is contained in:
@@ -9,7 +9,7 @@ import type { Metadata } from "@grpc/grpc-js";
|
||||
import { GrpcMethod, GrpcStreamMethod } from "@nestjs/microservices";
|
||||
import { Observable } from "rxjs";
|
||||
|
||||
export const protobufPackage = "account";
|
||||
export const protobufPackage = "account.v1";
|
||||
|
||||
export enum Presence {
|
||||
PRESENCE_UNSPECIFIED = 0,
|
||||
@@ -43,7 +43,7 @@ export interface GetAccountResponse {
|
||||
hasPin: boolean;
|
||||
}
|
||||
|
||||
export const ACCOUNT_PACKAGE_NAME = "account";
|
||||
export const ACCOUNT_V1_PACKAGE_NAME = "account.v1";
|
||||
|
||||
export interface AccountServiceClient {
|
||||
getAccount(request: GetAccountRequest, metadata?: Metadata): Observable<GetAccountResponse>;
|
||||
|
||||
Reference in New Issue
Block a user