types-nora-api 0.0.283 → 0.0.284
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 +1 -14
- package/dist/classes.js +1 -5
- package/package.json +1 -1
package/dist/classes.d.ts
CHANGED
|
@@ -1,17 +1,4 @@
|
|
|
1
|
-
declare const ARQUIVOS_INTERNOS: {
|
|
2
|
-
readonly TESTE_DENOVO: {
|
|
3
|
-
readonly caminhoArquivo: "RecursosInternos/829fed57-73a6-4f95-aec5-38f883f675dc.webp";
|
|
4
|
-
readonly id: 9;
|
|
5
|
-
};
|
|
6
|
-
readonly TESTE_NOVO_1: {
|
|
7
|
-
readonly caminhoArquivo: "RecursosInternos/43fcd669-5577-4dec-a7c7-8a6e8b1f6605.webp";
|
|
8
|
-
readonly id: 13;
|
|
9
|
-
};
|
|
10
|
-
readonly TESTE_NOVO_2: {
|
|
11
|
-
readonly caminhoArquivo: "RecursosInternos/7ab8ac36-27c1-452d-9231-e07c988cd6bf.webp";
|
|
12
|
-
readonly id: 20;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
1
|
+
declare const ARQUIVOS_INTERNOS: {};
|
|
15
2
|
type ARQUIVOS_INTERNOSDef = (typeof ARQUIVOS_INTERNOS)[keyof typeof ARQUIVOS_INTERNOS];
|
|
16
3
|
declare const CAPACIDADES: {
|
|
17
4
|
readonly ADMINISTRADOR__ACOMPANHAMENTO__SESSAO_DE_JOGO: {
|
package/dist/classes.js
CHANGED
|
@@ -3,11 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// Arquivo gerado automaticamente. Não edite manualmente.
|
|
5
5
|
// Para atualizar: npm run codegen:contratos
|
|
6
|
-
const ARQUIVOS_INTERNOS = {
|
|
7
|
-
TESTE_DENOVO: { caminhoArquivo: 'RecursosInternos/829fed57-73a6-4f95-aec5-38f883f675dc.webp', id: 9 },
|
|
8
|
-
TESTE_NOVO_1: { caminhoArquivo: 'RecursosInternos/43fcd669-5577-4dec-a7c7-8a6e8b1f6605.webp', id: 13 },
|
|
9
|
-
TESTE_NOVO_2: { caminhoArquivo: 'RecursosInternos/7ab8ac36-27c1-452d-9231-e07c988cd6bf.webp', id: 20 },
|
|
10
|
-
};
|
|
6
|
+
const ARQUIVOS_INTERNOS = {};
|
|
11
7
|
/* eslint-disable */
|
|
12
8
|
// Arquivo gerado automaticamente. Não edite manualmente.
|
|
13
9
|
// Para atualizar: npm run codegen:contratos
|