types-nora-api 0.0.435 → 0.0.436

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
@@ -2580,10 +2580,6 @@ declare namespace EventosWebSocket {
2580
2580
  };
2581
2581
  delivery: "broadcast";
2582
2582
  };
2583
- executaTestePericia_PROTOTIPO: {
2584
- tipo: "envia";
2585
- payload: PAYLOAD__ExecutaTestePericia_PROTOTIPO;
2586
- };
2587
2583
  NARRADOR_executaAcaoParticipante_PROTOTIPO: {
2588
2584
  tipo: "envia";
2589
2585
  payload: PAYLOAD__NARRADOR_executaAcaoParticipante_PROTOTIPO;
@@ -2855,14 +2851,6 @@ declare const Eventos_Envia: {
2855
2851
  };
2856
2852
  readonly Jogo: {
2857
2853
  eventos: {
2858
- executaTestePericia_PROTOTIPO: {
2859
- tipo: "envia";
2860
- payload: PAYLOAD__ExecutaTestePericia_PROTOTIPO;
2861
- } & {
2862
- readonly nome: "executaTestePericia_PROTOTIPO";
2863
- readonly gateway: "Jogo";
2864
- readonly fullName: "Jogo:executaTestePericia_PROTOTIPO";
2865
- };
2866
2854
  NARRADOR_executaAcaoParticipante_PROTOTIPO: {
2867
2855
  tipo: "envia";
2868
2856
  payload: PAYLOAD__NARRADOR_executaAcaoParticipante_PROTOTIPO;
package/dist/classes.js CHANGED
@@ -405,10 +405,6 @@ var EventosWebSocket;
405
405
  response: { salas: [] },
406
406
  delivery: 'broadcast',
407
407
  },
408
- executaTestePericia_PROTOTIPO: {
409
- tipo: 'envia',
410
- payload: {},
411
- },
412
408
  NARRADOR_executaAcaoParticipante_PROTOTIPO: {
413
409
  tipo: 'envia',
414
410
  payload: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.435",
3
+ "version": "0.0.436",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",