chore: auto-generate protobuf files [skip ci]
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-ts_proto v2.11.6
|
||||
// protoc v7.34.1
|
||||
// protoc v3.21.12
|
||||
// source: identity.proto
|
||||
|
||||
/* eslint-disable */
|
||||
import { GrpcMethod, GrpcStreamMethod } from "@nestjs/microservices";
|
||||
import { Observable } from "rxjs";
|
||||
import { Status } from "./google/rpc/status";
|
||||
|
||||
export const protobufPackage = "identity";
|
||||
|
||||
@@ -24,7 +23,6 @@ export interface LoginResponse {
|
||||
tempToken?: string | undefined;
|
||||
message?: string | undefined;
|
||||
errorCode?: string | undefined;
|
||||
error?: Status | undefined;
|
||||
}
|
||||
|
||||
export interface RefreshRequest {
|
||||
|
||||
Reference in New Issue
Block a user