@smallstack/common
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -42,2 +42,7 @@ import { SmallstackModelStatic } from "./SmallstackModel"; | ||
} | ||
export interface TypeModel { | ||
name: string; | ||
schema: TypeModelSchemaEntry[]; | ||
skipGeneration?: boolean; | ||
} | ||
export declare class Type { | ||
@@ -68,7 +73,3 @@ static fromDocument(doc: any): Type; | ||
}; | ||
model: { | ||
name: string; | ||
schema: TypeModelSchemaEntry[]; | ||
skipGeneration?: boolean; | ||
}; | ||
model: TypeModel; | ||
getServiceName(): string; | ||
@@ -75,0 +76,0 @@ getServiceClassName(): string; |
{ | ||
"name": "@smallstack/common", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "common functionality for smallstack projects", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundle/index.umd.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
292673
1362