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 +1 -14
- package/dist/classes.js +0 -4
- package/package.json +1 -1
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