grapp-common-se 0.6.176 → 0.6.178

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.
@@ -25,6 +25,7 @@ export interface Order extends Resource {
25
25
  authorizationDate?: Timestamp;
26
26
  agenda?: AgendaEvent[];
27
27
  appointmentAddress?: string;
28
+ completeAppointmentAddress?: string;
28
29
  appointmentDate?: Timestamp;
29
30
  appointmentDateWithoutHour?: Timestamp;
30
31
  appointmentTime?: string;
@@ -140,6 +141,7 @@ export interface AgendaEvent {
140
141
  date?: Timestamp;
141
142
  state?: AgendaEventStatus;
142
143
  appointmentAddress?: string;
144
+ completeAppointmentAddress?: string;
143
145
  appointmentDate?: Timestamp | Date;
144
146
  appointmentTime?: string;
145
147
  answeredBy?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.176",
3
+ "version": "0.6.178",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {