e-Spirit / javascript-content-api-library

Apache License 2.0
7 stars 11 forks source link

Types of Permissions #164

Open neo-reply-lukas opened 1 year ago

neo-reply-lukas commented 1 year ago

The Types of Permissions have 2 Problems:

Fsxa Api Mapping: https://github.com/e-Spirit/fsxa-api/blob/7ea9b56c29ad6b563a72424e987a8a35eba7ad4c/src/modules/CaaSMapper.ts#L459 This cast hides the type error. Activity is missing. Fix -> Remove Cast and Fix the resulting error by adding activity

Type for Navigation Item uses denied instead of the actually used forbidden https://github.com/e-Spirit/fsxa-api/blob/94c67814b5980a4be37220173bd1b7c35536e120/src/types.ts#L795

nico-mcalley commented 1 year ago

Thank you for reporting this issue. Internally we have created a ticket for this (TNG-1302). We will inform you about progress on this issue here.