chore: auto-generate protobuf files [skip ci]

This commit is contained in:
github-actions[bot]
2026-03-30 15:31:20 +00:00
parent 4f1a68df5a
commit 4c98db2dfc
6 changed files with 2718 additions and 3 deletions

View File

@@ -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 {