Skip to content

Commit

Permalink
update: automatic generate new proto
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenSheep402 authored and github-actions[bot] committed Sep 25, 2023
1 parent e665c5d commit 9bc7a2f
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion gen/openapi/sync/v1/sync_service.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
"title": "密钥ID"
}
},
"title": "Identity(身份) 包含身份验证详细信息,如果某些服务器需要提供同一组凭据,则可以节省配置的时间。\r\n这些凭据可以快速添加为身份并与主机条目链接。当凭据发生更改时,不必更新每台主机而只需更新身份即可。"
"title": "Identity(身份) 包含身份验证详细信息,如果某些服务器需要提供同一组凭据,则可以节省配置的时间。\n这些凭据可以快速添加为身份并与主机条目链接。当凭据发生更改时,不必更新每台主机而只需更新身份即可。"
},
"v1KnownHost": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion gen/proto/auth/v1/auth_service.pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This file is a generated Typescript file for GRPC Gateway, DO NOT MODIFY
*/

import * as fm from "..\..\fetch.pb"
import * as fm from "../../fetch.pb"
export type RegisterRequest = {
email?: string
verifyCode?: string
Expand Down
2 changes: 1 addition & 1 deletion gen/proto/sync/v1/host.pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This file is a generated Typescript file for GRPC Gateway, DO NOT MODIFY
*/

import * as GoogleProtobufTimestamp from "..\..\google\protobuf\timestamp.pb"
import * as GoogleProtobufTimestamp from "../../google/protobuf/timestamp.pb"
export type Host = {
id?: string
createdAt?: GoogleProtobufTimestamp.Timestamp
Expand Down
2 changes: 1 addition & 1 deletion gen/proto/sync/v1/keychain.pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This file is a generated Typescript file for GRPC Gateway, DO NOT MODIFY
*/

import * as GoogleProtobufTimestamp from "..\..\google\protobuf\timestamp.pb"
import * as GoogleProtobufTimestamp from "../../google/protobuf/timestamp.pb"
export type SshKey = {
id?: string
createdAt?: GoogleProtobufTimestamp.Timestamp
Expand Down
2 changes: 1 addition & 1 deletion gen/proto/sync/v1/known_hosts.pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This file is a generated Typescript file for GRPC Gateway, DO NOT MODIFY
*/

import * as GoogleProtobufTimestamp from "..\..\google\protobuf\timestamp.pb"
import * as GoogleProtobufTimestamp from "../../google/protobuf/timestamp.pb"
export type KnownHost = {
id?: string
createdAt?: GoogleProtobufTimestamp.Timestamp
Expand Down
10 changes: 5 additions & 5 deletions gen/proto/sync/v1/sync_service.pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* This file is a generated Typescript file for GRPC Gateway, DO NOT MODIFY
*/

import * as fm from "..\..\fetch.pb"
import * as GoogleProtobufTimestamp from "..\..\google\protobuf\timestamp.pb"
import * as SyncV1Host from ".\host.pb"
import * as SyncV1Keychain from ".\keychain.pb"
import * as SyncV1Known_hosts from ".\known_hosts.pb"
import * as fm from "../../fetch.pb"
import * as GoogleProtobufTimestamp from "../../google/protobuf/timestamp.pb"
import * as SyncV1Host from "./host.pb"
import * as SyncV1Keychain from "./keychain.pb"
import * as SyncV1Known_hosts from "./known_hosts.pb"

type Absent<T, K extends keyof T> = { [k in Exclude<keyof T, K>]?: undefined };
type OneOf<T> =
Expand Down
4 changes: 2 additions & 2 deletions gen/proto/user/v1/user_service.pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* This file is a generated Typescript file for GRPC Gateway, DO NOT MODIFY
*/

import * as fm from "..\..\fetch.pb"
import * as UserV1User from ".\user.pb"
import * as fm from "../../fetch.pb"
import * as UserV1User from "./user.pb"
export type GetInfoRequest = {
}

Expand Down

0 comments on commit 9bc7a2f

Please sign in to comment.