types-nora-api 0.0.449 → 0.0.450

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
@@ -1362,8 +1362,8 @@ type FichaTemporariaVisualizacaoDetalhadaDto = {
1362
1362
  nome: string;
1363
1363
  descricao: string | null;
1364
1364
  caminhoAvatar: string;
1365
- classe: ClasseDto | null;
1366
- nivel: NivelDto | null;
1365
+ classe: ClasseDto;
1366
+ nivel: NivelDto;
1367
1367
  detalheSessaoUnicaAmarrada: DetalheSessaoUnicaAmarradaComFichaDto | null;
1368
1368
  idFicha: number;
1369
1369
  };
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.450",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",