@gooday_corp/gooday-api-client 1.5.4 → 1.5.7
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
CHANGED
|
@@ -6072,8 +6072,10 @@ export const NotificationEntityTypeEnum = {
|
|
|
6072
6072
|
BookingCreateForUser: 'BOOKING_CREATE_FOR_USER',
|
|
6073
6073
|
BookingCreateMadeByBusiness: 'BOOKING_CREATE_MADE_BY_BUSINESS',
|
|
6074
6074
|
BookingCancel: 'BOOKING_CANCEL',
|
|
6075
|
-
|
|
6075
|
+
BusinessBookingSpecialRequest: 'BUSINESS_BOOKING_SPECIAL_REQUEST',
|
|
6076
|
+
BusinessBookingAttendance: 'BUSINESS_BOOKING_ATTENDANCE',
|
|
6076
6077
|
BookingUserLeaveToBusiness: 'BOOKING_USER_LEAVE_TO_BUSINESS',
|
|
6078
|
+
BookingUserLeave: 'BOOKING_USER_LEAVE',
|
|
6077
6079
|
BusinessBookingCancelBusiness: 'BUSINESS_BOOKING_CANCEL_BUSINESS',
|
|
6078
6080
|
BusinessBookingCancelUserToBusiness: 'BUSINESS_BOOKING_CANCEL_USER_TO_BUSINESS',
|
|
6079
6081
|
BookingAccept: 'BOOKING_ACCEPT',
|
|
@@ -6094,6 +6096,7 @@ export const NotificationEntityTypeEnum = {
|
|
|
6094
6096
|
EventUserRemoved: 'EVENT_USER_REMOVED',
|
|
6095
6097
|
EventUserLeft: 'EVENT_USER_LEFT',
|
|
6096
6098
|
EventDetailsUpdate: 'EVENT_DETAILS_UPDATE',
|
|
6099
|
+
EventAndBookingDetailsUpdate: 'EVENT_AND_BOOKING_DETAILS_UPDATE',
|
|
6097
6100
|
CalendarDetailsUpdate: 'CALENDAR_DETAILS_UPDATE',
|
|
6098
6101
|
CalendarRemove: 'CALENDAR_REMOVE',
|
|
6099
6102
|
CalendarShared: 'CALENDAR_SHARED',
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
8
|
**title** | **string** | The title of the booking | [default to 'Default Booking Title']
|
|
9
|
-
**date** | **string** | The start date of the booking | [default to 2025-07-
|
|
10
|
-
**recurrenceEndDate** | **string** | The start date of the booking | [optional] [default to 2025-07-
|
|
9
|
+
**date** | **string** | The start date of the booking | [default to 2025-07-08T06:10:25Z]
|
|
10
|
+
**recurrenceEndDate** | **string** | The start date of the booking | [optional] [default to 2025-07-08T06:10:25Z]
|
|
11
11
|
**from** | **string** | | [optional] [default to undefined]
|
|
12
12
|
**to** | **string** | | [optional] [default to undefined]
|
|
13
13
|
**venue** | **string** | The venue of the booking | [default to undefined]
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**date** | **string** | The start date of the booking | [default to 2025-07-
|
|
8
|
+
**date** | **string** | The start date of the booking | [default to 2025-07-08T06:10:25Z]
|
|
9
9
|
**from** | **string** | | [optional] [default to undefined]
|
|
10
10
|
**to** | **string** | | [optional] [default to undefined]
|
|
11
11
|
**notes** | **string** | | [optional] [default to undefined]
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**startDate** | **string** | The start date of the waitlist | [default to 2025-07-
|
|
9
|
-
**endDate** | **string** | The end date of the waitlist | [default to 2025-07-
|
|
8
|
+
**startDate** | **string** | The start date of the waitlist | [default to 2025-07-08T06:10:25Z]
|
|
9
|
+
**endDate** | **string** | The end date of the waitlist | [default to 2025-07-08T07:10:25Z]
|
|
10
10
|
**venue** | **string** | The venue of the waitlist | [default to undefined]
|
|
11
11
|
**business** | **string** | The business associated with the waitlist | [default to undefined]
|
|
12
12
|
**collaborators** | [**Array<CreateWaitlistBookingCollaboratorPayload>**](CreateWaitlistBookingCollaboratorPayload.md) | The list of collaborators associated with the waitlist | [default to undefined]
|