oro-sdk 5.6.0 → 5.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1879,9 +1879,9 @@ function _createRefill() {
1879
1879
  if (onProgress) onProgress(currentStep++ / stepsTotalNum, 'store_patient_data');
1880
1880
  _context.next = 20;
1881
1881
  return oroClient.getOrInsertJsonData(lockboxUuid, populatedRefillWorkflow, {
1882
- category: initApis.MetadataCategory.Refill,
1882
+ category: initApis.MetadataCategory.Consultation,
1883
1883
  documentType: initApis.DocumentType.PopulatedWorkflowData,
1884
- consultationIds: [newConsult.uuid]
1884
+ consultationId: newConsult.uuid
1885
1885
  }, {}, {
1886
1886
  withNotification: true,
1887
1887
  forceReplace: false,