@sap/artifact-management-base-types
Advanced tools
Comparing version 1.19.1 to 1.20.0
{ | ||
"name": "@sap/artifact-management-base-types", | ||
"version": "1.19.1", | ||
"version": "1.20.0", | ||
"description": "Type signatures for artifact management", | ||
@@ -5,0 +5,0 @@ "types": "./src/index.d.ts", |
import ProjectFileSystem from '../commons/ProjectFileSystem'; | ||
export declare type CDSDefinition = { | ||
actions: any; | ||
kind: string; | ||
@@ -31,3 +32,5 @@ name: string; | ||
entities(): CDSDefinition[]; | ||
functions(): CDSDefinition[]; | ||
actions(): CDSDefinition[]; | ||
edmx(service: string): Promise<string>; | ||
} |
@@ -21,5 +21,8 @@ /** | ||
CAPService: string; | ||
CAPFunction: string; | ||
CAPAction: string; | ||
CAPServer: string; | ||
CAPApplicationLogic: string; | ||
CDSEntity: string; | ||
CDSNamespace: string; | ||
ODataV4ServiceEntity: string; | ||
@@ -26,0 +29,0 @@ NavigationTarget: string; |
@@ -6,2 +6,4 @@ export default interface TemplateInfo { | ||
version: string; | ||
/** Name */ | ||
name?: string; | ||
} |
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
73590
1231