@sap-ux/vocabularies-types
Advanced tools
Comparing version 0.11.5 to 0.11.6
@@ -30,2 +30,3 @@ export type SimpleIdentifier = string; | ||
export type DecimalExpression = GenericExpression<'Decimal', number>; | ||
export type DoubleExpression = GenericExpression<'Double', number>; | ||
export type DateExpression = GenericExpression<'Date', string>; | ||
@@ -92,4 +93,4 @@ export type IntExpression = GenericExpression<'Int', number>; | ||
}; | ||
export type Expression = NullExpression | UnknownExpression | StringExpression | LabeledElementExpression | BoolExpression | DecimalExpression | FloatExpression | IntExpression | DateExpression | PathExpression | PropertyPathExpression | AnnotationPathExpression | NavigationPropertyPathExpression | EnumMemberExpression | CollectionExpression | RecordExpression | ApplyExpression | IfExpression | AndExpression | OrExpression | EqExpression | NotExpression | NeExpression | GtExpression | GeExpression | LtExpression | LeExpression; | ||
export type Collection = ArrayWithType<AnnotationRecord, 'Record'> | ArrayWithType<StringExpression, 'String'> | ArrayWithType<PropertyPathExpression, 'PropertyPath'> | ArrayWithType<PathExpression, 'Path'> | ArrayWithType<NavigationPropertyPathExpression, 'NavigationPropertyPath'> | ArrayWithType<AnnotationPathExpression, 'AnnotationPath'> | ArrayWithType<EnumMemberExpression, 'EnumMember'> | ArrayWithType<BoolExpression, 'Bool'> | ArrayWithType<DecimalExpression, 'Decimal'> | ArrayWithType<DateExpression, 'Date'> | ArrayWithType<IntExpression, 'Int'> | ArrayWithType<FloatExpression, 'Float'> | ArrayWithType<ApplyExpression, 'Apply'> | ArrayWithType<NullExpression, 'Null'> | ArrayWithType<IfExpression, 'If'> | ArrayWithType<AndExpression, 'And'> | ArrayWithType<OrExpression, 'Or'> | ArrayWithType<EqExpression, 'Eq'> | ArrayWithType<NotExpression, 'Not'> | ArrayWithType<NeExpression, 'Ne'> | ArrayWithType<GtExpression, 'Gt'> | ArrayWithType<GeExpression, 'Ge'> | ArrayWithType<LtExpression, 'Lt'> | ArrayWithType<LeExpression, 'Le'>; | ||
export type Expression = NullExpression | UnknownExpression | StringExpression | LabeledElementExpression | BoolExpression | DecimalExpression | DoubleExpression | FloatExpression | IntExpression | DateExpression | PathExpression | PropertyPathExpression | AnnotationPathExpression | NavigationPropertyPathExpression | EnumMemberExpression | CollectionExpression | RecordExpression | ApplyExpression | IfExpression | AndExpression | OrExpression | EqExpression | NotExpression | NeExpression | GtExpression | GeExpression | LtExpression | LeExpression; | ||
export type Collection = ArrayWithType<AnnotationRecord, 'Record'> | ArrayWithType<StringExpression, 'String'> | ArrayWithType<PropertyPathExpression, 'PropertyPath'> | ArrayWithType<PathExpression, 'Path'> | ArrayWithType<NavigationPropertyPathExpression, 'NavigationPropertyPath'> | ArrayWithType<AnnotationPathExpression, 'AnnotationPath'> | ArrayWithType<EnumMemberExpression, 'EnumMember'> | ArrayWithType<BoolExpression, 'Bool'> | ArrayWithType<DecimalExpression, 'Decimal'> | ArrayWithType<DoubleExpression, 'Double'> | ArrayWithType<DateExpression, 'Date'> | ArrayWithType<IntExpression, 'Int'> | ArrayWithType<FloatExpression, 'Float'> | ArrayWithType<ApplyExpression, 'Apply'> | ArrayWithType<NullExpression, 'Null'> | ArrayWithType<IfExpression, 'If'> | ArrayWithType<AndExpression, 'And'> | ArrayWithType<OrExpression, 'Or'> | ArrayWithType<EqExpression, 'Eq'> | ArrayWithType<NotExpression, 'Not'> | ArrayWithType<NeExpression, 'Ne'> | ArrayWithType<GtExpression, 'Gt'> | ArrayWithType<GeExpression, 'Ge'> | ArrayWithType<LtExpression, 'Lt'> | ArrayWithType<LeExpression, 'Le'>; | ||
export type AnnotationList = { | ||
@@ -96,0 +97,0 @@ target: FullyQualifiedName; |
@@ -33,2 +33,3 @@ import type { AnnotationList, FullyQualifiedName, RawAnnotation, SimpleIdentifier } from './BaseEdm'; | ||
Decimal: 'Edm.String'; | ||
Double: 'Edm.String'; | ||
}; | ||
@@ -35,0 +36,0 @@ export type PropertyOfType<P extends keyof TypeToString1> = Property & { |
{ | ||
"name": "@sap-ux/vocabularies-types", | ||
"version": "0.11.5", | ||
"version": "0.11.6", | ||
"description": "SAP Fiori OData - TS types for vocabularies", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
726250
15356