types-nora-api 0.0.42 → 0.0.43
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
|
@@ -187,6 +187,7 @@ type DadosGanho_PontosHabilidadeElemental = {
|
|
|
187
187
|
interface ITipoGanhoNivel {
|
|
188
188
|
id: number;
|
|
189
189
|
nome: string;
|
|
190
|
+
ordem: number;
|
|
190
191
|
}
|
|
191
192
|
type TipoGanhoNivelDto = ITipoGanhoNivel;
|
|
192
193
|
interface IGeracao {
|
|
@@ -322,6 +323,7 @@ interface IPatentePericia {
|
|
|
322
323
|
bonusPatente: number;
|
|
323
324
|
descricao: string;
|
|
324
325
|
cor: string;
|
|
326
|
+
nomeAbreviado: string;
|
|
325
327
|
}
|
|
326
328
|
type PatentePericiaDto = IPatentePericia;
|
|
327
329
|
interface IPericia {
|