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