Skip to content

Commit

Permalink
fix: $Apply type was incorrect after update in some case (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlunets authored Aug 16, 2024
1 parent cd326a5 commit ec29f84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/yellow-masks-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sap-ux/vocabularies-types': patch
---

Fix one typing issue
2 changes: 1 addition & 1 deletion packages/vocabularies-types/src/Edm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export type PathAnnotationExpression<P> = {
export type ApplyAnnotationExpression<P> = {
type: 'Apply';
$Apply: PropertyAnnotationValue<P>[];
Function: 'odata.concat';
$Function: 'odata.concat';
};

export type EqConditionalExpression = {
Expand Down

0 comments on commit ec29f84

Please sign in to comment.