@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<CategoryListResponse>> {
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<CategoryListResponse> {
14259
+ businessTypeControllerHighlyRecommended(options?: RawAxiosRequestConfig): AxiosPromise<BusinessVenueResponseDTO> {
14260
14260
  return localVarFp.businessTypeControllerHighlyRecommended(options).then((request) => request(axios, basePath));
14261
14261
  },
14262
14262
  /**
@@ -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
- > CategoryListResponse businessTypeControllerHighlyRecommended()
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
- **CategoryListResponse**
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-02T16:23:45+05:30]
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-02T16:23:45+05:30]
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-02T16:23:45+05:30]
9
- **endDate** | **string** | The end date of the waitlist | [default to 2025-06-02T17:23:45+05:30]
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&lt;CreateWaitlistBookingCollaboratorPayload&gt;**](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.3.86",
3
+ "version": "1.3.87",
4
4
  "description": "API client for Gooday",
5
5
  "main": "index.ts",
6
6
  "scripts": {},