types-nora-api 0.0.401 → 0.0.402
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/classes.d.ts +1 -0
- package/package.json +1 -1
package/dist/classes.d.ts
CHANGED
|
@@ -2087,6 +2087,7 @@ type LogicaJogoUsuario_ObjetoInicialSalaDto__Narrador = {
|
|
|
2087
2087
|
type LogicaJogoUsuario_ObjetoInicialSalaDto__Jogador = {
|
|
2088
2088
|
tipoParticipante: SalaDeJogo_TipoParticipante.JOGADOR;
|
|
2089
2089
|
idFicha: number;
|
|
2090
|
+
caminhoAvatar: string;
|
|
2090
2091
|
};
|
|
2091
2092
|
type SalaDeJogo_SessaoDto = {
|
|
2092
2093
|
idSessao: number;
|