types-nora-api 0.0.388 → 0.0.389

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
@@ -2439,7 +2439,7 @@ declare namespace EventosWebSocket {
2439
2439
  tipo: "emite";
2440
2440
  payload: {};
2441
2441
  response: {
2442
- estouEmJogo: ObjetoEstouEmJogoDto;
2442
+ objetoEstouEmJogo: ObjetoEstouEmJogoDto;
2443
2443
  };
2444
2444
  delivery: "perRecipient";
2445
2445
  };
@@ -2774,7 +2774,7 @@ declare const Eventos_Emite: {
2774
2774
  tipo: "emite";
2775
2775
  payload: {};
2776
2776
  response: {
2777
- estouEmJogo: ObjetoEstouEmJogoDto;
2777
+ objetoEstouEmJogo: ObjetoEstouEmJogoDto;
2778
2778
  };
2779
2779
  delivery: "perRecipient";
2780
2780
  } & {
package/dist/classes.js CHANGED
@@ -363,7 +363,7 @@ var EventosWebSocket;
363
363
  emitirEstouEmJogo: {
364
364
  tipo: 'emite',
365
365
  payload: {},
366
- response: { estouEmJogo: {} },
366
+ response: { objetoEstouEmJogo: {} },
367
367
  delivery: 'perRecipient',
368
368
  },
369
369
  emitirSessaoEmAndamento: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.388",
3
+ "version": "0.0.389",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",