@gooday_corp/gooday-api-client 4.4.13 → 4.4.14

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
@@ -4437,7 +4437,6 @@ export interface UserEntity {
4437
4437
  */
4438
4438
  'isContactShow': boolean;
4439
4439
  'timezone'?: string;
4440
- 'chatToken'?: string;
4441
4440
  }
4442
4441
 
4443
4442
  export const UserEntityRoleEnum = {
@@ -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-11-04T16:44:41+05:30]
10
- **recurrenceEndDate** | **string** | The start date of the booking | [optional] [default to 2025-11-04T16:44:41+05:30]
9
+ **date** | **string** | The start date of the booking | [default to 2025-11-03T02:10:30Z]
10
+ **recurrenceEndDate** | **string** | The start date of the booking | [optional] [default to 2025-11-03T02:10:30Z]
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-11-04T16:44:41+05:30]
10
- **endDate** | **string** | The start date of the booking | [default to 2025-11-04T16:44:41+05:30]
9
+ **startDate** | **string** | The start date of the booking | [default to 2025-11-03T02:10:30Z]
10
+ **endDate** | **string** | The start date of the booking | [default to 2025-11-03T02:10:30Z]
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-11-04T16:44:41+05:30]
8
+ **date** | **string** | The start date of the booking | [default to 2025-11-03T02:10:30Z]
9
9
  **from** | **string** | | [optional] [default to undefined]
10
10
  **to** | **string** | | [optional] [default to undefined]
11
11
  **notes** | **string** | | [optional] [default to undefined]
@@ -36,7 +36,6 @@ Name | Type | Description | Notes
36
36
  **friends** | **Array<string>** | | [default to undefined]
37
37
  **isContactShow** | **boolean** | Contact popup show | [default to false]
38
38
  **timezone** | **string** | | [optional] [default to undefined]
39
- **chatToken** | **string** | | [optional] [default to undefined]
40
39
 
41
40
  ## Example
42
41
 
@@ -75,7 +74,6 @@ const instance: UserEntity = {
75
74
  friends,
76
75
  isContactShow,
77
76
  timezone,
78
- chatToken,
79
77
  };
80
78
  ```
81
79
 
@@ -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-11-04T16:44:41+05:30]
9
- **endDate** | **string** | The end date of the waitlist | [default to 2025-11-04T17:44:41+05:30]
8
+ **startDate** | **string** | The start date of the waitlist | [default to 2025-11-03T02:10:30Z]
9
+ **endDate** | **string** | The end date of the waitlist | [default to 2025-11-03T03:10:30Z]
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.4.13",
3
+ "version": "4.4.14",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},