grapp-common-se 0.6.151 → 0.6.153

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,7 +30,4 @@ 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;
36
33
  }
@@ -153,8 +153,6 @@ export interface AgendaEvent {
153
153
  };
154
154
  appointmentIdWS?: string;
155
155
  updatedAt?: Number;
156
- turest?: string;
157
- turpropro?: string;
158
156
  }
159
157
  export declare enum AgendaEventStatus {
160
158
  SUCCESSFUL = "Exitosa",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.151",
3
+ "version": "0.6.153",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {