@xtrack/visit-widgets 0.14.0 → 0.15.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/lib.js +2 -2
- package/dist/lib.mjs +2 -1
- package/dist/lib.umd.js +1012 -0
- package/package.json +1 -1
package/dist/lib.mjs
CHANGED
|
@@ -7139,6 +7139,7 @@ const Wfe = Z({
|
|
|
7139
7139
|
samples: Rpe.array(),
|
|
7140
7140
|
deliveryDate: _i.optional(),
|
|
7141
7141
|
patient: x2,
|
|
7142
|
+
prescriptionIds: Y().uuid().array().optional(),
|
|
7142
7143
|
externalId: Y().optional()
|
|
7143
7144
|
}), Ppe = rK.merge(
|
|
7144
7145
|
Z({
|
|
@@ -79899,7 +79900,7 @@ const aQe = (e) => Yne((r) => r.startHour, e).reduce((r, n) => {
|
|
|
79899
79900
|
location: r,
|
|
79900
79901
|
contactData: n,
|
|
79901
79902
|
medicare: i,
|
|
79902
|
-
prescriptions: p
|
|
79903
|
+
prescriptions: p,
|
|
79903
79904
|
timeframe: a
|
|
79904
79905
|
})
|
|
79905
79906
|
});
|