@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.
Files changed (2) hide show
  1. package/api.ts +1 -0
  2. 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'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooday_corp/gooday-api-client",
3
- "version": "1.3.10",
3
+ "version": "1.3.11",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},