types-nora-api 0.0.94 → 0.0.95

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
@@ -560,7 +560,7 @@ interface IUsuario {
560
560
  type UsuarioDto = IUsuario;
561
561
  interface MensagemChatRecebida {
562
562
  salaId: string;
563
- autorId: string;
563
+ idUsuario: number;
564
564
  conteudo: string;
565
565
  timestamp: number;
566
566
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.94",
3
+ "version": "0.0.95",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",