0.0.20 • Published 4 years ago
@roit/integration-models v0.0.20
Integration Log Models
Lib para armazenar os models e o conector do Integration Log
Como usar:
import { IntegrationLog, IntegrationLogService } from "@roit/integration-models"
constructor (
private readonly integrationLogService: IntegrationLogService
) {}
const myFileName = 'notafiscal.xml'
const integrationLog: IntegrationLog = await this.integrationLogService.findByFileName(myFileName)
O IntegrationLogService
utiliza o módulo HTTP do próprio Nestjs, portanto, no AppModule
devem ser injetadas as seguintes classes:
@Module({
imports: [HttpModule],
providers: [
IntegrationLogService
]
})
export class AppModule { }
Arquitetura da utilização da LIB
0.0.20
4 years ago
0.0.18
4 years ago
0.0.19
4 years ago
0.0.12
4 years ago
0.0.13
4 years ago
0.0.14
4 years ago
0.0.15
4 years ago
0.0.16
4 years ago
0.0.17
4 years ago
0.0.11
4 years ago
0.0.10
4 years ago
0.0.9
4 years ago
0.0.8
4 years ago
0.0.7
4 years ago
0.0.6
4 years ago
0.0.5
4 years ago
0.0.4
4 years ago
0.0.3
4 years ago
0.0.2
4 years ago
0.0.1
4 years ago