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 26, 2023
1 parent eb9db90 commit 3cd58cd
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 73 deletions.
3 changes: 3 additions & 0 deletions gen/openapi/sync/v1/sync_service.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,9 @@
"v1UpdateRequest": {
"type": "object",
"properties": {
"groupId": {
"type": "string"
},
"host": {
"$ref": "#/definitions/v1Host"
},
Expand Down
155 changes: 82 additions & 73 deletions gen/proto/sync/v1/sync_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions gen/proto/sync/v1/sync_service.pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export type SyncResponse = {


type BaseUpdateRequest = {
groupId?: string
}

export type UpdateRequest = BaseUpdateRequest
Expand Down

0 comments on commit 3cd58cd

Please sign in to comment.