@gooday_corp/gooday-api-client 4.5.2 → 4.5.5

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
@@ -3870,6 +3870,10 @@ export interface RSVPEvenPayloadDTO {
3870
3870
  * Business
3871
3871
  */
3872
3872
  'business'?: string;
3873
+ /**
3874
+ * Email template
3875
+ */
3876
+ 'emailTemplate'?: string;
3873
3877
  /**
3874
3878
  * Business venue
3875
3879
  */
@@ -3989,6 +3993,7 @@ export interface RSVPEventEntity {
3989
3993
  */
3990
3994
  'meta'?: RSVPEventMetaDataDTO;
3991
3995
  'stripeProduct'?: string;
3996
+ 'emailTemplate'?: string;
3992
3997
  'discounts'?: Array<object>;
3993
3998
  }
3994
3999
 
@@ -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-12-12T19:17:19Z]
10
- **recurrenceEndDate** | **string** | The start date of the booking | [optional] [default to 2025-12-12T19:17:19Z]
9
+ **date** | **string** | The start date of the booking | [default to 2025-12-14T13:47:43Z]
10
+ **recurrenceEndDate** | **string** | The start date of the booking | [optional] [default to 2025-12-14T13:47:43Z]
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-12-12T19:17:19Z]
10
- **endDate** | **string** | The start date of the booking | [default to 2025-12-12T19:17:19Z]
9
+ **startDate** | **string** | The start date of the booking | [default to 2025-12-14T13:47:43Z]
10
+ **endDate** | **string** | The start date of the booking | [default to 2025-12-14T13:47:43Z]
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&lt;string&gt;** | 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 2025-12-12T19:17:19Z]
10
- **endDate** | **string** | The start date of the booking | [default to 2025-12-12T19:17:19Z]
9
+ **startDate** | **string** | The start date of the booking | [default to 2025-12-14T13:47:43Z]
10
+ **endDate** | **string** | The start date of the booking | [default to 2025-12-14T13:47:43Z]
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&lt;string&gt;** | 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 2025-12-12T19:17:17Z]
12
- **endDate** | **string** | The end date of the booking | [optional] [default to 2025-12-12T19:17:17Z]
11
+ **startDate** | **string** | The start date of the booking | [optional] [default to 2025-12-14T13:47:42Z]
12
+ **endDate** | **string** | The end date of the booking | [optional] [default to 2025-12-14T13:47:42Z]
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]
@@ -21,6 +21,7 @@ Name | Type | Description | Notes
21
21
  **capacity** | **number** | | [default to undefined]
22
22
  **userId** | **string** | user | [optional] [default to undefined]
23
23
  **business** | **string** | Business | [optional] [default to undefined]
24
+ **emailTemplate** | **string** | Email template | [optional] [default to undefined]
24
25
  **venue** | **string** | Business venue | [optional] [default to undefined]
25
26
  **tags** | **Array&lt;string&gt;** | | [optional] [default to undefined]
26
27
  **hideLocation** | **boolean** | | [optional] [default to undefined]
@@ -58,6 +59,7 @@ const instance: RSVPEvenPayloadDTO = {
58
59
  capacity,
59
60
  userId,
60
61
  business,
62
+ emailTemplate,
61
63
  venue,
62
64
  tags,
63
65
  hideLocation,
@@ -36,6 +36,7 @@ Name | Type | Description | Notes
36
36
  **location** | [**RSVPEventLocationDTO**](RSVPEventLocationDTO.md) | | [optional] [default to undefined]
37
37
  **meta** | [**RSVPEventMetaDataDTO**](RSVPEventMetaDataDTO.md) | Meta information about the location. | [optional] [default to undefined]
38
38
  **stripeProduct** | **string** | | [optional] [default to undefined]
39
+ **emailTemplate** | **string** | | [optional] [default to undefined]
39
40
  **discounts** | **Array&lt;object&gt;** | | [optional] [default to undefined]
40
41
 
41
42
  ## Example
@@ -75,6 +76,7 @@ const instance: RSVPEventEntity = {
75
76
  location,
76
77
  meta,
77
78
  stripeProduct,
79
+ emailTemplate,
78
80
  discounts,
79
81
  };
80
82
  ```
@@ -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-12-12T19:17:19Z]
8
+ **date** | **string** | The start date of the booking | [default to 2025-12-14T13:47:43Z]
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-12-12T19:17:19Z]
9
- **endDate** | **string** | The end date of the waitlist | [default to 2025-12-12T20:17:19Z]
8
+ **startDate** | **string** | The start date of the waitlist | [default to 2025-12-14T13:47:43Z]
9
+ **endDate** | **string** | The end date of the waitlist | [default to 2025-12-14T14:47:43Z]
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&lt;CreateWaitlistBookingCollaboratorPayload&gt;**](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": "4.5.2",
3
+ "version": "4.5.5",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},