@gooday_corp/gooday-api-client 4.5.87 → 4.5.98

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.
@@ -0,0 +1,80 @@
1
+ # UpdateRSVPEventV2DTO
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **title** | **string** | | [optional] [default to undefined]
9
+ **description** | **string** | | [optional] [default to undefined]
10
+ **photo** | **string** | | [optional] [default to undefined]
11
+ **tags** | **Array<string>** | | [optional] [default to undefined]
12
+ **totalCapacity** | **number** | | [optional] [default to undefined]
13
+ **costPerPerson** | **number** | | [optional] [default to undefined]
14
+ **currency** | **string** | | [optional] [default to undefined]
15
+ **type** | **string** | | [optional] [default to undefined]
16
+ **venue** | **string** | | [optional] [default to undefined]
17
+ **business** | **string** | | [optional] [default to undefined]
18
+ **timezone** | **string** | | [optional] [default to undefined]
19
+ **theme** | **string** | | [optional] [default to undefined]
20
+ **externalTicketingLink** | **string** | | [optional] [default to undefined]
21
+ **otherLinks** | **Array<string>** | | [optional] [default to undefined]
22
+ **hideGuestCount** | **boolean** | | [optional] [default to undefined]
23
+ **hideLocation** | **boolean** | | [optional] [default to undefined]
24
+ **location** | **object** | | [optional] [default to undefined]
25
+ **isRecurring** | **boolean** | | [optional] [default to undefined]
26
+ **duration** | **number** | | [optional] [default to undefined]
27
+ **startDate** | **string** | | [optional] [default to undefined]
28
+ **endDate** | **string** | | [optional] [default to undefined]
29
+ **recurrenceEndDate** | **string** | | [optional] [default to undefined]
30
+ **repeat** | **string** | | [optional] [default to undefined]
31
+ **pattern** | **string** | Recurrence pattern string (RFC 5545) | [optional] [default to undefined]
32
+ **repeatBy** | **string** | The method used to determine recurrence | [optional] [default to undefined]
33
+ **byDay** | **string** | Comma-separated days of the week (e.g., MO,WE,FR) | [optional] [default to undefined]
34
+ **byMonthDay** | **string** | Comma-separated days of the month (e.g., 1,15,31) | [optional] [default to undefined]
35
+ **byMonth** | **string** | Comma-separated months of the year (1-12) | [optional] [default to undefined]
36
+ **hosts** | [**Array<HostV2DTO>**](HostV2DTO.md) | | [optional] [default to undefined]
37
+ **invites** | [**Array<InviteRSVPDTO>**](InviteRSVPDTO.md) | | [optional] [default to undefined]
38
+ **discounts** | [**Array<DiscountV2DTO>**](DiscountV2DTO.md) | | [optional] [default to undefined]
39
+
40
+ ## Example
41
+
42
+ ```typescript
43
+ import { UpdateRSVPEventV2DTO } from './api';
44
+
45
+ const instance: UpdateRSVPEventV2DTO = {
46
+ title,
47
+ description,
48
+ photo,
49
+ tags,
50
+ totalCapacity,
51
+ costPerPerson,
52
+ currency,
53
+ type,
54
+ venue,
55
+ business,
56
+ timezone,
57
+ theme,
58
+ externalTicketingLink,
59
+ otherLinks,
60
+ hideGuestCount,
61
+ hideLocation,
62
+ location,
63
+ isRecurring,
64
+ duration,
65
+ startDate,
66
+ endDate,
67
+ recurrenceEndDate,
68
+ repeat,
69
+ pattern,
70
+ repeatBy,
71
+ byDay,
72
+ byMonthDay,
73
+ byMonth,
74
+ hosts,
75
+ invites,
76
+ discounts,
77
+ };
78
+ ```
79
+
80
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,20 @@
1
+ # UpdateRSVPStatusDTO
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **status** | **string** | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { UpdateRSVPStatusDTO } from './api';
14
+
15
+ const instance: UpdateRSVPStatusDTO = {
16
+ status,
17
+ };
18
+ ```
19
+
20
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -38,6 +38,7 @@ Name | Type | Description | Notes
38
38
  **timezone** | **string** | | [optional] [default to undefined]
39
39
  **chatToken** | **string** | | [optional] [default to undefined]
40
40
  **isMobileVerified** | **boolean** | | [optional] [default to undefined]
41
+ **accountId** | **string** | | [optional] [default to undefined]
41
42
 
42
43
  ## Example
43
44
 
@@ -78,6 +79,7 @@ const instance: UserEntity = {
78
79
  timezone,
79
80
  chatToken,
80
81
  isMobileVerified,
82
+ accountId,
81
83
  };
82
84
  ```
83
85
 
@@ -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-03T05:22:11Z]
9
- **endDate** | **string** | The end date of the waitlist | [default to 2026-04-03T06:22:11Z]
8
+ **startDate** | **string** | The start date of the waitlist | [default to 2026-04-09T07:49:40Z]
9
+ **endDate** | **string** | The end date of the waitlist | [default to 2026-04-09T08:49:40Z]
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.5.87",
3
+ "version": "4.5.98",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},