grapp-common-se 0.6.162 → 0.6.165

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.
@@ -11,8 +11,6 @@ export interface Client {
11
11
  integrationsWs?: ClientWs[];
12
12
  addLegendInfo?: string;
13
13
  messageEmail?: messageEmailByIntitution;
14
- whatsappQuantity?: number;
15
- whatsappTotal?: number;
16
14
  }
17
15
  export interface messageEmailByIntitution {
18
16
  messageExecutor?: string;
@@ -32,7 +30,4 @@ export interface RequestMethods {
32
30
  TYPE_AUTHENTICATION?: string;
33
31
  PASSWORD_TOKEN_API?: string;
34
32
  USER_TOKEN_API?: string;
35
- APPOINMENT_CIRUGIA_API?: string;
36
- UPDATE_APPOINMENT_CIRUGIA_API?: string;
37
- UPDATE_APPOINMENT_CIRUGIA_STATE_API?: string;
38
33
  }
@@ -67,12 +67,8 @@ export interface Order extends Resource {
67
67
  isPendingToReactivate?: ExecutorActivate;
68
68
  modifyws?: ModifyWsFlag;
69
69
  orderPriority?: Priority;
70
- commentJustification?: string;
71
- anesthesiologyStatus?: AnesthesiologyStates;
72
- anesthesiologyDate?: any;
73
70
  orderType?: any;
74
- haveCups?: any;
75
- patientAutomaticEmail?: boolean;
71
+ commentJustification?: string;
76
72
  }
77
73
  export declare enum ExecutorActivateStates {
78
74
  REQUEST = 0,
@@ -158,15 +154,6 @@ export interface AgendaEvent {
158
154
  };
159
155
  appointmentIdWS?: string;
160
156
  updatedAt?: Number;
161
- turest?: string;
162
- turpropro?: string;
163
- anesthesiology?: boolean;
164
- anesthesiologyState?: AnesthesiologyStates;
165
- }
166
- export declare enum AnesthesiologyStates {
167
- Decline = 0,
168
- Aproved = 1,
169
- None = 2
170
157
  }
171
158
  export declare enum AgendaEventStatus {
172
159
  SUCCESSFUL = "Exitosa",
@@ -1,6 +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.AnesthesiologyStates = exports.Priority = exports.ExecutorActivateStates = void 0;
3
+ exports.GeneralOrderStatus = exports.OrderStatus = exports.TransferStatus = exports.SuccessCallTypeStatus = exports.AgendaEventStatus = exports.Priority = exports.ExecutorActivateStates = void 0;
4
4
  var ExecutorActivateStates;
5
5
  (function (ExecutorActivateStates) {
6
6
  ExecutorActivateStates[ExecutorActivateStates["REQUEST"] = 0] = "REQUEST";
@@ -13,12 +13,6 @@ var Priority;
13
13
  Priority["MEDIA"] = "Media";
14
14
  Priority["BAJA"] = "Baja";
15
15
  })(Priority = exports.Priority || (exports.Priority = {}));
16
- var AnesthesiologyStates;
17
- (function (AnesthesiologyStates) {
18
- AnesthesiologyStates[AnesthesiologyStates["Decline"] = 0] = "Decline";
19
- AnesthesiologyStates[AnesthesiologyStates["Aproved"] = 1] = "Aproved";
20
- AnesthesiologyStates[AnesthesiologyStates["None"] = 2] = "None";
21
- })(AnesthesiologyStates = exports.AnesthesiologyStates || (exports.AnesthesiologyStates = {}));
22
16
  var AgendaEventStatus;
23
17
  (function (AgendaEventStatus) {
24
18
  AgendaEventStatus["SUCCESSFUL"] = "Exitosa";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.162",
3
+ "version": "0.6.165",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {