Skip to content

Commit

Permalink
autogen(openapi): regenerate swagger spec and internal client
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ory-bot committed Dec 6, 2022
1 parent fc7aa86 commit ce72501
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion internal/client-go/model_message.go

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

3 changes: 2 additions & 1 deletion internal/httpclient/model_message.go

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

1 change: 1 addition & 0 deletions spec/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1215,6 +1215,7 @@
"type": "string"
},
"dispatches": {
"description": "Dispatches store information about the attempts of delivering a message\nMay contain an error if any happened, or just the `success` state.",
"items": {
"$ref": "#/components/schemas/messageDispatch"
},
Expand Down
1 change: 1 addition & 0 deletions spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3929,6 +3929,7 @@
"format": "date-time"
},
"dispatches": {
"description": "Dispatches store information about the attempts of delivering a message\nMay contain an error if any happened, or just the `success` state.",
"type": "array",
"items": {
"$ref": "#/definitions/messageDispatch"
Expand Down

0 comments on commit ce72501

Please sign in to comment.