grapp-common-se 0.6.232 → 0.6.233

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.
@@ -173,7 +173,6 @@ export interface AgendaEvent {
173
173
  anesthesiologyState?: AnesthesiologyStates;
174
174
  turest?: string;
175
175
  turpropro?: string;
176
- nameAppointmentPerson?: string;
177
176
  }
178
177
  export declare enum AnesthesiologyStates {
179
178
  Decline = 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.232",
3
+ "version": "0.6.233",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {