@gooday_corp/gooday-api-client 4.6.3 → 4.6.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 +4 -0
- package/docs/CreateBookingPayload.md +2 -2
- package/docs/CreateRSVPEventBookingPayload.md +2 -2
- package/docs/CreateWalkInBookingPayload.md +2 -2
- package/docs/PaymentDetailsPayload.md +2 -2
- package/docs/RSVPEventApi.md +1 -1
- package/docs/RescheduleBookingPayload.md +1 -1
- package/docs/WaitlistPayloadDTO.md +2 -2
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -18923,6 +18923,10 @@ export const RSVPEventApiAxiosParamCreator = function (configuration?: Configura
|
|
|
18923
18923
|
const localVarHeaderParameter = {} as any;
|
|
18924
18924
|
const localVarQueryParameter = {} as any;
|
|
18925
18925
|
|
|
18926
|
+
// authentication bearer required
|
|
18927
|
+
// http bearer authentication required
|
|
18928
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
18929
|
+
|
|
18926
18930
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
18927
18931
|
localVarHeaderParameter['Accept'] = 'application/json';
|
|
18928
18932
|
|
|
@@ -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 2026-02-
|
|
10
|
-
**recurrenceEndDate** | **string** | The start date of the booking | [optional] [default to 2026-02-
|
|
9
|
+
**date** | **string** | The start date of the booking | [default to 2026-02-27T20:56:48+05:30]
|
|
10
|
+
**recurrenceEndDate** | **string** | The start date of the booking | [optional] [default to 2026-02-27T20:56:48+05:30]
|
|
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]
|
|
@@ -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
|
-
**startDate** | **string** | The start date of the booking | [default to 2026-02-
|
|
10
|
-
**endDate** | **string** | The start date of the booking | [default to 2026-02-
|
|
9
|
+
**startDate** | **string** | The start date of the booking | [default to 2026-02-27T20:56:48+05:30]
|
|
10
|
+
**endDate** | **string** | The start date of the booking | [default to 2026-02-27T20:56:48+05:30]
|
|
11
11
|
**note** | **string** | Notes attached with booking | [optional] [default to undefined]
|
|
12
12
|
**occasion** | **string** | Occasion id | [optional] [default to undefined]
|
|
13
13
|
**calendar** | **Array<string>** | Calendar attached with booking | [optional] [default to undefined]
|
|
@@ -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
|
-
**startDate** | **string** | The start date of the booking | [default to 2026-02-
|
|
10
|
-
**endDate** | **string** | The start date of the booking | [default to 2026-02-
|
|
9
|
+
**startDate** | **string** | The start date of the booking | [default to 2026-02-27T20:56:48+05:30]
|
|
10
|
+
**endDate** | **string** | The start date of the booking | [default to 2026-02-27T20:56:48+05:30]
|
|
11
11
|
**note** | **string** | Notes attached with booking | [optional] [default to undefined]
|
|
12
12
|
**occasion** | **string** | Occasion id | [optional] [default to undefined]
|
|
13
13
|
**calendar** | **Array<string>** | Calendar attached with booking | [optional] [default to undefined]
|
|
@@ -8,8 +8,8 @@ Name | Type | Description | Notes
|
|
|
8
8
|
**whatsOnId** | **string** | Event ID | [optional] [default to undefined]
|
|
9
9
|
**serviceId** | **string** | Service ID | [optional] [default to undefined]
|
|
10
10
|
**rsvpId** | **string** | RSVP ID | [optional] [default to undefined]
|
|
11
|
-
**startDate** | **string** | The start date of the booking | [optional] [default to 2026-02-
|
|
12
|
-
**endDate** | **string** | The end date of the booking | [optional] [default to 2026-02-
|
|
11
|
+
**startDate** | **string** | The start date of the booking | [optional] [default to 2026-02-27T20:56:48+05:30]
|
|
12
|
+
**endDate** | **string** | The end date of the booking | [optional] [default to 2026-02-27T20:56:48+05:30]
|
|
13
13
|
**discountId** | **string** | Discount ID | [optional] [default to undefined]
|
|
14
14
|
**selectedStaff** | **string** | Staff ID | [optional] [default to undefined]
|
|
15
15
|
**quantity** | **number** | | [optional] [default to 0]
|
package/docs/RSVPEventApi.md
CHANGED
|
@@ -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 2026-02-
|
|
8
|
+
**date** | **string** | The start date of the booking | [default to 2026-02-27T20:56:48+05:30]
|
|
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 2026-02-
|
|
9
|
-
**endDate** | **string** | The end date of the waitlist | [default to 2026-02-
|
|
8
|
+
**startDate** | **string** | The start date of the waitlist | [default to 2026-02-27T20:56:48+05:30]
|
|
9
|
+
**endDate** | **string** | The end date of the waitlist | [default to 2026-02-27T21:56:48+05:30]
|
|
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]
|