types-nora-api 0.0.52 → 0.0.53

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
@@ -364,6 +364,7 @@ type ObjetoFicha = {
364
364
  classe: {
365
365
  id: number;
366
366
  };
367
+ detalhe: DetalheFicha;
367
368
  };
368
369
  type FichaDeJogo = {
369
370
  atributos: AtributoFicha[];
@@ -611,6 +612,7 @@ type ObjetoPendeciaPersonagem = {
611
612
  type TipoVariavelAmbiente = 'boolean' | 'string' | 'number';
612
613
  type ObjetoGanhosEvolucao = {
613
614
  personagem: PersonagemDto;
615
+ fichaDeJogoVigente: FichaDeJogo;
614
616
  listaReferenciaTodosAtributos: AtributoDto[];
615
617
  listaReferenciaTodasPericias: PericiaDto[];
616
618
  listaReferenciaTodasPatentes: PatentePericiaDto[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.52",
3
+ "version": "0.0.53",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",