@sap/artifact-management-base-types
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@sap/artifact-management-base-types", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Type signatures for artifact management", | ||
@@ -5,0 +5,0 @@ "types": "./src/index.d.ts", |
@@ -1,2 +0,1 @@ | ||
import { ReflectedModel } from '@sap/cds/apis/reflect'; | ||
import ProjectFileSystem from '../commons/ProjectFileSystem'; | ||
@@ -18,3 +17,3 @@ export declare type CDSDefinition = { | ||
paths: string[]; | ||
csn: ReflectedModel; | ||
csn: any; | ||
static cds: any; | ||
@@ -21,0 +20,0 @@ constructor(fs: ProjectFileSystem, paths: string[]); |
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
53643
1154