diff --git a/gen/openapi/sync/v1/sync_service.swagger.json b/gen/openapi/sync/v1/sync_service.swagger.json index a9bfb9d..8e4573b 100644 --- a/gen/openapi/sync/v1/sync_service.swagger.json +++ b/gen/openapi/sync/v1/sync_service.swagger.json @@ -467,7 +467,7 @@ "title": "密钥ID" } }, - "title": "Identity(身份) 包含身份验证详细信息,如果某些服务器需要提供同一组凭据,则可以节省配置的时间。\r\n这些凭据可以快速添加为身份并与主机条目链接。当凭据发生更改时,不必更新每台主机而只需更新身份即可。" + "title": "Identity(身份) 包含身份验证详细信息,如果某些服务器需要提供同一组凭据,则可以节省配置的时间。\n这些凭据可以快速添加为身份并与主机条目链接。当凭据发生更改时,不必更新每台主机而只需更新身份即可。" }, "v1KnownHost": { "type": "object", diff --git a/gen/proto/auth/v1/auth_service.pb.ts b/gen/proto/auth/v1/auth_service.pb.ts index df8ddc6..e8747a4 100644 --- a/gen/proto/auth/v1/auth_service.pb.ts +++ b/gen/proto/auth/v1/auth_service.pb.ts @@ -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 diff --git a/gen/proto/sync/v1/host.pb.ts b/gen/proto/sync/v1/host.pb.ts index 499376c..f28903c 100644 --- a/gen/proto/sync/v1/host.pb.ts +++ b/gen/proto/sync/v1/host.pb.ts @@ -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 diff --git a/gen/proto/sync/v1/keychain.pb.ts b/gen/proto/sync/v1/keychain.pb.ts index 781e311..6d420b8 100644 --- a/gen/proto/sync/v1/keychain.pb.ts +++ b/gen/proto/sync/v1/keychain.pb.ts @@ -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 diff --git a/gen/proto/sync/v1/known_hosts.pb.ts b/gen/proto/sync/v1/known_hosts.pb.ts index 198b671..2ff346d 100644 --- a/gen/proto/sync/v1/known_hosts.pb.ts +++ b/gen/proto/sync/v1/known_hosts.pb.ts @@ -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 diff --git a/gen/proto/sync/v1/sync_service.pb.ts b/gen/proto/sync/v1/sync_service.pb.ts index a63d802..d0346d1 100644 --- a/gen/proto/sync/v1/sync_service.pb.ts +++ b/gen/proto/sync/v1/sync_service.pb.ts @@ -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 = { [k in Exclude]?: undefined }; type OneOf = diff --git a/gen/proto/user/v1/user_service.pb.ts b/gen/proto/user/v1/user_service.pb.ts index 37f86f9..01ae130 100644 --- a/gen/proto/user/v1/user_service.pb.ts +++ b/gen/proto/user/v1/user_service.pb.ts @@ -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 = { }