@sap/artifact-management-types 1.36.0 → 1.36.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/artifact-management-types",
3
- "version": "1.36.0",
3
+ "version": "1.36.2",
4
4
  "description": "Type signatures for artifact management",
5
5
  "types": "./src/index.d.ts",
6
6
  "main": "./src/index.d.ts",
@@ -10,7 +10,7 @@
10
10
  "pack": "npm run modify-types-import && npm pack"
11
11
  },
12
12
  "dependencies": {
13
- "@sap/artifact-management-base-types": "1.36.0"
13
+ "@sap/artifact-management-base-types": "1.36.2"
14
14
  },
15
15
  "devDependencies": {
16
16
  "gulp": "4.0.2"
@@ -41,5 +41,6 @@ export default class CapModuleReader extends ModuleReader {
41
41
  private addUnboundFunctionItems;
42
42
  private addUnboundActionItems;
43
43
  private addEventItems;
44
+ private getExtenalServices;
44
45
  }
45
46
  export {};
@@ -11,6 +11,7 @@ export default class CalculationViewItemReader {
11
11
  private getExposedColumns;
12
12
  private getParsedXML;
13
13
  private getNameAndNamespace;
14
+ private getEntityDetails;
14
15
  getDetails({ fs, matchedFiles }: ProjectEntityReaderReadOptions): Promise<Item[]>;
15
16
  static getDetail(fs: ProjectFileSystem, filePath: string): Promise<ViewModel | null>;
16
17
  static viewModelToItem(viewModel: ViewModel, file: string): Item;