From 909b3977cb6a233e74a925eb467412fb384844bc Mon Sep 17 00:00:00 2001 From: Alex Emmet <111742636+Alex-Emmet@users.noreply.github.com> Date: Wed, 2 Sep 2026 22:17:08 +0200 Subject: [PATCH] Add invitation provisioning protocol types --- type-maps.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/type-maps.yaml b/type-maps.yaml index 8fc0274..f5bdc03 100644 --- a/type-maps.yaml +++ b/type-maps.yaml @@ -144,6 +144,10 @@ type_maps: ReceiptPolicyChanged: 171 MessageStoragePolicyChanged: 172 BlockedUsersChanged: 173 + CreateUserInvitation: 174 + RedeemUserInvitation: 175 + ProvisionIotaUser: 176 + AcknowledgeIotaUserProvision: 177 DataTypes: ErrorType: 32 @@ -292,3 +296,8 @@ type_maps: MessageHistoryMode: 181 MessageRetentionDuration: 182 Deleted: 183 + InvitationId: 184 + InvitationToken: 185 + InvitationTokenHash: 186 + InvitationExpiresAt: 187 + InvitationState: 188