Skip to content

Commit

Permalink
generate proto with new buf version
Browse files Browse the repository at this point in the history
  • Loading branch information
lovromazgon committed Nov 13, 2023
1 parent 0e9e0e3 commit 141a61b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/web/openapi/swagger-ui/api/v1/api.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,7 @@
"NULL_VALUE"
],
"default": "NULL_VALUE",
"description": "`NullValue` is a singleton enumeration to represent the null value for the\n`Value` type union.\n\n The JSON representation for `NullValue` is JSON `null`.\n\n - NULL_VALUE: Null value."
"description": "`NullValue` is a singleton enumeration to represent the null value for the\n`Value` type union.\n\nThe JSON representation for `NullValue` is JSON `null`.\n\n - NULL_VALUE: Null value."
},
"v1Change": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion proto/api/v1/api.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,7 @@
"NULL_VALUE"
],
"default": "NULL_VALUE",
"description": "`NullValue` is a singleton enumeration to represent the null value for the\n`Value` type union.\n\n The JSON representation for `NullValue` is JSON `null`.\n\n - NULL_VALUE: Null value."
"description": "`NullValue` is a singleton enumeration to represent the null value for the\n`Value` type union.\n\nThe JSON representation for `NullValue` is JSON `null`.\n\n - NULL_VALUE: Null value."
},
"v1Change": {
"type": "object",
Expand Down

0 comments on commit 141a61b

Please sign in to comment.