types-nora-api 0.0.323 → 0.0.325
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/classes.d.ts +31 -0
- package/dist/classes.js +6 -0
- package/package.json +1 -1
package/dist/classes.d.ts
CHANGED
|
@@ -3,6 +3,30 @@ declare const ARQUIVOS_INTERNOS: {
|
|
|
3
3
|
readonly caminhoArquivo: "RecursosInternos/861fb939-1658-4310-a522-02d4acb7edea.webp";
|
|
4
4
|
readonly id: 68;
|
|
5
5
|
};
|
|
6
|
+
readonly BOTAO_CRIACAO__FICHA__IMAGEM__COPIA: {
|
|
7
|
+
readonly caminhoArquivo: "RecursosInternos/43aec7b5-bc08-408f-95d3-bc2116706829.webp";
|
|
8
|
+
readonly id: 81;
|
|
9
|
+
};
|
|
10
|
+
readonly BOTAO_CRIACAO__FICHA__IMAGEM__CRIA: {
|
|
11
|
+
readonly caminhoArquivo: "RecursosInternos/443a5cb8-3dde-4e85-8b3e-d860cd5dd8b6.webp";
|
|
12
|
+
readonly id: 80;
|
|
13
|
+
};
|
|
14
|
+
readonly BOTAO_CRIACAO__FUNDO: {
|
|
15
|
+
readonly caminhoArquivo: "RecursosInternos/293f0bdc-9d1b-4796-8a79-3a23cf1e4e57.webp";
|
|
16
|
+
readonly id: 78;
|
|
17
|
+
};
|
|
18
|
+
readonly BOTAO_CRIACAO__ORNAMENTO: {
|
|
19
|
+
readonly caminhoArquivo: "RecursosInternos/f1a2b62d-e322-47b3-81b0-b788320e59b1.svg";
|
|
20
|
+
readonly id: 79;
|
|
21
|
+
};
|
|
22
|
+
readonly BOTAO_CRIACAO__PERSONAGEM__IMAGEM__COPIA: {
|
|
23
|
+
readonly caminhoArquivo: "RecursosInternos/432f9fac-a4dd-4f7a-9aad-dc69b8452543.webp";
|
|
24
|
+
readonly id: 84;
|
|
25
|
+
};
|
|
26
|
+
readonly BOTAO_CRIACAO__PERSONAGEM__IMAGEM__NOVO: {
|
|
27
|
+
readonly caminhoArquivo: "RecursosInternos/6f88f8e2-ad3d-45ae-bbb9-6a3eae43b3cf.webp";
|
|
28
|
+
readonly id: 83;
|
|
29
|
+
};
|
|
6
30
|
readonly CARD_ACESSAR: {
|
|
7
31
|
readonly caminhoArquivo: "RecursosInternos/cce6bdea-0aee-4424-86a1-36a5279cee0d.webp";
|
|
8
32
|
readonly id: 69;
|
|
@@ -1029,7 +1053,10 @@ interface IFicha {
|
|
|
1029
1053
|
ficha: ObjetoFicha;
|
|
1030
1054
|
detalhesEvolucao: DetalheEvolucao[];
|
|
1031
1055
|
fichaDeJogo: FichaDeJogo | null;
|
|
1056
|
+
pai: PaiFichaRef;
|
|
1032
1057
|
paiTipo: PaiFichaTipo;
|
|
1058
|
+
nome: string | null;
|
|
1059
|
+
nomeComDetalhe: string | null;
|
|
1033
1060
|
nivel: NivelDto | null;
|
|
1034
1061
|
}
|
|
1035
1062
|
type FichaDto = IFicha;
|
|
@@ -1043,6 +1070,8 @@ type FichaEmProcessoDeEvolucaoDto = {
|
|
|
1043
1070
|
detalhesEvolucao: DetalheEvolucao[];
|
|
1044
1071
|
fichaDeJogo: FichaDeJogo;
|
|
1045
1072
|
paiTipo: PaiFichaTipo;
|
|
1073
|
+
nome: string | null;
|
|
1074
|
+
nomeComDetalhe: string | null;
|
|
1046
1075
|
nivel: NivelDto;
|
|
1047
1076
|
};
|
|
1048
1077
|
type ObjetoFicha = {
|
|
@@ -1122,6 +1151,8 @@ interface IFichaTemporaria {
|
|
|
1122
1151
|
nivel: NivelDto;
|
|
1123
1152
|
dataAtualizacao: Date;
|
|
1124
1153
|
historicoDetalhesEvolucao: HistoricoDetalhesEvolucao;
|
|
1154
|
+
nome: string;
|
|
1155
|
+
descricao: string | null;
|
|
1125
1156
|
}
|
|
1126
1157
|
type FichaTemporariaDto = IFichaTemporaria;
|
|
1127
1158
|
type HistoricoDetalhesEvolucao = DetalheEvolucao[][];
|
package/dist/classes.js
CHANGED
|
@@ -5,6 +5,12 @@
|
|
|
5
5
|
// Para atualizar: npm run codegen:contratos
|
|
6
6
|
const ARQUIVOS_INTERNOS = {
|
|
7
7
|
BACKGROUND_ACESSAR: { caminhoArquivo: 'RecursosInternos/861fb939-1658-4310-a522-02d4acb7edea.webp', id: 68 },
|
|
8
|
+
BOTAO_CRIACAO__FICHA__IMAGEM__COPIA: { caminhoArquivo: 'RecursosInternos/43aec7b5-bc08-408f-95d3-bc2116706829.webp', id: 81 },
|
|
9
|
+
BOTAO_CRIACAO__FICHA__IMAGEM__CRIA: { caminhoArquivo: 'RecursosInternos/443a5cb8-3dde-4e85-8b3e-d860cd5dd8b6.webp', id: 80 },
|
|
10
|
+
BOTAO_CRIACAO__FUNDO: { caminhoArquivo: 'RecursosInternos/293f0bdc-9d1b-4796-8a79-3a23cf1e4e57.webp', id: 78 },
|
|
11
|
+
BOTAO_CRIACAO__ORNAMENTO: { caminhoArquivo: 'RecursosInternos/f1a2b62d-e322-47b3-81b0-b788320e59b1.svg', id: 79 },
|
|
12
|
+
BOTAO_CRIACAO__PERSONAGEM__IMAGEM__COPIA: { caminhoArquivo: 'RecursosInternos/432f9fac-a4dd-4f7a-9aad-dc69b8452543.webp', id: 84 },
|
|
13
|
+
BOTAO_CRIACAO__PERSONAGEM__IMAGEM__NOVO: { caminhoArquivo: 'RecursosInternos/6f88f8e2-ad3d-45ae-bbb9-6a3eae43b3cf.webp', id: 83 },
|
|
8
14
|
CARD_ACESSAR: { caminhoArquivo: 'RecursosInternos/cce6bdea-0aee-4424-86a1-36a5279cee0d.webp', id: 69 },
|
|
9
15
|
IMAGENS_CLASSES__DOMINANTE: { caminhoArquivo: 'RecursosInternos/c2dea8b3-18bd-4860-850f-30affcd9b9e6.webp', id: 65 },
|
|
10
16
|
IMAGENS_CLASSES__MARCADO: { caminhoArquivo: 'RecursosInternos/47bc5d7f-0dbc-4be5-a793-5773c25f93f7.webp', id: 67 },
|