[Add] User deletion & migration
This commit is contained in:
parent
486541b948
commit
90666b6db9
1 changed files with 10 additions and 0 deletions
|
|
@ -115,6 +115,15 @@ type_maps:
|
|||
ClientStateAck: 142
|
||||
StateSubscribe: 143
|
||||
SetUserState: 144
|
||||
AttachUserBegin: 145
|
||||
AttachUserChallenge: 146
|
||||
AttachUserComplete: 147
|
||||
ReleaseUserFromIota: 148
|
||||
DeleteUserCredentialBegin: 149
|
||||
DeleteUserCredentialChallenge: 150
|
||||
DeleteUserCredentialComplete: 151
|
||||
EraseHostedUserData: 152
|
||||
EraseHostedUserDataAck: 153
|
||||
|
||||
DataTypes:
|
||||
ErrorType: 32
|
||||
|
|
@ -237,3 +246,4 @@ type_maps:
|
|||
DeletedMessageIds: 152
|
||||
DeletedContactIds: 153
|
||||
MissingUserIds: 154
|
||||
CleanupPending: 155
|
||||
|
|
|
|||
Loading…
Reference in a new issue