@gooday_corp/gooday-api-client 1.3.10 → 1.3.11
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.
- package/api.ts +1 -0
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -4966,6 +4966,7 @@ export const NotificationEntityTypeEnum = {
|
|
|
4966
4966
|
CalendarDetailsUpdate: 'CALENDAR_DETAILS_UPDATE',
|
|
4967
4967
|
CalendarRemove: 'CALENDAR_REMOVE',
|
|
4968
4968
|
BookingRescheduled: 'BOOKING_RESCHEDULED',
|
|
4969
|
+
BookingRescheduledBusiness: 'BOOKING_RESCHEDULED_BUSINESS',
|
|
4969
4970
|
EventRescheduled: 'EVENT_RESCHEDULED',
|
|
4970
4971
|
DailyBriefing: 'DAILY_BRIEFING',
|
|
4971
4972
|
Reminders: 'REMINDERS'
|