@sap-ux/edmx-parser
Advanced tools
Comparing version 0.5.11 to 0.5.12
# @sap-ux/edmx-parser | ||
## 0.5.12 | ||
### Patch Changes | ||
- 4543b01: Fix an issue with the ActionImport type | ||
## 0.5.11 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@sap-ux/edmx-parser", | ||
"version": "0.5.11", | ||
"version": "0.5.12", | ||
"description": "SAP Fiori OData - EDMX File parser", | ||
@@ -20,3 +20,3 @@ "repository": { | ||
"devDependencies": { | ||
"@sap-ux/vocabularies-types": "0.6.5" | ||
"@sap-ux/vocabularies-types": "0.6.7" | ||
}, | ||
@@ -23,0 +23,0 @@ "scripts": { |
@@ -253,10 +253,2 @@ declare namespace EDMX { | ||
export interface ActionImport { | ||
_attributes: { | ||
Name: string; | ||
Action: string; | ||
EntitySet: string; | ||
}; | ||
} | ||
export interface PropertyRef { | ||
@@ -263,0 +255,0 @@ _attributes: { |
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
247529
4512