types-nora-api 0.0.312 → 0.0.313

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
@@ -1558,10 +1558,6 @@ declare namespace EventosWebSocket {
1558
1558
  codigoSala: SalaDeJogo_Codigo;
1559
1559
  };
1560
1560
  };
1561
- prototipoEnviaMensagem: {
1562
- tipo: "envia";
1563
- payload: {};
1564
- };
1565
1561
  emitirEstouEmJogo: {
1566
1562
  tipo: "emite";
1567
1563
  payload: {};
@@ -1833,16 +1829,7 @@ declare const Eventos_Envia: {
1833
1829
  };
1834
1830
  };
1835
1831
  readonly Jogo: {
1836
- eventos: {
1837
- prototipoEnviaMensagem: {
1838
- tipo: "envia";
1839
- payload: {};
1840
- } & {
1841
- readonly nome: "prototipoEnviaMensagem";
1842
- readonly gateway: "Jogo";
1843
- readonly fullName: "Jogo:prototipoEnviaMensagem";
1844
- };
1845
- };
1832
+ eventos: {};
1846
1833
  };
1847
1834
  readonly UsuariosConectados: {
1848
1835
  eventos: {};
package/dist/classes.js CHANGED
@@ -237,10 +237,6 @@ var EventosWebSocket;
237
237
  payload: { idSessao: 0 },
238
238
  response: { codigoSala: {} },
239
239
  },
240
- prototipoEnviaMensagem: {
241
- tipo: 'envia',
242
- payload: {},
243
- },
244
240
  emitirEstouEmJogo: {
245
241
  tipo: 'emite',
246
242
  payload: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.312",
3
+ "version": "0.0.313",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",