grapp-common-se 0.6.109 → 0.6.111

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.
@@ -200,4 +200,19 @@ export interface SpecialitiesDoctorComplete {
200
200
  habilitado: boolean;
201
201
  descripcion: string;
202
202
  }
203
+ export interface IPlanContract {
204
+ name?: string;
205
+ _id?: string;
206
+ code?: string;
207
+ comments?: Array<{
208
+ date?: number;
209
+ name?: string;
210
+ description?: string;
211
+ }>;
212
+ lastModified?: number;
213
+ createdAt?: number;
214
+ createdBy?: string;
215
+ modifiedBy?: string;
216
+ active?: boolean;
217
+ }
203
218
  export {};
@@ -27,7 +27,7 @@ export interface Request extends Resource {
27
27
  physicalOrderCreatedAt?: Timestamp | Date;
28
28
  createdBy?: DataCreatedBy;
29
29
  duplicated?: Boolean;
30
- duplicatedCupsOrder: Boolean;
30
+ duplicatedCupsOrder?: Boolean;
31
31
  deletionObservations?: DeletionInfo;
32
32
  requestTraceabilityStatus?: requestTraceabilityStatus;
33
33
  files?: any[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.109",
3
+ "version": "0.6.111",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {