@gooday_corp/gooday-api-client 4.4.29 → 4.4.31

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
@@ -3770,13 +3770,13 @@ export interface RSVPEvenPayloadDTO {
3770
3770
  * Business venue
3771
3771
  */
3772
3772
  'venue': string;
3773
- 'tags': Array<string>;
3774
- 'hideLocation': boolean;
3773
+ 'tags'?: Array<string>;
3774
+ 'hideLocation'?: boolean;
3775
3775
  'hostBy': string;
3776
- 'hosImage': string;
3777
- 'photo': string;
3778
- 'timezone': string;
3779
- 'category': RSVPEvenPayloadDTOCategoryEnum;
3776
+ 'hostImage': string;
3777
+ 'photo'?: string;
3778
+ 'timezone'?: string;
3779
+ 'type': RSVPEvenPayloadDTOTypeEnum;
3780
3780
  'externalTicketing'?: string;
3781
3781
  'otherLink'?: string;
3782
3782
  'location'?: RSVPEventLocationDTO;
@@ -3792,12 +3792,12 @@ export const RSVPEvenPayloadDTORepeatEnum = {
3792
3792
  } as const;
3793
3793
 
3794
3794
  export type RSVPEvenPayloadDTORepeatEnum = typeof RSVPEvenPayloadDTORepeatEnum[keyof typeof RSVPEvenPayloadDTORepeatEnum];
3795
- export const RSVPEvenPayloadDTOCategoryEnum = {
3795
+ export const RSVPEvenPayloadDTOTypeEnum = {
3796
3796
  Public: 'PUBLIC',
3797
3797
  Private: 'PRIVATE'
3798
3798
  } as const;
3799
3799
 
3800
- export type RSVPEvenPayloadDTOCategoryEnum = typeof RSVPEvenPayloadDTOCategoryEnum[keyof typeof RSVPEvenPayloadDTOCategoryEnum];
3800
+ export type RSVPEvenPayloadDTOTypeEnum = typeof RSVPEvenPayloadDTOTypeEnum[keyof typeof RSVPEvenPayloadDTOTypeEnum];
3801
3801
 
3802
3802
  export interface RSVPEventDTO {
3803
3803
  /**
@@ -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-03T16:41:14+05:30]
10
- **recurrenceEndDate** | **string** | The start date of the booking | [optional] [default to 2025-12-03T16:41:14+05:30]
9
+ **date** | **string** | The start date of the booking | [default to 2025-12-03T17:42:13+05:30]
10
+ **recurrenceEndDate** | **string** | The start date of the booking | [optional] [default to 2025-12-03T17:42:13+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-12-03T16:41:14+05:30]
10
- **endDate** | **string** | The start date of the booking | [default to 2025-12-03T16:41:14+05:30]
9
+ **startDate** | **string** | The start date of the booking | [default to 2025-12-03T17:42:13+05:30]
10
+ **endDate** | **string** | The start date of the booking | [default to 2025-12-03T17:42:13+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&lt;string&gt;** | Calendar attached with booking | [optional] [default to undefined]
@@ -22,13 +22,13 @@ Name | Type | Description | Notes
22
22
  **userId** | **string** | user | [default to undefined]
23
23
  **business** | **string** | Business | [default to undefined]
24
24
  **venue** | **string** | Business venue | [default to undefined]
25
- **tags** | **Array&lt;string&gt;** | | [default to undefined]
26
- **hideLocation** | **boolean** | | [default to undefined]
25
+ **tags** | **Array&lt;string&gt;** | | [optional] [default to undefined]
26
+ **hideLocation** | **boolean** | | [optional] [default to undefined]
27
27
  **hostBy** | **string** | | [default to undefined]
28
- **hosImage** | **string** | | [default to undefined]
29
- **photo** | **string** | | [default to undefined]
30
- **timezone** | **string** | | [default to undefined]
31
- **category** | **string** | | [default to undefined]
28
+ **hostImage** | **string** | | [default to undefined]
29
+ **photo** | **string** | | [optional] [default to undefined]
30
+ **timezone** | **string** | | [optional] [default to undefined]
31
+ **type** | **string** | | [default to undefined]
32
32
  **externalTicketing** | **string** | | [optional] [default to undefined]
33
33
  **otherLink** | **string** | | [optional] [default to undefined]
34
34
  **location** | [**RSVPEventLocationDTO**](RSVPEventLocationDTO.md) | | [optional] [default to undefined]
@@ -60,10 +60,10 @@ const instance: RSVPEvenPayloadDTO = {
60
60
  tags,
61
61
  hideLocation,
62
62
  hostBy,
63
- hosImage,
63
+ hostImage,
64
64
  photo,
65
65
  timezone,
66
- category,
66
+ type,
67
67
  externalTicketing,
68
68
  otherLink,
69
69
  location,
@@ -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-03T16:41:14+05:30]
8
+ **date** | **string** | The start date of the booking | [default to 2025-12-03T17:42:13+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-12-03T16:41:14+05:30]
9
- **endDate** | **string** | The end date of the waitlist | [default to 2025-12-03T17:41:14+05:30]
8
+ **startDate** | **string** | The start date of the waitlist | [default to 2025-12-03T17:42:13+05:30]
9
+ **endDate** | **string** | The end date of the waitlist | [default to 2025-12-03T18:42:13+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&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.4.29",
3
+ "version": "4.4.31",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},