@fxjs/orm
Advanced tools
Comparing version 1.4.3-postalpha.1 to 1.4.3-postalpha.2
@@ -286,3 +286,6 @@ /// <reference path="sql-query.d.ts" /> | ||
} | ||
hasMany: (...args: any[]) => any; | ||
hasMany: { | ||
(assoc_name: string, ext_model: FibOrmFixedModel, assoc_options?: AssociationDefinitionOptions_HasMany): FibOrmFixedExtendModel | ||
(assoc_name: string, ext_model: FibOrmFixedModel, assoc_props?: { [property: string]: OrigDetailedModelProperty }, assoc_options?: AssociationDefinitionOptions_HasMany): FibOrmFixedExtendModel | ||
} | ||
extendsTo: (...args: any[]) => Model; | ||
@@ -289,0 +292,0 @@ |
v1.4.3-postalpha.1 / 2018-10-09 | ||
v1.4.3-postalpha.2 / 2018-10-10 | ||
================== | ||
* typo fix | ||
v1.4.3-postalpha.1 / 2018-10-09 | ||
=============================== | ||
* Release v1.4.3-postalpha.1 | ||
* typo fix. | ||
@@ -6,0 +12,0 @@ |
{ | ||
"name": "@fxjs/orm", | ||
"version": "1.4.3-postalpha.1", | ||
"version": "1.4.3-postalpha.2", | ||
"description": "Object Relational Mapping for fibjs", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
264859
6540