types-nora-api 0.0.454 → 0.0.455
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 +2 -1
- package/package.json +1 -1
package/dist/classes.d.ts
CHANGED
|
@@ -1694,6 +1694,7 @@ type AvatarPersonagemDto = {
|
|
|
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;
|