grapp-common-se 0.6.201 → 0.6.202
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
|
@@ -78,7 +78,6 @@ export interface Order extends Resource {
|
|
|
78
78
|
deferredDate?: number;
|
|
79
79
|
ambit?: string;
|
|
80
80
|
executorAssignedBy?: string[];
|
|
81
|
-
controlDate?: any;
|
|
82
81
|
}
|
|
83
82
|
export declare enum ExecutorActivateStates {
|
|
84
83
|
REQUEST = 0,
|
|
@@ -123,7 +122,7 @@ interface PrescribingDoctor {
|
|
|
123
122
|
idType?: string;
|
|
124
123
|
document?: string;
|
|
125
124
|
}
|
|
126
|
-
|
|
125
|
+
interface DataCreatedBy {
|
|
127
126
|
id?: string;
|
|
128
127
|
name?: string;
|
|
129
128
|
document?: string;
|
package/dist/users/patient.d.ts
CHANGED