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 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.401",
3
+ "version": "0.0.402",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",