types-nora-api 0.0.318 → 0.0.319
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 +1 -2
- package/package.json +1 -1
package/dist/classes.d.ts
CHANGED
|
@@ -2141,8 +2141,7 @@ type ObjetoPendeciaPersonagem = {
|
|
|
2141
2141
|
type TipoVariavelAmbiente = 'boolean' | 'string' | 'number';
|
|
2142
2142
|
type ObjetoEvolucaoCompleto = ObjetoEvolucao & ObjetoGanhosEvolucao;
|
|
2143
2143
|
type ObjetoEvolucao = {
|
|
2144
|
-
|
|
2145
|
-
nivelDoProcedimento: NivelDto;
|
|
2144
|
+
ficha: FichaDto;
|
|
2146
2145
|
};
|
|
2147
2146
|
type ObjetoGanhosEvolucao = {
|
|
2148
2147
|
listaGanhos: GanhoNivelClasseDto[];
|