Skip to content

Commit b21f675

Browse files
committed
v1.10.5
1 parent 84a2420 commit b21f675

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

api/openapi.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,8 @@ paths:
477477
- MsgTimeout
478478
- MsgTimeoutOnClose
479479
- MsgAcknowledgement
480+
- MsgSignalVersion
481+
- MsgTryUpgrade
480482
type: string
481483
responses:
482484
"200":
@@ -741,6 +743,8 @@ paths:
741743
- MsgTimeout
742744
- MsgTimeoutOnClose
743745
- MsgAcknowledgement
746+
- MsgSignalVersion
747+
- MsgTryUpgrade
744748
type: string
745749
- description: Time from in unix timestamp
746750
in: query
@@ -1389,6 +1393,8 @@ paths:
13891393
- MsgTimeout
13901394
- MsgTimeoutOnClose
13911395
- MsgAcknowledgement
1396+
- MsgSignalVersion
1397+
- MsgTryUpgrade
13921398
type: string
13931399
- description: Comma-separated message types which should be excluded from list
13941400
in: query
@@ -1469,6 +1475,8 @@ paths:
14691475
- MsgTimeout
14701476
- MsgTimeoutOnClose
14711477
- MsgAcknowledgement
1478+
- MsgSignalVersion
1479+
- MsgTryUpgrade
14721480
type: string
14731481
responses:
14741482
"200":
@@ -3498,6 +3506,8 @@ paths:
34983506
- MsgTimeout
34993507
- MsgTimeoutOnClose
35003508
- MsgAcknowledgement
3509+
- MsgSignalVersion
3510+
- MsgTryUpgrade
35013511
type: string
35023512
- description: Comma-separated message types list which should be excluded
35033513
in: query
@@ -3578,6 +3588,8 @@ paths:
35783588
- MsgTimeout
35793589
- MsgTimeoutOnClose
35803590
- MsgAcknowledgement
3591+
- MsgSignalVersion
3592+
- MsgTryUpgrade
35813593
type: string
35823594
- description: Time from in unix timestamp
35833595
in: query
@@ -6763,6 +6775,8 @@ components:
67636775
- MsgTimeout
67646776
- MsgTimeoutOnClose
67656777
- MsgAcknowledgement
6778+
- MsgSignalVersion
6779+
- MsgTryUpgrade
67666780
type: string
67676781
x-enum-varnames:
67686782
- MsgUnknown
@@ -6839,6 +6853,8 @@ components:
68396853
- MsgTimeout
68406854
- MsgTimeoutOnClose
68416855
- MsgAcknowledgement
6856+
- MsgSignalVersion
6857+
- MsgTryUpgrade
68426858
securitySchemes:
68436859
ApiKeyAuth:
68446860
description: To authorize your requests you have to select the required tariff

docs/TypesMsgType.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@
151151

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

154+
* `MsgSignalVersion` (value: `"MsgSignalVersion"`)
155+
156+
* `MsgTryUpgrade` (value: `"MsgTryUpgrade"`)
157+
154158

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

model_types_msg_type.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)