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 +2 -2
- package/dist/classes.js +1 -1
- package/package.json +1 -1
package/dist/classes.d.ts
CHANGED
|
@@ -2439,7 +2439,7 @@ declare namespace EventosWebSocket {
|
|
|
2439
2439
|
tipo: "emite";
|
|
2440
2440
|
payload: {};
|
|
2441
2441
|
response: {
|
|
2442
|
-
|
|
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
|
-
|
|
2777
|
+
objetoEstouEmJogo: ObjetoEstouEmJogoDto;
|
|
2778
2778
|
};
|
|
2779
2779
|
delivery: "perRecipient";
|
|
2780
2780
|
} & {
|
package/dist/classes.js
CHANGED