@tellescope/types-models 1.156.0 → 1.157.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 +3 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +3 -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 +3 -0
package/lib/cjs/index.d.ts
CHANGED
|
@@ -790,6 +790,7 @@ export interface EnduserMedication extends EnduserMedication_readonly, EnduserMe
|
|
|
790
790
|
dosage?: {
|
|
791
791
|
value: string;
|
|
792
792
|
unit: string;
|
|
793
|
+
quantity?: string;
|
|
793
794
|
frequency?: string;
|
|
794
795
|
};
|
|
795
796
|
notes?: string;
|
|
@@ -3254,6 +3255,7 @@ export type AnalyticsQueryGroupingForType = {
|
|
|
3254
3255
|
Enduser: string;
|
|
3255
3256
|
};
|
|
3256
3257
|
"Form Responses": {
|
|
3258
|
+
"Submitted By"?: boolean;
|
|
3257
3259
|
"Public Identifier"?: boolean;
|
|
3258
3260
|
} & EnduserGrouping & {
|
|
3259
3261
|
Enduser: string;
|
|
@@ -3825,6 +3827,7 @@ export interface PhoneTree extends PhoneTree_readonly, PhoneTree_required, Phone
|
|
|
3825
3827
|
enduserCondition?: PhoneTreeEnduserCondition;
|
|
3826
3828
|
bypassOOO?: boolean;
|
|
3827
3829
|
defaultEntityType?: string;
|
|
3830
|
+
tags?: string[];
|
|
3828
3831
|
}
|
|
3829
3832
|
export type TableViewColumn = {
|
|
3830
3833
|
field: string;
|