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 +2 -0
- package/package.json +1 -1
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[];
|