@veloceapps/api 11.0.0-61 → 11.0.0-63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -450,6 +450,9 @@ class ContextDefinitionAdminApiService {
450
450
  fetchContextMappings$(id) {
451
451
  return this.baseHttpService.api({ url: `${this.serviceUrl}/${id}/mappings` });
452
452
  }
453
+ fetchContextMappingsDetails$(id) {
454
+ return this.baseHttpService.api({ url: `${this.serviceUrl}/${id}/mappings/details` });
455
+ }
453
456
  fetchContextDefinitionStructure$(id) {
454
457
  return this.baseHttpService
455
458
  .api({