@gooday_corp/gooday-api-client 1.3.86 → 1.3.87
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
|
@@ -13959,7 +13959,7 @@ export const BusinessApiFp = function(configuration?: Configuration) {
|
|
|
13959
13959
|
* @param {*} [options] Override http request option.
|
|
13960
13960
|
* @throws {RequiredError}
|
|
13961
13961
|
*/
|
|
13962
|
-
async businessTypeControllerHighlyRecommended(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
13962
|
+
async businessTypeControllerHighlyRecommended(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BusinessVenueResponseDTO>> {
|
|
13963
13963
|
const localVarAxiosArgs = await localVarAxiosParamCreator.businessTypeControllerHighlyRecommended(options);
|
|
13964
13964
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
13965
13965
|
const localVarOperationServerBasePath = operationServerMap['BusinessApi.businessTypeControllerHighlyRecommended']?.[localVarOperationServerIndex]?.url;
|
|
@@ -14256,7 +14256,7 @@ export const BusinessApiFactory = function (configuration?: Configuration, baseP
|
|
|
14256
14256
|
* @param {*} [options] Override http request option.
|
|
14257
14257
|
* @throws {RequiredError}
|
|
14258
14258
|
*/
|
|
14259
|
-
businessTypeControllerHighlyRecommended(options?: RawAxiosRequestConfig): AxiosPromise<
|
|
14259
|
+
businessTypeControllerHighlyRecommended(options?: RawAxiosRequestConfig): AxiosPromise<BusinessVenueResponseDTO> {
|
|
14260
14260
|
return localVarFp.businessTypeControllerHighlyRecommended(options).then((request) => request(axios, basePath));
|
|
14261
14261
|
},
|
|
14262
14262
|
/**
|
package/docs/BusinessApi.md
CHANGED
|
@@ -987,7 +987,7 @@ No authorization required
|
|
|
987
987
|
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
988
988
|
|
|
989
989
|
# **businessTypeControllerHighlyRecommended**
|
|
990
|
-
>
|
|
990
|
+
> BusinessVenueResponseDTO businessTypeControllerHighlyRecommended()
|
|
991
991
|
|
|
992
992
|
|
|
993
993
|
### Example
|
|
@@ -1010,7 +1010,7 @@ This endpoint does not have any parameters.
|
|
|
1010
1010
|
|
|
1011
1011
|
### Return type
|
|
1012
1012
|
|
|
1013
|
-
**
|
|
1013
|
+
**BusinessVenueResponseDTO**
|
|
1014
1014
|
|
|
1015
1015
|
### Authorization
|
|
1016
1016
|
|
|
@@ -6,7 +6,7 @@
|
|
|
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-06-
|
|
9
|
+
**date** | **string** | The start date of the booking | [default to 2025-06-03T06:31:28Z]
|
|
10
10
|
**from** | **string** | | [optional] [default to undefined]
|
|
11
11
|
**to** | **string** | | [optional] [default to undefined]
|
|
12
12
|
**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-06-
|
|
8
|
+
**date** | **string** | The start date of the booking | [default to 2025-06-03T06:31:28Z]
|
|
9
9
|
**from** | **string** | | [optional] [default to undefined]
|
|
10
10
|
**to** | **string** | | [optional] [default to undefined]
|
|
11
11
|
|
|
@@ -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-06-
|
|
9
|
-
**endDate** | **string** | The end date of the waitlist | [default to 2025-06-
|
|
8
|
+
**startDate** | **string** | The start date of the waitlist | [default to 2025-06-03T06:31:28Z]
|
|
9
|
+
**endDate** | **string** | The end date of the waitlist | [default to 2025-06-03T07:31:28Z]
|
|
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]
|