types-nora-api 0.0.272 → 0.0.273
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 +4 -4
- package/dist/classes.js +1 -1
- package/package.json +1 -1
package/dist/classes.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const ARQUIVOS_INTERNOS: {
|
|
2
|
-
readonly
|
|
3
|
-
readonly caminhoArquivo: "RecursosInternos/
|
|
4
|
-
readonly id:
|
|
2
|
+
readonly BOTAO_TESTE123: {
|
|
3
|
+
readonly caminhoArquivo: "RecursosInternos/557203df-b729-4e79-b770-fabc8e7685d8.webp";
|
|
4
|
+
readonly id: 6;
|
|
5
5
|
};
|
|
6
6
|
};
|
|
7
7
|
declare const CAPACIDADES: {
|
|
@@ -139,7 +139,7 @@ interface IArquivo {
|
|
|
139
139
|
tipoArquivo: TipoArquivoDto;
|
|
140
140
|
usuarioAdicionou: UsuarioDto;
|
|
141
141
|
usuarioAtualizou: UsuarioDto | null;
|
|
142
|
-
detalheArquivoInterno: DetalheArquivoInternoDto;
|
|
142
|
+
detalheArquivoInterno: DetalheArquivoInternoDto | null;
|
|
143
143
|
caminhoArquivo: string;
|
|
144
144
|
tipoMime: string;
|
|
145
145
|
dataCriacao: Date;
|
package/dist/classes.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
// Arquivo gerado automaticamente. Não edite manualmente.
|
|
5
5
|
// Para atualizar: npm run codegen:contratos
|
|
6
6
|
const ARQUIVOS_INTERNOS = {
|
|
7
|
-
|
|
7
|
+
BOTAO_TESTE123: { caminhoArquivo: 'RecursosInternos/557203df-b729-4e79-b770-fabc8e7685d8.webp', id: 6 },
|
|
8
8
|
};
|
|
9
9
|
/* eslint-disable */
|
|
10
10
|
// Arquivo gerado automaticamente. Não edite manualmente.
|