From c9deb8e411fe6790baa7b13edcf76c9f573bc0c2 Mon Sep 17 00:00:00 2001 From: Alex Emmet <111742636+Alex-Emmet@users.noreply.github.com> Date: Mon, 6 Jul 2026 23:50:13 +0200 Subject: [PATCH] types --- type-maps.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/type-maps.yaml b/type-maps.yaml index 6d51730..0eebb7f 100644 --- a/type-maps.yaml +++ b/type-maps.yaml @@ -99,6 +99,11 @@ type_maps: AppChallengeResponse: 133 AppIdentificationResponse: 134 LoadTxtRecord: 135 + ErrorNotSet: 136 + SetChatSecret: 139 + GetChatSecret: 140 + ChatSecretResponse: 141 + ChatSecretForward: 142 DataTypes: ErrorType: 32 ErrorProtocol: 33 @@ -198,3 +203,19 @@ type_maps: AppSession: 130 AppData: 131 TauriToken: 132 + Challenge: 133 + EncryptedPayload: 134 + SecurePayload: 135 + DeviceId: 136 + ClientId: 137 + SecretId: 142 + VersionNumber: 143 + EncryptedSecret: 144 + WrappingScheme: 146 + UpdatedAt: 147 + ChatId: 148 + KemCiphertext: 149 + SenderUserId: 152 + RecipientUserId: 153 + Recipients: 154 + ReplyId: 155