mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-28 23:00:09 +00:00
Merge branch 'master' into f/public-groups
This commit is contained in:
@@ -146,6 +146,7 @@ This file is generated automatically.
|
||||
- [Profile](#profile)
|
||||
- [ProxyClientError](#proxyclienterror)
|
||||
- [ProxyError](#proxyerror)
|
||||
- [PublicGroupAccess](#publicgroupaccess)
|
||||
- [PublicGroupData](#publicgroupdata)
|
||||
- [PublicGroupProfile](#publicgroupprofile)
|
||||
- [RCErrorType](#rcerrortype)
|
||||
@@ -157,6 +158,7 @@ This file is generated automatically.
|
||||
- [RcvFileTransfer](#rcvfiletransfer)
|
||||
- [RcvGroupEvent](#rcvgroupevent)
|
||||
- [RcvMsgError](#rcvmsgerror)
|
||||
- [RelayCapabilities](#relaycapabilities)
|
||||
- [RelayProfile](#relayprofile)
|
||||
- [RelayStatus](#relaystatus)
|
||||
- [ReportReason](#reportreason)
|
||||
@@ -165,6 +167,10 @@ This file is generated automatically.
|
||||
- [SecurityCode](#securitycode)
|
||||
- [SimplePreference](#simplepreference)
|
||||
- [SimplexLinkType](#simplexlinktype)
|
||||
- [SimplexNameDomain](#simplexnamedomain)
|
||||
- [SimplexNameInfo](#simplexnameinfo)
|
||||
- [SimplexNameType](#simplexnametype)
|
||||
- [SimplexTLD](#simplextld)
|
||||
- [SndCIStatusProgress](#sndcistatusprogress)
|
||||
- [SndConnEvent](#sndconnevent)
|
||||
- [SndError](#snderror)
|
||||
@@ -2088,6 +2094,10 @@ SimplexLink:
|
||||
- simplexUri: string
|
||||
- smpHosts: [string]
|
||||
|
||||
SimplexName:
|
||||
- type: "simplexName"
|
||||
- nameInfo: [SimplexNameInfo](#simplexnameinfo)
|
||||
|
||||
Command:
|
||||
- type: "command"
|
||||
- commandStr: string
|
||||
@@ -2329,6 +2339,10 @@ NoRelays:
|
||||
- type: "noRelays"
|
||||
- groupSLinkData_: [GroupShortLinkData](#groupshortlinkdata)?
|
||||
|
||||
UpdateRequired:
|
||||
- type: "updateRequired"
|
||||
- groupSLinkData_: [GroupShortLinkData](#groupshortlinkdata)?
|
||||
|
||||
|
||||
---
|
||||
|
||||
@@ -2485,6 +2499,7 @@ NoRelays:
|
||||
- userChatRelay: [UserChatRelay](#userchatrelay)
|
||||
- relayStatus: [RelayStatus](#relaystatus)
|
||||
- relayLink: string?
|
||||
- relayCap: [RelayCapabilities](#relaycapabilities)
|
||||
|
||||
|
||||
---
|
||||
@@ -3055,6 +3070,17 @@ NO_SESSION:
|
||||
- type: "NO_SESSION"
|
||||
|
||||
|
||||
---
|
||||
|
||||
## PublicGroupAccess
|
||||
|
||||
**Record type**:
|
||||
- groupWebPage: string?
|
||||
- groupDomain: string?
|
||||
- domainWebPage: bool
|
||||
- allowEmbedding: bool
|
||||
|
||||
|
||||
---
|
||||
|
||||
## PublicGroupData
|
||||
@@ -3071,6 +3097,7 @@ NO_SESSION:
|
||||
- groupType: [GroupType](#grouptype)
|
||||
- groupLink: string
|
||||
- publicGroupId: string
|
||||
- publicGroupAccess: [PublicGroupAccess](#publicgroupaccess)?
|
||||
|
||||
|
||||
---
|
||||
@@ -3328,6 +3355,14 @@ ParseError:
|
||||
- parseError: string
|
||||
|
||||
|
||||
---
|
||||
|
||||
## RelayCapabilities
|
||||
|
||||
**Record type**:
|
||||
- webDomain: string?
|
||||
|
||||
|
||||
---
|
||||
|
||||
## RelayProfile
|
||||
@@ -3435,6 +3470,44 @@ A_QUEUE:
|
||||
- "relay"
|
||||
|
||||
|
||||
---
|
||||
|
||||
## SimplexNameDomain
|
||||
|
||||
**Record type**:
|
||||
- nameTLD: [SimplexTLD](#simplextld)
|
||||
- domain: string
|
||||
- subDomain: [string]
|
||||
|
||||
|
||||
---
|
||||
|
||||
## SimplexNameInfo
|
||||
|
||||
**Record type**:
|
||||
- nameType: [SimplexNameType](#simplexnametype)
|
||||
- nameDomain: [SimplexNameDomain](#simplexnamedomain)
|
||||
|
||||
|
||||
---
|
||||
|
||||
## SimplexNameType
|
||||
|
||||
**Enum type**:
|
||||
- "publicGroup"
|
||||
- "contact"
|
||||
|
||||
|
||||
---
|
||||
|
||||
## SimplexTLD
|
||||
|
||||
**Enum type**:
|
||||
- "simplex"
|
||||
- "testing"
|
||||
- "web"
|
||||
|
||||
|
||||
---
|
||||
|
||||
## SndCIStatusProgress
|
||||
|
||||
Reference in New Issue
Block a user