types-nora-api 0.0.348 → 0.0.349

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
@@ -1021,6 +1021,7 @@ interface IDetalheSessaoUnica {
1021
1021
  sessao: SessaoDto;
1022
1022
  rascunho?: RascunhoDto;
1023
1023
  usuarioMestre: UsuarioDto;
1024
+ imagemCapa?: ArquivoDto | null;
1024
1025
  participantesSessaoUnica: ParticipanteSessaoUnicaDto[];
1025
1026
  }
1026
1027
  type DetalheSessaoUnicaDto = IDetalheSessaoUnica;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.348",
3
+ "version": "0.0.349",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",