@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.
- package/esm2020/v2/services/context-definition-admin-api.service.mjs +4 -1
- package/fesm2015/veloceapps-api-v2.mjs +3 -0
- package/fesm2015/veloceapps-api-v2.mjs.map +1 -1
- package/fesm2020/veloceapps-api-v2.mjs +3 -0
- package/fesm2020/veloceapps-api-v2.mjs.map +1 -1
- package/package.json +1 -1
- package/v2/services/context-definition-admin-api.service.d.ts +2 -1
@@ -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({
|