@sap/artifact-management-base-types
Advanced tools
Comparing version 1.23.0 to 1.23.2
{ | ||
"name": "@sap/artifact-management-base-types", | ||
"version": "1.23.0", | ||
"version": "1.23.2", | ||
"description": "Type signatures for artifact management", | ||
@@ -5,0 +5,0 @@ "types": "./src/index.d.ts", |
@@ -39,3 +39,4 @@ import ProjectFileSystem from '../commons/ProjectFileSystem'; | ||
actions(): CDSDefinition[]; | ||
events(): CDSDefinition[]; | ||
edmx(service: string): Promise<string>; | ||
} |
@@ -8,2 +8,3 @@ import ProjectFileSystem from '../commons/ProjectFileSystem'; | ||
odataVersion: string; | ||
localUri: string; | ||
}; | ||
@@ -10,0 +11,0 @@ } |
@@ -7,2 +7,4 @@ /** | ||
UI5Application: string; | ||
UI5Service: string; | ||
UI5Entity: string; | ||
UI5Component: string; | ||
@@ -24,2 +26,3 @@ UI5View: string; | ||
CAPAction: string; | ||
CAPEvent: string; | ||
CAPServer: string; | ||
@@ -33,2 +36,4 @@ CAPApplicationLogic: string; | ||
CalculationView: string; | ||
BASEmptyService: string; | ||
BASEmptyEntity: string; | ||
}>; |
@@ -13,2 +13,3 @@ /** | ||
HANA: string; | ||
BasEmpty: string; | ||
}>; |
@@ -30,2 +30,3 @@ export { ProjectType } from './definitions/ProjectType'; | ||
export { default as TemplateInfo } from './project/TemplateInfo'; | ||
export { default as ProjectContext } from './project/ProjectContext'; | ||
export { FileSystemWatchManager, Observer, ChangeListener, ChangeSetListener, EventType } from './project-api/FileSystemWatchManager'; | ||
@@ -32,0 +33,0 @@ export { default as ProjectEntityReader, MatchedFiles, ProjectEntityReaderReadOptions, ProjectEntityMatchConditions } from './project-api/ProjectEntityReader'; |
@@ -9,2 +9,3 @@ import ProjectFileSystem from '../commons/ProjectFileSystem'; | ||
import { ProjectType } from '../definitions/ProjectType'; | ||
import ProjectContext from './ProjectContext'; | ||
export interface ModuleReaderOptions { | ||
@@ -42,3 +43,3 @@ fs: ProjectFileSystem; | ||
*/ | ||
prepareItemReaderContext?(fs: ProjectFileSystem, withDetailInfo?: boolean): Promise<any>; | ||
prepareItemReaderContext?(fs: ProjectFileSystem, context: ProjectContext): Promise<any>; | ||
tags: string[]; | ||
@@ -45,0 +46,0 @@ /** |
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
57991
69
1277