Merge branch 'stable'

This commit is contained in:
Evgeny Poberezkin
2026-05-28 23:19:54 +01:00
35 changed files with 1023 additions and 222 deletions
+41
View File
@@ -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