grapp-common-se 0.6.175 → 0.6.177

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;
@@ -141,6 +142,7 @@ export interface AgendaEvent {
141
142
  date?: Timestamp;
142
143
  state?: AgendaEventStatus;
143
144
  appointmentAddress?: string;
145
+ completeAppointmentAddress?: string;
144
146
  appointmentDate?: Timestamp | Date;
145
147
  appointmentTime?: string;
146
148
  answeredBy?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grapp-common-se",
3
- "version": "0.6.175",
3
+ "version": "0.6.177",
4
4
  "description": "Interfaces for GRAPP project",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {