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 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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.42",
3
+ "version": "0.0.43",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",