@gooday_corp/gooday-api-client 4.4.38 → 4.4.39
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
|
@@ -19079,7 +19079,7 @@ export const TagsApiFp = function(configuration?: Configuration) {
|
|
|
19079
19079
|
* @param {*} [options] Override http request option.
|
|
19080
19080
|
* @throws {RequiredError}
|
|
19081
19081
|
*/
|
|
19082
|
-
async tagsControllerGetTags(page: number, pageSize: number, venue?: Array<string>, category?: Array<TagsControllerGetTagsCategoryEnum>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
19082
|
+
async tagsControllerGetTags(page: number, pageSize: number, venue?: Array<string>, category?: Array<TagsControllerGetTagsCategoryEnum>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TagsResponseDTO>> {
|
|
19083
19083
|
const localVarAxiosArgs = await localVarAxiosParamCreator.tagsControllerGetTags(page, pageSize, venue, category, options);
|
|
19084
19084
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
19085
19085
|
const localVarOperationServerBasePath = operationServerMap['TagsApi.tagsControllerGetTags']?.[localVarOperationServerIndex]?.url;
|
|
@@ -19157,7 +19157,7 @@ export const TagsApiFactory = function (configuration?: Configuration, basePath?
|
|
|
19157
19157
|
* @param {*} [options] Override http request option.
|
|
19158
19158
|
* @throws {RequiredError}
|
|
19159
19159
|
*/
|
|
19160
|
-
tagsControllerGetTags(page: number, pageSize: number, venue?: Array<string>, category?: Array<TagsControllerGetTagsCategoryEnum>, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
19160
|
+
tagsControllerGetTags(page: number, pageSize: number, venue?: Array<string>, category?: Array<TagsControllerGetTagsCategoryEnum>, options?: RawAxiosRequestConfig): AxiosPromise<TagsResponseDTO> {
|
|
19161
19161
|
return localVarFp.tagsControllerGetTags(page, pageSize, venue, category, options).then((request) => request(axios, basePath));
|
|
19162
19162
|
},
|
|
19163
19163
|
/**
|
|
@@ -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-12-
|
|
10
|
-
**recurrenceEndDate** | **string** | The start date of the booking | [optional] [default to 2025-12-
|
|
9
|
+
**date** | **string** | The start date of the booking | [default to 2025-12-05T10:55:25+05:30]
|
|
10
|
+
**recurrenceEndDate** | **string** | The start date of the booking | [optional] [default to 2025-12-05T10:55:25+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]
|
|
@@ -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
|
-
**startDate** | **string** | The start date of the booking | [default to 2025-12-
|
|
10
|
-
**endDate** | **string** | The start date of the booking | [default to 2025-12-
|
|
9
|
+
**startDate** | **string** | The start date of the booking | [default to 2025-12-05T10:55:25+05:30]
|
|
10
|
+
**endDate** | **string** | The start date of the booking | [default to 2025-12-05T10:55:25+05:30]
|
|
11
11
|
**note** | **string** | Notes attached with booking | [optional] [default to undefined]
|
|
12
12
|
**occasion** | **string** | Occasion id | [optional] [default to undefined]
|
|
13
13
|
**calendar** | **Array<string>** | Calendar attached with booking | [optional] [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-12-
|
|
8
|
+
**date** | **string** | The start date of the booking | [default to 2025-12-05T10:55:25+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]
|
package/docs/TagsApi.md
CHANGED
|
@@ -172,7 +172,7 @@ const { status, data } = await apiInstance.tagsControllerFindTags(
|
|
|
172
172
|
[[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)
|
|
173
173
|
|
|
174
174
|
# **tagsControllerGetTags**
|
|
175
|
-
>
|
|
175
|
+
> TagsResponseDTO tagsControllerGetTags()
|
|
176
176
|
|
|
177
177
|
|
|
178
178
|
### Example
|
|
@@ -211,7 +211,7 @@ const { status, data } = await apiInstance.tagsControllerGetTags(
|
|
|
211
211
|
|
|
212
212
|
### Return type
|
|
213
213
|
|
|
214
|
-
**
|
|
214
|
+
**TagsResponseDTO**
|
|
215
215
|
|
|
216
216
|
### Authorization
|
|
217
217
|
|
|
@@ -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-12-
|
|
9
|
-
**endDate** | **string** | The end date of the waitlist | [default to 2025-12-
|
|
8
|
+
**startDate** | **string** | The start date of the waitlist | [default to 2025-12-05T10:55:25+05:30]
|
|
9
|
+
**endDate** | **string** | The end date of the waitlist | [default to 2025-12-05T11:55:25+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]
|