mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-27 22:34:51 +00:00
Merge branch 'stable'
This commit is contained in:
@@ -165,6 +165,9 @@ This file is generated automatically.
|
||||
- [SecurityCode](#securitycode)
|
||||
- [SimplePreference](#simplepreference)
|
||||
- [SimplexLinkType](#simplexlinktype)
|
||||
- [SimplexNameInfo](#simplexnameinfo)
|
||||
- [SimplexNameType](#simplexnametype)
|
||||
- [SimplexTLD](#simplextld)
|
||||
- [SndCIStatusProgress](#sndcistatusprogress)
|
||||
- [SndConnEvent](#sndconnevent)
|
||||
- [SndError](#snderror)
|
||||
@@ -2088,6 +2091,10 @@ SimplexLink:
|
||||
- simplexUri: string
|
||||
- smpHosts: [string]
|
||||
|
||||
SimplexName:
|
||||
- type: "simplexName"
|
||||
- nameInfo: [SimplexNameInfo](#simplexnameinfo)
|
||||
|
||||
Command:
|
||||
- type: "command"
|
||||
- commandStr: string
|
||||
@@ -2328,6 +2335,10 @@ NoRelays:
|
||||
- type: "noRelays"
|
||||
- groupSLinkData_: [GroupShortLinkData](#groupshortlinkdata)?
|
||||
|
||||
UpdateRequired:
|
||||
- type: "updateRequired"
|
||||
- groupSLinkData_: [GroupShortLinkData](#groupshortlinkdata)?
|
||||
|
||||
|
||||
---
|
||||
|
||||
@@ -3434,6 +3445,36 @@ A_QUEUE:
|
||||
- "relay"
|
||||
|
||||
|
||||
---
|
||||
|
||||
## SimplexNameInfo
|
||||
|
||||
**Record type**:
|
||||
- nameType: [SimplexNameType](#simplexnametype)
|
||||
- nameTLD: [SimplexTLD](#simplextld)
|
||||
- domain: string
|
||||
- subDomain: [string]
|
||||
|
||||
|
||||
---
|
||||
|
||||
## SimplexNameType
|
||||
|
||||
**Enum type**:
|
||||
- "publicGroup"
|
||||
- "contact"
|
||||
|
||||
|
||||
---
|
||||
|
||||
## SimplexTLD
|
||||
|
||||
**Enum type**:
|
||||
- "simplex"
|
||||
- "testing"
|
||||
- "web"
|
||||
|
||||
|
||||
---
|
||||
|
||||
## SndCIStatusProgress
|
||||
|
||||
Reference in New Issue
Block a user