types-nora-api 0.0.454 → 0.0.456

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
@@ -1690,10 +1690,11 @@ type PerfilMestreCompletaDto = {
1690
1690
  descricao: string;
1691
1691
  };
1692
1692
  type AvatarPersonagemDto = {
1693
- id: number;
1693
+ idChaveNovoAvatar: number;
1694
1694
  descricao: string;
1695
1695
  caminhoArquivo: string | null;
1696
1696
  dataMomentoCanonico: Date | null;
1697
+ avatarEstaConfigurado: boolean;
1697
1698
  };
1698
1699
  type FichaPersonagemSemFichaDto = {
1699
1700
  fkPersonagensId: number;
@@ -1752,8 +1753,8 @@ type PersonagemExibicaoDto = {
1752
1753
  type VIEW_LISTAGEM_GerenciamentoAvataresPersonagemDto = {
1753
1754
  id: number;
1754
1755
  nome: string;
1755
- caminhoAvatarPrincipal: string;
1756
1756
  avatares: AvatarPersonagemDto[];
1757
+ avatarAtual: string;
1757
1758
  };
1758
1759
  type PersonagemAvatarDto = {
1759
1760
  idPersonagem: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.454",
3
+ "version": "0.0.456",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",