Skip to content

Commit

Permalink
v1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 25, 2024
1 parent 84a2420 commit b21f675
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
16 changes: 16 additions & 0 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,8 @@ paths:
- MsgTimeout
- MsgTimeoutOnClose
- MsgAcknowledgement
- MsgSignalVersion
- MsgTryUpgrade
type: string
responses:
"200":
Expand Down Expand Up @@ -741,6 +743,8 @@ paths:
- MsgTimeout
- MsgTimeoutOnClose
- MsgAcknowledgement
- MsgSignalVersion
- MsgTryUpgrade
type: string
- description: Time from in unix timestamp
in: query
Expand Down Expand Up @@ -1389,6 +1393,8 @@ paths:
- MsgTimeout
- MsgTimeoutOnClose
- MsgAcknowledgement
- MsgSignalVersion
- MsgTryUpgrade
type: string
- description: Comma-separated message types which should be excluded from list
in: query
Expand Down Expand Up @@ -1469,6 +1475,8 @@ paths:
- MsgTimeout
- MsgTimeoutOnClose
- MsgAcknowledgement
- MsgSignalVersion
- MsgTryUpgrade
type: string
responses:
"200":
Expand Down Expand Up @@ -3498,6 +3506,8 @@ paths:
- MsgTimeout
- MsgTimeoutOnClose
- MsgAcknowledgement
- MsgSignalVersion
- MsgTryUpgrade
type: string
- description: Comma-separated message types list which should be excluded
in: query
Expand Down Expand Up @@ -3578,6 +3588,8 @@ paths:
- MsgTimeout
- MsgTimeoutOnClose
- MsgAcknowledgement
- MsgSignalVersion
- MsgTryUpgrade
type: string
- description: Time from in unix timestamp
in: query
Expand Down Expand Up @@ -6763,6 +6775,8 @@ components:
- MsgTimeout
- MsgTimeoutOnClose
- MsgAcknowledgement
- MsgSignalVersion
- MsgTryUpgrade
type: string
x-enum-varnames:
- MsgUnknown
Expand Down Expand Up @@ -6839,6 +6853,8 @@ components:
- MsgTimeout
- MsgTimeoutOnClose
- MsgAcknowledgement
- MsgSignalVersion
- MsgTryUpgrade
securitySchemes:
ApiKeyAuth:
description: To authorize your requests you have to select the required tariff
Expand Down
4 changes: 4 additions & 0 deletions docs/TypesMsgType.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@

* `MsgAcknowledgement` (value: `"MsgAcknowledgement"`)

* `MsgSignalVersion` (value: `"MsgSignalVersion"`)

* `MsgTryUpgrade` (value: `"MsgTryUpgrade"`)


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 4 additions & 0 deletions model_types_msg_type.go

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

0 comments on commit b21f675

Please sign in to comment.