@sap/artifact-management-types
Advanced tools
Comparing version 1.12.1 to 1.13.0
{ | ||
"name": "@sap/artifact-management-types", | ||
"version": "1.12.1", | ||
"version": "1.13.0", | ||
"description": "Type signatures for artifact management", | ||
@@ -5,0 +5,0 @@ "types": "./src/index.d.ts", |
@@ -88,5 +88,8 @@ import { Project, ItemFilter, Item, ProjectFileSystem, Tag, ItemType, ProjectData, ModuleData, KeyIn } from '@sap/artifact-management-base-types'; | ||
/** | ||
* Read and parse data file (csv|xml) | ||
* Read and parse a data file (csv|xml), or generate the main entity for a data model | ||
* @param data | ||
* @param mainEntityName | ||
* @param logger | ||
*/ | ||
getInfoFromDataFile(path: string, logger?: IChildLogger): Promise<any>; | ||
getDataInfo(data: any, mainEntityName?: string, logger?: IChildLogger): Promise<any>; | ||
} |
@@ -69,6 +69,7 @@ import { Project, ItemFilter, Tag, ItemType, ModuleData, ProjectData, KeyIn, ProjectFileSystem, Item } from '@sap/artifact-management-base-types'; | ||
invalidate_cachedLaunchURL(): Promise<void>; | ||
getInfoFromDataFile(path: string, logger?: IChildLogger): Promise<any>; | ||
getDataInfo(data: any, mainEntityName?: string, logger?: IChildLogger): Promise<any>; | ||
private parseCSVFile; | ||
private parseXMLFile; | ||
private processValues; | ||
private isId; | ||
} |
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
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
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
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
71879
62
1055