@veloceapps/api 12.0.0-2 → 12.0.0-4

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.
@@ -453,6 +453,11 @@ class ContextDefinitionAdminApiService {
453
453
  fetchContextMappingsDetails$(id) {
454
454
  return this.baseHttpService.api({ url: `${this.serviceUrl}/${id}/mappings/details` });
455
455
  }
456
+ fetchAcceptableContextMappings$(id, pricingProcedureId) {
457
+ return this.baseHttpService.api({
458
+ url: `${this.serviceUrl}/${id}/${pricingProcedureId}/mappings`,
459
+ });
460
+ }
456
461
  fetchContextDefinitionStructure$(id) {
457
462
  return this.baseHttpService
458
463
  .api({