oro-sdk 5.6.0 → 5.6.1

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.
@@ -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,