types-nora-api 0.0.407 → 0.0.409

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
@@ -1667,6 +1667,8 @@ type PersonagemVisualizacaoDetalhadaDto = {
1667
1667
  tipoPersonagem: TipoPersonagemKey;
1668
1668
  classe: ClasseDto | null;
1669
1669
  nivel: NivelDto | null;
1670
+ usuario: UsuarioVisualizacaoSimplesDto;
1671
+ idFichaVigente: number | null;
1670
1672
  };
1671
1673
  type ResumoPersonagemAventuraSemPersonagemDto = {
1672
1674
  fkPersonagensId: number;
@@ -1945,9 +1947,10 @@ type UsuarioVisualizacaoSimplesDto = {
1945
1947
  username: string;
1946
1948
  };
1947
1949
  type LayoutContextualizadoInicial = {
1948
- readonly titulo?: string;
1950
+ readonly titulo?: string | null;
1949
1951
  readonly escondeFundo?: boolean;
1950
1952
  readonly proporcaoConteudo?: number;
1953
+ readonly esconderMenu?: boolean;
1951
1954
  };
1952
1955
  /**
1953
1956
  * Estrutura persistida da ficha.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.407",
3
+ "version": "0.0.409",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",