Updating documentation

This commit is contained in:
Documentation Updater 2023-11-11 01:56:19 +00:00
parent 6cb93fc4f9
commit 53dd49a25b
1 changed files with 7 additions and 7 deletions

View File

@ -2944,14 +2944,14 @@ components:
ECPublicKey: ECPublicKey:
type: object type: object
properties: properties:
type:
type: integer
format: int32
publicKeyBytes: publicKeyBytes:
type: array type: array
items: items:
type: string type: string
format: byte format: byte
type:
type: integer
format: int32
ECSignedPreKey: ECSignedPreKey:
type: object type: object
properties: properties:
@ -3483,13 +3483,13 @@ components:
WebSocketClient: WebSocketClient:
type: object type: object
properties: properties:
userAgent:
type: string
open:
type: boolean
createdTimestamp: createdTimestamp:
type: integer type: integer
format: int64 format: int64
open:
type: boolean
userAgent:
type: string
WebSocketSessionContext: WebSocketSessionContext:
type: object type: object
properties: properties: