types-nora-api 0.0.37 → 0.0.38

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
@@ -350,11 +350,12 @@ interface IPersonagem {
350
350
  resumosPersonagemAventura: ResumoPersonagemAventuraDto[] | null;
351
351
  fichas: FichaPersonagemDto[] | null;
352
352
  caminhoAvatar: string;
353
+ fichaVigente: FichaPersonagemDto | null;
354
+ fichaPendente: FichaPersonagemDto | null;
353
355
  pendencias: ObjetoPendeciaPersonagem;
354
356
  indexEstadoOcupacaoAtual: EstadoOcupacaoPersonagem;
355
357
  mensagemEstadoOcupacao: string;
356
358
  tempoProximaSessaoPersonagem: string | undefined;
357
- fichaVigente: FichaPersonagemDto | null;
358
359
  }
359
360
  type PersonagemDto = IPersonagem;
360
361
  interface IResumoPersonagemAventura {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.37",
3
+ "version": "0.0.38",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",