types-nora-api 0.0.478 → 0.0.485
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/api/graphql/core/index.d.ts +19 -1
- package/dist/api/graphql/core/index.js +21 -21
- package/dist/api/graphql/leituras/Arquivo/index.d.ts +33 -4
- package/dist/api/graphql/leituras/Arquivo/index.js +29 -0
- package/dist/api/graphql/leituras/ArquivoTipadoArte/index.d.ts +11 -5
- package/dist/api/graphql/leituras/ArquivoTipadoArte/index.js +6 -0
- package/dist/api/graphql/leituras/ArquivoTipadoInsignia/index.d.ts +45 -0
- package/dist/api/graphql/leituras/ArquivoTipadoInsignia/index.js +68 -0
- package/dist/api/graphql/leituras/ArquivoTipadoMusica/index.d.ts +46 -0
- package/dist/api/graphql/leituras/ArquivoTipadoMusica/index.js +70 -0
- package/dist/api/graphql/leituras/Aventura/index.d.ts +10 -4
- package/dist/api/graphql/leituras/Aventura/index.js +6 -0
- package/dist/api/graphql/leituras/CapacidadeInata/index.d.ts +41 -0
- package/dist/api/graphql/leituras/CapacidadeInata/index.js +61 -0
- package/dist/api/graphql/leituras/ChaveNovoAvatar/index.d.ts +13 -4
- package/dist/api/graphql/leituras/ChaveNovoAvatar/index.js +9 -0
- package/dist/api/graphql/leituras/CustomizacaoUsuario/index.d.ts +41 -0
- package/dist/api/graphql/leituras/CustomizacaoUsuario/index.js +56 -0
- package/dist/api/graphql/leituras/DetalheArquivoInterno/index.d.ts +9 -4
- package/dist/api/graphql/leituras/DetalheArquivoInterno/index.js +5 -0
- package/dist/api/graphql/leituras/Emblema/index.d.ts +19 -4
- package/dist/api/graphql/leituras/Emblema/index.js +15 -0
- package/dist/api/graphql/leituras/EventoUsuario/index.d.ts +61 -0
- package/dist/api/graphql/leituras/EventoUsuario/index.js +76 -0
- package/dist/api/graphql/leituras/GrupoAventura/index.d.ts +26 -4
- package/dist/api/graphql/leituras/GrupoAventura/index.js +22 -0
- package/dist/api/graphql/leituras/Habilidade/index.d.ts +49 -0
- package/dist/api/graphql/leituras/Habilidade/index.js +73 -0
- package/dist/api/graphql/leituras/HabilidadeEspecial/index.d.ts +56 -0
- package/dist/api/graphql/leituras/HabilidadeEspecial/index.js +79 -0
- package/dist/api/graphql/leituras/HabilidadePericia/index.d.ts +67 -0
- package/dist/api/graphql/leituras/HabilidadePericia/index.js +101 -0
- package/dist/api/graphql/leituras/PatentePericia/index.d.ts +40 -0
- package/dist/api/graphql/leituras/PatentePericia/index.js +58 -0
- package/dist/api/graphql/leituras/Pericia/index.d.ts +40 -0
- package/dist/api/graphql/leituras/Pericia/index.js +58 -0
- package/dist/api/graphql/leituras/Personagem/index.d.ts +30 -4
- package/dist/api/graphql/leituras/Personagem/index.js +26 -0
- package/dist/api/graphql/leituras/SerDetalhe/index.d.ts +63 -0
- package/dist/api/graphql/leituras/SerDetalhe/index.js +97 -0
- package/dist/api/graphql/leituras/SerRegistro/index.d.ts +50 -0
- package/dist/api/graphql/leituras/SerRegistro/index.js +76 -0
- package/dist/api/graphql/leituras/SerTipadoJogavel/index.d.ts +50 -0
- package/dist/api/graphql/leituras/SerTipadoJogavel/index.js +77 -0
- package/dist/api/graphql/leituras/SerTipadoNaoJogavel/index.d.ts +47 -0
- package/dist/api/graphql/leituras/SerTipadoNaoJogavel/index.js +72 -0
- package/dist/api/graphql/leituras/Sessao/index.d.ts +12 -4
- package/dist/api/graphql/leituras/Sessao/index.js +8 -0
- package/dist/api/graphql/leituras/TipoArquivo/index.d.ts +11 -4
- package/dist/api/graphql/leituras/TipoArquivo/index.js +7 -0
- package/dist/api/graphql/leituras/TipoHabilidade/index.d.ts +37 -0
- package/dist/api/graphql/leituras/TipoHabilidade/index.js +55 -0
- package/dist/api/graphql/leituras/TipoPersonagem/index.d.ts +12 -4
- package/dist/api/graphql/leituras/TipoPersonagem/index.js +8 -0
- package/dist/api/graphql/leituras/TipoSer/index.d.ts +37 -0
- package/dist/api/graphql/leituras/TipoSer/index.js +55 -0
- package/dist/api/graphql/leituras/Tutorial/index.d.ts +70 -0
- package/dist/api/graphql/leituras/Tutorial/index.js +94 -0
- package/dist/api/graphql/leituras/Usuario/index.d.ts +26 -4
- package/dist/api/graphql/leituras/Usuario/index.js +27 -1
- package/dist/api/graphql/leituras/UsuarioTutorial/index.d.ts +62 -0
- package/dist/api/graphql/leituras/UsuarioTutorial/index.js +89 -0
- package/dist/api/graphql/leituras/index.d.ts +72 -0
- package/dist/api/graphql/leituras/index.js +72 -0
- package/dist/api/rest/index.d.ts +82 -3
- package/dist/api/rest/index.js +104 -2
- package/dist/dominio/index.d.ts +110 -37
- package/dist/dominio/index.js +33 -11
- package/dist/dtos/index.d.ts +819 -60
- package/dist/dtos/index.js +32 -1
- package/dist/menus/index.d.ts +53 -20
- package/dist/menus/index.js +54 -2
- package/dist/paginas/index.d.ts +56 -2
- package/dist/paginas/index.js +78 -48
- package/dist/shared/index.d.ts +164 -2
- package/dist/shared/index.js +167 -1
- package/dist/uploads/index.d.ts +3 -2
- package/dist/uploads/index.js +11 -3
- package/dist/ws/index.d.ts +925 -6
- package/dist/ws/index.js +164 -2
- package/package.json +1 -1
package/dist/ws/index.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { SalaDeJogo_Tipo } from '../dtos';
|
|
2
|
+
import type { AberturaTutorialPayload, AcaoDePartidaTestePericiaExecutado, AcaoDisponivel, AcaoSalaJogoAuditoriaVisualizada, CaminhoArquivoAvatar, CodigoMissaoFuncionalSalaDeJogoRuntime, CodigoRecuperarFichaRuntime, EstadoTemporalSalaDeJogoRuntime, EventoUsuarioDto, J_DadosFichaEmJogo, KeyCombatenteMissaoFuncionalSalaDeJogoRuntime, LogicaJogoUsuario_EstouEmJogoDto, LogicaJogoUsuario_ObjetoEmJogoDto, MensagemSalaJogo, MensagemSalaJogoModoResposta, MensagemSalaJogoVisualizada, NotificacaoUsuario, PapelCombatenteMissaoFuncionalSalaDeJogoRuntime, RecursoFichaEmJogoCapacidadeFuncional, RecursoFichaEmJogoEstadoResumo, RecursoFichaEmJogoGrupoFuncional, ReferenciaAcaoDePartida, ResultadoMissaoFuncionalSalaDeJogoRuntime, SalaDeJogoDto, SalaDeJogo_Codigo, SalaDeJogo_SessaoDto, TipoInteragivelPercebidoSalaDeJogoRuntime, UsuarioParaObjetoAutenticacaoDto } from '../dtos';
|
|
2
3
|
import type { PaginaTemplate } from '../paginas';
|
|
4
|
+
import type { ParametrosAcaoMembroSerJogavel } from '../shared';
|
|
3
5
|
interface MensagemChatRecebida {
|
|
4
6
|
salaId: string;
|
|
5
7
|
idUsuario: number;
|
|
@@ -26,6 +28,27 @@ type PAYLOAD__executaTestePericia = {
|
|
|
26
28
|
codigoRecuperarFichaRuntime: CodigoRecuperarFichaRuntime;
|
|
27
29
|
idPericia: number;
|
|
28
30
|
};
|
|
31
|
+
type PAYLOAD__executaAcao = {
|
|
32
|
+
codigoRecuperarFichaRuntime: CodigoRecuperarFichaRuntime;
|
|
33
|
+
keyAcao: string;
|
|
34
|
+
keyCombatenteAlvo?: KeyCombatenteMissaoFuncionalSalaDeJogoRuntime;
|
|
35
|
+
};
|
|
36
|
+
type PAYLOAD__executaAcaoSerNaSala = {
|
|
37
|
+
codigoSala: SalaDeJogo_Codigo;
|
|
38
|
+
keyAcao: string;
|
|
39
|
+
keyCombatenteAlvo: KeyCombatenteMissaoFuncionalSalaDeJogoRuntime;
|
|
40
|
+
};
|
|
41
|
+
type PAYLOAD__jogadorEsperaSalaJogo = {
|
|
42
|
+
codigoSala: SalaDeJogo_Codigo;
|
|
43
|
+
};
|
|
44
|
+
type PAYLOAD__NARRADOR_solicitaTestePericiaParticipantes = {
|
|
45
|
+
codigoSala: SalaDeJogo_Codigo;
|
|
46
|
+
idPericia: number;
|
|
47
|
+
idsUsuariosParticipantes: number[];
|
|
48
|
+
};
|
|
49
|
+
type RESPONSE__NARRADOR_solicitaTestePericiaParticipantes = {
|
|
50
|
+
acoes: AcaoDePartidaTestePericiaExecutado[];
|
|
51
|
+
};
|
|
29
52
|
type PAYLOAD__emitirMensagemSalaJogo = PAYLOAD__emitirMensagemSalaJogo__Escutando | PAYLOAD__emitirMensagemSalaJogo__Enviando;
|
|
30
53
|
type PAYLOAD__emitirMensagemSalaJogo__Escutando = {
|
|
31
54
|
escutando: true;
|
|
@@ -33,6 +56,22 @@ type PAYLOAD__emitirMensagemSalaJogo__Escutando = {
|
|
|
33
56
|
type PAYLOAD__emitirMensagemSalaJogo__Enviando = {
|
|
34
57
|
mensagemSalaJogo: MensagemSalaJogo;
|
|
35
58
|
};
|
|
59
|
+
type PAYLOAD__emitirMensagensSalaJogo = {
|
|
60
|
+
codigoSala: SalaDeJogo_Codigo;
|
|
61
|
+
idsAcoes?: number[];
|
|
62
|
+
};
|
|
63
|
+
type RESPONSE__emitirMensagensSalaJogo = {
|
|
64
|
+
modo: MensagemSalaJogoModoResposta;
|
|
65
|
+
mensagens: MensagemSalaJogoVisualizada[];
|
|
66
|
+
};
|
|
67
|
+
type PAYLOAD__emitirAuditoriaAcoesSalaJogo = {
|
|
68
|
+
referenciasAcoes?: ReferenciaAcaoDePartida[];
|
|
69
|
+
};
|
|
70
|
+
type RESPONSE__emitirAuditoriaAcoesSalaJogo = {
|
|
71
|
+
modo: MensagemSalaJogoModoResposta;
|
|
72
|
+
acoes: AcaoSalaJogoAuditoriaVisualizada[];
|
|
73
|
+
};
|
|
74
|
+
type PAYLOAD__encerrarAcompanhamentoAuditoriaAcoesSalaJogo = {};
|
|
36
75
|
type PAYLOAD__ExecutaTestePericia_PROTOTIPO = {
|
|
37
76
|
tipo: 'TESTE_NARRADOR';
|
|
38
77
|
} | {
|
|
@@ -51,10 +90,208 @@ type PAYLOAD__INDIVIDUAL__NARRADOR_executaAcaoParticipante_PROTOTIPO = {
|
|
|
51
90
|
codigoSala: SalaDeJogo_Codigo;
|
|
52
91
|
idPericia: number;
|
|
53
92
|
};
|
|
93
|
+
type PAYLOAD__IniciarModoSolo = {
|
|
94
|
+
codigoMissaoFuncional?: CodigoMissaoFuncionalSalaDeJogoRuntime;
|
|
95
|
+
};
|
|
96
|
+
type RESPONSE__IniciarModoSolo = {
|
|
97
|
+
sucesso: true;
|
|
98
|
+
codigoSala: SalaDeJogo_Codigo;
|
|
99
|
+
tipoSala: SalaDeJogo_Tipo.SALA__SOLO;
|
|
100
|
+
idSessao: null;
|
|
101
|
+
};
|
|
54
102
|
type PAYLOAD__EmitirFichaEmJogo = {
|
|
55
103
|
codigoSala: SalaDeJogo_Codigo;
|
|
56
104
|
idFicha: number;
|
|
57
105
|
};
|
|
106
|
+
type PAYLOAD__EmitirMapaLogicoSalaJogo = {
|
|
107
|
+
codigoSala: SalaDeJogo_Codigo;
|
|
108
|
+
};
|
|
109
|
+
type PAYLOAD__EmitirResultadoMissaoFuncionalSalaJogo = {
|
|
110
|
+
codigoSala: SalaDeJogo_Codigo;
|
|
111
|
+
};
|
|
112
|
+
type RESPONSE__EmitirResultadoMissaoFuncionalSalaJogo = {
|
|
113
|
+
resultadoMissaoFuncional: ResultadoMissaoFuncionalSalaDeJogoRuntime | null;
|
|
114
|
+
};
|
|
115
|
+
type PAYLOAD__EmitirEstadoTemporalSalaJogo = {
|
|
116
|
+
codigoSala: SalaDeJogo_Codigo;
|
|
117
|
+
};
|
|
118
|
+
type RESPONSE__EmitirEstadoTemporalSalaJogo = {
|
|
119
|
+
estadoTemporalSalaJogo: EstadoTemporalSalaDeJogoRuntime | null;
|
|
120
|
+
};
|
|
121
|
+
type MapaLogicoSalaJogoWsDto = {
|
|
122
|
+
larguraMetros: number;
|
|
123
|
+
alturaMetros: number;
|
|
124
|
+
};
|
|
125
|
+
type PosicaoMapaLogicoSalaJogoWsDto = {
|
|
126
|
+
x: number;
|
|
127
|
+
y: number;
|
|
128
|
+
};
|
|
129
|
+
type RecursoFuncionalInspecaoMapaLogicoSalaJogoWsDto = {
|
|
130
|
+
key: string;
|
|
131
|
+
nome: string;
|
|
132
|
+
nomeLogico: string;
|
|
133
|
+
grupoFuncional: RecursoFichaEmJogoGrupoFuncional;
|
|
134
|
+
estadoResumo: RecursoFichaEmJogoEstadoResumo;
|
|
135
|
+
descricaoEstado: string;
|
|
136
|
+
capacidadesFuncionais: readonly RecursoFichaEmJogoCapacidadeFuncional[];
|
|
137
|
+
podeUsarEmAcoes: boolean;
|
|
138
|
+
};
|
|
139
|
+
type PerfilFuncionalInspecaoMapaLogicoSalaJogoWsDto = {
|
|
140
|
+
key: string;
|
|
141
|
+
nome: string;
|
|
142
|
+
};
|
|
143
|
+
type OcupanteMapaLogicoSalaJogoWsDto = {
|
|
144
|
+
keySer: string;
|
|
145
|
+
nomeExibicao: string;
|
|
146
|
+
idFicha: number;
|
|
147
|
+
perfilFuncional: PerfilFuncionalInspecaoMapaLogicoSalaJogoWsDto;
|
|
148
|
+
posicao: PosicaoMapaLogicoSalaJogoWsDto;
|
|
149
|
+
recursosFuncionais: readonly RecursoFuncionalInspecaoMapaLogicoSalaJogoWsDto[];
|
|
150
|
+
capacidadesFuncionais: readonly RecursoFichaEmJogoCapacidadeFuncional[];
|
|
151
|
+
acoesDisponiveis: readonly AcaoDisponivel[];
|
|
152
|
+
};
|
|
153
|
+
type CapacidadeInataSerNaSalaJogoWsDto = {
|
|
154
|
+
id: number;
|
|
155
|
+
nome: string;
|
|
156
|
+
nomeInteracao: string;
|
|
157
|
+
};
|
|
158
|
+
type EstatisticaDanificavelSerNaSalaJogoWsDto = {
|
|
159
|
+
id: number;
|
|
160
|
+
nome: string;
|
|
161
|
+
valorAtual: number;
|
|
162
|
+
valorMaximo: number;
|
|
163
|
+
};
|
|
164
|
+
type EstadoAcaoDisponivelSerNaSalaJogoWsDto = 'DISPONIVEL';
|
|
165
|
+
type OrigemAcaoDisponivelSerNaSalaJogoWsDto = {
|
|
166
|
+
keyInstanciaSer: KeyCombatenteMissaoFuncionalSalaDeJogoRuntime;
|
|
167
|
+
idSer: number;
|
|
168
|
+
nomeSer: string;
|
|
169
|
+
idMembro: number;
|
|
170
|
+
nomeMembro: string;
|
|
171
|
+
idCapacidadeInata: number;
|
|
172
|
+
nomeCapacidadeInata: string;
|
|
173
|
+
nomeInteracaoCapacidadeInata: string;
|
|
174
|
+
};
|
|
175
|
+
type AcaoDisponivelSerNaSalaJogoWsDto = {
|
|
176
|
+
key: string;
|
|
177
|
+
nome: string;
|
|
178
|
+
estado: EstadoAcaoDisponivelSerNaSalaJogoWsDto;
|
|
179
|
+
origem: OrigemAcaoDisponivelSerNaSalaJogoWsDto;
|
|
180
|
+
parametros: ParametrosAcaoMembroSerJogavel;
|
|
181
|
+
};
|
|
182
|
+
type MembroSerNaSalaJogoWsDto = {
|
|
183
|
+
id: number;
|
|
184
|
+
nome: string;
|
|
185
|
+
capacidades: readonly CapacidadeInataSerNaSalaJogoWsDto[];
|
|
186
|
+
acoesDisponiveis: readonly AcaoDisponivelSerNaSalaJogoWsDto[];
|
|
187
|
+
};
|
|
188
|
+
type SerNaSalaJogoWsDto = {
|
|
189
|
+
keyInstancia: KeyCombatenteMissaoFuncionalSalaDeJogoRuntime;
|
|
190
|
+
papel: PapelCombatenteMissaoFuncionalSalaDeJogoRuntime;
|
|
191
|
+
id: number;
|
|
192
|
+
nome: string;
|
|
193
|
+
posicao: PosicaoMapaLogicoSalaJogoWsDto;
|
|
194
|
+
estatisticasDanificaveis: readonly EstatisticaDanificavelSerNaSalaJogoWsDto[];
|
|
195
|
+
membros: readonly MembroSerNaSalaJogoWsDto[];
|
|
196
|
+
};
|
|
197
|
+
type InteragivelPercebidoSalaJogoWsDto = {
|
|
198
|
+
key: string;
|
|
199
|
+
nome: string;
|
|
200
|
+
tipo: TipoInteragivelPercebidoSalaDeJogoRuntime;
|
|
201
|
+
descricao: string;
|
|
202
|
+
posicao: PosicaoMapaLogicoSalaJogoWsDto | null;
|
|
203
|
+
};
|
|
204
|
+
type MapaLogicoSalaJogoPayloadWsDto = {
|
|
205
|
+
codigoSala: SalaDeJogo_Codigo;
|
|
206
|
+
mapaLogico: MapaLogicoSalaJogoWsDto;
|
|
207
|
+
ocupantesMapaLogico: readonly OcupanteMapaLogicoSalaJogoWsDto[];
|
|
208
|
+
seresNaSala: readonly SerNaSalaJogoWsDto[];
|
|
209
|
+
interagiveisPercebidos: readonly InteragivelPercebidoSalaJogoWsDto[];
|
|
210
|
+
};
|
|
211
|
+
type RESPONSE__EmitirMapaLogicoSalaJogo = {
|
|
212
|
+
mapaLogicoSalaJogo: MapaLogicoSalaJogoPayloadWsDto;
|
|
213
|
+
};
|
|
214
|
+
declare const PALCO_ID_SALA = "palco-global";
|
|
215
|
+
declare const PALCO_ID_LOBBY = "palco-global-lobby";
|
|
216
|
+
declare const PALCO_LIVEKIT_ROOM = "palco";
|
|
217
|
+
type PalcoParticipantePapel = "falante" | "ouvinte" | "aguardando";
|
|
218
|
+
type PalcoParticipanteDto = {
|
|
219
|
+
idUsuario: number;
|
|
220
|
+
nome: string;
|
|
221
|
+
papel: PalcoParticipantePapel;
|
|
222
|
+
};
|
|
223
|
+
type PalcoEstadoDto = {
|
|
224
|
+
ativo: boolean;
|
|
225
|
+
participantes: PalcoParticipanteDto[];
|
|
226
|
+
};
|
|
227
|
+
type PAYLOAD__Palco_verificarEstado = Record<string, never>;
|
|
228
|
+
type RESPONSE__Palco_verificarEstado = PalcoEstadoDto;
|
|
229
|
+
type PAYLOAD__Palco_entrar = Record<string, never>;
|
|
230
|
+
type RESPONSE__Palco_entrar = PalcoEstadoDto & {
|
|
231
|
+
meuPapel: PalcoParticipantePapel | null;
|
|
232
|
+
};
|
|
233
|
+
type PAYLOAD__Palco_admin_criar = Record<string, never>;
|
|
234
|
+
type RESPONSE__Palco_admin_criar = PalcoEstadoDto;
|
|
235
|
+
type PAYLOAD__Palco_admin_encerrar = Record<string, never>;
|
|
236
|
+
type RESPONSE__Palco_admin_encerrar = Record<string, never>;
|
|
237
|
+
type PAYLOAD__Palco_admin_promover = {
|
|
238
|
+
idUsuario: number;
|
|
239
|
+
};
|
|
240
|
+
type RESPONSE__Palco_admin_promover = Record<string, never>;
|
|
241
|
+
type PAYLOAD__Palco_admin_rebaixar = {
|
|
242
|
+
idUsuario: number;
|
|
243
|
+
};
|
|
244
|
+
type RESPONSE__Palco_admin_rebaixar = Record<string, never>;
|
|
245
|
+
type PAYLOAD__Palco_admin_remover = {
|
|
246
|
+
idUsuario: number;
|
|
247
|
+
};
|
|
248
|
+
type RESPONSE__Palco_admin_remover = Record<string, never>;
|
|
249
|
+
type PAYLOAD__Palco_admin_definirPapel = {
|
|
250
|
+
idUsuario: number;
|
|
251
|
+
papel: PalcoParticipantePapel;
|
|
252
|
+
};
|
|
253
|
+
type RESPONSE__Palco_admin_definirPapel = Record<string, never>;
|
|
254
|
+
type EMIT__Palco_tokenMidia = {
|
|
255
|
+
token: string;
|
|
256
|
+
livekitUrl: string;
|
|
257
|
+
};
|
|
258
|
+
type PalcoAudioDiagnosticoItem = {
|
|
259
|
+
idUsuario: number;
|
|
260
|
+
nome: string;
|
|
261
|
+
papel: PalcoParticipantePapel;
|
|
262
|
+
microfoneEstado: string | null;
|
|
263
|
+
nivelMicrofone: number;
|
|
264
|
+
chunksGerados: number;
|
|
265
|
+
bytesEnviados: number;
|
|
266
|
+
chunksRecebidosBackend: number;
|
|
267
|
+
bytesRecebidosBackend: number;
|
|
268
|
+
chunksEncaminhadosBackend: number;
|
|
269
|
+
ouvintesPorUltimoEncaminhamento: number;
|
|
270
|
+
ultimoChunkBackendTs: number | null;
|
|
271
|
+
chunksRecebidosOuvinte: number;
|
|
272
|
+
bytesRecebidosOuvinte: number;
|
|
273
|
+
audioCtxEstado: string | null;
|
|
274
|
+
errosDecodeRecentes: number;
|
|
275
|
+
ultimoChunkOuvinteTs: number | null;
|
|
276
|
+
erroRecente: string | null;
|
|
277
|
+
};
|
|
278
|
+
type PAYLOAD__Palco_relatarTelemetriaAudio = {
|
|
279
|
+
microfoneEstado?: string;
|
|
280
|
+
nivelMicrofone?: number;
|
|
281
|
+
chunksGerados?: number;
|
|
282
|
+
bytesEnviados?: number;
|
|
283
|
+
chunksRecebidos?: number;
|
|
284
|
+
bytesRecebidos?: number;
|
|
285
|
+
audioCtxEstado?: string;
|
|
286
|
+
errosDecodeRecentes?: number;
|
|
287
|
+
ultimoChunkTs?: number;
|
|
288
|
+
erroRecente?: string;
|
|
289
|
+
};
|
|
290
|
+
type EMIT__Palco_diagnosticoAudio = {
|
|
291
|
+
participantes: PalcoAudioDiagnosticoItem[];
|
|
292
|
+
};
|
|
293
|
+
type EMIT__Palco_estadoAtualizado = PalcoEstadoDto;
|
|
294
|
+
type EMIT__Palco_encerrado = Record<string, never>;
|
|
58
295
|
declare const TESTE_VOZ_ID_SALA = "testevoz-global";
|
|
59
296
|
type TesteVoz_IdSala = typeof TESTE_VOZ_ID_SALA;
|
|
60
297
|
type TesteVoz_IdUsuario = string;
|
|
@@ -106,10 +343,27 @@ type EMIT__TesteVoz_receberIceCandidate = {
|
|
|
106
343
|
idUsuarioOrigem: TesteVoz_IdUsuario;
|
|
107
344
|
candidate: TesteVoz_IceCandidate;
|
|
108
345
|
};
|
|
346
|
+
type SOCKET_AcessoSocket = {
|
|
347
|
+
socketId: string;
|
|
348
|
+
usuario: UsuarioParaObjetoAutenticacaoDto;
|
|
349
|
+
paginaAtual: PaginaTemplate | null;
|
|
350
|
+
conectadoDesde: Date;
|
|
351
|
+
ultimaAtividade: Date;
|
|
352
|
+
};
|
|
353
|
+
type SOCKET_PresencaUsuario = {
|
|
354
|
+
socketId: string;
|
|
355
|
+
paginaAtual: PaginaTemplate | null;
|
|
356
|
+
prioridade: number;
|
|
357
|
+
conectadoDesde: Date;
|
|
358
|
+
ultimaAtividade: Date;
|
|
359
|
+
};
|
|
109
360
|
type SOCKET_AcessoUsuario = {
|
|
110
361
|
usuario: UsuarioParaObjetoAutenticacaoDto;
|
|
111
|
-
|
|
362
|
+
conectado: boolean;
|
|
363
|
+
paginaAtualPrincipal: PaginaTemplate | null;
|
|
364
|
+
presencas: SOCKET_PresencaUsuario[];
|
|
112
365
|
dataAtualizacao: Date;
|
|
366
|
+
dataDesconexao: Date | null;
|
|
113
367
|
};
|
|
114
368
|
type SOCKET_UsuarioExistente = {
|
|
115
369
|
id: number;
|
|
@@ -221,6 +475,11 @@ declare namespace EventosWebSocket {
|
|
|
221
475
|
};
|
|
222
476
|
};
|
|
223
477
|
readonly Jogo: {
|
|
478
|
+
iniciarModoSolo: {
|
|
479
|
+
tipo: "envia-e-recebe";
|
|
480
|
+
payload: PAYLOAD__IniciarModoSolo;
|
|
481
|
+
response: RESPONSE__IniciarModoSolo;
|
|
482
|
+
};
|
|
224
483
|
requisicaoDeFechamentoDeSalaAberta: {
|
|
225
484
|
tipo: "envia-e-recebe";
|
|
226
485
|
payload: {
|
|
@@ -271,12 +530,47 @@ declare namespace EventosWebSocket {
|
|
|
271
530
|
fichaAtualizada: J_DadosFichaEmJogo;
|
|
272
531
|
};
|
|
273
532
|
};
|
|
533
|
+
emitirMapaLogicoSalaJogo: {
|
|
534
|
+
tipo: "emite";
|
|
535
|
+
payload: PAYLOAD__EmitirMapaLogicoSalaJogo;
|
|
536
|
+
response: RESPONSE__EmitirMapaLogicoSalaJogo;
|
|
537
|
+
delivery: "perRecipient";
|
|
538
|
+
};
|
|
539
|
+
emitirResultadoMissaoFuncionalSalaJogo: {
|
|
540
|
+
tipo: "emite";
|
|
541
|
+
payload: PAYLOAD__EmitirResultadoMissaoFuncionalSalaJogo;
|
|
542
|
+
response: RESPONSE__EmitirResultadoMissaoFuncionalSalaJogo;
|
|
543
|
+
delivery: "perRecipient";
|
|
544
|
+
};
|
|
545
|
+
emitirEstadoTemporalSalaJogo: {
|
|
546
|
+
tipo: "emite";
|
|
547
|
+
payload: PAYLOAD__EmitirEstadoTemporalSalaJogo;
|
|
548
|
+
response: RESPONSE__EmitirEstadoTemporalSalaJogo;
|
|
549
|
+
delivery: "perRecipient";
|
|
550
|
+
};
|
|
274
551
|
};
|
|
275
552
|
readonly ExecucaoDeJogo: {
|
|
553
|
+
executaAcao: {
|
|
554
|
+
tipo: "envia";
|
|
555
|
+
payload: PAYLOAD__executaAcao;
|
|
556
|
+
};
|
|
557
|
+
executaAcaoSerNaSala: {
|
|
558
|
+
tipo: "envia";
|
|
559
|
+
payload: PAYLOAD__executaAcaoSerNaSala;
|
|
560
|
+
};
|
|
561
|
+
jogadorEsperaSalaJogo: {
|
|
562
|
+
tipo: "envia";
|
|
563
|
+
payload: PAYLOAD__jogadorEsperaSalaJogo;
|
|
564
|
+
};
|
|
276
565
|
executaTestePericia: {
|
|
277
566
|
tipo: "envia";
|
|
278
567
|
payload: PAYLOAD__executaTestePericia;
|
|
279
568
|
};
|
|
569
|
+
NARRADOR_solicitaTestePericiaParticipantes: {
|
|
570
|
+
tipo: "envia-e-recebe";
|
|
571
|
+
payload: PAYLOAD__NARRADOR_solicitaTestePericiaParticipantes;
|
|
572
|
+
response: RESPONSE__NARRADOR_solicitaTestePericiaParticipantes;
|
|
573
|
+
};
|
|
280
574
|
emitirMensagemSalaJogo: {
|
|
281
575
|
tipo: "emite";
|
|
282
576
|
payload: {
|
|
@@ -286,6 +580,22 @@ declare namespace EventosWebSocket {
|
|
|
286
580
|
mensagemSalaJogo: MensagemSalaJogo | null;
|
|
287
581
|
};
|
|
288
582
|
};
|
|
583
|
+
emitirMensagensSalaJogo: {
|
|
584
|
+
tipo: "emite";
|
|
585
|
+
payload: PAYLOAD__emitirMensagensSalaJogo;
|
|
586
|
+
response: RESPONSE__emitirMensagensSalaJogo;
|
|
587
|
+
delivery: "perRecipient";
|
|
588
|
+
};
|
|
589
|
+
emitirAuditoriaAcoesSalaJogo: {
|
|
590
|
+
tipo: "emite";
|
|
591
|
+
payload: PAYLOAD__emitirAuditoriaAcoesSalaJogo;
|
|
592
|
+
response: RESPONSE__emitirAuditoriaAcoesSalaJogo;
|
|
593
|
+
delivery: "perRecipient";
|
|
594
|
+
};
|
|
595
|
+
encerrarAcompanhamentoAuditoriaAcoesSalaJogo: {
|
|
596
|
+
tipo: "envia";
|
|
597
|
+
payload: PAYLOAD__encerrarAcompanhamentoAuditoriaAcoesSalaJogo;
|
|
598
|
+
};
|
|
289
599
|
};
|
|
290
600
|
readonly UsuariosConectados: {
|
|
291
601
|
emitirUsuariosConectadosAgora: {
|
|
@@ -296,6 +606,12 @@ declare namespace EventosWebSocket {
|
|
|
296
606
|
};
|
|
297
607
|
delivery: "broadcast";
|
|
298
608
|
};
|
|
609
|
+
atualizarPaginaAtual: {
|
|
610
|
+
tipo: "envia";
|
|
611
|
+
payload: {
|
|
612
|
+
templatePaginaAtual: PaginaTemplate;
|
|
613
|
+
};
|
|
614
|
+
};
|
|
299
615
|
};
|
|
300
616
|
readonly UsuariosExistentes: {
|
|
301
617
|
obterTodos: {
|
|
@@ -305,6 +621,18 @@ declare namespace EventosWebSocket {
|
|
|
305
621
|
usuariosExistentes: SOCKET_UsuarioExistente[];
|
|
306
622
|
};
|
|
307
623
|
};
|
|
624
|
+
emitirAvatarPerfilAtualizado: {
|
|
625
|
+
tipo: "emite";
|
|
626
|
+
payload: {
|
|
627
|
+
id: number;
|
|
628
|
+
caminhoArquivoAvatar: SOCKET_UsuarioExistente["caminhoArquivoAvatar"];
|
|
629
|
+
};
|
|
630
|
+
response: {
|
|
631
|
+
id: number;
|
|
632
|
+
caminhoArquivoAvatar: SOCKET_UsuarioExistente["caminhoArquivoAvatar"];
|
|
633
|
+
};
|
|
634
|
+
delivery: "broadcast";
|
|
635
|
+
};
|
|
308
636
|
};
|
|
309
637
|
readonly TesteVoz: {
|
|
310
638
|
entrarNaSala: {
|
|
@@ -364,6 +692,170 @@ declare namespace EventosWebSocket {
|
|
|
364
692
|
delivery: "broadcast";
|
|
365
693
|
};
|
|
366
694
|
};
|
|
695
|
+
readonly Palco: {
|
|
696
|
+
verificarEstado: {
|
|
697
|
+
tipo: "envia-e-recebe";
|
|
698
|
+
payload: PAYLOAD__Palco_verificarEstado;
|
|
699
|
+
response: RESPONSE__Palco_verificarEstado;
|
|
700
|
+
};
|
|
701
|
+
entrar: {
|
|
702
|
+
tipo: "envia-e-recebe";
|
|
703
|
+
payload: PAYLOAD__Palco_entrar;
|
|
704
|
+
response: RESPONSE__Palco_entrar;
|
|
705
|
+
};
|
|
706
|
+
admin_criar: {
|
|
707
|
+
tipo: "envia-e-recebe";
|
|
708
|
+
payload: PAYLOAD__Palco_admin_criar;
|
|
709
|
+
response: RESPONSE__Palco_admin_criar;
|
|
710
|
+
};
|
|
711
|
+
admin_encerrar: {
|
|
712
|
+
tipo: "envia-e-recebe";
|
|
713
|
+
payload: PAYLOAD__Palco_admin_encerrar;
|
|
714
|
+
response: RESPONSE__Palco_admin_encerrar;
|
|
715
|
+
};
|
|
716
|
+
admin_promover: {
|
|
717
|
+
tipo: "envia-e-recebe";
|
|
718
|
+
payload: PAYLOAD__Palco_admin_promover;
|
|
719
|
+
response: RESPONSE__Palco_admin_promover;
|
|
720
|
+
};
|
|
721
|
+
admin_rebaixar: {
|
|
722
|
+
tipo: "envia-e-recebe";
|
|
723
|
+
payload: PAYLOAD__Palco_admin_rebaixar;
|
|
724
|
+
response: RESPONSE__Palco_admin_rebaixar;
|
|
725
|
+
};
|
|
726
|
+
admin_remover: {
|
|
727
|
+
tipo: "envia-e-recebe";
|
|
728
|
+
payload: PAYLOAD__Palco_admin_remover;
|
|
729
|
+
response: RESPONSE__Palco_admin_remover;
|
|
730
|
+
};
|
|
731
|
+
admin_definirPapel: {
|
|
732
|
+
tipo: "envia-e-recebe";
|
|
733
|
+
payload: PAYLOAD__Palco_admin_definirPapel;
|
|
734
|
+
response: RESPONSE__Palco_admin_definirPapel;
|
|
735
|
+
};
|
|
736
|
+
relatarTelemetriaAudio: {
|
|
737
|
+
tipo: "envia";
|
|
738
|
+
payload: PAYLOAD__Palco_relatarTelemetriaAudio;
|
|
739
|
+
};
|
|
740
|
+
estadoAtualizado: {
|
|
741
|
+
tipo: "emite";
|
|
742
|
+
payload: EMIT__Palco_estadoAtualizado;
|
|
743
|
+
response: EMIT__Palco_estadoAtualizado;
|
|
744
|
+
delivery: "broadcast";
|
|
745
|
+
};
|
|
746
|
+
encerrado: {
|
|
747
|
+
tipo: "emite";
|
|
748
|
+
payload: EMIT__Palco_encerrado;
|
|
749
|
+
response: EMIT__Palco_encerrado;
|
|
750
|
+
delivery: "broadcast";
|
|
751
|
+
};
|
|
752
|
+
tokenMidia: {
|
|
753
|
+
tipo: "emite";
|
|
754
|
+
payload: EMIT__Palco_tokenMidia;
|
|
755
|
+
response: EMIT__Palco_tokenMidia;
|
|
756
|
+
delivery: "perRecipient";
|
|
757
|
+
};
|
|
758
|
+
diagnosticoAudio: {
|
|
759
|
+
tipo: "emite";
|
|
760
|
+
payload: EMIT__Palco_diagnosticoAudio;
|
|
761
|
+
response: EMIT__Palco_diagnosticoAudio;
|
|
762
|
+
delivery: "broadcast";
|
|
763
|
+
};
|
|
764
|
+
};
|
|
765
|
+
readonly EventosUsuario: {
|
|
766
|
+
notificacaoRecebida: {
|
|
767
|
+
tipo: "emite";
|
|
768
|
+
payload: {
|
|
769
|
+
notificacao: NotificacaoUsuario;
|
|
770
|
+
reentregaBootstrap: boolean;
|
|
771
|
+
};
|
|
772
|
+
response: {
|
|
773
|
+
notificacao: NotificacaoUsuario;
|
|
774
|
+
reentregaBootstrap: boolean;
|
|
775
|
+
};
|
|
776
|
+
delivery: "broadcast";
|
|
777
|
+
};
|
|
778
|
+
dispararNotificacaoTeste: {
|
|
779
|
+
tipo: "envia";
|
|
780
|
+
payload: {};
|
|
781
|
+
};
|
|
782
|
+
dispararNotificacaoTesteParaUsuario: {
|
|
783
|
+
tipo: "envia";
|
|
784
|
+
payload: {
|
|
785
|
+
idUsuario: number;
|
|
786
|
+
};
|
|
787
|
+
};
|
|
788
|
+
dispararNotificacaoPersistenteParaUsuario: {
|
|
789
|
+
tipo: "envia";
|
|
790
|
+
payload: {
|
|
791
|
+
idUsuario: number;
|
|
792
|
+
};
|
|
793
|
+
};
|
|
794
|
+
sincronizarPendencias: {
|
|
795
|
+
tipo: "envia";
|
|
796
|
+
payload: {};
|
|
797
|
+
};
|
|
798
|
+
dispararConviteSessaoTeste: {
|
|
799
|
+
tipo: "envia";
|
|
800
|
+
payload: {
|
|
801
|
+
idsUsuarios: number[];
|
|
802
|
+
};
|
|
803
|
+
};
|
|
804
|
+
obterMeusEventos: {
|
|
805
|
+
tipo: "envia-e-recebe";
|
|
806
|
+
payload: {};
|
|
807
|
+
response: {
|
|
808
|
+
eventos: EventoUsuarioDto[];
|
|
809
|
+
};
|
|
810
|
+
};
|
|
811
|
+
marcarEventoComoLido: {
|
|
812
|
+
tipo: "envia-e-recebe";
|
|
813
|
+
payload: {
|
|
814
|
+
idEvento: number;
|
|
815
|
+
};
|
|
816
|
+
response: {
|
|
817
|
+
eventos: EventoUsuarioDto[];
|
|
818
|
+
};
|
|
819
|
+
};
|
|
820
|
+
concluirTutorial: {
|
|
821
|
+
tipo: "envia-e-recebe";
|
|
822
|
+
payload: {
|
|
823
|
+
idEvento: number;
|
|
824
|
+
};
|
|
825
|
+
response: {
|
|
826
|
+
eventos: EventoUsuarioDto[];
|
|
827
|
+
};
|
|
828
|
+
};
|
|
829
|
+
};
|
|
830
|
+
readonly Tutoriais: {
|
|
831
|
+
abrirTutorial: {
|
|
832
|
+
tipo: "emite";
|
|
833
|
+
payload: AberturaTutorialPayload;
|
|
834
|
+
response: AberturaTutorialPayload;
|
|
835
|
+
delivery: "broadcast";
|
|
836
|
+
};
|
|
837
|
+
solicitarAberturaTutorial: {
|
|
838
|
+
tipo: "envia";
|
|
839
|
+
payload: {
|
|
840
|
+
idUsuarioTutorial: number;
|
|
841
|
+
};
|
|
842
|
+
};
|
|
843
|
+
confirmarAberturaTutorial: {
|
|
844
|
+
tipo: "envia";
|
|
845
|
+
payload: {
|
|
846
|
+
idUsuarioTutorial: number;
|
|
847
|
+
};
|
|
848
|
+
};
|
|
849
|
+
concluirTutorial: {
|
|
850
|
+
tipo: "envia-e-recebe";
|
|
851
|
+
payload: {
|
|
852
|
+
idUsuarioTutorial: number;
|
|
853
|
+
};
|
|
854
|
+
response: {
|
|
855
|
+
concluido: boolean;
|
|
856
|
+
};
|
|
857
|
+
};
|
|
858
|
+
};
|
|
367
859
|
};
|
|
368
860
|
}
|
|
369
861
|
declare function isRecord(value: unknown): value is Record<string, unknown>;
|
|
@@ -429,6 +921,30 @@ declare const Eventos_Envia: {
|
|
|
429
921
|
};
|
|
430
922
|
readonly ExecucaoDeJogo: {
|
|
431
923
|
eventos: {
|
|
924
|
+
executaAcao: {
|
|
925
|
+
tipo: "envia";
|
|
926
|
+
payload: PAYLOAD__executaAcao;
|
|
927
|
+
} & {
|
|
928
|
+
readonly nome: "executaAcao";
|
|
929
|
+
readonly gateway: "ExecucaoDeJogo";
|
|
930
|
+
readonly fullName: "ExecucaoDeJogo:executaAcao";
|
|
931
|
+
};
|
|
932
|
+
executaAcaoSerNaSala: {
|
|
933
|
+
tipo: "envia";
|
|
934
|
+
payload: PAYLOAD__executaAcaoSerNaSala;
|
|
935
|
+
} & {
|
|
936
|
+
readonly nome: "executaAcaoSerNaSala";
|
|
937
|
+
readonly gateway: "ExecucaoDeJogo";
|
|
938
|
+
readonly fullName: "ExecucaoDeJogo:executaAcaoSerNaSala";
|
|
939
|
+
};
|
|
940
|
+
jogadorEsperaSalaJogo: {
|
|
941
|
+
tipo: "envia";
|
|
942
|
+
payload: PAYLOAD__jogadorEsperaSalaJogo;
|
|
943
|
+
} & {
|
|
944
|
+
readonly nome: "jogadorEsperaSalaJogo";
|
|
945
|
+
readonly gateway: "ExecucaoDeJogo";
|
|
946
|
+
readonly fullName: "ExecucaoDeJogo:jogadorEsperaSalaJogo";
|
|
947
|
+
};
|
|
432
948
|
executaTestePericia: {
|
|
433
949
|
tipo: "envia";
|
|
434
950
|
payload: PAYLOAD__executaTestePericia;
|
|
@@ -437,10 +953,29 @@ declare const Eventos_Envia: {
|
|
|
437
953
|
readonly gateway: "ExecucaoDeJogo";
|
|
438
954
|
readonly fullName: "ExecucaoDeJogo:executaTestePericia";
|
|
439
955
|
};
|
|
956
|
+
encerrarAcompanhamentoAuditoriaAcoesSalaJogo: {
|
|
957
|
+
tipo: "envia";
|
|
958
|
+
payload: PAYLOAD__encerrarAcompanhamentoAuditoriaAcoesSalaJogo;
|
|
959
|
+
} & {
|
|
960
|
+
readonly nome: "encerrarAcompanhamentoAuditoriaAcoesSalaJogo";
|
|
961
|
+
readonly gateway: "ExecucaoDeJogo";
|
|
962
|
+
readonly fullName: "ExecucaoDeJogo:encerrarAcompanhamentoAuditoriaAcoesSalaJogo";
|
|
963
|
+
};
|
|
440
964
|
};
|
|
441
965
|
};
|
|
442
966
|
readonly UsuariosConectados: {
|
|
443
|
-
eventos: {
|
|
967
|
+
eventos: {
|
|
968
|
+
atualizarPaginaAtual: {
|
|
969
|
+
tipo: "envia";
|
|
970
|
+
payload: {
|
|
971
|
+
templatePaginaAtual: PaginaTemplate;
|
|
972
|
+
};
|
|
973
|
+
} & {
|
|
974
|
+
readonly nome: "atualizarPaginaAtual";
|
|
975
|
+
readonly gateway: "UsuariosConectados";
|
|
976
|
+
readonly fullName: "UsuariosConectados:atualizarPaginaAtual";
|
|
977
|
+
};
|
|
978
|
+
};
|
|
444
979
|
};
|
|
445
980
|
readonly UsuariosExistentes: {
|
|
446
981
|
eventos: {};
|
|
@@ -476,6 +1011,92 @@ declare const Eventos_Envia: {
|
|
|
476
1011
|
};
|
|
477
1012
|
};
|
|
478
1013
|
};
|
|
1014
|
+
readonly Palco: {
|
|
1015
|
+
eventos: {
|
|
1016
|
+
relatarTelemetriaAudio: {
|
|
1017
|
+
tipo: "envia";
|
|
1018
|
+
payload: PAYLOAD__Palco_relatarTelemetriaAudio;
|
|
1019
|
+
} & {
|
|
1020
|
+
readonly nome: "relatarTelemetriaAudio";
|
|
1021
|
+
readonly gateway: "Palco";
|
|
1022
|
+
readonly fullName: "Palco:relatarTelemetriaAudio";
|
|
1023
|
+
};
|
|
1024
|
+
};
|
|
1025
|
+
};
|
|
1026
|
+
readonly EventosUsuario: {
|
|
1027
|
+
eventos: {
|
|
1028
|
+
dispararNotificacaoTeste: {
|
|
1029
|
+
tipo: "envia";
|
|
1030
|
+
payload: {};
|
|
1031
|
+
} & {
|
|
1032
|
+
readonly nome: "dispararNotificacaoTeste";
|
|
1033
|
+
readonly gateway: "EventosUsuario";
|
|
1034
|
+
readonly fullName: "EventosUsuario:dispararNotificacaoTeste";
|
|
1035
|
+
};
|
|
1036
|
+
dispararNotificacaoTesteParaUsuario: {
|
|
1037
|
+
tipo: "envia";
|
|
1038
|
+
payload: {
|
|
1039
|
+
idUsuario: number;
|
|
1040
|
+
};
|
|
1041
|
+
} & {
|
|
1042
|
+
readonly nome: "dispararNotificacaoTesteParaUsuario";
|
|
1043
|
+
readonly gateway: "EventosUsuario";
|
|
1044
|
+
readonly fullName: "EventosUsuario:dispararNotificacaoTesteParaUsuario";
|
|
1045
|
+
};
|
|
1046
|
+
dispararNotificacaoPersistenteParaUsuario: {
|
|
1047
|
+
tipo: "envia";
|
|
1048
|
+
payload: {
|
|
1049
|
+
idUsuario: number;
|
|
1050
|
+
};
|
|
1051
|
+
} & {
|
|
1052
|
+
readonly nome: "dispararNotificacaoPersistenteParaUsuario";
|
|
1053
|
+
readonly gateway: "EventosUsuario";
|
|
1054
|
+
readonly fullName: "EventosUsuario:dispararNotificacaoPersistenteParaUsuario";
|
|
1055
|
+
};
|
|
1056
|
+
sincronizarPendencias: {
|
|
1057
|
+
tipo: "envia";
|
|
1058
|
+
payload: {};
|
|
1059
|
+
} & {
|
|
1060
|
+
readonly nome: "sincronizarPendencias";
|
|
1061
|
+
readonly gateway: "EventosUsuario";
|
|
1062
|
+
readonly fullName: "EventosUsuario:sincronizarPendencias";
|
|
1063
|
+
};
|
|
1064
|
+
dispararConviteSessaoTeste: {
|
|
1065
|
+
tipo: "envia";
|
|
1066
|
+
payload: {
|
|
1067
|
+
idsUsuarios: number[];
|
|
1068
|
+
};
|
|
1069
|
+
} & {
|
|
1070
|
+
readonly nome: "dispararConviteSessaoTeste";
|
|
1071
|
+
readonly gateway: "EventosUsuario";
|
|
1072
|
+
readonly fullName: "EventosUsuario:dispararConviteSessaoTeste";
|
|
1073
|
+
};
|
|
1074
|
+
};
|
|
1075
|
+
};
|
|
1076
|
+
readonly Tutoriais: {
|
|
1077
|
+
eventos: {
|
|
1078
|
+
solicitarAberturaTutorial: {
|
|
1079
|
+
tipo: "envia";
|
|
1080
|
+
payload: {
|
|
1081
|
+
idUsuarioTutorial: number;
|
|
1082
|
+
};
|
|
1083
|
+
} & {
|
|
1084
|
+
readonly nome: "solicitarAberturaTutorial";
|
|
1085
|
+
readonly gateway: "Tutoriais";
|
|
1086
|
+
readonly fullName: "Tutoriais:solicitarAberturaTutorial";
|
|
1087
|
+
};
|
|
1088
|
+
confirmarAberturaTutorial: {
|
|
1089
|
+
tipo: "envia";
|
|
1090
|
+
payload: {
|
|
1091
|
+
idUsuarioTutorial: number;
|
|
1092
|
+
};
|
|
1093
|
+
} & {
|
|
1094
|
+
readonly nome: "confirmarAberturaTutorial";
|
|
1095
|
+
readonly gateway: "Tutoriais";
|
|
1096
|
+
readonly fullName: "Tutoriais:confirmarAberturaTutorial";
|
|
1097
|
+
};
|
|
1098
|
+
};
|
|
1099
|
+
};
|
|
479
1100
|
};
|
|
480
1101
|
declare const Eventos_Emite: {
|
|
481
1102
|
readonly Chat: {
|
|
@@ -557,6 +1178,36 @@ declare const Eventos_Emite: {
|
|
|
557
1178
|
readonly gateway: "Jogo";
|
|
558
1179
|
readonly fullName: "Jogo:emitirFichaEmJogo";
|
|
559
1180
|
};
|
|
1181
|
+
emitirMapaLogicoSalaJogo: {
|
|
1182
|
+
tipo: "emite";
|
|
1183
|
+
payload: PAYLOAD__EmitirMapaLogicoSalaJogo;
|
|
1184
|
+
response: RESPONSE__EmitirMapaLogicoSalaJogo;
|
|
1185
|
+
delivery: "perRecipient";
|
|
1186
|
+
} & {
|
|
1187
|
+
readonly nome: "emitirMapaLogicoSalaJogo";
|
|
1188
|
+
readonly gateway: "Jogo";
|
|
1189
|
+
readonly fullName: "Jogo:emitirMapaLogicoSalaJogo";
|
|
1190
|
+
};
|
|
1191
|
+
emitirResultadoMissaoFuncionalSalaJogo: {
|
|
1192
|
+
tipo: "emite";
|
|
1193
|
+
payload: PAYLOAD__EmitirResultadoMissaoFuncionalSalaJogo;
|
|
1194
|
+
response: RESPONSE__EmitirResultadoMissaoFuncionalSalaJogo;
|
|
1195
|
+
delivery: "perRecipient";
|
|
1196
|
+
} & {
|
|
1197
|
+
readonly nome: "emitirResultadoMissaoFuncionalSalaJogo";
|
|
1198
|
+
readonly gateway: "Jogo";
|
|
1199
|
+
readonly fullName: "Jogo:emitirResultadoMissaoFuncionalSalaJogo";
|
|
1200
|
+
};
|
|
1201
|
+
emitirEstadoTemporalSalaJogo: {
|
|
1202
|
+
tipo: "emite";
|
|
1203
|
+
payload: PAYLOAD__EmitirEstadoTemporalSalaJogo;
|
|
1204
|
+
response: RESPONSE__EmitirEstadoTemporalSalaJogo;
|
|
1205
|
+
delivery: "perRecipient";
|
|
1206
|
+
} & {
|
|
1207
|
+
readonly nome: "emitirEstadoTemporalSalaJogo";
|
|
1208
|
+
readonly gateway: "Jogo";
|
|
1209
|
+
readonly fullName: "Jogo:emitirEstadoTemporalSalaJogo";
|
|
1210
|
+
};
|
|
560
1211
|
};
|
|
561
1212
|
};
|
|
562
1213
|
readonly ExecucaoDeJogo: {
|
|
@@ -574,6 +1225,26 @@ declare const Eventos_Emite: {
|
|
|
574
1225
|
readonly gateway: "ExecucaoDeJogo";
|
|
575
1226
|
readonly fullName: "ExecucaoDeJogo:emitirMensagemSalaJogo";
|
|
576
1227
|
};
|
|
1228
|
+
emitirMensagensSalaJogo: {
|
|
1229
|
+
tipo: "emite";
|
|
1230
|
+
payload: PAYLOAD__emitirMensagensSalaJogo;
|
|
1231
|
+
response: RESPONSE__emitirMensagensSalaJogo;
|
|
1232
|
+
delivery: "perRecipient";
|
|
1233
|
+
} & {
|
|
1234
|
+
readonly nome: "emitirMensagensSalaJogo";
|
|
1235
|
+
readonly gateway: "ExecucaoDeJogo";
|
|
1236
|
+
readonly fullName: "ExecucaoDeJogo:emitirMensagensSalaJogo";
|
|
1237
|
+
};
|
|
1238
|
+
emitirAuditoriaAcoesSalaJogo: {
|
|
1239
|
+
tipo: "emite";
|
|
1240
|
+
payload: PAYLOAD__emitirAuditoriaAcoesSalaJogo;
|
|
1241
|
+
response: RESPONSE__emitirAuditoriaAcoesSalaJogo;
|
|
1242
|
+
delivery: "perRecipient";
|
|
1243
|
+
} & {
|
|
1244
|
+
readonly nome: "emitirAuditoriaAcoesSalaJogo";
|
|
1245
|
+
readonly gateway: "ExecucaoDeJogo";
|
|
1246
|
+
readonly fullName: "ExecucaoDeJogo:emitirAuditoriaAcoesSalaJogo";
|
|
1247
|
+
};
|
|
577
1248
|
};
|
|
578
1249
|
};
|
|
579
1250
|
readonly UsuariosConectados: {
|
|
@@ -593,7 +1264,24 @@ declare const Eventos_Emite: {
|
|
|
593
1264
|
};
|
|
594
1265
|
};
|
|
595
1266
|
readonly UsuariosExistentes: {
|
|
596
|
-
eventos: {
|
|
1267
|
+
eventos: {
|
|
1268
|
+
emitirAvatarPerfilAtualizado: {
|
|
1269
|
+
tipo: "emite";
|
|
1270
|
+
payload: {
|
|
1271
|
+
id: number;
|
|
1272
|
+
caminhoArquivoAvatar: SOCKET_UsuarioExistente["caminhoArquivoAvatar"];
|
|
1273
|
+
};
|
|
1274
|
+
response: {
|
|
1275
|
+
id: number;
|
|
1276
|
+
caminhoArquivoAvatar: SOCKET_UsuarioExistente["caminhoArquivoAvatar"];
|
|
1277
|
+
};
|
|
1278
|
+
delivery: "broadcast";
|
|
1279
|
+
} & {
|
|
1280
|
+
readonly nome: "emitirAvatarPerfilAtualizado";
|
|
1281
|
+
readonly gateway: "UsuariosExistentes";
|
|
1282
|
+
readonly fullName: "UsuariosExistentes:emitirAvatarPerfilAtualizado";
|
|
1283
|
+
};
|
|
1284
|
+
};
|
|
597
1285
|
};
|
|
598
1286
|
readonly TesteVoz: {
|
|
599
1287
|
eventos: {
|
|
@@ -654,6 +1342,84 @@ declare const Eventos_Emite: {
|
|
|
654
1342
|
};
|
|
655
1343
|
};
|
|
656
1344
|
};
|
|
1345
|
+
readonly Palco: {
|
|
1346
|
+
eventos: {
|
|
1347
|
+
estadoAtualizado: {
|
|
1348
|
+
tipo: "emite";
|
|
1349
|
+
payload: EMIT__Palco_estadoAtualizado;
|
|
1350
|
+
response: EMIT__Palco_estadoAtualizado;
|
|
1351
|
+
delivery: "broadcast";
|
|
1352
|
+
} & {
|
|
1353
|
+
readonly nome: "estadoAtualizado";
|
|
1354
|
+
readonly gateway: "Palco";
|
|
1355
|
+
readonly fullName: "Palco:estadoAtualizado";
|
|
1356
|
+
};
|
|
1357
|
+
encerrado: {
|
|
1358
|
+
tipo: "emite";
|
|
1359
|
+
payload: EMIT__Palco_encerrado;
|
|
1360
|
+
response: EMIT__Palco_encerrado;
|
|
1361
|
+
delivery: "broadcast";
|
|
1362
|
+
} & {
|
|
1363
|
+
readonly nome: "encerrado";
|
|
1364
|
+
readonly gateway: "Palco";
|
|
1365
|
+
readonly fullName: "Palco:encerrado";
|
|
1366
|
+
};
|
|
1367
|
+
tokenMidia: {
|
|
1368
|
+
tipo: "emite";
|
|
1369
|
+
payload: EMIT__Palco_tokenMidia;
|
|
1370
|
+
response: EMIT__Palco_tokenMidia;
|
|
1371
|
+
delivery: "perRecipient";
|
|
1372
|
+
} & {
|
|
1373
|
+
readonly nome: "tokenMidia";
|
|
1374
|
+
readonly gateway: "Palco";
|
|
1375
|
+
readonly fullName: "Palco:tokenMidia";
|
|
1376
|
+
};
|
|
1377
|
+
diagnosticoAudio: {
|
|
1378
|
+
tipo: "emite";
|
|
1379
|
+
payload: EMIT__Palco_diagnosticoAudio;
|
|
1380
|
+
response: EMIT__Palco_diagnosticoAudio;
|
|
1381
|
+
delivery: "broadcast";
|
|
1382
|
+
} & {
|
|
1383
|
+
readonly nome: "diagnosticoAudio";
|
|
1384
|
+
readonly gateway: "Palco";
|
|
1385
|
+
readonly fullName: "Palco:diagnosticoAudio";
|
|
1386
|
+
};
|
|
1387
|
+
};
|
|
1388
|
+
};
|
|
1389
|
+
readonly EventosUsuario: {
|
|
1390
|
+
eventos: {
|
|
1391
|
+
notificacaoRecebida: {
|
|
1392
|
+
tipo: "emite";
|
|
1393
|
+
payload: {
|
|
1394
|
+
notificacao: NotificacaoUsuario;
|
|
1395
|
+
reentregaBootstrap: boolean;
|
|
1396
|
+
};
|
|
1397
|
+
response: {
|
|
1398
|
+
notificacao: NotificacaoUsuario;
|
|
1399
|
+
reentregaBootstrap: boolean;
|
|
1400
|
+
};
|
|
1401
|
+
delivery: "broadcast";
|
|
1402
|
+
} & {
|
|
1403
|
+
readonly nome: "notificacaoRecebida";
|
|
1404
|
+
readonly gateway: "EventosUsuario";
|
|
1405
|
+
readonly fullName: "EventosUsuario:notificacaoRecebida";
|
|
1406
|
+
};
|
|
1407
|
+
};
|
|
1408
|
+
};
|
|
1409
|
+
readonly Tutoriais: {
|
|
1410
|
+
eventos: {
|
|
1411
|
+
abrirTutorial: {
|
|
1412
|
+
tipo: "emite";
|
|
1413
|
+
payload: AberturaTutorialPayload;
|
|
1414
|
+
response: AberturaTutorialPayload;
|
|
1415
|
+
delivery: "broadcast";
|
|
1416
|
+
} & {
|
|
1417
|
+
readonly nome: "abrirTutorial";
|
|
1418
|
+
readonly gateway: "Tutoriais";
|
|
1419
|
+
readonly fullName: "Tutoriais:abrirTutorial";
|
|
1420
|
+
};
|
|
1421
|
+
};
|
|
1422
|
+
};
|
|
657
1423
|
};
|
|
658
1424
|
declare const Eventos_EnviaERecebe: {
|
|
659
1425
|
readonly Chat: {
|
|
@@ -673,6 +1439,15 @@ declare const Eventos_EnviaERecebe: {
|
|
|
673
1439
|
};
|
|
674
1440
|
readonly Jogo: {
|
|
675
1441
|
eventos: {
|
|
1442
|
+
iniciarModoSolo: {
|
|
1443
|
+
tipo: "envia-e-recebe";
|
|
1444
|
+
payload: PAYLOAD__IniciarModoSolo;
|
|
1445
|
+
response: RESPONSE__IniciarModoSolo;
|
|
1446
|
+
} & {
|
|
1447
|
+
readonly nome: "iniciarModoSolo";
|
|
1448
|
+
readonly gateway: "Jogo";
|
|
1449
|
+
readonly fullName: "Jogo:iniciarModoSolo";
|
|
1450
|
+
};
|
|
676
1451
|
requisicaoDeFechamentoDeSalaAberta: {
|
|
677
1452
|
tipo: "envia-e-recebe";
|
|
678
1453
|
payload: {
|
|
@@ -687,7 +1462,17 @@ declare const Eventos_EnviaERecebe: {
|
|
|
687
1462
|
};
|
|
688
1463
|
};
|
|
689
1464
|
readonly ExecucaoDeJogo: {
|
|
690
|
-
eventos: {
|
|
1465
|
+
eventos: {
|
|
1466
|
+
NARRADOR_solicitaTestePericiaParticipantes: {
|
|
1467
|
+
tipo: "envia-e-recebe";
|
|
1468
|
+
payload: PAYLOAD__NARRADOR_solicitaTestePericiaParticipantes;
|
|
1469
|
+
response: RESPONSE__NARRADOR_solicitaTestePericiaParticipantes;
|
|
1470
|
+
} & {
|
|
1471
|
+
readonly nome: "NARRADOR_solicitaTestePericiaParticipantes";
|
|
1472
|
+
readonly gateway: "ExecucaoDeJogo";
|
|
1473
|
+
readonly fullName: "ExecucaoDeJogo:NARRADOR_solicitaTestePericiaParticipantes";
|
|
1474
|
+
};
|
|
1475
|
+
};
|
|
691
1476
|
};
|
|
692
1477
|
readonly UsuariosConectados: {
|
|
693
1478
|
eventos: {};
|
|
@@ -721,5 +1506,139 @@ declare const Eventos_EnviaERecebe: {
|
|
|
721
1506
|
};
|
|
722
1507
|
};
|
|
723
1508
|
};
|
|
1509
|
+
readonly Palco: {
|
|
1510
|
+
eventos: {
|
|
1511
|
+
verificarEstado: {
|
|
1512
|
+
tipo: "envia-e-recebe";
|
|
1513
|
+
payload: PAYLOAD__Palco_verificarEstado;
|
|
1514
|
+
response: RESPONSE__Palco_verificarEstado;
|
|
1515
|
+
} & {
|
|
1516
|
+
readonly nome: "verificarEstado";
|
|
1517
|
+
readonly gateway: "Palco";
|
|
1518
|
+
readonly fullName: "Palco:verificarEstado";
|
|
1519
|
+
};
|
|
1520
|
+
entrar: {
|
|
1521
|
+
tipo: "envia-e-recebe";
|
|
1522
|
+
payload: PAYLOAD__Palco_entrar;
|
|
1523
|
+
response: RESPONSE__Palco_entrar;
|
|
1524
|
+
} & {
|
|
1525
|
+
readonly nome: "entrar";
|
|
1526
|
+
readonly gateway: "Palco";
|
|
1527
|
+
readonly fullName: "Palco:entrar";
|
|
1528
|
+
};
|
|
1529
|
+
admin_criar: {
|
|
1530
|
+
tipo: "envia-e-recebe";
|
|
1531
|
+
payload: PAYLOAD__Palco_admin_criar;
|
|
1532
|
+
response: RESPONSE__Palco_admin_criar;
|
|
1533
|
+
} & {
|
|
1534
|
+
readonly nome: "admin_criar";
|
|
1535
|
+
readonly gateway: "Palco";
|
|
1536
|
+
readonly fullName: "Palco:admin_criar";
|
|
1537
|
+
};
|
|
1538
|
+
admin_encerrar: {
|
|
1539
|
+
tipo: "envia-e-recebe";
|
|
1540
|
+
payload: PAYLOAD__Palco_admin_encerrar;
|
|
1541
|
+
response: RESPONSE__Palco_admin_encerrar;
|
|
1542
|
+
} & {
|
|
1543
|
+
readonly nome: "admin_encerrar";
|
|
1544
|
+
readonly gateway: "Palco";
|
|
1545
|
+
readonly fullName: "Palco:admin_encerrar";
|
|
1546
|
+
};
|
|
1547
|
+
admin_promover: {
|
|
1548
|
+
tipo: "envia-e-recebe";
|
|
1549
|
+
payload: PAYLOAD__Palco_admin_promover;
|
|
1550
|
+
response: RESPONSE__Palco_admin_promover;
|
|
1551
|
+
} & {
|
|
1552
|
+
readonly nome: "admin_promover";
|
|
1553
|
+
readonly gateway: "Palco";
|
|
1554
|
+
readonly fullName: "Palco:admin_promover";
|
|
1555
|
+
};
|
|
1556
|
+
admin_rebaixar: {
|
|
1557
|
+
tipo: "envia-e-recebe";
|
|
1558
|
+
payload: PAYLOAD__Palco_admin_rebaixar;
|
|
1559
|
+
response: RESPONSE__Palco_admin_rebaixar;
|
|
1560
|
+
} & {
|
|
1561
|
+
readonly nome: "admin_rebaixar";
|
|
1562
|
+
readonly gateway: "Palco";
|
|
1563
|
+
readonly fullName: "Palco:admin_rebaixar";
|
|
1564
|
+
};
|
|
1565
|
+
admin_remover: {
|
|
1566
|
+
tipo: "envia-e-recebe";
|
|
1567
|
+
payload: PAYLOAD__Palco_admin_remover;
|
|
1568
|
+
response: RESPONSE__Palco_admin_remover;
|
|
1569
|
+
} & {
|
|
1570
|
+
readonly nome: "admin_remover";
|
|
1571
|
+
readonly gateway: "Palco";
|
|
1572
|
+
readonly fullName: "Palco:admin_remover";
|
|
1573
|
+
};
|
|
1574
|
+
admin_definirPapel: {
|
|
1575
|
+
tipo: "envia-e-recebe";
|
|
1576
|
+
payload: PAYLOAD__Palco_admin_definirPapel;
|
|
1577
|
+
response: RESPONSE__Palco_admin_definirPapel;
|
|
1578
|
+
} & {
|
|
1579
|
+
readonly nome: "admin_definirPapel";
|
|
1580
|
+
readonly gateway: "Palco";
|
|
1581
|
+
readonly fullName: "Palco:admin_definirPapel";
|
|
1582
|
+
};
|
|
1583
|
+
};
|
|
1584
|
+
};
|
|
1585
|
+
readonly EventosUsuario: {
|
|
1586
|
+
eventos: {
|
|
1587
|
+
obterMeusEventos: {
|
|
1588
|
+
tipo: "envia-e-recebe";
|
|
1589
|
+
payload: {};
|
|
1590
|
+
response: {
|
|
1591
|
+
eventos: EventoUsuarioDto[];
|
|
1592
|
+
};
|
|
1593
|
+
} & {
|
|
1594
|
+
readonly nome: "obterMeusEventos";
|
|
1595
|
+
readonly gateway: "EventosUsuario";
|
|
1596
|
+
readonly fullName: "EventosUsuario:obterMeusEventos";
|
|
1597
|
+
};
|
|
1598
|
+
marcarEventoComoLido: {
|
|
1599
|
+
tipo: "envia-e-recebe";
|
|
1600
|
+
payload: {
|
|
1601
|
+
idEvento: number;
|
|
1602
|
+
};
|
|
1603
|
+
response: {
|
|
1604
|
+
eventos: EventoUsuarioDto[];
|
|
1605
|
+
};
|
|
1606
|
+
} & {
|
|
1607
|
+
readonly nome: "marcarEventoComoLido";
|
|
1608
|
+
readonly gateway: "EventosUsuario";
|
|
1609
|
+
readonly fullName: "EventosUsuario:marcarEventoComoLido";
|
|
1610
|
+
};
|
|
1611
|
+
concluirTutorial: {
|
|
1612
|
+
tipo: "envia-e-recebe";
|
|
1613
|
+
payload: {
|
|
1614
|
+
idEvento: number;
|
|
1615
|
+
};
|
|
1616
|
+
response: {
|
|
1617
|
+
eventos: EventoUsuarioDto[];
|
|
1618
|
+
};
|
|
1619
|
+
} & {
|
|
1620
|
+
readonly nome: "concluirTutorial";
|
|
1621
|
+
readonly gateway: "EventosUsuario";
|
|
1622
|
+
readonly fullName: "EventosUsuario:concluirTutorial";
|
|
1623
|
+
};
|
|
1624
|
+
};
|
|
1625
|
+
};
|
|
1626
|
+
readonly Tutoriais: {
|
|
1627
|
+
eventos: {
|
|
1628
|
+
concluirTutorial: {
|
|
1629
|
+
tipo: "envia-e-recebe";
|
|
1630
|
+
payload: {
|
|
1631
|
+
idUsuarioTutorial: number;
|
|
1632
|
+
};
|
|
1633
|
+
response: {
|
|
1634
|
+
concluido: boolean;
|
|
1635
|
+
};
|
|
1636
|
+
} & {
|
|
1637
|
+
readonly nome: "concluirTutorial";
|
|
1638
|
+
readonly gateway: "Tutoriais";
|
|
1639
|
+
readonly fullName: "Tutoriais:concluirTutorial";
|
|
1640
|
+
};
|
|
1641
|
+
};
|
|
1642
|
+
};
|
|
724
1643
|
};
|
|
725
|
-
export { EMIT__TesteVoz_receberAnswer, EMIT__TesteVoz_receberIceCandidate, EMIT__TesteVoz_receberOffer, EMIT__TesteVoz_usuarioEntrou, EMIT__TesteVoz_usuarioSaiu, EmitDelivery, EventoAuthDefault, EventoEmite, EventoEmiteAny, EventoEnvia, EventoEnviaERecebe, EventoSchema, EventoTipo, EventoTipoLiteral, EventosEmiteMap, EventosWebSocket, Eventos_Emite, Eventos_Envia, Eventos_EnviaERecebe, FiltraEventosPorTipo, GatewayDef, Gateways, MensagemChatPayload, MensagemChatRecebida, PAYLOAD__EmitirFichaEmJogo, PAYLOAD__ExecutaTestePericia_PROTOTIPO, PAYLOAD__INDIVIDUAL__NARRADOR_executaAcaoParticipante_PROTOTIPO, PAYLOAD__NARRADOR_executaAcaoParticipante_PROTOTIPO, PAYLOAD__TesteVoz_entrarNaSala, PAYLOAD__TesteVoz_enviarAnswer, PAYLOAD__TesteVoz_enviarIceCandidate, PAYLOAD__TesteVoz_enviarOffer, PAYLOAD__emitirMensagemSalaJogo, PAYLOAD__emitirMensagemSalaJogo__Enviando, PAYLOAD__emitirMensagemSalaJogo__Escutando, PAYLOAD__executaTestePericia, RESPONSE__TesteVoz_entrarNaSala, SOCKET_AcessoUsuario, SOCKET_UsuarioExistente, SalaChat, SalaChatFront, TESTE_VOZ_ID_SALA, TelemetryConnectionInfo, TelemetryEventLog, TelemetrySnapshot, TesteVoz_DescricaoSessao, TesteVoz_DescricaoSessaoTipo, TesteVoz_IceCandidate, TesteVoz_IdSala, TesteVoz_IdSocket, TesteVoz_IdUsuario, WsEmitParams, WsEmitTarget, WsErrorResponse, WsEventAudience, WsEventAudienceMultiplo, WsEventAudienceUnico, WsResult, WsUnauthorizedErrorResponse, createGateway, criarEventosFiltrados, getEmitDelivery, isRecord, isWsErrorResponse, isWsUnauthorizedErrorResponse, wsChain, wsErro, wsMap, wsUnauthorized };
|
|
1644
|
+
export { AcaoDisponivelSerNaSalaJogoWsDto, CapacidadeInataSerNaSalaJogoWsDto, EMIT__Palco_diagnosticoAudio, EMIT__Palco_encerrado, EMIT__Palco_estadoAtualizado, EMIT__Palco_tokenMidia, EMIT__TesteVoz_receberAnswer, EMIT__TesteVoz_receberIceCandidate, EMIT__TesteVoz_receberOffer, EMIT__TesteVoz_usuarioEntrou, EMIT__TesteVoz_usuarioSaiu, EmitDelivery, EstadoAcaoDisponivelSerNaSalaJogoWsDto, EstatisticaDanificavelSerNaSalaJogoWsDto, EventoAuthDefault, EventoEmite, EventoEmiteAny, EventoEnvia, EventoEnviaERecebe, EventoSchema, EventoTipo, EventoTipoLiteral, EventosEmiteMap, EventosWebSocket, Eventos_Emite, Eventos_Envia, Eventos_EnviaERecebe, FiltraEventosPorTipo, GatewayDef, Gateways, InteragivelPercebidoSalaJogoWsDto, MapaLogicoSalaJogoPayloadWsDto, MapaLogicoSalaJogoWsDto, MembroSerNaSalaJogoWsDto, MensagemChatPayload, MensagemChatRecebida, OcupanteMapaLogicoSalaJogoWsDto, OrigemAcaoDisponivelSerNaSalaJogoWsDto, PALCO_ID_LOBBY, PALCO_ID_SALA, PALCO_LIVEKIT_ROOM, PAYLOAD__EmitirEstadoTemporalSalaJogo, PAYLOAD__EmitirFichaEmJogo, PAYLOAD__EmitirMapaLogicoSalaJogo, PAYLOAD__EmitirResultadoMissaoFuncionalSalaJogo, PAYLOAD__ExecutaTestePericia_PROTOTIPO, PAYLOAD__INDIVIDUAL__NARRADOR_executaAcaoParticipante_PROTOTIPO, PAYLOAD__IniciarModoSolo, PAYLOAD__NARRADOR_executaAcaoParticipante_PROTOTIPO, PAYLOAD__NARRADOR_solicitaTestePericiaParticipantes, PAYLOAD__Palco_admin_criar, PAYLOAD__Palco_admin_definirPapel, PAYLOAD__Palco_admin_encerrar, PAYLOAD__Palco_admin_promover, PAYLOAD__Palco_admin_rebaixar, PAYLOAD__Palco_admin_remover, PAYLOAD__Palco_entrar, PAYLOAD__Palco_relatarTelemetriaAudio, PAYLOAD__Palco_verificarEstado, PAYLOAD__TesteVoz_entrarNaSala, PAYLOAD__TesteVoz_enviarAnswer, PAYLOAD__TesteVoz_enviarIceCandidate, PAYLOAD__TesteVoz_enviarOffer, PAYLOAD__emitirAuditoriaAcoesSalaJogo, PAYLOAD__emitirMensagemSalaJogo, PAYLOAD__emitirMensagemSalaJogo__Enviando, PAYLOAD__emitirMensagemSalaJogo__Escutando, PAYLOAD__emitirMensagensSalaJogo, PAYLOAD__encerrarAcompanhamentoAuditoriaAcoesSalaJogo, PAYLOAD__executaAcao, PAYLOAD__executaAcaoSerNaSala, PAYLOAD__executaTestePericia, PAYLOAD__jogadorEsperaSalaJogo, PalcoAudioDiagnosticoItem, PalcoEstadoDto, PalcoParticipanteDto, PalcoParticipantePapel, PerfilFuncionalInspecaoMapaLogicoSalaJogoWsDto, PosicaoMapaLogicoSalaJogoWsDto, RESPONSE__EmitirEstadoTemporalSalaJogo, RESPONSE__EmitirMapaLogicoSalaJogo, RESPONSE__EmitirResultadoMissaoFuncionalSalaJogo, RESPONSE__IniciarModoSolo, RESPONSE__NARRADOR_solicitaTestePericiaParticipantes, RESPONSE__Palco_admin_criar, RESPONSE__Palco_admin_definirPapel, RESPONSE__Palco_admin_encerrar, RESPONSE__Palco_admin_promover, RESPONSE__Palco_admin_rebaixar, RESPONSE__Palco_admin_remover, RESPONSE__Palco_entrar, RESPONSE__Palco_verificarEstado, RESPONSE__TesteVoz_entrarNaSala, RESPONSE__emitirAuditoriaAcoesSalaJogo, RESPONSE__emitirMensagensSalaJogo, RecursoFuncionalInspecaoMapaLogicoSalaJogoWsDto, SOCKET_AcessoSocket, SOCKET_AcessoUsuario, SOCKET_PresencaUsuario, SOCKET_UsuarioExistente, SalaChat, SalaChatFront, SerNaSalaJogoWsDto, TESTE_VOZ_ID_SALA, TelemetryConnectionInfo, TelemetryEventLog, TelemetrySnapshot, TesteVoz_DescricaoSessao, TesteVoz_DescricaoSessaoTipo, TesteVoz_IceCandidate, TesteVoz_IdSala, TesteVoz_IdSocket, TesteVoz_IdUsuario, WsEmitParams, WsEmitTarget, WsErrorResponse, WsEventAudience, WsEventAudienceMultiplo, WsEventAudienceUnico, WsResult, WsUnauthorizedErrorResponse, createGateway, criarEventosFiltrados, getEmitDelivery, isRecord, isWsErrorResponse, isWsUnauthorizedErrorResponse, wsChain, wsErro, wsMap, wsUnauthorized };
|