Skip to content

Commit

Permalink
fix: adjust to vocabulary changes for dynamic expression (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlunets committed May 2, 2024
1 parent c13ea1b commit af38185
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/violet-jokes-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sap-ux/vocabularies-types': patch
---

Adjust to vocabulary changes
4 changes: 2 additions & 2 deletions packages/vocabularies-types/utils/generate_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ const KNOWN_DYNAMIC_EXPRESSIONS: Record<string, Record<string, boolean | Record<
ValueListRelevantQualifiers: true
},
Capabilities: {
DeleteRestrictionsType: {
DeleteRestrictionsBase: {
Deletable: true
},
UpdateRestrictionsType: {
UpdateRestrictionsBase: {
Updatable: true
}
},
Expand Down

0 comments on commit af38185

Please sign in to comment.