types-nora-api 0.0.68 → 0.0.69
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 +4 -0
- package/package.json +1 -1
package/dist/classes.d.ts
CHANGED
|
@@ -385,6 +385,10 @@ type FichaDeJogo = {
|
|
|
385
385
|
estatisticasDanificaveis: EstatisticaDanificavelFicha[];
|
|
386
386
|
detalhe: DetalheFicha;
|
|
387
387
|
classe: ClasseDto;
|
|
388
|
+
detalhesUsoEvolucaoPericiasLivres: {
|
|
389
|
+
idPericia: number;
|
|
390
|
+
idPatente: number;
|
|
391
|
+
}[];
|
|
388
392
|
};
|
|
389
393
|
type AtributoFicha = {
|
|
390
394
|
atributo: AtributoDto;
|