@gooday_corp/gooday-api-client 3.4.0 → 4.4.1

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
@@ -1306,6 +1306,12 @@ export interface BookingResponse {
1306
1306
  * @memberof BookingResponse
1307
1307
  */
1308
1308
  'whatsOn': string;
1309
+ /**
1310
+ *
1311
+ * @type {object}
1312
+ * @memberof BookingResponse
1313
+ */
1314
+ 'walking': object;
1309
1315
  /**
1310
1316
  * Staff members involved in the booking
1311
1317
  * @type {BusinessStaffEntity}
@@ -26,6 +26,7 @@ Name | Type | Description | Notes
26
26
  **serviceId** | [**PrepaidServiceEntity**](PrepaidServiceEntity.md) | | [default to undefined]
27
27
  **paymentMethod** | [**BookingPaymentCreateResponse**](BookingPaymentCreateResponse.md) | | [default to undefined]
28
28
  **whatsOn** | **string** | | [default to undefined]
29
+ **walking** | **object** | | [default to undefined]
29
30
  **selectedStaff** | [**BusinessStaffEntity**](BusinessStaffEntity.md) | Staff members involved in the booking | [default to undefined]
30
31
 
31
32
  ## Example
@@ -55,6 +56,7 @@ const instance: BookingResponse = {
55
56
  serviceId,
56
57
  paymentMethod,
57
58
  whatsOn,
59
+ walking,
58
60
  selectedStaff,
59
61
  };
60
62
  ```
@@ -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-09-22T16:00:07+05:30]
10
- **recurrenceEndDate** | **string** | The start date of the booking | [optional] [default to 2025-09-22T16:00:07+05:30]
9
+ **date** | **string** | The start date of the booking | [default to 2025-09-25T10:48:46+05:30]
10
+ **recurrenceEndDate** | **string** | The start date of the booking | [optional] [default to 2025-09-25T10:48:46+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 2025-09-22T16:00:07+05:30]
10
- **endDate** | **string** | The start date of the booking | [default to 2025-09-22T16:00:07+05:30]
9
+ **startDate** | **string** | The start date of the booking | [default to 2025-09-25T10:48:46+05:30]
10
+ **endDate** | **string** | The start date of the booking | [default to 2025-09-25T10:48:46+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]
@@ -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-09-22T16:00:07+05:30]
8
+ **date** | **string** | The start date of the booking | [default to 2025-09-25T10:48:46+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 2025-09-22T16:00:07+05:30]
9
- **endDate** | **string** | The end date of the waitlist | [default to 2025-09-22T17:00:07+05:30]
8
+ **startDate** | **string** | The start date of the waitlist | [default to 2025-09-25T10:48:46+05:30]
9
+ **endDate** | **string** | The end date of the waitlist | [default to 2025-09-25T11:48:46+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]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooday_corp/gooday-api-client",
3
- "version": "3.4.0",
3
+ "version": "4.4.1",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},