@gooday_corp/gooday-api-client 1.8.3 → 1.8.6

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
@@ -7976,11 +7976,11 @@ export interface SignInResponseDto {
7976
7976
  */
7977
7977
  export interface SignInWithAdminDTO {
7978
7978
  /**
7979
- * Email
7979
+ *
7980
7980
  * @type {string}
7981
7981
  * @memberof SignInWithAdminDTO
7982
7982
  */
7983
- 'email': string;
7983
+ 'id': string;
7984
7984
  }
7985
7985
  /**
7986
7986
  *
@@ -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-11T17:54:48+05:30]
10
- **recurrenceEndDate** | **string** | The start date of the booking | [optional] [default to 2025-08-11T17:54:48+05:30]
9
+ **date** | **string** | The start date of the booking | [default to 2025-08-18T16:48:14+05:30]
10
+ **recurrenceEndDate** | **string** | The start date of the booking | [optional] [default to 2025-08-18T16:48:14+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]
@@ -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-11T17:54:48+05:30]
8
+ **date** | **string** | The start date of the booking | [default to 2025-08-18T16:48:14+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,7 +5,7 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **email** | **string** | Email | [default to undefined]
8
+ **id** | **string** | | [default to undefined]
9
9
 
10
10
  ## Example
11
11
 
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
13
13
  import { SignInWithAdminDTO } from './api';
14
14
 
15
15
  const instance: SignInWithAdminDTO = {
16
- email,
16
+ id,
17
17
  };
18
18
  ```
19
19
 
@@ -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-11T17:54:48+05:30]
9
- **endDate** | **string** | The end date of the waitlist | [default to 2025-08-11T18:54:48+05:30]
8
+ **startDate** | **string** | The start date of the waitlist | [default to 2025-08-18T16:48:14+05:30]
9
+ **endDate** | **string** | The end date of the waitlist | [default to 2025-08-18T17:48:14+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<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": "1.8.3",
3
+ "version": "1.8.6",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},