types-nora-api 0.0.408 → 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
@@ -1668,6 +1668,7 @@ type PersonagemVisualizacaoDetalhadaDto = {
1668
1668
  classe: ClasseDto | null;
1669
1669
  nivel: NivelDto | null;
1670
1670
  usuario: UsuarioVisualizacaoSimplesDto;
1671
+ idFichaVigente: number | null;
1671
1672
  };
1672
1673
  type ResumoPersonagemAventuraSemPersonagemDto = {
1673
1674
  fkPersonagensId: number;
@@ -1946,9 +1947,10 @@ type UsuarioVisualizacaoSimplesDto = {
1946
1947
  username: string;
1947
1948
  };
1948
1949
  type LayoutContextualizadoInicial = {
1949
- readonly titulo?: string;
1950
+ readonly titulo?: string | null;
1950
1951
  readonly escondeFundo?: boolean;
1951
1952
  readonly proporcaoConteudo?: number;
1953
+ readonly esconderMenu?: boolean;
1952
1954
  };
1953
1955
  /**
1954
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.408",
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",