@sap-ux/vocabularies-types
Advanced tools
Comparing version 0.10.10 to 0.10.11
{ | ||
"name": "@sap-ux/vocabularies-types", | ||
"version": "0.10.10", | ||
"version": "0.10.11", | ||
"description": "SAP Fiori OData - TS types for vocabularies", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -5,2 +5,3 @@ import * as Authorization from "./Authorization"; | ||
import AnnotationTerm = Edm.AnnotationTerm; | ||
import PropertyAnnotationValue = Edm.PropertyAnnotationValue; | ||
import ComplexType = Edm.RecordComplexType; | ||
@@ -789,3 +790,3 @@ /** | ||
*/ | ||
Updatable: Edm.Boolean; | ||
Updatable: PropertyAnnotationValue<Edm.Boolean>; | ||
/** | ||
@@ -989,3 +990,3 @@ Entities can be upserted | ||
*/ | ||
Deletable: Edm.Boolean; | ||
Deletable: PropertyAnnotationValue<Edm.Boolean>; | ||
/** | ||
@@ -992,0 +993,0 @@ The maximum number of navigation properties that can be traversed when addressing the collection to delete from or the entity to delete. A value of -1 indicates there is no restriction. |
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
716402
15132