@sap-ux/vocabularies-types
Advanced tools
Comparing version 0.10.0 to 0.10.1
{ | ||
"name": "@sap-ux/vocabularies-types", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "SAP Fiori OData - TS types for vocabularies", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -521,2 +521,6 @@ import * as Core from "./Core"; | ||
/** | ||
A short, human-readable text suitable for labels and captions in UIs | ||
*/ | ||
Label?: Edm.String; | ||
/** | ||
Property holding the lower interval boundary | ||
@@ -579,3 +583,3 @@ */ | ||
term: CommonAnnotationTerms.IsNaturalPerson; | ||
} & AnnotationTerm<Core.Tag>; | ||
} & AnnotationTerm<PropertyAnnotationValue<Core.Tag>>; | ||
/** | ||
@@ -582,0 +586,0 @@ Specifies how to get a list of acceptable values for a property or parameter |
@@ -44,2 +44,6 @@ import * as Core from "./Core"; | ||
/** | ||
Rank of a node in the limited hierarchy in preorder or postorder | ||
*/ | ||
LimitedRank?: Edm.Int64; | ||
/** | ||
Sibling rank of a node | ||
@@ -46,0 +50,0 @@ */ |
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
703616
14942