@sap-ux/vocabularies-types
Advanced tools
Comparing version 0.5.3 to 0.5.4
@@ -152,2 +152,5 @@ import type { ActionAnnotations, ActionImportAnnotations, AnnotationAnnotations, ComplexTypeAnnotations, EntityContainerAnnotations, EntitySetAnnotations, EntityTypeAnnotations, EnumTypeAnnotations, FunctionAnnotations, FunctionImportAnnotations, IncludeAnnotations, NavigationPropertyAnnotations, ParameterAnnotations, PropertyAnnotations, ReferenceAnnotations, ReturnTypeAnnotations, SchemaAnnotations, SingletonAnnotations, TermAnnotations, TypeDefinitionAnnotations, PropertyValueAnnotations, RecordAnnotations, CollectionAnnotations } from './vocabularies/Edm_Types'; | ||
}; | ||
export declare type RecordComplexType = { | ||
annotations?: RecordAnnotations; | ||
}; | ||
export declare type ComplexType = { | ||
@@ -185,3 +188,3 @@ _type: 'ComplexType'; | ||
containsTarget: boolean; | ||
referentialConstraint?: ReferentialConstraint[]; | ||
referentialConstraint: ReferentialConstraint[]; | ||
}; | ||
@@ -229,3 +232,3 @@ export declare type SingleNavigationProperty = BaseNavigationProperty & { | ||
name?: string; | ||
fullyQualifiedName?: string; | ||
fullyQualifiedName: string; | ||
annotations: EntityContainerAnnotations; | ||
@@ -232,0 +235,0 @@ }; |
{ | ||
"name": "@sap-ux/vocabularies-types", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "SAP Fiori OData - TS types for vocabularies", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/SAP/open-ux-odata.git", | ||
"directory": "packages/vocabularies-types" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/SAP/open-ux-odata/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Avocabularies-types" | ||
}, | ||
"license": "Apache-2.0", | ||
@@ -6,0 +14,0 @@ "typings": "index.d.ts", |
@@ -6,3 +6,3 @@ import * as Core from "./Core"; | ||
import PropertyAnnotationValue = Edm.PropertyAnnotationValue; | ||
import ComplexType = Edm.ComplexType; | ||
import ComplexType = Edm.RecordComplexType; | ||
/** | ||
@@ -9,0 +9,0 @@ This entity set or collection supports the `$apply` system query option |
@@ -7,3 +7,3 @@ import * as Core from "./Core"; | ||
import PropertyAnnotationValue = Edm.PropertyAnnotationValue; | ||
import ComplexType = Edm.ComplexType; | ||
import ComplexType = Edm.RecordComplexType; | ||
/** | ||
@@ -10,0 +10,0 @@ A property holding the key of a dimension in an analytical context |
import * as Edm from "../Edm"; | ||
import AnnotationTerm = Edm.AnnotationTerm; | ||
import PropertyAnnotationValue = Edm.PropertyAnnotationValue; | ||
import ComplexType = Edm.ComplexType; | ||
import ComplexType = Edm.RecordComplexType; | ||
/** | ||
@@ -6,0 +6,0 @@ At least one of the specified security schemes are required to make a request against the service |
@@ -7,3 +7,3 @@ import * as Auth from "./Auth"; | ||
import EnumValue = Edm.EnumValue; | ||
import ComplexType = Edm.ComplexType; | ||
import ComplexType = Edm.RecordComplexType; | ||
/** | ||
@@ -10,0 +10,0 @@ The conformance level achieved by this service |
import * as Edm from "../Edm"; | ||
import AnnotationTerm = Edm.AnnotationTerm; | ||
import PropertyAnnotationValue = Edm.PropertyAnnotationValue; | ||
import ComplexType = Edm.ComplexType; | ||
import ComplexType = Edm.RecordComplexType; | ||
/** | ||
@@ -6,0 +6,0 @@ An entity set containing the code list for currencies |
@@ -8,3 +8,3 @@ import * as Core from "./Core"; | ||
import EnumValue = Edm.EnumValue; | ||
import ComplexType = Edm.ComplexType; | ||
import ComplexType = Edm.RecordComplexType; | ||
/** | ||
@@ -11,0 +11,0 @@ Terms, types, and properties annotated with this term are experimental and can be changed incompatibly or removed completely any time without prior warning. |
@@ -5,3 +5,3 @@ import * as Core from "./Core"; | ||
import PropertyAnnotationValue = Edm.PropertyAnnotationValue; | ||
import ComplexType = Edm.ComplexType; | ||
import ComplexType = Edm.RecordComplexType; | ||
/** | ||
@@ -8,0 +8,0 @@ Address book entry |
@@ -5,3 +5,3 @@ import * as Edm from "../Edm"; | ||
import EnumValue = Edm.EnumValue; | ||
import ComplexType = Edm.ComplexType; | ||
import ComplexType = Edm.RecordComplexType; | ||
/** | ||
@@ -8,0 +8,0 @@ A space-separated list of supported versions of the OData Protocol. Note that 4.0 is implied by 4.01 and does not need to be separately listed. |
@@ -14,3 +14,2 @@ import * as com_sap_vocabularies_Hierarchy_v1 from "./Hierarchy"; | ||
export interface ComplexTypeAnnotations_Hierarchy { | ||
'RecursiveHierarchy'?: com_sap_vocabularies_Hierarchy_v1.RecursiveHierarchy; | ||
} | ||
@@ -17,0 +16,0 @@ export interface PropertyAnnotations_Hierarchy { |
import * as Edm from "../Edm"; | ||
import AnnotationTerm = Edm.AnnotationTerm; | ||
import ComplexType = Edm.ComplexType; | ||
import ComplexType = Edm.RecordComplexType; | ||
/** | ||
Defines a recursive hierarchy. | ||
Defines a recursive hierarchy | ||
*/ | ||
@@ -11,6 +11,2 @@ export declare type RecursiveHierarchy = AnnotationTerm<RecursiveHierarchyTypeTypes>; | ||
/** | ||
Property holding the parent hierarchy node value | ||
*/ | ||
ParentNodeProperty: Edm.PropertyPath; | ||
/** | ||
Property holding the external key value for a node | ||
@@ -20,6 +16,2 @@ */ | ||
/** | ||
Property for whose values the hierarchy is defined | ||
*/ | ||
ValueProperty?: Edm.PropertyPath; | ||
/** | ||
Property holding the number of descendants of a node | ||
@@ -26,0 +18,0 @@ */ |
import * as Edm from "../Edm"; | ||
import AnnotationTerm = Edm.AnnotationTerm; | ||
import PropertyAnnotationValue = Edm.PropertyAnnotationValue; | ||
import ComplexType = Edm.ComplexType; | ||
import ComplexType = Edm.RecordComplexType; | ||
/** | ||
@@ -6,0 +6,0 @@ CSS definitions that may be used as defaults |
import * as Common from "./Common"; | ||
import * as Edm from "../Edm"; | ||
import AnnotationTerm = Edm.AnnotationTerm; | ||
import ComplexType = Edm.ComplexType; | ||
import ComplexType = Edm.RecordComplexType; | ||
/** | ||
@@ -6,0 +6,0 @@ The annotated entity set allows data modification only within a sticky session |
@@ -5,3 +5,3 @@ import * as Core from "./Core"; | ||
import PropertyAnnotationValue = Edm.PropertyAnnotationValue; | ||
import ComplexType = Edm.ComplexType; | ||
import ComplexType = Edm.RecordComplexType; | ||
/** | ||
@@ -8,0 +8,0 @@ The pattern that a string property, parameter, or term must match. This SHOULD be a valid regular expression, according to the ECMA 262 regular expression dialect. |
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
393471
1
0
0
8739