lambdaorm-base
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "lambdaorm-base", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "ORM", | ||
@@ -5,0 +5,0 @@ "author": "Flavio Lionel Rita <flaviolrita@proton.me>", |
@@ -42,3 +42,3 @@ import { Schema, SchemaData, ClauseInfo, SourceRule, Mapping, MatchOptions, InitializeSchemaArgs, DomainSchema, Entity, Enum, EntityMapping, Stage } from '../domain'; | ||
}; | ||
getSchemaSDomain(): DomainSchema; | ||
getSchemaDomain(): DomainSchema; | ||
getSchemaEntities(): Entity[]; | ||
@@ -45,0 +45,0 @@ getSchemaEntity(entity: string): Entity | undefined; |
@@ -116,3 +116,3 @@ "use strict"; | ||
} | ||
getSchemaSDomain() { | ||
getSchemaDomain() { | ||
return this.schema.domain; | ||
@@ -119,0 +119,0 @@ } |
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
349023