@sap/artifact-management-base-types
Advanced tools
Comparing version 1.38.0 to 1.39.0
{ | ||
"name": "@sap/artifact-management-base-types", | ||
"version": "1.38.0", | ||
"version": "1.39.0", | ||
"description": "Type signatures for artifact management", | ||
@@ -5,0 +5,0 @@ "types": "./src/index.d.ts", |
@@ -27,3 +27,3 @@ import ProjectFileSystem from '../commons/ProjectFileSystem'; | ||
export declare type LoadOptions = { | ||
flavor: 'xtended' | 'inferred'; | ||
flavor: 'parsed' | 'xtended' | 'inferred'; | ||
}; | ||
@@ -30,0 +30,0 @@ export default class CapApi { |
@@ -67,3 +67,11 @@ export interface ProjectData { | ||
buildCodeServicePlan?: boolean; | ||
/** | ||
* If update xs-security in generating mta.yaml | ||
*/ | ||
updateXsSecurity?: boolean; | ||
/** | ||
* If enabled workzone features | ||
*/ | ||
workzone?: boolean; | ||
} | ||
export declare const ProjectDataDefaults: Pick<ProjectData, 'ui5version' | 'ui5theme' | 'terminal'>; |
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
60249
1358