types-nora-api 0.0.156 → 0.0.157

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
@@ -822,7 +822,7 @@ declare namespace EventosWebSocket {
822
822
  usuarioId: number;
823
823
  };
824
824
  response: {
825
- listaSalas: string;
825
+ listaSalas: SalaChatFront[];
826
826
  };
827
827
  };
828
828
  emitirMensagem: {
@@ -1169,7 +1169,7 @@ declare const Eventos_EnviaERecebe: {
1169
1169
  usuarioId: number;
1170
1170
  };
1171
1171
  response: {
1172
- listaSalas: string;
1172
+ listaSalas: SalaChatFront[];
1173
1173
  };
1174
1174
  } & {
1175
1175
  readonly nome: "emitirSalas";
package/dist/classes.js CHANGED
@@ -86,7 +86,7 @@ var EventosWebSocket;
86
86
  emitirSalas: {
87
87
  tipo: 'envia-e-recebe',
88
88
  payload: { usuarioId: 0 },
89
- response: { listaSalas: 'a' }
89
+ response: { listaSalas: [] }
90
90
  },
91
91
  emitirMensagem: {
92
92
  tipo: 'emite',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.156",
3
+ "version": "0.0.157",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",