types-nora-api 0.0.488 → 0.0.491
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/leituras/ArquivoTipadoMusica/index.d.ts +16 -4
- package/dist/api/graphql/leituras/ArquivoTipadoMusica/index.js +19 -4
- package/dist/api/graphql/leituras/CoeficienteGanhoEstatisticaClasse/index.d.ts +48 -0
- package/dist/api/graphql/leituras/CoeficienteGanhoEstatisticaClasse/index.js +66 -0
- package/dist/api/graphql/leituras/DimensaoClima/index.d.ts +2 -1
- package/dist/api/graphql/leituras/DimensaoClima/index.js +2 -1
- package/dist/api/graphql/leituras/FonteMusica/index.d.ts +3 -2
- package/dist/api/graphql/leituras/FonteMusica/index.js +8 -3
- package/dist/api/graphql/leituras/Menu/index.d.ts +47 -0
- package/dist/api/graphql/leituras/Menu/index.js +67 -0
- package/dist/api/graphql/leituras/MusicaConfigurada/index.d.ts +3 -2
- package/dist/api/graphql/leituras/MusicaConfigurada/index.js +8 -3
- package/dist/api/graphql/leituras/PaginaNavegacao/index.d.ts +48 -0
- package/dist/api/graphql/leituras/PaginaNavegacao/index.js +70 -0
- package/dist/api/graphql/leituras/Partida/index.d.ts +128 -0
- package/dist/api/graphql/leituras/Partida/index.js +154 -0
- package/dist/api/graphql/leituras/SerDetalhe/index.d.ts +11 -2
- package/dist/api/graphql/leituras/SerDetalhe/index.js +17 -2
- package/dist/api/graphql/leituras/index.d.ts +16 -20
- package/dist/api/graphql/leituras/index.js +16 -20
- package/dist/api/rest/index.d.ts +171 -76
- package/dist/api/rest/index.js +264 -80
- package/dist/dominio/index.d.ts +110 -1
- package/dist/dominio/index.js +27 -1
- package/dist/dtos/index.d.ts +561 -135
- package/dist/dtos/index.js +96 -1
- package/dist/menus/index.d.ts +2 -171
- package/dist/menus/index.js +1 -348
- package/dist/paginas/index.d.ts +64 -76
- package/dist/paginas/index.js +67 -106
- package/dist/shared/index.d.ts +85 -1
- package/dist/ws/index.d.ts +61 -14
- package/dist/ws/index.js +9 -1
- package/package.json +1 -1
- package/dist/api/graphql/leituras/CatalogoMissao/index.d.ts +0 -42
- package/dist/api/graphql/leituras/CatalogoMissao/index.js +0 -60
- package/dist/api/graphql/leituras/CatalogoMissaoExibicao/index.d.ts +0 -45
- package/dist/api/graphql/leituras/CatalogoMissaoExibicao/index.js +0 -65
- package/dist/api/graphql/leituras/Missao/index.d.ts +0 -37
- package/dist/api/graphql/leituras/Missao/index.js +0 -51
- package/dist/api/graphql/leituras/MissaoDetalhe/index.d.ts +0 -44
- package/dist/api/graphql/leituras/MissaoDetalhe/index.js +0 -62
- package/dist/api/graphql/leituras/MissaoExibicao/index.d.ts +0 -48
- package/dist/api/graphql/leituras/MissaoExibicao/index.js +0 -70
package/dist/api/rest/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { AnaliseTestesPericiaInput,
|
|
2
|
-
import type { FichaDoSerCriada, PAYLOAD__CriarFichaDoSer, PAYLOAD__CriarSerRegistroComDetalhe, PAYLOAD__SalvarCasoSimplesProjeto3D, PAYLOAD__SalvarMembrosSerJogavel, PAYLOAD__SalvarProjeto3D, Projeto3DMinimoPersistido, Projeto3DResumoPersistido, SerJogavelMembrosPersistido, SerRegistroCriado } from '../../shared';
|
|
1
|
+
import type { AnaliseTestesPericiaInput, ArteCapaPartidaResposta, CatalogoMetricas, ConfiguracaoPartidaResposta, EstruturaDesafios, EstruturaPartidas, EstruturaPoliticasParticipacao, HistoricoDesafiosAtivos, HistoricoUsuario, LeaderboardInstancia, MusicaFundoPartidaResposta, PAYLOAD__AdicionarPartidaCatalogo, PAYLOAD__AlternarDesabilitadaPartida, PAYLOAD__AlternarDesafio, PAYLOAD__AlternarExibicaoPartida, PAYLOAD__CriarCatalogoPartida, PAYLOAD__CriarDesafio, PAYLOAD__CriarPartida, PAYLOAD__DeletarCatalogoPartida, PAYLOAD__GarantirDesafioAtivo, PAYLOAD__RegistrarResultado, PAYLOAD__RegistrarTentativaParticipacao, PAYLOAD__RemoverPartidaCatalogo, PAYLOAD__ReordenarDesafios, PAYLOAD__ReordenarPartidasCatalogo, PAYLOAD__SalvarArteCapaPartida, PAYLOAD__SalvarCatalogoPartida, PAYLOAD__SalvarConfiguracaoPartida, PAYLOAD__SalvarDesafio, PAYLOAD__SalvarMetrica, PAYLOAD__SalvarMusicaFundoPartida, PAYLOAD__SalvarPartida, PAYLOAD__SalvarPoliticaParticipacao, PainelDesafiosAtivos, PainelParticipacao, ResultadoAnaliseTestesPericia, ResultadoGarantirDesafioAtivo, ResultadoRegistrarTentativa, ResultadoRegistroParticipacao } from '../../dtos';
|
|
2
|
+
import type { AssinaturaArtistaPersistida, CoeficienteGanhoEstatisticaAtualizado, CoeficienteGanhoEstatisticaCriado, FichaDoSerCriada, PAYLOAD__AtualizarCoeficienteGanhoEstatistica, PAYLOAD__CriarCoeficienteGanhoEstatistica, PAYLOAD__CriarFichaDoSer, PAYLOAD__CriarSerRegistroComDetalhe, PAYLOAD__SalvarAssinaturaArtista, PAYLOAD__SalvarCasoSimplesProjeto3D, PAYLOAD__SalvarMembrosSerJogavel, PAYLOAD__SalvarProjeto3D, Projeto3DCapaArteImagemPersistida, Projeto3DCapaArteResumoPersistido, Projeto3DMinimoPersistido, Projeto3DResumoPersistido, SerJogavelMembrosPersistido, SerRegistroCriado } from '../../shared';
|
|
3
3
|
declare enum ApiTransporte {
|
|
4
4
|
GRAPHQL = "GRAPHQL",
|
|
5
5
|
REST = "REST"
|
|
@@ -47,9 +47,40 @@ type ListagemProjeto3DParametros = Record<string, never>;
|
|
|
47
47
|
type ConsultaProjeto3DParametros = {
|
|
48
48
|
readonly idProjeto: number;
|
|
49
49
|
};
|
|
50
|
-
type
|
|
51
|
-
type
|
|
52
|
-
readonly
|
|
50
|
+
type CapasArteProjeto3DParametros = Record<string, never>;
|
|
51
|
+
type ImagemCapaArteProjeto3DParametros = {
|
|
52
|
+
readonly idProjeto: number;
|
|
53
|
+
};
|
|
54
|
+
type AssinaturaArtistaMinhaParametros = Record<string, never>;
|
|
55
|
+
type DesafiosEstruturaParametros = Record<string, never>;
|
|
56
|
+
type DesafiosAtivosPainelParametros = {
|
|
57
|
+
readonly instanteIso?: string;
|
|
58
|
+
};
|
|
59
|
+
type DesafiosAtivosHistoricoParametros = {
|
|
60
|
+
readonly tipo: string;
|
|
61
|
+
};
|
|
62
|
+
type DesafiosParticipacaoPoliticasParametros = Record<string, never>;
|
|
63
|
+
type DesafiosParticipacaoPainelParametros = {
|
|
64
|
+
readonly instanteIso?: string;
|
|
65
|
+
};
|
|
66
|
+
type DesafiosLeaderboardMetricasParametros = Record<string, never>;
|
|
67
|
+
type DesafiosLeaderboardInstanciaParametros = {
|
|
68
|
+
readonly tipo: string;
|
|
69
|
+
readonly instanteIso?: string;
|
|
70
|
+
};
|
|
71
|
+
type DesafiosLeaderboardHistoricoParametros = Record<string, never>;
|
|
72
|
+
type PartidasEstruturaParametros = Record<string, never>;
|
|
73
|
+
type PartidasConfiguracaoParametros = {
|
|
74
|
+
readonly id: number;
|
|
75
|
+
};
|
|
76
|
+
type PartidasArteCapaParametros = {
|
|
77
|
+
readonly id: number;
|
|
78
|
+
};
|
|
79
|
+
type PartidasMusicaFundoParametros = {
|
|
80
|
+
readonly id: number;
|
|
81
|
+
};
|
|
82
|
+
type SerJogavelFichaEvolucaoPendenteParametros = {
|
|
83
|
+
readonly fkSerId: number;
|
|
53
84
|
};
|
|
54
85
|
type SerJogavelMembrosObterParametros = {
|
|
55
86
|
readonly fkSerId: number;
|
|
@@ -62,18 +93,43 @@ declare namespace EventosApiRest {
|
|
|
62
93
|
readonly Projeto3D: {
|
|
63
94
|
readonly listagem: ApiOperacaoRestGet<ListagemProjeto3DParametros, Projeto3DResumoPersistido[]>;
|
|
64
95
|
readonly consulta: ApiOperacaoRestGet<ConsultaProjeto3DParametros, Projeto3DMinimoPersistido | null>;
|
|
96
|
+
readonly capasArte: ApiOperacaoRestGet<CapasArteProjeto3DParametros, Projeto3DCapaArteResumoPersistido[]>;
|
|
97
|
+
readonly imagemCapaArte: ApiOperacaoRestGet<ImagemCapaArteProjeto3DParametros, Projeto3DCapaArteImagemPersistida | null>;
|
|
65
98
|
};
|
|
66
99
|
readonly Projeto3DTecnico: {
|
|
67
100
|
readonly consultaRegistro: ApiOperacaoRestGet<ConsultaTecnicaProjeto3DParametros, Projeto3DMinimoPersistido | null>;
|
|
68
101
|
};
|
|
102
|
+
readonly AssinaturaArtista: {
|
|
103
|
+
readonly minha: ApiOperacaoRestGet<AssinaturaArtistaMinhaParametros, AssinaturaArtistaPersistida | null>;
|
|
104
|
+
};
|
|
69
105
|
readonly SeresJogaveisMembros: {
|
|
70
106
|
readonly obter: ApiOperacaoRestGet<SerJogavelMembrosObterParametros, SerJogavelMembrosPersistido>;
|
|
71
107
|
};
|
|
72
|
-
readonly
|
|
73
|
-
readonly
|
|
108
|
+
readonly SeresJogaveisFichas: {
|
|
109
|
+
readonly evolucaoPendente: ApiOperacaoRestGet<SerJogavelFichaEvolucaoPendenteParametros, boolean>;
|
|
110
|
+
};
|
|
111
|
+
readonly Desafios: {
|
|
112
|
+
readonly estrutura: ApiOperacaoRestGet<DesafiosEstruturaParametros, EstruturaDesafios>;
|
|
113
|
+
};
|
|
114
|
+
readonly DesafiosAtivos: {
|
|
115
|
+
readonly painel: ApiOperacaoRestGet<DesafiosAtivosPainelParametros, PainelDesafiosAtivos>;
|
|
116
|
+
readonly historico: ApiOperacaoRestGet<DesafiosAtivosHistoricoParametros, HistoricoDesafiosAtivos>;
|
|
117
|
+
};
|
|
118
|
+
readonly DesafiosParticipacao: {
|
|
119
|
+
readonly politicas: ApiOperacaoRestGet<DesafiosParticipacaoPoliticasParametros, EstruturaPoliticasParticipacao>;
|
|
120
|
+
readonly painel: ApiOperacaoRestGet<DesafiosParticipacaoPainelParametros, PainelParticipacao>;
|
|
74
121
|
};
|
|
75
|
-
readonly
|
|
76
|
-
readonly
|
|
122
|
+
readonly DesafiosLeaderboard: {
|
|
123
|
+
readonly metricas: ApiOperacaoRestGet<DesafiosLeaderboardMetricasParametros, CatalogoMetricas>;
|
|
124
|
+
readonly instancia: ApiOperacaoRestGet<DesafiosLeaderboardInstanciaParametros, LeaderboardInstancia>;
|
|
125
|
+
readonly historico: ApiOperacaoRestGet<DesafiosLeaderboardHistoricoParametros, HistoricoUsuario>;
|
|
126
|
+
};
|
|
127
|
+
readonly Partidas: {
|
|
128
|
+
readonly estruturaConfiguracao: ApiOperacaoRestGet<PartidasEstruturaParametros, EstruturaPartidas>;
|
|
129
|
+
readonly estruturaOrbital: ApiOperacaoRestGet<PartidasEstruturaParametros, EstruturaPartidas>;
|
|
130
|
+
readonly configuracao: ApiOperacaoRestGet<PartidasConfiguracaoParametros, ConfiguracaoPartidaResposta>;
|
|
131
|
+
readonly arteCapa: ApiOperacaoRestGet<PartidasArteCapaParametros, ArteCapaPartidaResposta>;
|
|
132
|
+
readonly musicaFundo: ApiOperacaoRestGet<PartidasMusicaFundoParametros, MusicaFundoPartidaResposta>;
|
|
77
133
|
};
|
|
78
134
|
};
|
|
79
135
|
const POST: {
|
|
@@ -81,49 +137,56 @@ declare namespace EventosApiRest {
|
|
|
81
137
|
readonly salvar: ApiOperacaoRestPost<PAYLOAD__SalvarProjeto3D, Projeto3DMinimoPersistido>;
|
|
82
138
|
readonly salvaCasoSimples: ApiOperacaoRestPost<PAYLOAD__SalvarCasoSimplesProjeto3D, Projeto3DMinimoPersistido>;
|
|
83
139
|
};
|
|
140
|
+
readonly AssinaturaArtista: {
|
|
141
|
+
readonly salvar: ApiOperacaoRestPost<PAYLOAD__SalvarAssinaturaArtista, AssinaturaArtistaPersistida>;
|
|
142
|
+
};
|
|
84
143
|
readonly TestePericia: {
|
|
85
144
|
readonly analisar: ApiOperacaoRestPost<AnaliseTestesPericiaInput, ResultadoAnaliseTestesPericia>;
|
|
86
145
|
};
|
|
87
146
|
readonly SerRegistro: {
|
|
88
147
|
readonly criarComDetalhe: ApiOperacaoRestPost<PAYLOAD__CriarSerRegistroComDetalhe, SerRegistroCriado>;
|
|
89
148
|
};
|
|
149
|
+
readonly CoeficienteGanhoEstatistica: {
|
|
150
|
+
readonly criar: ApiOperacaoRestPost<PAYLOAD__CriarCoeficienteGanhoEstatistica, CoeficienteGanhoEstatisticaCriado>;
|
|
151
|
+
readonly atualizar: ApiOperacaoRestPost<PAYLOAD__AtualizarCoeficienteGanhoEstatistica, CoeficienteGanhoEstatisticaAtualizado>;
|
|
152
|
+
};
|
|
90
153
|
readonly SeresJogaveisMembros: {
|
|
91
154
|
readonly salvar: ApiOperacaoRestPost<PAYLOAD__SalvarMembrosSerJogavel, SerJogavelMembrosPersistido>;
|
|
92
155
|
};
|
|
93
156
|
readonly SeresJogaveisFichas: {
|
|
94
157
|
readonly criar: ApiOperacaoRestPost<PAYLOAD__CriarFichaDoSer, FichaDoSerCriada>;
|
|
95
158
|
};
|
|
96
|
-
readonly
|
|
97
|
-
readonly
|
|
98
|
-
readonly
|
|
99
|
-
readonly
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
readonly
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
readonly
|
|
116
|
-
readonly
|
|
117
|
-
readonly
|
|
118
|
-
readonly
|
|
119
|
-
readonly
|
|
120
|
-
readonly
|
|
121
|
-
readonly
|
|
122
|
-
readonly
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
readonly
|
|
126
|
-
readonly
|
|
159
|
+
readonly Desafios: {
|
|
160
|
+
readonly criarDesafio: ApiOperacaoRestPost<PAYLOAD__CriarDesafio, EstruturaDesafios>;
|
|
161
|
+
readonly salvarDesafio: ApiOperacaoRestPost<PAYLOAD__SalvarDesafio, EstruturaDesafios>;
|
|
162
|
+
readonly alternarDesafio: ApiOperacaoRestPost<PAYLOAD__AlternarDesafio, EstruturaDesafios>;
|
|
163
|
+
readonly reordenarDesafios: ApiOperacaoRestPost<PAYLOAD__ReordenarDesafios, EstruturaDesafios>;
|
|
164
|
+
};
|
|
165
|
+
readonly DesafiosAtivos: {
|
|
166
|
+
readonly garantir: ApiOperacaoRestPost<PAYLOAD__GarantirDesafioAtivo, ResultadoGarantirDesafioAtivo>;
|
|
167
|
+
};
|
|
168
|
+
readonly DesafiosParticipacao: {
|
|
169
|
+
readonly salvarPolitica: ApiOperacaoRestPost<PAYLOAD__SalvarPoliticaParticipacao, EstruturaPoliticasParticipacao>;
|
|
170
|
+
readonly registrarTentativa: ApiOperacaoRestPost<PAYLOAD__RegistrarTentativaParticipacao, ResultadoRegistrarTentativa>;
|
|
171
|
+
};
|
|
172
|
+
readonly DesafiosLeaderboard: {
|
|
173
|
+
readonly salvarMetrica: ApiOperacaoRestPost<PAYLOAD__SalvarMetrica, CatalogoMetricas>;
|
|
174
|
+
readonly registrarResultado: ApiOperacaoRestPost<PAYLOAD__RegistrarResultado, ResultadoRegistroParticipacao>;
|
|
175
|
+
};
|
|
176
|
+
readonly Partidas: {
|
|
177
|
+
readonly criarCatalogo: ApiOperacaoRestPost<PAYLOAD__CriarCatalogoPartida, EstruturaPartidas>;
|
|
178
|
+
readonly salvarCatalogo: ApiOperacaoRestPost<PAYLOAD__SalvarCatalogoPartida, EstruturaPartidas>;
|
|
179
|
+
readonly deletarCatalogo: ApiOperacaoRestPost<PAYLOAD__DeletarCatalogoPartida, EstruturaPartidas>;
|
|
180
|
+
readonly criarPartida: ApiOperacaoRestPost<PAYLOAD__CriarPartida, EstruturaPartidas>;
|
|
181
|
+
readonly salvarPartida: ApiOperacaoRestPost<PAYLOAD__SalvarPartida, EstruturaPartidas>;
|
|
182
|
+
readonly adicionarPartidaCatalogo: ApiOperacaoRestPost<PAYLOAD__AdicionarPartidaCatalogo, EstruturaPartidas>;
|
|
183
|
+
readonly removerPartidaCatalogo: ApiOperacaoRestPost<PAYLOAD__RemoverPartidaCatalogo, EstruturaPartidas>;
|
|
184
|
+
readonly alternarExibicaoPartida: ApiOperacaoRestPost<PAYLOAD__AlternarExibicaoPartida, EstruturaPartidas>;
|
|
185
|
+
readonly reordenarPartidasCatalogo: ApiOperacaoRestPost<PAYLOAD__ReordenarPartidasCatalogo, EstruturaPartidas>;
|
|
186
|
+
readonly alternarDesabilitadaPartida: ApiOperacaoRestPost<PAYLOAD__AlternarDesabilitadaPartida, EstruturaPartidas>;
|
|
187
|
+
readonly salvarConfiguracao: ApiOperacaoRestPost<PAYLOAD__SalvarConfiguracaoPartida, EstruturaPartidas>;
|
|
188
|
+
readonly salvarArteCapa: ApiOperacaoRestPost<PAYLOAD__SalvarArteCapaPartida, EstruturaPartidas>;
|
|
189
|
+
readonly salvarMusicaFundo: ApiOperacaoRestPost<PAYLOAD__SalvarMusicaFundoPartida, MusicaFundoPartidaResposta>;
|
|
127
190
|
};
|
|
128
191
|
};
|
|
129
192
|
}
|
|
@@ -135,18 +198,43 @@ declare namespace EventosApi {
|
|
|
135
198
|
readonly Projeto3D: {
|
|
136
199
|
readonly listagem: ApiOperacaoRestGet<ListagemProjeto3DParametros, Projeto3DResumoPersistido[]>;
|
|
137
200
|
readonly consulta: ApiOperacaoRestGet<ConsultaProjeto3DParametros, Projeto3DMinimoPersistido | null>;
|
|
201
|
+
readonly capasArte: ApiOperacaoRestGet<CapasArteProjeto3DParametros, Projeto3DCapaArteResumoPersistido[]>;
|
|
202
|
+
readonly imagemCapaArte: ApiOperacaoRestGet<ImagemCapaArteProjeto3DParametros, Projeto3DCapaArteImagemPersistida | null>;
|
|
138
203
|
};
|
|
139
204
|
readonly Projeto3DTecnico: {
|
|
140
205
|
readonly consultaRegistro: ApiOperacaoRestGet<ConsultaTecnicaProjeto3DParametros, Projeto3DMinimoPersistido | null>;
|
|
141
206
|
};
|
|
207
|
+
readonly AssinaturaArtista: {
|
|
208
|
+
readonly minha: ApiOperacaoRestGet<AssinaturaArtistaMinhaParametros, AssinaturaArtistaPersistida | null>;
|
|
209
|
+
};
|
|
142
210
|
readonly SeresJogaveisMembros: {
|
|
143
211
|
readonly obter: ApiOperacaoRestGet<SerJogavelMembrosObterParametros, SerJogavelMembrosPersistido>;
|
|
144
212
|
};
|
|
145
|
-
readonly
|
|
146
|
-
readonly
|
|
213
|
+
readonly SeresJogaveisFichas: {
|
|
214
|
+
readonly evolucaoPendente: ApiOperacaoRestGet<SerJogavelFichaEvolucaoPendenteParametros, boolean>;
|
|
215
|
+
};
|
|
216
|
+
readonly Desafios: {
|
|
217
|
+
readonly estrutura: ApiOperacaoRestGet<DesafiosEstruturaParametros, EstruturaDesafios>;
|
|
218
|
+
};
|
|
219
|
+
readonly DesafiosAtivos: {
|
|
220
|
+
readonly painel: ApiOperacaoRestGet<DesafiosAtivosPainelParametros, PainelDesafiosAtivos>;
|
|
221
|
+
readonly historico: ApiOperacaoRestGet<DesafiosAtivosHistoricoParametros, HistoricoDesafiosAtivos>;
|
|
147
222
|
};
|
|
148
|
-
readonly
|
|
149
|
-
readonly
|
|
223
|
+
readonly DesafiosParticipacao: {
|
|
224
|
+
readonly politicas: ApiOperacaoRestGet<DesafiosParticipacaoPoliticasParametros, EstruturaPoliticasParticipacao>;
|
|
225
|
+
readonly painel: ApiOperacaoRestGet<DesafiosParticipacaoPainelParametros, PainelParticipacao>;
|
|
226
|
+
};
|
|
227
|
+
readonly DesafiosLeaderboard: {
|
|
228
|
+
readonly metricas: ApiOperacaoRestGet<DesafiosLeaderboardMetricasParametros, CatalogoMetricas>;
|
|
229
|
+
readonly instancia: ApiOperacaoRestGet<DesafiosLeaderboardInstanciaParametros, LeaderboardInstancia>;
|
|
230
|
+
readonly historico: ApiOperacaoRestGet<DesafiosLeaderboardHistoricoParametros, HistoricoUsuario>;
|
|
231
|
+
};
|
|
232
|
+
readonly Partidas: {
|
|
233
|
+
readonly estruturaConfiguracao: ApiOperacaoRestGet<PartidasEstruturaParametros, EstruturaPartidas>;
|
|
234
|
+
readonly estruturaOrbital: ApiOperacaoRestGet<PartidasEstruturaParametros, EstruturaPartidas>;
|
|
235
|
+
readonly configuracao: ApiOperacaoRestGet<PartidasConfiguracaoParametros, ConfiguracaoPartidaResposta>;
|
|
236
|
+
readonly arteCapa: ApiOperacaoRestGet<PartidasArteCapaParametros, ArteCapaPartidaResposta>;
|
|
237
|
+
readonly musicaFundo: ApiOperacaoRestGet<PartidasMusicaFundoParametros, MusicaFundoPartidaResposta>;
|
|
150
238
|
};
|
|
151
239
|
};
|
|
152
240
|
const POST: {
|
|
@@ -154,6 +242,9 @@ declare namespace EventosApi {
|
|
|
154
242
|
readonly salvar: ApiOperacaoRestPost<PAYLOAD__SalvarProjeto3D, Projeto3DMinimoPersistido>;
|
|
155
243
|
readonly salvaCasoSimples: ApiOperacaoRestPost<PAYLOAD__SalvarCasoSimplesProjeto3D, Projeto3DMinimoPersistido>;
|
|
156
244
|
};
|
|
245
|
+
readonly AssinaturaArtista: {
|
|
246
|
+
readonly salvar: ApiOperacaoRestPost<PAYLOAD__SalvarAssinaturaArtista, AssinaturaArtistaPersistida>;
|
|
247
|
+
};
|
|
157
248
|
readonly TestePericia: {
|
|
158
249
|
readonly analisar: ApiOperacaoRestPost<AnaliseTestesPericiaInput, ResultadoAnaliseTestesPericia>;
|
|
159
250
|
};
|
|
@@ -166,38 +257,42 @@ declare namespace EventosApi {
|
|
|
166
257
|
readonly SeresJogaveisFichas: {
|
|
167
258
|
readonly criar: ApiOperacaoRestPost<PAYLOAD__CriarFichaDoSer, FichaDoSerCriada>;
|
|
168
259
|
};
|
|
169
|
-
readonly
|
|
170
|
-
readonly
|
|
171
|
-
readonly
|
|
172
|
-
readonly
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
readonly
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
readonly
|
|
189
|
-
readonly
|
|
190
|
-
readonly
|
|
191
|
-
readonly
|
|
192
|
-
readonly
|
|
193
|
-
readonly
|
|
194
|
-
readonly
|
|
195
|
-
readonly
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
readonly
|
|
199
|
-
readonly
|
|
260
|
+
readonly Desafios: {
|
|
261
|
+
readonly criarDesafio: ApiOperacaoRestPost<PAYLOAD__CriarDesafio, EstruturaDesafios>;
|
|
262
|
+
readonly salvarDesafio: ApiOperacaoRestPost<PAYLOAD__SalvarDesafio, EstruturaDesafios>;
|
|
263
|
+
readonly alternarDesafio: ApiOperacaoRestPost<PAYLOAD__AlternarDesafio, EstruturaDesafios>;
|
|
264
|
+
readonly reordenarDesafios: ApiOperacaoRestPost<PAYLOAD__ReordenarDesafios, EstruturaDesafios>;
|
|
265
|
+
};
|
|
266
|
+
readonly DesafiosAtivos: {
|
|
267
|
+
readonly garantir: ApiOperacaoRestPost<PAYLOAD__GarantirDesafioAtivo, ResultadoGarantirDesafioAtivo>;
|
|
268
|
+
};
|
|
269
|
+
readonly DesafiosParticipacao: {
|
|
270
|
+
readonly salvarPolitica: ApiOperacaoRestPost<PAYLOAD__SalvarPoliticaParticipacao, EstruturaPoliticasParticipacao>;
|
|
271
|
+
readonly registrarTentativa: ApiOperacaoRestPost<PAYLOAD__RegistrarTentativaParticipacao, ResultadoRegistrarTentativa>;
|
|
272
|
+
};
|
|
273
|
+
readonly DesafiosLeaderboard: {
|
|
274
|
+
readonly salvarMetrica: ApiOperacaoRestPost<PAYLOAD__SalvarMetrica, CatalogoMetricas>;
|
|
275
|
+
readonly registrarResultado: ApiOperacaoRestPost<PAYLOAD__RegistrarResultado, ResultadoRegistroParticipacao>;
|
|
276
|
+
};
|
|
277
|
+
readonly Partidas: {
|
|
278
|
+
readonly criarCatalogo: ApiOperacaoRestPost<PAYLOAD__CriarCatalogoPartida, EstruturaPartidas>;
|
|
279
|
+
readonly salvarCatalogo: ApiOperacaoRestPost<PAYLOAD__SalvarCatalogoPartida, EstruturaPartidas>;
|
|
280
|
+
readonly deletarCatalogo: ApiOperacaoRestPost<PAYLOAD__DeletarCatalogoPartida, EstruturaPartidas>;
|
|
281
|
+
readonly criarPartida: ApiOperacaoRestPost<PAYLOAD__CriarPartida, EstruturaPartidas>;
|
|
282
|
+
readonly salvarPartida: ApiOperacaoRestPost<PAYLOAD__SalvarPartida, EstruturaPartidas>;
|
|
283
|
+
readonly adicionarPartidaCatalogo: ApiOperacaoRestPost<PAYLOAD__AdicionarPartidaCatalogo, EstruturaPartidas>;
|
|
284
|
+
readonly removerPartidaCatalogo: ApiOperacaoRestPost<PAYLOAD__RemoverPartidaCatalogo, EstruturaPartidas>;
|
|
285
|
+
readonly alternarExibicaoPartida: ApiOperacaoRestPost<PAYLOAD__AlternarExibicaoPartida, EstruturaPartidas>;
|
|
286
|
+
readonly reordenarPartidasCatalogo: ApiOperacaoRestPost<PAYLOAD__ReordenarPartidasCatalogo, EstruturaPartidas>;
|
|
287
|
+
readonly alternarDesabilitadaPartida: ApiOperacaoRestPost<PAYLOAD__AlternarDesabilitadaPartida, EstruturaPartidas>;
|
|
288
|
+
readonly salvarConfiguracao: ApiOperacaoRestPost<PAYLOAD__SalvarConfiguracaoPartida, EstruturaPartidas>;
|
|
289
|
+
readonly salvarArteCapa: ApiOperacaoRestPost<PAYLOAD__SalvarArteCapaPartida, EstruturaPartidas>;
|
|
290
|
+
readonly salvarMusicaFundo: ApiOperacaoRestPost<PAYLOAD__SalvarMusicaFundoPartida, MusicaFundoPartidaResposta>;
|
|
291
|
+
};
|
|
292
|
+
readonly CoeficienteGanhoEstatistica: {
|
|
293
|
+
readonly criar: ApiOperacaoRestPost<PAYLOAD__CriarCoeficienteGanhoEstatistica, CoeficienteGanhoEstatisticaCriado>;
|
|
294
|
+
readonly atualizar: ApiOperacaoRestPost<PAYLOAD__AtualizarCoeficienteGanhoEstatistica, CoeficienteGanhoEstatisticaAtualizado>;
|
|
200
295
|
};
|
|
201
296
|
};
|
|
202
297
|
}
|
|
203
|
-
export { ApiMetodoHttp, ApiOperacaoRestGet, ApiOperacaoRestPost, ApiTipoRequisicao, ApiTransporte, ConsultaProjeto3DParametros, ConsultaTecnicaProjeto3DParametros, EventosApi, EventosApiRest, ListagemProjeto3DParametros,
|
|
298
|
+
export { ApiMetodoHttp, ApiOperacaoRestGet, ApiOperacaoRestPost, ApiTipoRequisicao, ApiTransporte, AssinaturaArtistaMinhaParametros, CapasArteProjeto3DParametros, ConsultaProjeto3DParametros, ConsultaTecnicaProjeto3DParametros, DesafiosAtivosHistoricoParametros, DesafiosAtivosPainelParametros, DesafiosEstruturaParametros, DesafiosLeaderboardHistoricoParametros, DesafiosLeaderboardInstanciaParametros, DesafiosLeaderboardMetricasParametros, DesafiosParticipacaoPainelParametros, DesafiosParticipacaoPoliticasParametros, EventosApi, EventosApiRest, ImagemCapaArteProjeto3DParametros, ListagemProjeto3DParametros, PartidasArteCapaParametros, PartidasConfiguracaoParametros, PartidasEstruturaParametros, PartidasMusicaFundoParametros, SerJogavelFichaEvolucaoPendenteParametros, SerJogavelMembrosObterParametros, TesteRestParametros, TesteRestResposta, createApiRestGet, createApiRestPost };
|