oro-sdk 5.6.0 → 5.6.1-dev1.0

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.
@@ -1875,9 +1875,9 @@ function _createRefill() {
1875
1875
  if (onProgress) onProgress(currentStep++ / stepsTotalNum, 'store_patient_data');
1876
1876
  _context.next = 20;
1877
1877
  return oroClient.getOrInsertJsonData(lockboxUuid, populatedRefillWorkflow, {
1878
- category: MetadataCategory.Refill,
1878
+ category: MetadataCategory.Consultation,
1879
1879
  documentType: DocumentType.PopulatedWorkflowData,
1880
- consultationIds: [newConsult.uuid]
1880
+ consultationId: newConsult.uuid
1881
1881
  }, {}, {
1882
1882
  withNotification: true,
1883
1883
  forceReplace: false,