In #147 we need to use RoomId and Credentials on the Jason side, so it was decided to move this newtypes from medea crate to the medea-client-api-proto.
Solution
Move RoomId to the medea-client-api-proto and use this newtype instead of old newtype.
Add Credentials newtype to the medea-client-api-proto and use it.
Part of #27
Required for #147
Synopsis
In #147 we need to use
RoomId
andCredentials
on the Jason side, so it was decided to move this newtypes frommedea
crate to themedea-client-api-proto
.Solution
Move
RoomId
to themedea-client-api-proto
and use this newtype instead of old newtype.Add
Credentials
newtype to themedea-client-api-proto
and use it.Checklist
Draft:
prefixk::
labels appliedDraft:
prefix is removed