types-nora-api 0.0.310 → 0.0.312
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 +26 -1
- package/dist/classes.js +7 -0
- package/package.json +1 -1
package/dist/classes.d.ts
CHANGED
|
@@ -27,6 +27,18 @@ declare const ARQUIVOS_INTERNOS: {
|
|
|
27
27
|
readonly caminhoArquivo: "RecursosInternos/77be9843-77e8-412e-9967-911908fc9308.svg";
|
|
28
28
|
readonly id: 73;
|
|
29
29
|
};
|
|
30
|
+
readonly MENU_PRINCIPAL__CAMADA_1: {
|
|
31
|
+
readonly caminhoArquivo: "RecursosInternos/5c938b7d-767d-4975-b19e-ff634e42b514.svg";
|
|
32
|
+
readonly id: 75;
|
|
33
|
+
};
|
|
34
|
+
readonly MENU_PRINCIPAL__CAMADA_2: {
|
|
35
|
+
readonly caminhoArquivo: "RecursosInternos/ba820662-3acb-4775-9c28-b3bf16e4b7d5.svg";
|
|
36
|
+
readonly id: 76;
|
|
37
|
+
};
|
|
38
|
+
readonly MENU_PRINCIPAL__CAMADA_3: {
|
|
39
|
+
readonly caminhoArquivo: "RecursosInternos/f707c9f5-fa85-4376-bb92-4a52a1eadb9b.svg";
|
|
40
|
+
readonly id: 77;
|
|
41
|
+
};
|
|
30
42
|
readonly MENU_PRINCIPAL__MOLDURA: {
|
|
31
43
|
readonly caminhoArquivo: "RecursosInternos/7ff3130f-dde0-43e0-bdc8-bb9e2295eb75.svg";
|
|
32
44
|
readonly id: 74;
|
|
@@ -1546,6 +1558,10 @@ declare namespace EventosWebSocket {
|
|
|
1546
1558
|
codigoSala: SalaDeJogo_Codigo;
|
|
1547
1559
|
};
|
|
1548
1560
|
};
|
|
1561
|
+
prototipoEnviaMensagem: {
|
|
1562
|
+
tipo: "envia";
|
|
1563
|
+
payload: {};
|
|
1564
|
+
};
|
|
1549
1565
|
emitirEstouEmJogo: {
|
|
1550
1566
|
tipo: "emite";
|
|
1551
1567
|
payload: {};
|
|
@@ -1817,7 +1833,16 @@ declare const Eventos_Envia: {
|
|
|
1817
1833
|
};
|
|
1818
1834
|
};
|
|
1819
1835
|
readonly Jogo: {
|
|
1820
|
-
eventos: {
|
|
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
|
+
};
|
|
1821
1846
|
};
|
|
1822
1847
|
readonly UsuariosConectados: {
|
|
1823
1848
|
eventos: {};
|
package/dist/classes.js
CHANGED
|
@@ -11,6 +11,9 @@ const ARQUIVOS_INTERNOS = {
|
|
|
11
11
|
IMAGENS_CLASSES__VERSATIL: { caminhoArquivo: 'RecursosInternos/4a72a81c-d084-4cca-9411-df93c85514ae.webp', id: 66 },
|
|
12
12
|
LOGO: { caminhoArquivo: 'RecursosInternos/4cc77fa6-d0f3-4b1d-bdb0-2e42c89fe53b.svg', id: 71 },
|
|
13
13
|
MENU_PRINCIPAL__BOTAO_ABRIR: { caminhoArquivo: 'RecursosInternos/77be9843-77e8-412e-9967-911908fc9308.svg', id: 73 },
|
|
14
|
+
MENU_PRINCIPAL__CAMADA_1: { caminhoArquivo: 'RecursosInternos/5c938b7d-767d-4975-b19e-ff634e42b514.svg', id: 75 },
|
|
15
|
+
MENU_PRINCIPAL__CAMADA_2: { caminhoArquivo: 'RecursosInternos/ba820662-3acb-4775-9c28-b3bf16e4b7d5.svg', id: 76 },
|
|
16
|
+
MENU_PRINCIPAL__CAMADA_3: { caminhoArquivo: 'RecursosInternos/f707c9f5-fa85-4376-bb92-4a52a1eadb9b.svg', id: 77 },
|
|
14
17
|
MENU_PRINCIPAL__MOLDURA: { caminhoArquivo: 'RecursosInternos/7ff3130f-dde0-43e0-bdc8-bb9e2295eb75.svg', id: 74 },
|
|
15
18
|
PAGINA_ATERRISSAGEM__BOTAO_ACESSAR__BORDA: { caminhoArquivo: 'RecursosInternos/c758f4fb-8866-4e13-a1d5-7162cbaf3482.svg', id: 5 },
|
|
16
19
|
PAGINA_ATERRISSAGEM__BOTAO_ACESSAR__FUNDO: { caminhoArquivo: 'RecursosInternos/d338f07e-7685-407a-8814-d6d9b0f2d0cd.svg', id: 7 },
|
|
@@ -234,6 +237,10 @@ var EventosWebSocket;
|
|
|
234
237
|
payload: { idSessao: 0 },
|
|
235
238
|
response: { codigoSala: {} },
|
|
236
239
|
},
|
|
240
|
+
prototipoEnviaMensagem: {
|
|
241
|
+
tipo: 'envia',
|
|
242
|
+
payload: {},
|
|
243
|
+
},
|
|
237
244
|
emitirEstouEmJogo: {
|
|
238
245
|
tipo: 'emite',
|
|
239
246
|
payload: {},
|