types-nora-api 0.0.126 → 0.0.127

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
@@ -561,6 +561,7 @@ interface IDetalheRascunhoSessaoUnica {
561
561
  rascunho: RascunhoDto;
562
562
  tipoSessao: TipoSessaoDto;
563
563
  dificuldadeSessao: DificuldadeSessaoDto;
564
+ sessoesUnicas: DetalheSessaoUnicaDto[];
564
565
  nivelPersonagem: NivelDto;
565
566
  numeroMinimoJogadores: number;
566
567
  numeroMaximoJogadores: number | null;
@@ -573,6 +574,7 @@ interface IDetalheRascunhoSessaoUnicaCanonica {
573
574
  rascunho: RascunhoDto;
574
575
  tipoSessao: TipoSessaoDto;
575
576
  dificuldadeSessao: DificuldadeSessaoDto;
577
+ sessaoUnica: DetalheSessaoUnicaDto;
576
578
  descricao: Record<string, any>;
577
579
  dataAtualizacao: Date;
578
580
  }
@@ -586,7 +588,6 @@ interface IRascunho {
586
588
  detalheRascunhoSessaoUnica: DetalheRascunhoSessaoUnicaDto | null;
587
589
  titulo: string;
588
590
  dataCriacao: Date;
589
- possuiDetalhesConfigurados: boolean;
590
591
  detalheUtilizacaoRascunho: DetalheUtilizacaoRascunho;
591
592
  }
592
593
  type RascunhoDto = IRascunho;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.126",
3
+ "version": "0.0.127",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",