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
package/dist/oro-sdk.esm.js
CHANGED
@@ -1817,6 +1817,7 @@ function getRefillAnswersAsWorkflow(isTreatmentWorking, hasSideEffects, delivery
|
|
1817
1817
|
createdAt: '2022-10-03T00:00:00.000Z',
|
1818
1818
|
culDeSacs: [],
|
1819
1819
|
hidePlanRules: [],
|
1820
|
+
startingPlanIds: [],
|
1820
1821
|
pages: [{
|
1821
1822
|
title: 'Prescription Refill',
|
1822
1823
|
groups: [{
|