types-nora-api 0.0.377 → 0.0.378

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
@@ -2034,7 +2034,10 @@ type SalaDeJogo_SessaoDto = {
2034
2034
  };
2035
2035
  type SalaDeJogo_JogadorDto = {
2036
2036
  idUsuario: number;
2037
- idPersonagem: number | null;
2037
+ personagem: {
2038
+ id: number;
2039
+ caminhoAvatarPersonagem: string;
2040
+ } | null;
2038
2041
  idFicha: number;
2039
2042
  };
2040
2043
  type MenuItemNode = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.377",
3
+ "version": "0.0.378",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",