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/dominio/index.d.ts
CHANGED
|
@@ -1,28 +1,4 @@
|
|
|
1
1
|
declare const ARQUIVOS_INTERNOS: {
|
|
2
|
-
readonly AREA_EMBLEMA__CONQUISTAS__FUNDO: {
|
|
3
|
-
readonly caminhoArquivo: "RecursosInternos/b24a3d4a-2235-4f87-848f-545a3eba1d37.webp";
|
|
4
|
-
readonly id: 214;
|
|
5
|
-
};
|
|
6
|
-
readonly AREA_EMBLEMA__FUNDO: {
|
|
7
|
-
readonly caminhoArquivo: "RecursosInternos/cf6b0e14-7b4d-4c78-9d06-f7de03ede14c.webp";
|
|
8
|
-
readonly id: 212;
|
|
9
|
-
};
|
|
10
|
-
readonly AREA_EMBLEMA__PLACEHOLDER: {
|
|
11
|
-
readonly caminhoArquivo: "RecursosInternos/735355b4-f9ea-4e94-9fe5-88201f417cfd.webp";
|
|
12
|
-
readonly id: 216;
|
|
13
|
-
};
|
|
14
|
-
readonly AREA_EMBLEMA__PLACEHOLDER__PLUS: {
|
|
15
|
-
readonly caminhoArquivo: "RecursosInternos/ecf42e92-34e5-4733-854e-b7683f3b1687.webp";
|
|
16
|
-
readonly id: 215;
|
|
17
|
-
};
|
|
18
|
-
readonly AREA_USUARIO__FUNDO: {
|
|
19
|
-
readonly caminhoArquivo: "RecursosInternos/0fc088a2-b0a2-45e5-8984-6b2e2700cc16.webp";
|
|
20
|
-
readonly id: 213;
|
|
21
|
-
};
|
|
22
|
-
readonly AREA_USUARIO__FUNDO__BORDA: {
|
|
23
|
-
readonly caminhoArquivo: "RecursosInternos/d577195e-3f56-4af2-96d2-8c5e9b8bcdc5.webp";
|
|
24
|
-
readonly id: 217;
|
|
25
|
-
};
|
|
26
2
|
readonly AVATAR_PADRAO: {
|
|
27
3
|
readonly caminhoArquivo: "RecursosInternos/cebadeaf-6c1b-441e-87f5-abe38e18cf8e.webp";
|
|
28
4
|
readonly id: 209;
|
|
@@ -295,29 +271,77 @@ declare const ARQUIVOS_INTERNOS: {
|
|
|
295
271
|
readonly caminhoArquivo: "RecursosInternos/e749d16f-11ce-40ba-bc25-28a6373232b1.webp";
|
|
296
272
|
readonly id: 37;
|
|
297
273
|
};
|
|
274
|
+
readonly PERFIL_USUARIO__BORDA_PLACEHOLDER: {
|
|
275
|
+
readonly caminhoArquivo: "RecursosInternos/be27223b-abc3-48a4-bfbf-1569d546149c.webp";
|
|
276
|
+
readonly id: 228;
|
|
277
|
+
};
|
|
278
|
+
readonly PERFIL_USUARIO__CENTRO_PLACEHOLDER: {
|
|
279
|
+
readonly caminhoArquivo: "RecursosInternos/8f781338-3876-490f-a028-00ccd107562d.webp";
|
|
280
|
+
readonly id: 229;
|
|
281
|
+
};
|
|
282
|
+
readonly PERFIL_USUARIO__FUNDO_PLACEHOLDER: {
|
|
283
|
+
readonly caminhoArquivo: "RecursosInternos/ac2f1b0d-902d-4302-89ff-61f9b76bce68.webp";
|
|
284
|
+
readonly id: 230;
|
|
285
|
+
};
|
|
286
|
+
readonly PERFIL_USUARIO__ICONE_CONQUISTA: {
|
|
287
|
+
readonly caminhoArquivo: "RecursosInternos/e455c441-81b7-4f5e-b049-9b2cc754baec.webp";
|
|
288
|
+
readonly id: 231;
|
|
289
|
+
};
|
|
290
|
+
readonly PERFIL_USUARIO__ICONE_EMBLEMA: {
|
|
291
|
+
readonly caminhoArquivo: "RecursosInternos/d0cfbfa7-0ffb-49b2-9a05-043458c61e47.webp";
|
|
292
|
+
readonly id: 223;
|
|
293
|
+
};
|
|
294
|
+
readonly PERFIL_USUARIO__IMAGEM_FUNDO_EMBLEMA: {
|
|
295
|
+
readonly caminhoArquivo: "RecursosInternos/9983d492-08af-44e2-8a21-fc0654648592.webp";
|
|
296
|
+
readonly id: 232;
|
|
297
|
+
};
|
|
298
|
+
readonly PERFIL_USUARIO__MOLDURA_CARD_USUARIO: {
|
|
299
|
+
readonly caminhoArquivo: "RecursosInternos/a4f95fcb-3441-4808-b5f4-7d87ef512d33.svg";
|
|
300
|
+
readonly id: 233;
|
|
301
|
+
};
|
|
302
|
+
readonly PERFIL_USUARIO__MOLDURA_CONQUISTA: {
|
|
303
|
+
readonly caminhoArquivo: "RecursosInternos/57270731-ca1e-4c2a-9dd2-6f326d3990f4.svg";
|
|
304
|
+
readonly id: 234;
|
|
305
|
+
};
|
|
306
|
+
readonly PERFIL_USUARIO__MOLDURA_EMBLEMA: {
|
|
307
|
+
readonly caminhoArquivo: "RecursosInternos/4e2c8d52-7fbb-4bb6-b303-efc895ccdc07.svg";
|
|
308
|
+
readonly id: 235;
|
|
309
|
+
};
|
|
310
|
+
readonly PERFIL_USUARIO__MOLDURA_SECAO_USUARIO: {
|
|
311
|
+
readonly caminhoArquivo: "RecursosInternos/d76f76b6-e481-404f-ab2d-a83ad3251ada.svg";
|
|
312
|
+
readonly id: 236;
|
|
313
|
+
};
|
|
314
|
+
readonly PERFIL_USUARIO__ORNAMENTO_BUG_EMBLEMA: {
|
|
315
|
+
readonly caminhoArquivo: "RecursosInternos/135bb36a-daa0-4020-be6b-13c0c249a10c.webp";
|
|
316
|
+
readonly id: 237;
|
|
317
|
+
};
|
|
318
|
+
readonly PERFIL_USUARIO__ORNAMENTO_CONQUISTA: {
|
|
319
|
+
readonly caminhoArquivo: "RecursosInternos/329a7423-0b47-41e9-b598-b0bc6f50e685.svg";
|
|
320
|
+
readonly id: 238;
|
|
321
|
+
};
|
|
322
|
+
readonly PERFIL_USUARIO__PLACEHOLDER_CONQUISTA: {
|
|
323
|
+
readonly caminhoArquivo: "RecursosInternos/a65b6009-ad24-4ec4-ae96-476876cc35b4.webp";
|
|
324
|
+
readonly id: 239;
|
|
325
|
+
};
|
|
326
|
+
readonly PERFIL_USUARIO__SETAS_CIRCULARES: {
|
|
327
|
+
readonly caminhoArquivo: "RecursosInternos/02fa2361-8227-457b-a575-9b8b32ff5b8d.svg";
|
|
328
|
+
readonly id: 240;
|
|
329
|
+
};
|
|
298
330
|
readonly SIMBOLO_ITEM_MENU: {
|
|
299
331
|
readonly caminhoArquivo: "RecursosInternos/bdd722a4-40d6-4301-8272-8b3ddfa99378.svg";
|
|
300
332
|
readonly id: 70;
|
|
301
333
|
};
|
|
302
334
|
readonly TESTE_EMBLEMA__EMBLEMA: {
|
|
303
|
-
readonly caminhoArquivo: "RecursosInternos/
|
|
304
|
-
readonly id:
|
|
335
|
+
readonly caminhoArquivo: "RecursosInternos/ceaed969-9d9c-4fe6-94a8-5b3ddfa79770.webp";
|
|
336
|
+
readonly id: 227;
|
|
305
337
|
};
|
|
306
338
|
readonly TESTE_EMBLEMA__ESTRELA: {
|
|
307
339
|
readonly caminhoArquivo: "RecursosInternos/de695432-52f7-4742-97f6-58bd2f630bcd.svg";
|
|
308
340
|
readonly id: 218;
|
|
309
341
|
};
|
|
310
342
|
readonly TESTE_EMBLEMA__MOLDURA: {
|
|
311
|
-
readonly caminhoArquivo: "RecursosInternos/
|
|
312
|
-
readonly id:
|
|
313
|
-
};
|
|
314
|
-
readonly TESTE_EMBLEMA_FUNDADOR_PNG: {
|
|
315
|
-
readonly caminhoArquivo: "RecursosInternos/1adfb703-1701-4b8f-9b75-fa6f30fdfb8a.webp";
|
|
316
|
-
readonly id: 219;
|
|
317
|
-
};
|
|
318
|
-
readonly TESTE_EMBLEMA_FUNDADOR_SVG: {
|
|
319
|
-
readonly caminhoArquivo: "RecursosInternos/0dc7b398-4c7c-4824-8e97-fdc88c15f245.svg";
|
|
320
|
-
readonly id: 220;
|
|
343
|
+
readonly caminhoArquivo: "RecursosInternos/7cec93fc-1e9d-4b25-be91-d621ba4a9999.webp";
|
|
344
|
+
readonly id: 226;
|
|
321
345
|
};
|
|
322
346
|
};
|
|
323
347
|
type ArquivoInternoDef = (typeof ARQUIVOS_INTERNOS)[keyof typeof ARQUIVOS_INTERNOS];
|
|
@@ -422,6 +446,26 @@ declare const CAPACIDADES: {
|
|
|
422
446
|
readonly id: 36;
|
|
423
447
|
readonly nome: "DESENVOLVEDOR";
|
|
424
448
|
};
|
|
449
|
+
readonly GAME_DESIGNER__CRIACAO__CAPACIDADES_INATAS: {
|
|
450
|
+
readonly id: 52;
|
|
451
|
+
readonly nome: "GAME_DESIGNER.CRIACAO.CAPACIDADES_INATAS";
|
|
452
|
+
};
|
|
453
|
+
readonly GAME_DESIGNER__CRIACAO__HABILIDADES_ESPECIAIS: {
|
|
454
|
+
readonly id: 51;
|
|
455
|
+
readonly nome: "GAME_DESIGNER.CRIACAO.HABILIDADES_ESPECIAIS";
|
|
456
|
+
};
|
|
457
|
+
readonly GAME_DESIGNER__CRIACAO__HABILIDADES_PERICIA: {
|
|
458
|
+
readonly id: 50;
|
|
459
|
+
readonly nome: "GAME_DESIGNER.CRIACAO.HABILIDADES_PERICIA";
|
|
460
|
+
};
|
|
461
|
+
readonly GAME_DESIGNER__CRIACAO__SER: {
|
|
462
|
+
readonly id: 48;
|
|
463
|
+
readonly nome: "GAME_DESIGNER.CRIACAO.SER";
|
|
464
|
+
};
|
|
465
|
+
readonly GAME_DESIGNER__GAME_BALANCE__TESTE_DE_PERICIA: {
|
|
466
|
+
readonly id: 53;
|
|
467
|
+
readonly nome: "GAME_DESIGNER.GAME_BALANCE.TESTE_DE_PERICIA";
|
|
468
|
+
};
|
|
425
469
|
readonly MESTRE__CRIACAO__AVENTURA: {
|
|
426
470
|
readonly id: 37;
|
|
427
471
|
readonly nome: "MESTRE.CRIACAO.AVENTURA";
|
|
@@ -487,6 +531,11 @@ declare const CLASSES: {
|
|
|
487
531
|
readonly id: 2;
|
|
488
532
|
readonly nome: "Dominante";
|
|
489
533
|
};
|
|
534
|
+
readonly GENERICO: {
|
|
535
|
+
readonly descricao: "";
|
|
536
|
+
readonly id: 5;
|
|
537
|
+
readonly nome: "Genérico";
|
|
538
|
+
};
|
|
490
539
|
readonly MARCADO: {
|
|
491
540
|
readonly descricao: "O Paranormal se conectou a sua alma. Além de receber mais Pontos de Sanidade, tem a possibilidade de aprender e customizar mais Rituais e Habilidades Paranormais, além de se comunicar com o Outro Lado com mais facilidade que outras classes";
|
|
492
541
|
readonly id: 4;
|
|
@@ -882,6 +931,10 @@ declare const TIPOS_ARQUIVO: {
|
|
|
882
931
|
readonly id: 4;
|
|
883
932
|
readonly nome: "itens_emblemas";
|
|
884
933
|
};
|
|
934
|
+
readonly MUSICA: {
|
|
935
|
+
readonly id: 6;
|
|
936
|
+
readonly nome: "musica";
|
|
937
|
+
};
|
|
885
938
|
readonly RECURSOS_INTERNOS: {
|
|
886
939
|
readonly id: 1;
|
|
887
940
|
readonly nome: "recursos_internos";
|
|
@@ -952,4 +1005,24 @@ declare const TIPOS_PERSONAGEM: {
|
|
|
952
1005
|
};
|
|
953
1006
|
type TipoPersonagemDef = (typeof TIPOS_PERSONAGEM)[keyof typeof TIPOS_PERSONAGEM];
|
|
954
1007
|
type TipoPersonagemKey = keyof typeof TIPOS_PERSONAGEM;
|
|
955
|
-
|
|
1008
|
+
declare const TIPOS_SER: {
|
|
1009
|
+
readonly PERSONAGEM_DE_JOGADOR: {
|
|
1010
|
+
readonly id: 4;
|
|
1011
|
+
readonly nome: "Personagem de Jogador";
|
|
1012
|
+
};
|
|
1013
|
+
readonly PERSONAGEM_DE_MESTRE: {
|
|
1014
|
+
readonly id: 3;
|
|
1015
|
+
readonly nome: "Personagem de Mestre";
|
|
1016
|
+
};
|
|
1017
|
+
readonly SER_GENERICO: {
|
|
1018
|
+
readonly id: 2;
|
|
1019
|
+
readonly nome: "Ser Genérico";
|
|
1020
|
+
};
|
|
1021
|
+
readonly SER_UNICO: {
|
|
1022
|
+
readonly id: 1;
|
|
1023
|
+
readonly nome: "Ser Único";
|
|
1024
|
+
};
|
|
1025
|
+
};
|
|
1026
|
+
type TipoSerDef = (typeof TIPOS_SER)[keyof typeof TIPOS_SER];
|
|
1027
|
+
type TipoSerKey = keyof typeof TIPOS_SER;
|
|
1028
|
+
export { ARQUIVOS_INTERNOS, ATRIBUTOS, ArquivoInternoDef, ArquivoInternoKey, AtributosDef, AtributosKey, CAPACIDADES, CLASSES, CapacidadeDef, CapacidadeKey, ClassesDef, ClassesKey, ESTATISTICAS_DANIFICAVEIS, ESTILOS_SESSAO_MESTRADA, EstatisticasDanificaveisDef, EstatisticasDanificaveisKey, EstilosSessaoMestradaDef, EstilosSessaoMestradaKey, PASSES, PATENTES_PERICIAS, PERICIAS, PERMISSOES_ESTADOS, PRODUTOS, PasseDef, PasseKey, PatentesPericiasDef, PatentesPericiasKey, PericiasDef, PericiasKey, PermissaoEstadoDef, PermissaoEstadoKey, ProdutoDef, ProdutoKey, TIPOS_ARQUIVO, TIPOS_GANHO_NIVEL, TIPOS_PERSONAGEM, TIPOS_SER, TipoArquivoDef, TipoArquivoKey, TipoPersonagemDef, TipoPersonagemKey, TipoSerDef, TipoSerKey, TiposGanhoNivelDef, TiposGanhoNivelKey };
|
package/dist/dominio/index.js
CHANGED
|
@@ -4,12 +4,6 @@
|
|
|
4
4
|
// Arquivo gerado automaticamente. Não edite manualmente.
|
|
5
5
|
// Para atualizar: npm run codegen:contratos
|
|
6
6
|
const ARQUIVOS_INTERNOS = {
|
|
7
|
-
AREA_EMBLEMA__CONQUISTAS__FUNDO: { caminhoArquivo: 'RecursosInternos/b24a3d4a-2235-4f87-848f-545a3eba1d37.webp', id: 214 },
|
|
8
|
-
AREA_EMBLEMA__FUNDO: { caminhoArquivo: 'RecursosInternos/cf6b0e14-7b4d-4c78-9d06-f7de03ede14c.webp', id: 212 },
|
|
9
|
-
AREA_EMBLEMA__PLACEHOLDER: { caminhoArquivo: 'RecursosInternos/735355b4-f9ea-4e94-9fe5-88201f417cfd.webp', id: 216 },
|
|
10
|
-
AREA_EMBLEMA__PLACEHOLDER__PLUS: { caminhoArquivo: 'RecursosInternos/ecf42e92-34e5-4733-854e-b7683f3b1687.webp', id: 215 },
|
|
11
|
-
AREA_USUARIO__FUNDO: { caminhoArquivo: 'RecursosInternos/0fc088a2-b0a2-45e5-8984-6b2e2700cc16.webp', id: 213 },
|
|
12
|
-
AREA_USUARIO__FUNDO__BORDA: { caminhoArquivo: 'RecursosInternos/d577195e-3f56-4af2-96d2-8c5e9b8bcdc5.webp', id: 217 },
|
|
13
7
|
AVATAR_PADRAO: { caminhoArquivo: 'RecursosInternos/cebadeaf-6c1b-441e-87f5-abe38e18cf8e.webp', id: 209 },
|
|
14
8
|
BACKGROUND_ACESSAR: { caminhoArquivo: 'RecursosInternos/861fb939-1658-4310-a522-02d4acb7edea.webp', id: 68 },
|
|
15
9
|
BOTAO_CRIACAO__FICHA__IMAGEM__COPIA: { caminhoArquivo: 'RecursosInternos/43aec7b5-bc08-408f-95d3-bc2116706829.webp', id: 81 },
|
|
@@ -78,12 +72,24 @@ const ARQUIVOS_INTERNOS = {
|
|
|
78
72
|
PAGINA_ATERRISSAGEM__SECAO_PRINCIPAL__SETA_JOGUE_AGORA: { caminhoArquivo: 'RecursosInternos/c74b5064-8ca7-472b-a17a-553829959f50.webp', id: 26 },
|
|
79
73
|
PAGINA_ATERRISSAGEM__SIMBOLOS_FUNDO: { caminhoArquivo: 'RecursosInternos/cd7505b7-4176-4d61-b12d-d8ead8277765.webp', id: 36 },
|
|
80
74
|
PAGINA_ATERRISSAGEM__SOBREPOSICAO_TINTA: { caminhoArquivo: 'RecursosInternos/e749d16f-11ce-40ba-bc25-28a6373232b1.webp', id: 37 },
|
|
75
|
+
PERFIL_USUARIO__BORDA_PLACEHOLDER: { caminhoArquivo: 'RecursosInternos/be27223b-abc3-48a4-bfbf-1569d546149c.webp', id: 228 },
|
|
76
|
+
PERFIL_USUARIO__CENTRO_PLACEHOLDER: { caminhoArquivo: 'RecursosInternos/8f781338-3876-490f-a028-00ccd107562d.webp', id: 229 },
|
|
77
|
+
PERFIL_USUARIO__FUNDO_PLACEHOLDER: { caminhoArquivo: 'RecursosInternos/ac2f1b0d-902d-4302-89ff-61f9b76bce68.webp', id: 230 },
|
|
78
|
+
PERFIL_USUARIO__ICONE_CONQUISTA: { caminhoArquivo: 'RecursosInternos/e455c441-81b7-4f5e-b049-9b2cc754baec.webp', id: 231 },
|
|
79
|
+
PERFIL_USUARIO__ICONE_EMBLEMA: { caminhoArquivo: 'RecursosInternos/d0cfbfa7-0ffb-49b2-9a05-043458c61e47.webp', id: 223 },
|
|
80
|
+
PERFIL_USUARIO__IMAGEM_FUNDO_EMBLEMA: { caminhoArquivo: 'RecursosInternos/9983d492-08af-44e2-8a21-fc0654648592.webp', id: 232 },
|
|
81
|
+
PERFIL_USUARIO__MOLDURA_CARD_USUARIO: { caminhoArquivo: 'RecursosInternos/a4f95fcb-3441-4808-b5f4-7d87ef512d33.svg', id: 233 },
|
|
82
|
+
PERFIL_USUARIO__MOLDURA_CONQUISTA: { caminhoArquivo: 'RecursosInternos/57270731-ca1e-4c2a-9dd2-6f326d3990f4.svg', id: 234 },
|
|
83
|
+
PERFIL_USUARIO__MOLDURA_EMBLEMA: { caminhoArquivo: 'RecursosInternos/4e2c8d52-7fbb-4bb6-b303-efc895ccdc07.svg', id: 235 },
|
|
84
|
+
PERFIL_USUARIO__MOLDURA_SECAO_USUARIO: { caminhoArquivo: 'RecursosInternos/d76f76b6-e481-404f-ab2d-a83ad3251ada.svg', id: 236 },
|
|
85
|
+
PERFIL_USUARIO__ORNAMENTO_BUG_EMBLEMA: { caminhoArquivo: 'RecursosInternos/135bb36a-daa0-4020-be6b-13c0c249a10c.webp', id: 237 },
|
|
86
|
+
PERFIL_USUARIO__ORNAMENTO_CONQUISTA: { caminhoArquivo: 'RecursosInternos/329a7423-0b47-41e9-b598-b0bc6f50e685.svg', id: 238 },
|
|
87
|
+
PERFIL_USUARIO__PLACEHOLDER_CONQUISTA: { caminhoArquivo: 'RecursosInternos/a65b6009-ad24-4ec4-ae96-476876cc35b4.webp', id: 239 },
|
|
88
|
+
PERFIL_USUARIO__SETAS_CIRCULARES: { caminhoArquivo: 'RecursosInternos/02fa2361-8227-457b-a575-9b8b32ff5b8d.svg', id: 240 },
|
|
81
89
|
SIMBOLO_ITEM_MENU: { caminhoArquivo: 'RecursosInternos/bdd722a4-40d6-4301-8272-8b3ddfa99378.svg', id: 70 },
|
|
82
|
-
TESTE_EMBLEMA__EMBLEMA: { caminhoArquivo: 'RecursosInternos/
|
|
90
|
+
TESTE_EMBLEMA__EMBLEMA: { caminhoArquivo: 'RecursosInternos/ceaed969-9d9c-4fe6-94a8-5b3ddfa79770.webp', id: 227 },
|
|
83
91
|
TESTE_EMBLEMA__ESTRELA: { caminhoArquivo: 'RecursosInternos/de695432-52f7-4742-97f6-58bd2f630bcd.svg', id: 218 },
|
|
84
|
-
TESTE_EMBLEMA__MOLDURA: { caminhoArquivo: 'RecursosInternos/
|
|
85
|
-
TESTE_EMBLEMA_FUNDADOR_PNG: { caminhoArquivo: 'RecursosInternos/1adfb703-1701-4b8f-9b75-fa6f30fdfb8a.webp', id: 219 },
|
|
86
|
-
TESTE_EMBLEMA_FUNDADOR_SVG: { caminhoArquivo: 'RecursosInternos/0dc7b398-4c7c-4824-8e97-fdc88c15f245.svg', id: 220 },
|
|
92
|
+
TESTE_EMBLEMA__MOLDURA: { caminhoArquivo: 'RecursosInternos/7cec93fc-1e9d-4b25-be91-d621ba4a9999.webp', id: 226 },
|
|
87
93
|
};
|
|
88
94
|
/* eslint-disable */
|
|
89
95
|
// Arquivo gerado automaticamente. Não edite manualmente.
|
|
@@ -114,6 +120,11 @@ const CAPACIDADES = {
|
|
|
114
120
|
ARTISTA__CRIACAO__RESPONSABILIDADES__EMBLEMAS: { id: 42, nome: 'ARTISTA.CRIACAO.RESPONSABILIDADES.EMBLEMAS' },
|
|
115
121
|
ARTISTA__CRIACAO__UPLOAD_IMAGEM: { id: 6, nome: 'ARTISTA.CRIACAO.UPLOAD_IMAGEM' },
|
|
116
122
|
DESENVOLVEDOR: { id: 36, nome: 'DESENVOLVEDOR' },
|
|
123
|
+
GAME_DESIGNER__CRIACAO__CAPACIDADES_INATAS: { id: 52, nome: 'GAME_DESIGNER.CRIACAO.CAPACIDADES_INATAS' },
|
|
124
|
+
GAME_DESIGNER__CRIACAO__HABILIDADES_ESPECIAIS: { id: 51, nome: 'GAME_DESIGNER.CRIACAO.HABILIDADES_ESPECIAIS' },
|
|
125
|
+
GAME_DESIGNER__CRIACAO__HABILIDADES_PERICIA: { id: 50, nome: 'GAME_DESIGNER.CRIACAO.HABILIDADES_PERICIA' },
|
|
126
|
+
GAME_DESIGNER__CRIACAO__SER: { id: 48, nome: 'GAME_DESIGNER.CRIACAO.SER' },
|
|
127
|
+
GAME_DESIGNER__GAME_BALANCE__TESTE_DE_PERICIA: { id: 53, nome: 'GAME_DESIGNER.GAME_BALANCE.TESTE_DE_PERICIA' },
|
|
117
128
|
MESTRE__CRIACAO__AVENTURA: { id: 37, nome: 'MESTRE.CRIACAO.AVENTURA' },
|
|
118
129
|
MESTRE__CRIACAO__RASCUNHO_AVENTURA: { id: 27, nome: 'MESTRE.CRIACAO.RASCUNHO_AVENTURA' },
|
|
119
130
|
MESTRE__CRIACAO__RASCUNHO_SESSAO_UNICA: { id: 26, nome: 'MESTRE.CRIACAO.RASCUNHO_SESSAO_UNICA' },
|
|
@@ -134,6 +145,7 @@ const CAPACIDADES = {
|
|
|
134
145
|
// Para atualizar: npm run codegen:contratos
|
|
135
146
|
const CLASSES = {
|
|
136
147
|
DOMINANTE: { descricao: 'O Paranormal alterou a velocidade na qual seus músculos e raciocínio evoluem. Você recebe Pontos de Atributos extras, melhores Ganhos de Estatísticas e terá o limite de Atributos maior que outras classes', id: 2, nome: 'Dominante' },
|
|
148
|
+
GENERICO: { descricao: '', id: 5, nome: 'Genérico' },
|
|
137
149
|
MARCADO: { descricao: 'O Paranormal se conectou a sua alma. Além de receber mais Pontos de Sanidade, tem a possibilidade de aprender e customizar mais Rituais e Habilidades Paranormais, além de se comunicar com o Outro Lado com mais facilidade que outras classes', id: 4, nome: 'Marcado' },
|
|
138
150
|
MUNDANO: { descricao: '', id: 1, nome: 'Mundano' },
|
|
139
151
|
VERSATIL: { descricao: 'O Paranormal se vinculou a suas vontades e práticas. Você recebe Pontos de Melhoria de Perícia extras e terá uma quantidade maior de Pontos de Habilidades Especiais que outras classes', id: 3, nome: 'Versátil' },
|
|
@@ -225,6 +237,7 @@ const TIPOS_ARQUIVO = {
|
|
|
225
237
|
IMAGEM_ESPECIAL_ARTISTA: { id: 3, nome: 'imagem_especial_artista' },
|
|
226
238
|
INSIGNIA_CONQUISTA: { id: 5, nome: 'insignia_conquista' },
|
|
227
239
|
ITENS_EMBLEMAS: { id: 4, nome: 'itens_emblemas' },
|
|
240
|
+
MUSICA: { id: 6, nome: 'musica' },
|
|
228
241
|
RECURSOS_INTERNOS: { id: 1, nome: 'recursos_internos' },
|
|
229
242
|
};
|
|
230
243
|
/* eslint-disable */
|
|
@@ -248,4 +261,13 @@ const TIPOS_PERSONAGEM = {
|
|
|
248
261
|
PERSONAGEM_DE_MESTRE: { descricao: 'Personagens que são participantes da história, compartilhados por mestres', id: 2, nome: 'Personagem de Mestre' },
|
|
249
262
|
PERSONAGEM_GENERICO: { descricao: 'Personagens "sem nome", como inimigos e massa de população', id: 3, nome: 'Personagem Genérico' },
|
|
250
263
|
};
|
|
251
|
-
|
|
264
|
+
/* eslint-disable */
|
|
265
|
+
// Arquivo gerado automaticamente. Não edite manualmente.
|
|
266
|
+
// Para atualizar: npm run codegen:contratos
|
|
267
|
+
const TIPOS_SER = {
|
|
268
|
+
PERSONAGEM_DE_JOGADOR: { id: 4, nome: 'Personagem de Jogador' },
|
|
269
|
+
PERSONAGEM_DE_MESTRE: { id: 3, nome: 'Personagem de Mestre' },
|
|
270
|
+
SER_GENERICO: { id: 2, nome: 'Ser Genérico' },
|
|
271
|
+
SER_UNICO: { id: 1, nome: 'Ser Único' },
|
|
272
|
+
};
|
|
273
|
+
export { ARQUIVOS_INTERNOS, ATRIBUTOS, CAPACIDADES, CLASSES, ESTATISTICAS_DANIFICAVEIS, ESTILOS_SESSAO_MESTRADA, PASSES, PATENTES_PERICIAS, PERICIAS, PERMISSOES_ESTADOS, PRODUTOS, TIPOS_ARQUIVO, TIPOS_GANHO_NIVEL, TIPOS_PERSONAGEM, TIPOS_SER };
|