lambdaorm-base
Advanced tools
Comparing version 1.4.13 to 1.5.0
{ | ||
"name": "lambdaorm-base", | ||
"version": "1.4.13", | ||
"version": "1.5.0", | ||
"description": "ORM", | ||
@@ -5,0 +5,0 @@ "author": "Flavio Lionel Rita <flaviolrita@proton.me>", |
@@ -6,3 +6,3 @@ /// <reference types="node" /> | ||
import { Logger } from '../application/ports/logger'; | ||
import { SentenceAction, SentenceInfo } from '../../schema/domain'; | ||
import { SentenceAction, SentenceCategory, SentenceInfo, SentenceType } from '../../schema/domain'; | ||
export declare class YamlWrapper { | ||
@@ -25,3 +25,3 @@ load(yaml?: string | null): any; | ||
getInfo(action: SentenceAction, entity: string): SentenceInfo; | ||
private createInfo; | ||
createInfo(entity: string, action: SentenceAction, category: SentenceCategory, type: SentenceType): SentenceInfo; | ||
} | ||
@@ -28,0 +28,0 @@ export declare class UUIDWrapper { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
364230