grapp-common-se 0.6.135 → 0.6.137

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.
@@ -10,10 +10,6 @@ export interface Client {
10
10
  termsOfServiceHD: InnerFile;
11
11
  integrationsWs?: ClientWs[];
12
12
  addLegendInfo?: string;
13
- messageEmail?: messageEmailByIntitution;
14
- }
15
- export interface messageEmailByIntitution {
16
- messageExecutor?: string;
17
13
  }
18
14
  export interface ClientWs {
19
15
  REQUEST_URL?: string;
@@ -61,25 +61,6 @@ export interface Order extends Resource {
61
61
  userModified?: string;
62
62
  userModifiedLogs?: Array<UserReduced>;
63
63
  DateAndHourCreatedByGestor?: Timestamp | Date;
64
- authorizationNumber?: any;
65
- authorizationExpirationDate?: any;
66
- isPendingToReactivate?: ExecutorActivate;
67
- modifyws?: ModifyWsFlag;
68
- }
69
- export declare enum ExecutorActivateStates {
70
- REQUEST = 0,
71
- ACCEPTED = 1,
72
- NO_ACCEPTED = 2
73
- }
74
- export interface ExecutorActivate {
75
- message?: string;
76
- state?: ExecutorActivateStates;
77
- }
78
- export interface ModifyWsFlag {
79
- flagAutomaticAppointment?: Boolean;
80
- flagAutomaticCancelateOrder?: Boolean;
81
- flagAutomaticDefferOrder?: Boolean;
82
- flagAutomaticExecutedOrder?: Boolean;
83
64
  }
84
65
  export interface GroupReduced {
85
66
  id?: string;
@@ -209,27 +190,16 @@ export interface orderTraceabilityStatus {
209
190
  destinatary?: User;
210
191
  }
211
192
  export interface ContractTech {
212
- _id?: string;
213
- epsId?: string;
214
- epsCode?: string;
215
- typeContract?: string;
216
- contractId?: string;
217
- technologyCode?: string;
218
- techName?: string;
219
- techCodeDescription?: string;
220
- buyCost?: number;
221
- sellPrice?: number;
222
- frecuency?: number;
223
- frecuencyAlert?: number;
224
- monthlyFrecuency?: number;
225
- weeklyFrecuency?: number;
226
- createdAt?: number;
227
- createdBy?: string;
228
- lastModifiedAt?: number;
229
- lastModifiedBy?: string;
230
- state?: boolean;
231
- ownCodeCups?: string;
232
- planContractTech?: string;
193
+ epsId: string;
194
+ buyCost: number;
195
+ contractId: string;
196
+ createdAt: number;
197
+ frecuency: number;
198
+ frecuencyAlert: number;
199
+ sellPrice: number;
200
+ state: boolean;
201
+ techName: string;
202
+ technologyCode: number;
233
203
  }
234
204
  export interface SpecialitiesDoctorComplete {
235
205
  habilitado: boolean;
@@ -1,12 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GeneralOrderStatus = exports.OrderStatus = exports.TransferStatus = exports.SuccessCallTypeStatus = exports.AgendaEventStatus = exports.ExecutorActivateStates = void 0;
4
- var ExecutorActivateStates;
5
- (function (ExecutorActivateStates) {
6
- ExecutorActivateStates[ExecutorActivateStates["REQUEST"] = 0] = "REQUEST";
7
- ExecutorActivateStates[ExecutorActivateStates["ACCEPTED"] = 1] = "ACCEPTED";
8
- ExecutorActivateStates[ExecutorActivateStates["NO_ACCEPTED"] = 2] = "NO_ACCEPTED";
9
- })(ExecutorActivateStates = exports.ExecutorActivateStates || (exports.ExecutorActivateStates = {}));
3
+ exports.GeneralOrderStatus = exports.OrderStatus = exports.TransferStatus = exports.SuccessCallTypeStatus = exports.AgendaEventStatus = void 0;
10
4
  var AgendaEventStatus;
11
5
  (function (AgendaEventStatus) {
12
6
  AgendaEventStatus["SUCCESSFUL"] = "Exitosa";
@@ -1,5 +1,5 @@
1
1
  import { Resource, Timestamp } from '3a-common';
2
- import { ExecutorActivate, Order, OrderComment, SpecialitiesDoctorComplete } from './order';
2
+ import { Order, OrderComment, SpecialitiesDoctorComplete } from './order';
3
3
  import { Patient, User } from '../users';
4
4
  import { Users } from '..';
5
5
  /**
@@ -34,7 +34,6 @@ export interface Request extends Resource {
34
34
  authorizationNumber?: string;
35
35
  auditAlert?: IAlerts;
36
36
  nroatencion?: string;
37
- isPendingToReactivate?: ExecutorActivate;
38
37
  }
39
38
  interface IAlerts {
40
39
  visible: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.135",
3
+ "version": "0.6.137",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {