@sap/artifact-management-types
Advanced tools
Comparing version 1.1.3 to 1.2.0
{ | ||
"name": "@sap/artifact-management-types", | ||
"version": "1.1.3", | ||
"version": "1.2.0", | ||
"description": "Type signatures for artifact management", | ||
@@ -5,0 +5,0 @@ "types": "./src/index.d.ts", |
@@ -8,2 +8,3 @@ import { ModuleGeneratorContext } from '@sap/artifact-management-base-types'; | ||
private addRoutesToServiceInXsApp; | ||
private getWorkflowAppsData; | ||
} |
import { Plugin } from '@sap/artifact-management-base-types'; | ||
declare const CapPlugin: Plugin; | ||
export default CapPlugin; | ||
export { InfoList } from './InfoList'; |
import { Plugin } from '@sap/artifact-management-base-types'; | ||
declare const UI5Plugin: Plugin; | ||
export default UI5Plugin; | ||
export { InfoList } from './InfoList'; |
@@ -22,2 +22,4 @@ import { ProjectFileSystem, ModuleType, Item, ModuleReader, ModuleData, ProjectEntityReaderReadOptions, DetectionMechanism, KeyIn } from '@sap/artifact-management-base-types'; | ||
private asItem; | ||
private asWorkflowItem; | ||
private addLink; | ||
} |
import { Plugin } from '@sap/artifact-management-base-types'; | ||
declare const XsSecurityPlugin: Plugin; | ||
export default XsSecurityPlugin; | ||
export { InfoList } from './InfoList'; |
@@ -12,2 +12,3 @@ import { ModuleData, Item, ProjectFileSystem, FileSystemWatchManager, ModuleReader, StateMessage } from '@sap/artifact-management-base-types'; | ||
getItemSets(): Promise<ItemSetInstance[]>; | ||
getModuleType(): Promise<string>; | ||
getItems(): Promise<{ | ||
@@ -14,0 +15,0 @@ items: Item[]; |
@@ -15,2 +15,3 @@ import { Project, ItemFilter, Tag, ItemType, ModuleData, ProjectData, KeyIn, ProjectFileSystem, Item } from '@sap/artifact-management-base-types'; | ||
private readModuleAsProject; | ||
private cachedLaunchURL; | ||
constructor(path: string, readModuleAsProject?: boolean); | ||
@@ -58,2 +59,3 @@ autoBuild(logger?: IChildLogger): Promise<AutoBuilder>; | ||
getProjectOverviewURL(logger?: IChildLogger): Promise<string | undefined>; | ||
invalidate_cachedLaunchURL(): Promise<void>; | ||
} |
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
53333
60
973