grapp-common-se 0.6.165 → 0.6.168

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.
@@ -30,4 +30,7 @@ export interface RequestMethods {
30
30
  TYPE_AUTHENTICATION?: string;
31
31
  PASSWORD_TOKEN_API?: string;
32
32
  USER_TOKEN_API?: string;
33
+ APPOINMENT_CIRUGIA_API?: string;
34
+ UPDATE_APPOINMENT_CIRUGIA_API?: string;
35
+ UPDATE_APPOINMENT_CIRUGIA_STATE_API?: string;
33
36
  }
@@ -68,6 +68,7 @@ export interface Order extends Resource {
68
68
  modifyws?: ModifyWsFlag;
69
69
  orderPriority?: Priority;
70
70
  orderType?: any;
71
+ haveCups?: any;
71
72
  commentJustification?: string;
72
73
  }
73
74
  export declare enum ExecutorActivateStates {
@@ -154,6 +155,8 @@ export interface AgendaEvent {
154
155
  };
155
156
  appointmentIdWS?: string;
156
157
  updatedAt?: Number;
158
+ turest?: string;
159
+ turpropro?: string;
157
160
  }
158
161
  export declare enum AgendaEventStatus {
159
162
  SUCCESSFUL = "Exitosa",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.165",
3
+ "version": "0.6.168",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {