types-nora-api 0.0.125 → 0.0.126

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
@@ -123,6 +123,7 @@ interface IDetalheSessaoUnica {
123
123
  sessao: SessaoDto;
124
124
  detalheRascunhoSessaoUnica: DetalheRascunhoSessaoUnicaCanonicaDto;
125
125
  usuarioMestre: UsuarioDto;
126
+ participantesSessaoUnica: ParticipanteSessaoUnicaDto[];
126
127
  }
127
128
  type DetalheSessaoUnicaDto = IDetalheSessaoUnica;
128
129
  interface IParticipanteSessaoUnica {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.125",
3
+ "version": "0.0.126",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",