@sap/artifact-management-types 1.51.0 → 1.52.0
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.
|
|
3
|
+
"version": "1.52.0",
|
|
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.
|
|
13
|
+
"@sap/artifact-management-base-types": "1.52.0"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"gulp": "4.0.2"
|
|
@@ -339,8 +339,8 @@ export declare class Input extends AbstractModelClass<Input> {
|
|
|
339
339
|
readonly mappings: ModelCollection<Mapping>;
|
|
340
340
|
private _source;
|
|
341
341
|
constructor(attributes: WritableCalcViewModel<Input>, skippedNodes: any);
|
|
342
|
-
getSource():
|
|
343
|
-
setSource(source: ViewNode | Entity):
|
|
342
|
+
getSource(): ViewNode | Entity | null;
|
|
343
|
+
setSource(source: ViewNode | Entity): ViewNode | Entity;
|
|
344
344
|
createMapping(attributes: WritableCalcViewModel<Mapping>, skippedNodes: any): Mapping;
|
|
345
345
|
}
|
|
346
346
|
export declare class Element extends AbstractModelClass<Element> {
|