types-nora-api 0.0.449 → 0.0.451

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
@@ -31,6 +31,10 @@ declare const ARQUIVOS_INTERNOS: {
31
31
  readonly caminhoArquivo: "RecursosInternos/cce6bdea-0aee-4424-86a1-36a5279cee0d.webp";
32
32
  readonly id: 69;
33
33
  };
34
+ readonly GUIA_AVATAR: {
35
+ readonly caminhoArquivo: "RecursosInternos/184b10c9-dcc9-491d-9141-96c9e724c777.webp";
36
+ readonly id: 94;
37
+ };
34
38
  readonly IMAGENS_CLASSES__DOMINANTE: {
35
39
  readonly caminhoArquivo: "RecursosInternos/c2dea8b3-18bd-4860-850f-30affcd9b9e6.webp";
36
40
  readonly id: 65;
@@ -1362,8 +1366,8 @@ type FichaTemporariaVisualizacaoDetalhadaDto = {
1362
1366
  nome: string;
1363
1367
  descricao: string | null;
1364
1368
  caminhoAvatar: string;
1365
- classe: ClasseDto | null;
1366
- nivel: NivelDto | null;
1369
+ classe: ClasseDto;
1370
+ nivel: NivelDto;
1367
1371
  detalheSessaoUnicaAmarrada: DetalheSessaoUnicaAmarradaComFichaDto | null;
1368
1372
  idFicha: number;
1369
1373
  };
package/dist/classes.js CHANGED
@@ -12,6 +12,7 @@ const ARQUIVOS_INTERNOS = {
12
12
  BOTAO_CRIACAO__PERSONAGEM__IMAGEM__COPIA: { caminhoArquivo: 'RecursosInternos/432f9fac-a4dd-4f7a-9aad-dc69b8452543.webp', id: 84 },
13
13
  BOTAO_CRIACAO__PERSONAGEM__IMAGEM__NOVO: { caminhoArquivo: 'RecursosInternos/6f88f8e2-ad3d-45ae-bbb9-6a3eae43b3cf.webp', id: 83 },
14
14
  CARD_ACESSAR: { caminhoArquivo: 'RecursosInternos/cce6bdea-0aee-4424-86a1-36a5279cee0d.webp', id: 69 },
15
+ GUIA_AVATAR: { caminhoArquivo: 'RecursosInternos/184b10c9-dcc9-491d-9141-96c9e724c777.webp', id: 94 },
15
16
  IMAGENS_CLASSES__DOMINANTE: { caminhoArquivo: 'RecursosInternos/c2dea8b3-18bd-4860-850f-30affcd9b9e6.webp', id: 65 },
16
17
  IMAGENS_CLASSES__MARCADO: { caminhoArquivo: 'RecursosInternos/47bc5d7f-0dbc-4be5-a793-5773c25f93f7.webp', id: 67 },
17
18
  IMAGENS_CLASSES__VERSATIL: { caminhoArquivo: 'RecursosInternos/4a72a81c-d084-4cca-9411-df93c85514ae.webp', id: 66 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.449",
3
+ "version": "0.0.451",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",