grapp-common-se 0.6.191 → 0.6.192
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/orders/order.d.ts
CHANGED
|
@@ -122,7 +122,7 @@ interface PrescribingDoctor {
|
|
|
122
122
|
idType?: string;
|
|
123
123
|
document?: string;
|
|
124
124
|
}
|
|
125
|
-
interface DataCreatedBy {
|
|
125
|
+
export interface DataCreatedBy {
|
|
126
126
|
id?: string;
|
|
127
127
|
name?: string;
|
|
128
128
|
document?: string;
|
|
@@ -226,6 +226,7 @@ export interface OrderComment {
|
|
|
226
226
|
auditComment?: boolean;
|
|
227
227
|
agenda?: AgendaEvent[];
|
|
228
228
|
notifyPatient?: boolean;
|
|
229
|
+
notifyPatientSms?: boolean;
|
|
229
230
|
commentOrderTrans?: string;
|
|
230
231
|
userTypeDateControlUpdate?: UserType;
|
|
231
232
|
copyRequestFile?: boolean;
|
package/dist/orders/request.d.ts
CHANGED
package/dist/users/patient.d.ts
CHANGED
package/dist/users/user.d.ts
CHANGED