@gooday_corp/gooday-api-client 2.0.3 → 2.0.4

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
@@ -3197,7 +3197,7 @@ export interface OnBoardingDTO {
3197
3197
  /**
3198
3198
  * Contact popup show
3199
3199
  */
3200
- 'isContactShow': boolean;
3200
+ 'isContactShow'?: boolean;
3201
3201
  }
3202
3202
  export interface OnBoardingResponseDTO {
3203
3203
  /**
@@ -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-08-29T19:29:34+05:30]
10
- **recurrenceEndDate** | **string** | The start date of the booking | [optional] [default to 2025-08-29T19:29:34+05:30]
9
+ **date** | **string** | The start date of the booking | [default to 2025-08-29T14:20:37Z]
10
+ **recurrenceEndDate** | **string** | The start date of the booking | [optional] [default to 2025-08-29T14:20:37Z]
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]
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
16
16
  **dob** | **string** | Date of Birth | [optional] [default to undefined]
17
17
  **socialTime** | [**Array<SocialTiming>**](SocialTiming.md) | Social Current Timing | [optional] [default to undefined]
18
18
  **goals** | **Array<string>** | Goals | [optional] [default to undefined]
19
- **isContactShow** | **boolean** | Contact popup show | [default to false]
19
+ **isContactShow** | **boolean** | Contact popup show | [optional] [default to false]
20
20
 
21
21
  ## Example
22
22
 
@@ -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-08-29T19:29:34+05:30]
8
+ **date** | **string** | The start date of the booking | [default to 2025-08-29T14:20:37Z]
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-08-29T19:29:34+05:30]
9
- **endDate** | **string** | The end date of the waitlist | [default to 2025-08-29T20:29:34+05:30]
8
+ **startDate** | **string** | The start date of the waitlist | [default to 2025-08-29T14:20:37Z]
9
+ **endDate** | **string** | The end date of the waitlist | [default to 2025-08-29T15:20:37Z]
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": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},