@gooday_corp/gooday-api-client 4.6.4 → 4.6.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
@@ -4687,6 +4687,12 @@ export interface CreateRSVPEventV2DTO {
4687
4687
  * @memberof CreateRSVPEventV2DTO
4688
4688
  */
4689
4689
  'hostImage'?: string;
4690
+ /**
4691
+ *
4692
+ * @type {string}
4693
+ * @memberof CreateRSVPEventV2DTO
4694
+ */
4695
+ 'emailTemplate'?: string;
4690
4696
  }
4691
4697
 
4692
4698
  export const CreateRSVPEventV2DTOTypeEnum = {
@@ -11437,6 +11443,12 @@ export interface UpdateRSVPEventV2DTO {
11437
11443
  * @memberof UpdateRSVPEventV2DTO
11438
11444
  */
11439
11445
  'hostImage'?: string;
11446
+ /**
11447
+ *
11448
+ * @type {string}
11449
+ * @memberof UpdateRSVPEventV2DTO
11450
+ */
11451
+ 'emailTemplate'?: string;
11440
11452
  }
11441
11453
 
11442
11454
  export const UpdateRSVPEventV2DTOTypeEnum = {
@@ -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-04-15T11:53:08Z]
10
- **recurrenceEndDate** | **string** | The start date of the booking | [optional] [default to 2026-04-15T11:53:08Z]
9
+ **date** | **string** | The start date of the booking | [default to 2026-04-16T09:48:35Z]
10
+ **recurrenceEndDate** | **string** | The start date of the booking | [optional] [default to 2026-04-16T09:48:35Z]
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-04-15T11:53:08Z]
10
- **endDate** | **string** | The start date of the booking | [default to 2026-04-15T11:53:08Z]
9
+ **startDate** | **string** | The start date of the booking | [default to 2026-04-16T09:48:35Z]
10
+ **endDate** | **string** | The start date of the booking | [default to 2026-04-16T09:48:35Z]
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]
@@ -43,6 +43,7 @@ Name | Type | Description | Notes
43
43
  **countryCode** | **string** | | [optional] [default to undefined]
44
44
  **hostBy** | **string** | | [optional] [default to undefined]
45
45
  **hostImage** | **string** | | [optional] [default to undefined]
46
+ **emailTemplate** | **string** | | [optional] [default to undefined]
46
47
 
47
48
  ## Example
48
49
 
@@ -88,6 +89,7 @@ const instance: CreateRSVPEventV2DTO = {
88
89
  countryCode,
89
90
  hostBy,
90
91
  hostImage,
92
+ emailTemplate,
91
93
  };
92
94
  ```
93
95
 
@@ -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-04-15T11:53:08Z]
10
- **endDate** | **string** | The start date of the booking | [default to 2026-04-15T11:53:08Z]
9
+ **startDate** | **string** | The start date of the booking | [default to 2026-04-16T09:48:35Z]
10
+ **endDate** | **string** | The start date of the booking | [default to 2026-04-16T09:48:35Z]
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-04-15T11:53:06Z]
12
- **endDate** | **string** | The end date of the booking | [optional] [default to 2026-04-15T11:53:06Z]
11
+ **startDate** | **string** | The start date of the booking | [optional] [default to 2026-04-16T09:48:32Z]
12
+ **endDate** | **string** | The end date of the booking | [optional] [default to 2026-04-16T09:48:32Z]
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]
@@ -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-04-15T11:53:08Z]
8
+ **date** | **string** | The start date of the booking | [default to 2026-04-16T09:48:35Z]
9
9
  **from** | **string** | | [optional] [default to undefined]
10
10
  **to** | **string** | | [optional] [default to undefined]
11
11
  **notes** | **string** | | [optional] [default to undefined]
@@ -43,6 +43,7 @@ Name | Type | Description | Notes
43
43
  **countryCode** | **string** | | [optional] [default to undefined]
44
44
  **hostBy** | **string** | | [optional] [default to undefined]
45
45
  **hostImage** | **string** | | [optional] [default to undefined]
46
+ **emailTemplate** | **string** | | [optional] [default to undefined]
46
47
 
47
48
  ## Example
48
49
 
@@ -88,6 +89,7 @@ const instance: UpdateRSVPEventV2DTO = {
88
89
  countryCode,
89
90
  hostBy,
90
91
  hostImage,
92
+ emailTemplate,
91
93
  };
92
94
  ```
93
95
 
@@ -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-04-15T11:53:08Z]
9
- **endDate** | **string** | The end date of the waitlist | [default to 2026-04-15T12:53:08Z]
8
+ **startDate** | **string** | The start date of the waitlist | [default to 2026-04-16T09:48:35Z]
9
+ **endDate** | **string** | The end date of the waitlist | [default to 2026-04-16T10:48:35Z]
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": "4.6.4",
3
+ "version": "4.6.5",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},