grapp-common-se 0.6.189 → 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
|
@@ -77,7 +77,6 @@ export interface Order extends Resource {
|
|
|
77
77
|
daysDeferred?: number;
|
|
78
78
|
deferredDate?: number;
|
|
79
79
|
ambit?: string;
|
|
80
|
-
executorAssignedBy?: string[];
|
|
81
80
|
}
|
|
82
81
|
export declare enum ExecutorActivateStates {
|
|
83
82
|
REQUEST = 0,
|
|
@@ -122,7 +121,7 @@ interface PrescribingDoctor {
|
|
|
122
121
|
idType?: string;
|
|
123
122
|
document?: string;
|
|
124
123
|
}
|
|
125
|
-
|
|
124
|
+
interface DataCreatedBy {
|
|
126
125
|
id?: string;
|
|
127
126
|
name?: string;
|
|
128
127
|
document?: string;
|
|
@@ -226,7 +225,6 @@ export interface OrderComment {
|
|
|
226
225
|
auditComment?: boolean;
|
|
227
226
|
agenda?: AgendaEvent[];
|
|
228
227
|
notifyPatient?: boolean;
|
|
229
|
-
notifyPatientSms?: boolean;
|
|
230
228
|
commentOrderTrans?: string;
|
|
231
229
|
userTypeDateControlUpdate?: UserType;
|
|
232
230
|
copyRequestFile?: boolean;
|
package/dist/orders/request.d.ts
CHANGED
package/dist/users/patient.d.ts
CHANGED
package/dist/users/user.d.ts
CHANGED