types-nora-api 0.0.284 → 0.0.285
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 +6 -1
- package/dist/classes.js +3 -1
- package/package.json +1 -1
package/dist/classes.d.ts
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
declare const ARQUIVOS_INTERNOS: {
|
|
1
|
+
declare const ARQUIVOS_INTERNOS: {
|
|
2
|
+
readonly PAGINA_ATERRISSAGEM__BOTAO_ACESSAR__BORDA: {
|
|
3
|
+
readonly caminhoArquivo: "RecursosInternos/c758f4fb-8866-4e13-a1d5-7162cbaf3482.svg";
|
|
4
|
+
readonly id: 5;
|
|
5
|
+
};
|
|
6
|
+
};
|
|
2
7
|
type ARQUIVOS_INTERNOSDef = (typeof ARQUIVOS_INTERNOS)[keyof typeof ARQUIVOS_INTERNOS];
|
|
3
8
|
declare const CAPACIDADES: {
|
|
4
9
|
readonly ADMINISTRADOR__ACOMPANHAMENTO__SESSAO_DE_JOGO: {
|
package/dist/classes.js
CHANGED
|
@@ -3,7 +3,9 @@
|
|
|
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 = {
|
|
6
|
+
const ARQUIVOS_INTERNOS = {
|
|
7
|
+
PAGINA_ATERRISSAGEM__BOTAO_ACESSAR__BORDA: { caminhoArquivo: 'RecursosInternos/c758f4fb-8866-4e13-a1d5-7162cbaf3482.svg', id: 5 },
|
|
8
|
+
};
|
|
7
9
|
/* eslint-disable */
|
|
8
10
|
// Arquivo gerado automaticamente. Não edite manualmente.
|
|
9
11
|
// Para atualizar: npm run codegen:contratos
|