@sap-ux/vocabularies-types
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -286,3 +286,3 @@ import type { AnnotationList, FullyQualifiedName, RawAnnotation, SimpleIdentifier } from './BaseEdm'; | ||
}; | ||
export type ServiceObject = EntitySet | Singleton | EntityType | Property | ComplexType | TypeDefinition | NavigationProperty | Action | ActionImport | EntityContainer; | ||
export type ServiceObject = EntitySet | Singleton | EntityType | Property | ComplexType | TypeDefinition | NavigationProperty | Action | ActionParameter | ActionImport | EntityContainer; | ||
export type ServiceObjectAndAnnotation = ServiceObject | AnyAnnotation; | ||
@@ -289,0 +289,0 @@ export type ResolutionTarget<T> = { |
{ | ||
"name": "@sap-ux/vocabularies-types", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "SAP Fiori OData - TS types for vocabularies", | ||
@@ -5,0 +5,0 @@ "repository": { |
import * as Core from "./Core"; | ||
import * as Edm from "../Edm"; | ||
import AnnotationTerm = Edm.AnnotationTerm; | ||
import PropertyAnnotationValue = Edm.PropertyAnnotationValue; | ||
import ComplexType = Edm.RecordComplexType; | ||
@@ -16,3 +17,3 @@ /** | ||
*/ | ||
fn?: Edm.String; | ||
fn?: PropertyAnnotationValue<Edm.String>; | ||
/** | ||
@@ -19,0 +20,0 @@ Name |
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
692524
14728