@tellescope/types-models 1.243.0 → 1.243.1
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/lib/cjs/index.d.ts +1 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +1 -0
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/index.ts +1 -0
package/lib/cjs/index.d.ts
CHANGED
|
@@ -5209,6 +5209,7 @@ export interface PrescriptionRoute extends PrescriptionRoute_readonly, Prescript
|
|
|
5209
5209
|
ndc?: string;
|
|
5210
5210
|
quantity?: number;
|
|
5211
5211
|
refills?: number;
|
|
5212
|
+
duration?: number;
|
|
5212
5213
|
compoundQuantity?: number;
|
|
5213
5214
|
compoundQuantityQualifier?: string;
|
|
5214
5215
|
sig?: string;
|