Consolidate type maps into v1.0
This commit is contained in:
parent
f3c5037b0a
commit
f4e45aa3a3
1 changed files with 10 additions and 253 deletions
263
type-maps.yaml
263
type-maps.yaml
|
|
@ -1,4 +1,4 @@
|
|||
protocol_version: "1.1"
|
||||
protocol_version: "1.0"
|
||||
|
||||
type_maps:
|
||||
"1.0":
|
||||
|
|
@ -123,6 +123,11 @@ type_maps:
|
|||
DeleteUserCredentialComplete: 150
|
||||
EraseHostedUserData: 151
|
||||
EraseHostedUserDataAck: 152
|
||||
SyncedSettingSet: 153
|
||||
SyncedSettingGet: 154
|
||||
SyncedSettingDelete: 155
|
||||
SyncedSettingsList: 156
|
||||
SyncedSettingChanged: 157
|
||||
|
||||
DataTypes:
|
||||
ErrorType: 32
|
||||
|
|
@ -253,255 +258,7 @@ type_maps:
|
|||
ClientReceivedRecordedAt: 163
|
||||
ReadAt: 164
|
||||
ReadRecordedAt: 165
|
||||
"1.1":
|
||||
CommunicationTypes:
|
||||
ErrorProtocol: 33
|
||||
ErrorAnonymous: 34
|
||||
ErrorInternal: 35
|
||||
ErrorInvalidData: 36
|
||||
ErrorInvalidUserId: 37
|
||||
ErrorInvalidOmikronId: 38
|
||||
ErrorNotFound: 39
|
||||
ErrorNotAuthenticated: 40
|
||||
ErrorNoIota: 41
|
||||
ErrorInvalidChallenge: 42
|
||||
ErrorInvalidSecret: 43
|
||||
ErrorInvalidPrivateKey: 44
|
||||
ErrorInvalidPublicKey: 45
|
||||
ErrorNoUserId: 46
|
||||
ErrorNoCallId: 47
|
||||
ErrorInvalidCallId: 48
|
||||
Success: 49
|
||||
ShortenLink: 50
|
||||
SettingsSave: 51
|
||||
SettingsLoad: 52
|
||||
SettingsList: 53
|
||||
GlobalSettingsSave: 54
|
||||
GlobalSettingsLoad: 55
|
||||
Message: 56
|
||||
MessageState: 57
|
||||
MessageSend: 58
|
||||
MessageLive: 59
|
||||
MessageOtherIota: 60
|
||||
MessageChunk: 61
|
||||
MessageGet: 62
|
||||
MessagesGet: 63
|
||||
MessageDelete: 64
|
||||
PushNotification: 65
|
||||
ReadNotification: 66
|
||||
GetNotifications: 67
|
||||
TauriIdentification: 68
|
||||
ChangeConfirm: 69
|
||||
ConfirmReceive: 70
|
||||
ConfirmRead: 71
|
||||
GetChats: 72
|
||||
GetStates: 73
|
||||
AddCommunity: 74
|
||||
RemoveCommunity: 75
|
||||
GetCommunities: 76
|
||||
RegisterIota: 77
|
||||
RegisterIotaSuccess: 78
|
||||
AddConversation: 79
|
||||
SendChat: 80
|
||||
ClientChanged: 81
|
||||
ClientConnected: 82
|
||||
ClientDisconnected: 83
|
||||
ClientClosed: 84
|
||||
PublicKey: 85
|
||||
PrivateKey: 86
|
||||
WebrtcSdp: 87
|
||||
WebrtcIce: 88
|
||||
StartStream: 89
|
||||
EndStream: 90
|
||||
WatchStream: 91
|
||||
CallToken: 92
|
||||
CallInvite: 93
|
||||
CallDisconnectUser: 94
|
||||
CallTimeoutUser: 95
|
||||
CallSetAnonymousJoining: 96
|
||||
CallData: 97
|
||||
EndCall: 98
|
||||
Function: 99
|
||||
Update: 100
|
||||
CreateUser: 101
|
||||
RhoUpdate: 102
|
||||
UserConnected: 103
|
||||
UserDisconnected: 104
|
||||
IotaConnected: 105
|
||||
IotaDisconnected: 106
|
||||
SyncClientIotaStatus: 107
|
||||
GetUserData: 108
|
||||
GetIotaData: 109
|
||||
IotaUserData: 110
|
||||
ChangeUserData: 111
|
||||
ChangeIotaData: 112
|
||||
GetRegister: 113
|
||||
CompleteRegisterUser: 114
|
||||
CompleteRegisterIota: 115
|
||||
DeleteUser: 116
|
||||
DeleteIota: 117
|
||||
StartRegister: 118
|
||||
CompleteRegister: 119
|
||||
GetApp: 120
|
||||
CreateApp: 121
|
||||
DeleteApp: 122
|
||||
SaveAppData: 123
|
||||
LoadAppData: 124
|
||||
AppIdentification: 125
|
||||
AppChallenge: 126
|
||||
AppChallengeResponse: 127
|
||||
AppIdentificationResponse: 128
|
||||
LoadTxtRecord: 129
|
||||
ErrorNotSet: 130
|
||||
SetChatSecret: 131
|
||||
GetChatSecret: 132
|
||||
ChatSecretResponse: 133
|
||||
ChatSecretForward: 134
|
||||
MessageEditLive: 135
|
||||
MessageEdit: 136
|
||||
MessageReactionAdd: 137
|
||||
MessageReactionRemove: 138
|
||||
MessageReactionLive: 139
|
||||
MessageDeleteLive: 140
|
||||
ClientStateSync: 141
|
||||
ClientStateAck: 142
|
||||
StateSubscribe: 143
|
||||
AttachUserBegin: 144
|
||||
AttachUserChallenge: 145
|
||||
AttachUserComplete: 146
|
||||
ReleaseUserFromIota: 147
|
||||
DeleteUserCredentialBegin: 148
|
||||
DeleteUserCredentialChallenge: 149
|
||||
DeleteUserCredentialComplete: 150
|
||||
EraseHostedUserData: 151
|
||||
EraseHostedUserDataAck: 152
|
||||
|
||||
DataTypes:
|
||||
ErrorType: 32
|
||||
ErrorProtocol: 33
|
||||
AcceptedIds: 34
|
||||
Uuid: 35
|
||||
RegisterId: 36
|
||||
Link: 37
|
||||
Settings: 38
|
||||
SettingsName: 39
|
||||
ChatPartnerId: 40
|
||||
ChatPartnerName: 41
|
||||
IotaId: 42
|
||||
UserId: 43
|
||||
UserIds: 44
|
||||
IotaIds: 45
|
||||
UserState: 46
|
||||
UserStates: 47
|
||||
UserPings: 48
|
||||
CallState: 49
|
||||
ScreenShare: 50
|
||||
PrivateKeyHash: 51
|
||||
AcceptedProfiles: 52
|
||||
DeniedProfiles: 53
|
||||
Messages: 55
|
||||
Notifications: 56
|
||||
SendTime: 57
|
||||
GetTime: 58
|
||||
GetVariant: 59
|
||||
SharedSecretOwn: 60
|
||||
SharedSecretOther: 61
|
||||
SharedSecretSign: 62
|
||||
SharedSecret: 63
|
||||
CallId: 64
|
||||
CallToken: 65
|
||||
CallSecret: 66
|
||||
Untill: 67
|
||||
Enabled: 68
|
||||
StartDate: 69
|
||||
EndDate: 70
|
||||
ReceiverId: 71
|
||||
SenderId: 72
|
||||
Signed: 73
|
||||
Message: 74
|
||||
MessageState: 75
|
||||
Matches: 79
|
||||
Omikron: 80
|
||||
Offset: 81
|
||||
Amount: 82
|
||||
Position: 83
|
||||
Name: 84
|
||||
Path: 85
|
||||
Codec: 86
|
||||
Function: 87
|
||||
Payload: 88
|
||||
Result: 89
|
||||
Interactables: 90
|
||||
WantToWatch: 91
|
||||
Watcher: 92
|
||||
Username: 94
|
||||
Display: 95
|
||||
Avatar: 96
|
||||
About: 97
|
||||
Status: 98
|
||||
PublicKey: 99
|
||||
SubLevel: 100
|
||||
SubEnd: 101
|
||||
CommunityAddress: 102
|
||||
CommunityTitle: 103
|
||||
Communities: 104
|
||||
RhoConnections: 105
|
||||
User: 106
|
||||
OnlineStatus: 107
|
||||
OmikronId: 108
|
||||
OmikronConnections: 109
|
||||
ResetToken: 110
|
||||
NewToken: 111
|
||||
CallInvited: 112
|
||||
CallMembers: 113
|
||||
Calls: 114
|
||||
Timeout: 115
|
||||
HasAdmin: 116
|
||||
LastMessageAt: 117
|
||||
Height: 118
|
||||
SentBySelf: 119
|
||||
SessionId: 120
|
||||
Contacts: 121
|
||||
LastMessage: 122
|
||||
AppIdentifier: 123
|
||||
AppPrivateKey: 124
|
||||
AppPublicKey: 125
|
||||
AppSession: 126
|
||||
AppData: 127
|
||||
TauriToken: 128
|
||||
Challenge: 129
|
||||
EncryptedPayload: 130
|
||||
SecurePayload: 131
|
||||
DeviceId: 132
|
||||
ClientId: 133
|
||||
SecretId: 134
|
||||
VersionNumber: 135
|
||||
EncryptedSecret: 136
|
||||
WrappingScheme: 137
|
||||
UpdatedAt: 138
|
||||
ChatId: 139
|
||||
KemCiphertext: 140
|
||||
SenderUserId: 141
|
||||
RecipientUserId: 142
|
||||
Recipients: 143
|
||||
Edited: 144
|
||||
Reactions: 145
|
||||
Reaction: 146
|
||||
ReplyId: 147
|
||||
CacheValid: 148
|
||||
CacheSchemaVersion: 149
|
||||
SyncMode: 150
|
||||
DeletedMessageIds: 152
|
||||
DeletedContactIds: 153
|
||||
MissingUserIds: 154
|
||||
CleanupPending: 155
|
||||
RelayMessageId: 156
|
||||
EventAt: 157
|
||||
RelayAcceptedAt: 158
|
||||
AuthoredAt: 159
|
||||
OriginIotaReceivedAt: 160
|
||||
DestinationIotaReceivedAt: 161
|
||||
ClientReceivedAt: 162
|
||||
ClientReceivedRecordedAt: 163
|
||||
ReadAt: 164
|
||||
ReadRecordedAt: 165
|
||||
SettingId: 166
|
||||
SettingScope: 167
|
||||
SettingTarget: 168
|
||||
DeletedSettingIds: 169
|
||||
|
|
|
|||
Loading…
Reference in a new issue