oro-sdk 6.4.0 → 7.0.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/dist/oro-sdk.cjs.development.js +1 -0
- package/dist/oro-sdk.cjs.development.js.map +1 -1
- package/dist/oro-sdk.cjs.production.min.js +1 -1
- package/dist/oro-sdk.cjs.production.min.js.map +1 -1
- package/dist/oro-sdk.esm.js +1 -0
- package/dist/oro-sdk.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/helpers/prescription-refill.ts +3 -2
@@ -1821,6 +1821,7 @@ function getRefillAnswersAsWorkflow(isTreatmentWorking, hasSideEffects, delivery
|
|
1821
1821
|
createdAt: '2022-10-03T00:00:00.000Z',
|
1822
1822
|
culDeSacs: [],
|
1823
1823
|
hidePlanRules: [],
|
1824
|
+
startingPlanIds: [],
|
1824
1825
|
pages: [{
|
1825
1826
|
title: 'Prescription Refill',
|
1826
1827
|
groups: [{
|