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 CHANGED
@@ -1,7 +1,7 @@
1
1
  declare const ARQUIVOS_INTERNOS: {
2
- readonly BOTAO_ACESSAR__TEXTO: {
3
- readonly caminhoArquivo: "RecursosInternos/dd87e5e9-1858-44ff-8abf-82a2b37f6c0f.webp";
4
- readonly id: 1;
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
- BOTAO_ACESSAR__TEXTO: { caminhoArquivo: 'RecursosInternos/dd87e5e9-1858-44ff-8abf-82a2b37f6c0f.webp', id: 1 },
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-nora-api",
3
- "version": "0.0.272",
3
+ "version": "0.0.273",
4
4
  "description": "Tipagem da Nora-Api compartilhada com o universodomedo.com",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",