@gooday_corp/gooday-api-client 1.5.0 → 1.5.1

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
@@ -13627,6 +13627,10 @@ export const BusinessApiAxiosParamCreator = function (configuration?: Configurat
13627
13627
  const localVarHeaderParameter = {} as any;
13628
13628
  const localVarQueryParameter = {} as any;
13629
13629
 
13630
+ // authentication bearer required
13631
+ // http bearer authentication required
13632
+ await setBearerAuthToObject(localVarHeaderParameter, configuration)
13633
+
13630
13634
 
13631
13635
 
13632
13636
  setSearchParams(localVarUrlObj, localVarQueryParameter);
@@ -1015,7 +1015,7 @@ This endpoint does not have any parameters.
1015
1015
 
1016
1016
  ### Authorization
1017
1017
 
1018
- No authorization required
1018
+ [bearer](../README.md#bearer)
1019
1019
 
1020
1020
  ### HTTP request headers
1021
1021
 
@@ -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-07-03T11:10:08+05:30]
10
- **recurrenceEndDate** | **string** | The start date of the booking | [optional] [default to 2025-07-03T11:10:08+05:30]
9
+ **date** | **string** | The start date of the booking | [default to 2025-07-03T11:35:54+05:30]
10
+ **recurrenceEndDate** | **string** | The start date of the booking | [optional] [default to 2025-07-03T11:35:54+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-07-03T11:10:08+05:30]
8
+ **date** | **string** | The start date of the booking | [default to 2025-07-03T11:35:54+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-07-03T11:10:08+05:30]
9
- **endDate** | **string** | The end date of the waitlist | [default to 2025-07-03T12:10:08+05:30]
8
+ **startDate** | **string** | The start date of the waitlist | [default to 2025-07-03T11:35:54+05:30]
9
+ **endDate** | **string** | The end date of the waitlist | [default to 2025-07-03T12:35:54+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.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},