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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "5.6.0",
2
+ "version": "5.6.1-dev1.0",
3
3
  "main": "dist/index.js",
4
4
  "typings": "dist/index.d.ts",
5
5
  "files": [
@@ -55,8 +55,8 @@
55
55
  "form-data": "^4.0.0",
56
56
  "formdata-node": "^4.3.1",
57
57
  "idb-keyval": "^5.0.6",
58
- "oro-sdk-apis": "3.4.0",
58
+ "oro-sdk-apis": "3.7.0-dev1.0 ",
59
59
  "oro-toolbox": "0.0.6",
60
60
  "uuid": "^8.3.2"
61
61
  }
62
- }
62
+ }
@@ -167,9 +167,9 @@ export async function createRefill(
167
167
  lockboxUuid!,
168
168
  populatedRefillWorkflow,
169
169
  {
170
- category: MetadataCategory.Refill,
170
+ category: MetadataCategory.Consultation,
171
171
  documentType: DocumentType.PopulatedWorkflowData,
172
- consultationIds: [newConsult.uuid],
172
+ consultationId: newConsult.uuid,
173
173
  },
174
174
  {},
175
175
  { withNotification: true, forceReplace: false, updateMedicalStatus: true }