Comparing version 1.11.0 to 1.11.1
@@ -50,3 +50,3 @@ /// <reference path="req.d.ts" /> | ||
type FibACLDef = ACLGeneratorFn | ACLDefinition | ||
type FibOACLDef = ACLGeneratorFn | ACLDefinition | ||
type FibOACLDef = OACLGeneratorFn | OACLDefinition | ||
@@ -53,0 +53,0 @@ type FibACLDefResult = ACLDefinition |
@@ -93,3 +93,3 @@ import * as mq from 'mq' | ||
interface FibAppReqQuery extends Class__object { | ||
interface FibAppReqQuery { | ||
where?: string | ReqWhere | ||
@@ -103,3 +103,6 @@ keys?: string|string[] | ||
count?: number | ||
[extraField: string]: any; | ||
} | ||
interface FibAppReqQueryObject extends FibAppReqQuery, Class__object {} | ||
@@ -106,0 +109,0 @@ interface FibAppReq { |
@@ -30,4 +30,4 @@ /// <reference path="acl.d.ts" /> | ||
interface FibAppOrmModelDefOptions extends FibOrmNS.FibOrmFixedModelOptions { | ||
ACL?: ACLGeneratorFn | ||
OACL?: OACLGeneratorFn | ||
ACL?: FibACLDef | ||
OACL?: FibOACLDef | ||
functions?: { | ||
@@ -34,0 +34,0 @@ [funcName: string]: FibAppWebApiFunctionInModel |
{ | ||
"name": "fib-app", | ||
"version": "1.11.0", | ||
"version": "1.11.1", | ||
"description": "", | ||
@@ -23,3 +23,3 @@ "main": "lib/app", | ||
"@fibjs/ci": "^2.0.0", | ||
"@types/fibjs": "github:fibjs/fib-types#v1.0.4", | ||
"@types/fibjs": "github:fibjs/fib-types#v1.0.6", | ||
"fib-orm": "^1.4.2", | ||
@@ -26,0 +26,0 @@ "fib-push": "^1.0.0", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
125130
3019
1