@ahomevilla-hotel/node-sdk 2025.7.0-8.83002 → 2025.12.0-4.164130
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/README.md +2 -0
- package/dist/esm/models/branch-detail.d.ts +7 -0
- package/dist/esm/models/branch.d.ts +7 -0
- package/dist/esm/models/create-branch-dto.d.ts +7 -0
- package/dist/esm/models/create-payment-request-dto.d.ts +3 -3
- package/dist/esm/models/index.d.ts +2 -0
- package/dist/esm/models/index.js +2 -0
- package/dist/esm/models/location.d.ts +30 -0
- package/dist/esm/models/location.js +14 -0
- package/dist/esm/models/payment-item-dto.d.ts +36 -0
- package/dist/esm/models/payment-item-dto.js +14 -0
- package/dist/esm/models/update-branch-dto.d.ts +7 -0
- package/dist/esm/services/amenities-api.d.ts +5 -5
- package/dist/esm/services/analytics-api.d.ts +4 -4
- package/dist/esm/services/app-api.d.ts +1 -1
- package/dist/esm/services/auth-api.d.ts +14 -14
- package/dist/esm/services/booking-api.d.ts +8 -8
- package/dist/esm/services/branches-api.d.ts +9 -9
- package/dist/esm/services/email-api.d.ts +1 -1
- package/dist/esm/services/images-api.d.ts +3 -3
- package/dist/esm/services/pay-osapi.d.ts +4 -4
- package/dist/esm/services/poeditor-api.d.ts +2 -2
- package/dist/esm/services/provinces-api.d.ts +7 -7
- package/dist/esm/services/room-details-api.d.ts +8 -8
- package/dist/esm/services/room-price-histories-api.d.ts +4 -4
- package/dist/esm/services/room-promotions-api.d.ts +8 -8
- package/dist/esm/services/rooms-api.d.ts +9 -9
- package/dist/esm/services/users-api.d.ts +6 -6
- package/dist/esm/services/verification-api.d.ts +2 -2
- package/dist/models/branch-detail.d.ts +7 -0
- package/dist/models/branch.d.ts +7 -0
- package/dist/models/create-branch-dto.d.ts +7 -0
- package/dist/models/create-payment-request-dto.d.ts +3 -3
- package/dist/models/index.d.ts +2 -0
- package/dist/models/index.js +2 -0
- package/dist/models/location.d.ts +30 -0
- package/dist/models/location.js +15 -0
- package/dist/models/payment-item-dto.d.ts +36 -0
- package/dist/models/payment-item-dto.js +15 -0
- package/dist/models/update-branch-dto.d.ts +7 -0
- package/dist/services/amenities-api.d.ts +5 -5
- package/dist/services/analytics-api.d.ts +4 -4
- package/dist/services/app-api.d.ts +1 -1
- package/dist/services/auth-api.d.ts +14 -14
- package/dist/services/booking-api.d.ts +8 -8
- package/dist/services/branches-api.d.ts +9 -9
- package/dist/services/email-api.d.ts +1 -1
- package/dist/services/images-api.d.ts +3 -3
- package/dist/services/pay-osapi.d.ts +4 -4
- package/dist/services/poeditor-api.d.ts +2 -2
- package/dist/services/provinces-api.d.ts +7 -7
- package/dist/services/room-details-api.d.ts +8 -8
- package/dist/services/room-price-histories-api.d.ts +4 -4
- package/dist/services/room-promotions-api.d.ts +8 -8
- package/dist/services/rooms-api.d.ts +9 -9
- package/dist/services/users-api.d.ts +6 -6
- package/dist/services/verification-api.d.ts +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -204,11 +204,13 @@ Class | Method | HTTP request | Description
|
|
|
204
204
|
- [InitiateForgotPasswordEmailDto](docs/InitiateForgotPasswordEmailDto.md)
|
|
205
205
|
- [ListTranslationResponseDto](docs/ListTranslationResponseDto.md)
|
|
206
206
|
- [ListTranslationResult](docs/ListTranslationResult.md)
|
|
207
|
+
- [Location](docs/Location.md)
|
|
207
208
|
- [LoginDto](docs/LoginDto.md)
|
|
208
209
|
- [LoginResponseDto](docs/LoginResponseDto.md)
|
|
209
210
|
- [LogoutResponseDto](docs/LogoutResponseDto.md)
|
|
210
211
|
- [NearBy](docs/NearBy.md)
|
|
211
212
|
- [OccupancyRateResponseDto](docs/OccupancyRateResponseDto.md)
|
|
213
|
+
- [PaymentItemDto](docs/PaymentItemDto.md)
|
|
212
214
|
- [PromotionTranslation](docs/PromotionTranslation.md)
|
|
213
215
|
- [PromotionTranslationDto](docs/PromotionTranslationDto.md)
|
|
214
216
|
- [Province](docs/Province.md)
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import type { Amenity } from './amenity';
|
|
13
13
|
import type { BranchTranslationsInner } from './branch-translations-inner';
|
|
14
14
|
import type { Image } from './image';
|
|
15
|
+
import type { Location } from './location';
|
|
15
16
|
import type { NearBy } from './near-by';
|
|
16
17
|
import type { Province } from './province';
|
|
17
18
|
import type { RoomDetail } from './room-detail';
|
|
@@ -147,6 +148,12 @@ export interface BranchDetail {
|
|
|
147
148
|
* @memberof BranchDetail
|
|
148
149
|
*/
|
|
149
150
|
'nearBy': Array<NearBy>;
|
|
151
|
+
/**
|
|
152
|
+
* Branch\'s geographical location
|
|
153
|
+
* @type {Location}
|
|
154
|
+
* @memberof BranchDetail
|
|
155
|
+
*/
|
|
156
|
+
'location'?: Location;
|
|
150
157
|
}
|
|
151
158
|
/**
|
|
152
159
|
* @export
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { BranchTranslationsInner } from './branch-translations-inner';
|
|
13
13
|
import type { Image } from './image';
|
|
14
|
+
import type { Location } from './location';
|
|
14
15
|
import type { Province } from './province';
|
|
15
16
|
/**
|
|
16
17
|
*
|
|
@@ -126,6 +127,12 @@ export interface Branch {
|
|
|
126
127
|
* @memberof Branch
|
|
127
128
|
*/
|
|
128
129
|
'availableLanguages': Array<BranchAvailableLanguagesEnum>;
|
|
130
|
+
/**
|
|
131
|
+
* Branch\'s geographical location
|
|
132
|
+
* @type {Location}
|
|
133
|
+
* @memberof Branch
|
|
134
|
+
*/
|
|
135
|
+
'location'?: Location;
|
|
129
136
|
}
|
|
130
137
|
/**
|
|
131
138
|
* @export
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { BranchTranslationDto } from './branch-translation-dto';
|
|
13
13
|
import type { Image } from './image';
|
|
14
|
+
import type { Location } from './location';
|
|
14
15
|
/**
|
|
15
16
|
*
|
|
16
17
|
* @export
|
|
@@ -77,6 +78,12 @@ export interface CreateBranchDto {
|
|
|
77
78
|
* @memberof CreateBranchDto
|
|
78
79
|
*/
|
|
79
80
|
'rating': number;
|
|
81
|
+
/**
|
|
82
|
+
* The branch\'s geographical location.
|
|
83
|
+
* @type {Location}
|
|
84
|
+
* @memberof CreateBranchDto
|
|
85
|
+
*/
|
|
86
|
+
'location'?: Location;
|
|
80
87
|
/**
|
|
81
88
|
* Translations for the branch
|
|
82
89
|
* @type {Array<BranchTranslationDto>}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type {
|
|
12
|
+
import type { PaymentItemDto } from './payment-item-dto';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
15
15
|
* @export
|
|
@@ -72,8 +72,8 @@ export interface CreatePaymentRequestDto {
|
|
|
72
72
|
'buyerAddress'?: string;
|
|
73
73
|
/**
|
|
74
74
|
*
|
|
75
|
-
* @type {Array<
|
|
75
|
+
* @type {Array<PaymentItemDto>}
|
|
76
76
|
* @memberof CreatePaymentRequestDto
|
|
77
77
|
*/
|
|
78
|
-
'items'?: Array<
|
|
78
|
+
'items'?: Array<PaymentItemDto>;
|
|
79
79
|
}
|
|
@@ -52,11 +52,13 @@ export * from './immediate-delete-rooms-dto';
|
|
|
52
52
|
export * from './initiate-forgot-password-email-dto';
|
|
53
53
|
export * from './list-translation-response-dto';
|
|
54
54
|
export * from './list-translation-result';
|
|
55
|
+
export * from './location';
|
|
55
56
|
export * from './login-dto';
|
|
56
57
|
export * from './login-response-dto';
|
|
57
58
|
export * from './logout-response-dto';
|
|
58
59
|
export * from './near-by';
|
|
59
60
|
export * from './occupancy-rate-response-dto';
|
|
61
|
+
export * from './payment-item-dto';
|
|
60
62
|
export * from './promotion-translation';
|
|
61
63
|
export * from './promotion-translation-dto';
|
|
62
64
|
export * from './province';
|
package/dist/esm/models/index.js
CHANGED
|
@@ -52,11 +52,13 @@ export * from './immediate-delete-rooms-dto';
|
|
|
52
52
|
export * from './initiate-forgot-password-email-dto';
|
|
53
53
|
export * from './list-translation-response-dto';
|
|
54
54
|
export * from './list-translation-result';
|
|
55
|
+
export * from './location';
|
|
55
56
|
export * from './login-dto';
|
|
56
57
|
export * from './login-response-dto';
|
|
57
58
|
export * from './logout-response-dto';
|
|
58
59
|
export * from './near-by';
|
|
59
60
|
export * from './occupancy-rate-response-dto';
|
|
61
|
+
export * from './payment-item-dto';
|
|
60
62
|
export * from './promotion-translation';
|
|
61
63
|
export * from './promotion-translation-dto';
|
|
62
64
|
export * from './province';
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AHomeVilla documentation
|
|
3
|
+
* This is AHomeVilla\'s APIs description
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface Location
|
|
16
|
+
*/
|
|
17
|
+
export interface Location {
|
|
18
|
+
/**
|
|
19
|
+
* Latitude of the location
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof Location
|
|
22
|
+
*/
|
|
23
|
+
'latitude': number;
|
|
24
|
+
/**
|
|
25
|
+
* Longitude of the location
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof Location
|
|
28
|
+
*/
|
|
29
|
+
'longitude': number;
|
|
30
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* AHomeVilla documentation
|
|
5
|
+
* This is AHomeVilla\'s APIs description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AHomeVilla documentation
|
|
3
|
+
* This is AHomeVilla\'s APIs description
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface PaymentItemDto
|
|
16
|
+
*/
|
|
17
|
+
export interface PaymentItemDto {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof PaymentItemDto
|
|
22
|
+
*/
|
|
23
|
+
'name': string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof PaymentItemDto
|
|
28
|
+
*/
|
|
29
|
+
'quantity': number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof PaymentItemDto
|
|
34
|
+
*/
|
|
35
|
+
'price': number;
|
|
36
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* AHomeVilla documentation
|
|
5
|
+
* This is AHomeVilla\'s APIs description
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
export {};
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { BranchTranslationDto } from './branch-translation-dto';
|
|
13
13
|
import type { Image } from './image';
|
|
14
|
+
import type { Location } from './location';
|
|
14
15
|
import type { NearBy } from './near-by';
|
|
15
16
|
/**
|
|
16
17
|
*
|
|
@@ -72,6 +73,12 @@ export interface UpdateBranchDto {
|
|
|
72
73
|
* @memberof UpdateBranchDto
|
|
73
74
|
*/
|
|
74
75
|
'address'?: string;
|
|
76
|
+
/**
|
|
77
|
+
* The branch\'s geographical location.
|
|
78
|
+
* @type {Location}
|
|
79
|
+
* @memberof UpdateBranchDto
|
|
80
|
+
*/
|
|
81
|
+
'location'?: Location;
|
|
75
82
|
/**
|
|
76
83
|
* The branch\'s rating.
|
|
77
84
|
* @type {number}
|
|
@@ -266,7 +266,7 @@ export declare class AmenitiesApi extends BaseAPI {
|
|
|
266
266
|
* @throws {RequiredError}
|
|
267
267
|
* @memberof AmenitiesApi
|
|
268
268
|
*/
|
|
269
|
-
amenitiesControllerCreate(requestParameters: AmenitiesApiAmenitiesControllerCreateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Amenity, any>>;
|
|
269
|
+
amenitiesControllerCreate(requestParameters: AmenitiesApiAmenitiesControllerCreateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Amenity, any, {}>>;
|
|
270
270
|
/**
|
|
271
271
|
*
|
|
272
272
|
* @summary Get amenities
|
|
@@ -275,7 +275,7 @@ export declare class AmenitiesApi extends BaseAPI {
|
|
|
275
275
|
* @throws {RequiredError}
|
|
276
276
|
* @memberof AmenitiesApi
|
|
277
277
|
*/
|
|
278
|
-
amenitiesControllerFindMany(requestParameters?: AmenitiesApiAmenitiesControllerFindManyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AmenitiesPaginationResultDto, any>>;
|
|
278
|
+
amenitiesControllerFindMany(requestParameters?: AmenitiesApiAmenitiesControllerFindManyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AmenitiesPaginationResultDto, any, {}>>;
|
|
279
279
|
/**
|
|
280
280
|
*
|
|
281
281
|
* @summary Get amenity by ID
|
|
@@ -284,7 +284,7 @@ export declare class AmenitiesApi extends BaseAPI {
|
|
|
284
284
|
* @throws {RequiredError}
|
|
285
285
|
* @memberof AmenitiesApi
|
|
286
286
|
*/
|
|
287
|
-
amenitiesControllerFindOne(requestParameters: AmenitiesApiAmenitiesControllerFindOneRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Amenity, any>>;
|
|
287
|
+
amenitiesControllerFindOne(requestParameters: AmenitiesApiAmenitiesControllerFindOneRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Amenity, any, {}>>;
|
|
288
288
|
/**
|
|
289
289
|
*
|
|
290
290
|
* @summary Delete amenity
|
|
@@ -293,7 +293,7 @@ export declare class AmenitiesApi extends BaseAPI {
|
|
|
293
293
|
* @throws {RequiredError}
|
|
294
294
|
* @memberof AmenitiesApi
|
|
295
295
|
*/
|
|
296
|
-
amenitiesControllerRemove(requestParameters: AmenitiesApiAmenitiesControllerRemoveRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
296
|
+
amenitiesControllerRemove(requestParameters: AmenitiesApiAmenitiesControllerRemoveRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
297
297
|
/**
|
|
298
298
|
*
|
|
299
299
|
* @summary Update amenity
|
|
@@ -302,5 +302,5 @@ export declare class AmenitiesApi extends BaseAPI {
|
|
|
302
302
|
* @throws {RequiredError}
|
|
303
303
|
* @memberof AmenitiesApi
|
|
304
304
|
*/
|
|
305
|
-
amenitiesControllerUpdate(requestParameters: AmenitiesApiAmenitiesControllerUpdateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Amenity, any>>;
|
|
305
|
+
amenitiesControllerUpdate(requestParameters: AmenitiesApiAmenitiesControllerUpdateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Amenity, any, {}>>;
|
|
306
306
|
}
|
|
@@ -325,7 +325,7 @@ export declare class AnalyticsApi extends BaseAPI {
|
|
|
325
325
|
* @throws {RequiredError}
|
|
326
326
|
* @memberof AnalyticsApi
|
|
327
327
|
*/
|
|
328
|
-
analyticsControllerGetAnalyticsSummary(requestParameters?: AnalyticsApiAnalyticsControllerGetAnalyticsSummaryRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsSummaryDto, any>>;
|
|
328
|
+
analyticsControllerGetAnalyticsSummary(requestParameters?: AnalyticsApiAnalyticsControllerGetAnalyticsSummaryRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AnalyticsSummaryDto, any, {}>>;
|
|
329
329
|
/**
|
|
330
330
|
*
|
|
331
331
|
* @summary Get occupancy rate analytics
|
|
@@ -334,7 +334,7 @@ export declare class AnalyticsApi extends BaseAPI {
|
|
|
334
334
|
* @throws {RequiredError}
|
|
335
335
|
* @memberof AnalyticsApi
|
|
336
336
|
*/
|
|
337
|
-
analyticsControllerGetOccupancyRate(requestParameters?: AnalyticsApiAnalyticsControllerGetOccupancyRateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OccupancyRateResponseDto, any>>;
|
|
337
|
+
analyticsControllerGetOccupancyRate(requestParameters?: AnalyticsApiAnalyticsControllerGetOccupancyRateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OccupancyRateResponseDto, any, {}>>;
|
|
338
338
|
/**
|
|
339
339
|
*
|
|
340
340
|
* @summary Get revenue analytics
|
|
@@ -343,7 +343,7 @@ export declare class AnalyticsApi extends BaseAPI {
|
|
|
343
343
|
* @throws {RequiredError}
|
|
344
344
|
* @memberof AnalyticsApi
|
|
345
345
|
*/
|
|
346
|
-
analyticsControllerGetRevenueAnalytics(requestParameters?: AnalyticsApiAnalyticsControllerGetRevenueAnalyticsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RevenueTimelineDto, any>>;
|
|
346
|
+
analyticsControllerGetRevenueAnalytics(requestParameters?: AnalyticsApiAnalyticsControllerGetRevenueAnalyticsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RevenueTimelineDto, any, {}>>;
|
|
347
347
|
/**
|
|
348
348
|
*
|
|
349
349
|
* @summary Get room performance analytics
|
|
@@ -352,7 +352,7 @@ export declare class AnalyticsApi extends BaseAPI {
|
|
|
352
352
|
* @throws {RequiredError}
|
|
353
353
|
* @memberof AnalyticsApi
|
|
354
354
|
*/
|
|
355
|
-
analyticsControllerGetRoomPerformance(requestParameters?: AnalyticsApiAnalyticsControllerGetRoomPerformanceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RoomPerformanceDto[], any>>;
|
|
355
|
+
analyticsControllerGetRoomPerformance(requestParameters?: AnalyticsApiAnalyticsControllerGetRoomPerformanceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RoomPerformanceDto[], any, {}>>;
|
|
356
356
|
}
|
|
357
357
|
/**
|
|
358
358
|
* @export
|
|
@@ -61,5 +61,5 @@ export declare class AppApi extends BaseAPI {
|
|
|
61
61
|
* @throws {RequiredError}
|
|
62
62
|
* @memberof AppApi
|
|
63
63
|
*/
|
|
64
|
-
appControllerGetHello(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
64
|
+
appControllerGetHello(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
65
65
|
}
|
|
@@ -532,7 +532,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
532
532
|
* @throws {RequiredError}
|
|
533
533
|
* @memberof AuthApi
|
|
534
534
|
*/
|
|
535
|
-
authControllerChangePassword(requestParameters: AuthApiAuthControllerChangePasswordRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
535
|
+
authControllerChangePassword(requestParameters: AuthApiAuthControllerChangePasswordRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
536
536
|
/**
|
|
537
537
|
* Retrieve all active sessions for the current user
|
|
538
538
|
* @summary Get active sessions
|
|
@@ -540,7 +540,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
540
540
|
* @throws {RequiredError}
|
|
541
541
|
* @memberof AuthApi
|
|
542
542
|
*/
|
|
543
|
-
authControllerGetActiveSessions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SessionResponseDto, any>>;
|
|
543
|
+
authControllerGetActiveSessions(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SessionResponseDto, any, {}>>;
|
|
544
544
|
/**
|
|
545
545
|
*
|
|
546
546
|
* @summary Get current user profile
|
|
@@ -548,7 +548,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
548
548
|
* @throws {RequiredError}
|
|
549
549
|
* @memberof AuthApi
|
|
550
550
|
*/
|
|
551
|
-
authControllerGetProfile(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<User, any>>;
|
|
551
|
+
authControllerGetProfile(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<User, any, {}>>;
|
|
552
552
|
/**
|
|
553
553
|
* Get analytics data for user sessions. Requires ADMIN role.
|
|
554
554
|
* @summary Get session analytics
|
|
@@ -557,7 +557,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
557
557
|
* @throws {RequiredError}
|
|
558
558
|
* @memberof AuthApi
|
|
559
559
|
*/
|
|
560
|
-
authControllerGetSessionAnalytics(requestParameters: AuthApiAuthControllerGetSessionAnalyticsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
560
|
+
authControllerGetSessionAnalytics(requestParameters: AuthApiAuthControllerGetSessionAnalyticsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
561
561
|
/**
|
|
562
562
|
* Get suspicious activities for a specific user. Requires ADMIN role.
|
|
563
563
|
* @summary Get suspicious activities
|
|
@@ -566,7 +566,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
566
566
|
* @throws {RequiredError}
|
|
567
567
|
* @memberof AuthApi
|
|
568
568
|
*/
|
|
569
|
-
authControllerGetSuspiciousActivities(requestParameters: AuthApiAuthControllerGetSuspiciousActivitiesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
569
|
+
authControllerGetSuspiciousActivities(requestParameters: AuthApiAuthControllerGetSuspiciousActivitiesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
570
570
|
/**
|
|
571
571
|
*
|
|
572
572
|
* @summary Initiate forgot password process
|
|
@@ -575,7 +575,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
575
575
|
* @throws {RequiredError}
|
|
576
576
|
* @memberof AuthApi
|
|
577
577
|
*/
|
|
578
|
-
authControllerInitiateForgotPassword(requestParameters: AuthApiAuthControllerInitiateForgotPasswordRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
578
|
+
authControllerInitiateForgotPassword(requestParameters: AuthApiAuthControllerInitiateForgotPasswordRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
579
579
|
/**
|
|
580
580
|
*
|
|
581
581
|
* @param {AuthApiAuthControllerLoginRequest} requestParameters Request parameters.
|
|
@@ -583,7 +583,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
583
583
|
* @throws {RequiredError}
|
|
584
584
|
* @memberof AuthApi
|
|
585
585
|
*/
|
|
586
|
-
authControllerLogin(requestParameters: AuthApiAuthControllerLoginRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LoginResponseDto, any>>;
|
|
586
|
+
authControllerLogin(requestParameters: AuthApiAuthControllerLoginRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LoginResponseDto, any, {}>>;
|
|
587
587
|
/**
|
|
588
588
|
* Revoke the current refresh token, effectively logging out the user
|
|
589
589
|
* @summary Logout user
|
|
@@ -591,7 +591,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
591
591
|
* @throws {RequiredError}
|
|
592
592
|
* @memberof AuthApi
|
|
593
593
|
*/
|
|
594
|
-
authControllerLogout(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LogoutResponseDto, any>>;
|
|
594
|
+
authControllerLogout(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<LogoutResponseDto, any, {}>>;
|
|
595
595
|
/**
|
|
596
596
|
* Exchange a valid refresh token for a new access token and refresh token pair
|
|
597
597
|
* @summary Refresh access token
|
|
@@ -600,7 +600,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
600
600
|
* @throws {RequiredError}
|
|
601
601
|
* @memberof AuthApi
|
|
602
602
|
*/
|
|
603
|
-
authControllerRefreshTokens(requestParameters: AuthApiAuthControllerRefreshTokensRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RefreshTokenResponseDto, any>>;
|
|
603
|
+
authControllerRefreshTokens(requestParameters: AuthApiAuthControllerRefreshTokensRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RefreshTokenResponseDto, any, {}>>;
|
|
604
604
|
/**
|
|
605
605
|
*
|
|
606
606
|
* @param {AuthApiAuthControllerRegisterRequest} requestParameters Request parameters.
|
|
@@ -608,7 +608,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
608
608
|
* @throws {RequiredError}
|
|
609
609
|
* @memberof AuthApi
|
|
610
610
|
*/
|
|
611
|
-
authControllerRegister(requestParameters: AuthApiAuthControllerRegisterRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RegisterResponseDto, any>>;
|
|
611
|
+
authControllerRegister(requestParameters: AuthApiAuthControllerRegisterRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RegisterResponseDto, any, {}>>;
|
|
612
612
|
/**
|
|
613
613
|
*
|
|
614
614
|
* @summary Reset password using OTP
|
|
@@ -617,7 +617,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
617
617
|
* @throws {RequiredError}
|
|
618
618
|
* @memberof AuthApi
|
|
619
619
|
*/
|
|
620
|
-
authControllerResetPasswordWithOTP(requestParameters: AuthApiAuthControllerResetPasswordWithOTPRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
620
|
+
authControllerResetPasswordWithOTP(requestParameters: AuthApiAuthControllerResetPasswordWithOTPRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
621
621
|
/**
|
|
622
622
|
* Revoke a specific session by its ID
|
|
623
623
|
* @summary Revoke specific session
|
|
@@ -626,7 +626,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
626
626
|
* @throws {RequiredError}
|
|
627
627
|
* @memberof AuthApi
|
|
628
628
|
*/
|
|
629
|
-
authControllerRevokeSession(requestParameters: AuthApiAuthControllerRevokeSessionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RevokeSessionResponseDto, any>>;
|
|
629
|
+
authControllerRevokeSession(requestParameters: AuthApiAuthControllerRevokeSessionRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RevokeSessionResponseDto, any, {}>>;
|
|
630
630
|
/**
|
|
631
631
|
*
|
|
632
632
|
* @summary Update user profile
|
|
@@ -635,7 +635,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
635
635
|
* @throws {RequiredError}
|
|
636
636
|
* @memberof AuthApi
|
|
637
637
|
*/
|
|
638
|
-
authControllerUpdateProfile(requestParameters: AuthApiAuthControllerUpdateProfileRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<User, any>>;
|
|
638
|
+
authControllerUpdateProfile(requestParameters: AuthApiAuthControllerUpdateProfileRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<User, any, {}>>;
|
|
639
639
|
/**
|
|
640
640
|
*
|
|
641
641
|
* @summary Verify email with OTP code
|
|
@@ -644,5 +644,5 @@ export declare class AuthApi extends BaseAPI {
|
|
|
644
644
|
* @throws {RequiredError}
|
|
645
645
|
* @memberof AuthApi
|
|
646
646
|
*/
|
|
647
|
-
authControllerVerifyEmail(requestParameters: AuthApiAuthControllerVerifyEmailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
647
|
+
authControllerVerifyEmail(requestParameters: AuthApiAuthControllerVerifyEmailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
648
648
|
}
|
|
@@ -387,7 +387,7 @@ export declare class BookingApi extends BaseAPI {
|
|
|
387
387
|
* @throws {RequiredError}
|
|
388
388
|
* @memberof BookingApi
|
|
389
389
|
*/
|
|
390
|
-
bookingControllerCancelBooking(requestParameters: BookingApiBookingControllerCancelBookingRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Booking, any>>;
|
|
390
|
+
bookingControllerCancelBooking(requestParameters: BookingApiBookingControllerCancelBookingRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Booking, any, {}>>;
|
|
391
391
|
/**
|
|
392
392
|
*
|
|
393
393
|
* @summary Create a new booking directly at the hotel
|
|
@@ -396,7 +396,7 @@ export declare class BookingApi extends BaseAPI {
|
|
|
396
396
|
* @throws {RequiredError}
|
|
397
397
|
* @memberof BookingApi
|
|
398
398
|
*/
|
|
399
|
-
bookingControllerCreateBookingDirectly(requestParameters: BookingApiBookingControllerCreateBookingDirectlyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Booking, any>>;
|
|
399
|
+
bookingControllerCreateBookingDirectly(requestParameters: BookingApiBookingControllerCreateBookingDirectlyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Booking, any, {}>>;
|
|
400
400
|
/**
|
|
401
401
|
*
|
|
402
402
|
* @summary Create a new booking online
|
|
@@ -405,7 +405,7 @@ export declare class BookingApi extends BaseAPI {
|
|
|
405
405
|
* @throws {RequiredError}
|
|
406
406
|
* @memberof BookingApi
|
|
407
407
|
*/
|
|
408
|
-
bookingControllerCreateBookingOnline(requestParameters: BookingApiBookingControllerCreateBookingOnlineRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Booking, any>>;
|
|
408
|
+
bookingControllerCreateBookingOnline(requestParameters: BookingApiBookingControllerCreateBookingOnlineRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Booking, any, {}>>;
|
|
409
409
|
/**
|
|
410
410
|
*
|
|
411
411
|
* @summary Get booking details
|
|
@@ -414,7 +414,7 @@ export declare class BookingApi extends BaseAPI {
|
|
|
414
414
|
* @throws {RequiredError}
|
|
415
415
|
* @memberof BookingApi
|
|
416
416
|
*/
|
|
417
|
-
bookingControllerFindById(requestParameters: BookingApiBookingControllerFindByIdRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Booking, any>>;
|
|
417
|
+
bookingControllerFindById(requestParameters: BookingApiBookingControllerFindByIdRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Booking, any, {}>>;
|
|
418
418
|
/**
|
|
419
419
|
*
|
|
420
420
|
* @summary Get all bookings with pagination and filters
|
|
@@ -423,7 +423,7 @@ export declare class BookingApi extends BaseAPI {
|
|
|
423
423
|
* @throws {RequiredError}
|
|
424
424
|
* @memberof BookingApi
|
|
425
425
|
*/
|
|
426
|
-
bookingControllerGetBookings(requestParameters?: BookingApiBookingControllerGetBookingsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BookingsPaginationResultDto, any>>;
|
|
426
|
+
bookingControllerGetBookings(requestParameters?: BookingApiBookingControllerGetBookingsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BookingsPaginationResultDto, any, {}>>;
|
|
427
427
|
/**
|
|
428
428
|
*
|
|
429
429
|
* @summary Get all my bookings with pagination and filters
|
|
@@ -432,7 +432,7 @@ export declare class BookingApi extends BaseAPI {
|
|
|
432
432
|
* @throws {RequiredError}
|
|
433
433
|
* @memberof BookingApi
|
|
434
434
|
*/
|
|
435
|
-
bookingControllerGetMyBookings(requestParameters?: BookingApiBookingControllerGetMyBookingsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BookingsPaginationResultDto, any>>;
|
|
435
|
+
bookingControllerGetMyBookings(requestParameters?: BookingApiBookingControllerGetMyBookingsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BookingsPaginationResultDto, any, {}>>;
|
|
436
436
|
/**
|
|
437
437
|
*
|
|
438
438
|
* @summary Handle payment webhook from PayOS
|
|
@@ -440,7 +440,7 @@ export declare class BookingApi extends BaseAPI {
|
|
|
440
440
|
* @throws {RequiredError}
|
|
441
441
|
* @memberof BookingApi
|
|
442
442
|
*/
|
|
443
|
-
bookingControllerHandlePaymentWebhook(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
443
|
+
bookingControllerHandlePaymentWebhook(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
444
444
|
/**
|
|
445
445
|
*
|
|
446
446
|
* @summary Update booking status
|
|
@@ -449,5 +449,5 @@ export declare class BookingApi extends BaseAPI {
|
|
|
449
449
|
* @throws {RequiredError}
|
|
450
450
|
* @memberof BookingApi
|
|
451
451
|
*/
|
|
452
|
-
bookingControllerUpdateBookingStatus(requestParameters: BookingApiBookingControllerUpdateBookingStatusRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Booking, any>>;
|
|
452
|
+
bookingControllerUpdateBookingStatus(requestParameters: BookingApiBookingControllerUpdateBookingStatusRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Booking, any, {}>>;
|
|
453
453
|
}
|
|
@@ -440,7 +440,7 @@ export declare class BranchesApi extends BaseAPI {
|
|
|
440
440
|
* @throws {RequiredError}
|
|
441
441
|
* @memberof BranchesApi
|
|
442
442
|
*/
|
|
443
|
-
branchControllerCreate(requestParameters: BranchesApiBranchControllerCreateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Branch, any>>;
|
|
443
|
+
branchControllerCreate(requestParameters: BranchesApiBranchControllerCreateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Branch, any, {}>>;
|
|
444
444
|
/**
|
|
445
445
|
*
|
|
446
446
|
* @summary Get all soft-deleted branches
|
|
@@ -448,7 +448,7 @@ export declare class BranchesApi extends BaseAPI {
|
|
|
448
448
|
* @throws {RequiredError}
|
|
449
449
|
* @memberof BranchesApi
|
|
450
450
|
*/
|
|
451
|
-
branchControllerFindDeleted(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Branch[], any>>;
|
|
451
|
+
branchControllerFindDeleted(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Branch[], any, {}>>;
|
|
452
452
|
/**
|
|
453
453
|
*
|
|
454
454
|
* @summary Get all branches with pagination and filters
|
|
@@ -457,7 +457,7 @@ export declare class BranchesApi extends BaseAPI {
|
|
|
457
457
|
* @throws {RequiredError}
|
|
458
458
|
* @memberof BranchesApi
|
|
459
459
|
*/
|
|
460
|
-
branchControllerFindMany(requestParameters?: BranchesApiBranchControllerFindManyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BranchesPaginationResultDto, any>>;
|
|
460
|
+
branchControllerFindMany(requestParameters?: BranchesApiBranchControllerFindManyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BranchesPaginationResultDto, any, {}>>;
|
|
461
461
|
/**
|
|
462
462
|
*
|
|
463
463
|
* @summary Get branches with infinite scroll for client app
|
|
@@ -466,7 +466,7 @@ export declare class BranchesApi extends BaseAPI {
|
|
|
466
466
|
* @throws {RequiredError}
|
|
467
467
|
* @memberof BranchesApi
|
|
468
468
|
*/
|
|
469
|
-
branchControllerFindManyInfinite(requestParameters?: BranchesApiBranchControllerFindManyInfiniteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BranchesInfinitePaginationResultDto, any>>;
|
|
469
|
+
branchControllerFindManyInfinite(requestParameters?: BranchesApiBranchControllerFindManyInfiniteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BranchesInfinitePaginationResultDto, any, {}>>;
|
|
470
470
|
/**
|
|
471
471
|
*
|
|
472
472
|
* @summary Get branch by ID or slug
|
|
@@ -475,7 +475,7 @@ export declare class BranchesApi extends BaseAPI {
|
|
|
475
475
|
* @throws {RequiredError}
|
|
476
476
|
* @memberof BranchesApi
|
|
477
477
|
*/
|
|
478
|
-
branchControllerFindOne(requestParameters: BranchesApiBranchControllerFindOneRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BranchDetail, any>>;
|
|
478
|
+
branchControllerFindOne(requestParameters: BranchesApiBranchControllerFindOneRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BranchDetail, any, {}>>;
|
|
479
479
|
/**
|
|
480
480
|
*
|
|
481
481
|
* @summary Get latest branches
|
|
@@ -484,7 +484,7 @@ export declare class BranchesApi extends BaseAPI {
|
|
|
484
484
|
* @throws {RequiredError}
|
|
485
485
|
* @memberof BranchesApi
|
|
486
486
|
*/
|
|
487
|
-
branchControllerGetLatestBranches(requestParameters?: BranchesApiBranchControllerGetLatestBranchesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Branch[], any>>;
|
|
487
|
+
branchControllerGetLatestBranches(requestParameters?: BranchesApiBranchControllerGetLatestBranchesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Branch[], any, {}>>;
|
|
488
488
|
/**
|
|
489
489
|
*
|
|
490
490
|
* @summary Delete a branch
|
|
@@ -493,7 +493,7 @@ export declare class BranchesApi extends BaseAPI {
|
|
|
493
493
|
* @throws {RequiredError}
|
|
494
494
|
* @memberof BranchesApi
|
|
495
495
|
*/
|
|
496
|
-
branchControllerRemove(requestParameters: BranchesApiBranchControllerRemoveRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
496
|
+
branchControllerRemove(requestParameters: BranchesApiBranchControllerRemoveRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
497
497
|
/**
|
|
498
498
|
*
|
|
499
499
|
* @summary Restore a soft-deleted branch
|
|
@@ -502,7 +502,7 @@ export declare class BranchesApi extends BaseAPI {
|
|
|
502
502
|
* @throws {RequiredError}
|
|
503
503
|
* @memberof BranchesApi
|
|
504
504
|
*/
|
|
505
|
-
branchControllerRestore(requestParameters: BranchesApiBranchControllerRestoreRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
505
|
+
branchControllerRestore(requestParameters: BranchesApiBranchControllerRestoreRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
506
506
|
/**
|
|
507
507
|
*
|
|
508
508
|
* @summary Update a branch
|
|
@@ -511,5 +511,5 @@ export declare class BranchesApi extends BaseAPI {
|
|
|
511
511
|
* @throws {RequiredError}
|
|
512
512
|
* @memberof BranchesApi
|
|
513
513
|
*/
|
|
514
|
-
branchControllerUpdate(requestParameters: BranchesApiBranchControllerUpdateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Branch, any>>;
|
|
514
|
+
branchControllerUpdate(requestParameters: BranchesApiBranchControllerUpdateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Branch, any, {}>>;
|
|
515
515
|
}
|
|
@@ -84,5 +84,5 @@ export declare class EmailApi extends BaseAPI {
|
|
|
84
84
|
* @throws {RequiredError}
|
|
85
85
|
* @memberof EmailApi
|
|
86
86
|
*/
|
|
87
|
-
emailControllerSendVerificationEmail(requestParameters: EmailApiEmailControllerSendVerificationEmailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ResponseWithMessage, any>>;
|
|
87
|
+
emailControllerSendVerificationEmail(requestParameters: EmailApiEmailControllerSendVerificationEmailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ResponseWithMessage, any, {}>>;
|
|
88
88
|
}
|
|
@@ -125,7 +125,7 @@ export declare class ImagesApi extends BaseAPI {
|
|
|
125
125
|
* @throws {RequiredError}
|
|
126
126
|
* @memberof ImagesApi
|
|
127
127
|
*/
|
|
128
|
-
imagesControllerGetImageByPublicId(requestParameters: ImagesApiImagesControllerGetImageByPublicIdRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ImageUploadResponseDto, any>>;
|
|
128
|
+
imagesControllerGetImageByPublicId(requestParameters: ImagesApiImagesControllerGetImageByPublicIdRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ImageUploadResponseDto, any, {}>>;
|
|
129
129
|
/**
|
|
130
130
|
*
|
|
131
131
|
* @summary Upload amenity icon
|
|
@@ -133,7 +133,7 @@ export declare class ImagesApi extends BaseAPI {
|
|
|
133
133
|
* @throws {RequiredError}
|
|
134
134
|
* @memberof ImagesApi
|
|
135
135
|
*/
|
|
136
|
-
imagesControllerUploadIcon(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ImageUploadResponseDto, any>>;
|
|
136
|
+
imagesControllerUploadIcon(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ImageUploadResponseDto, any, {}>>;
|
|
137
137
|
/**
|
|
138
138
|
*
|
|
139
139
|
* @summary Upload multiple image
|
|
@@ -141,5 +141,5 @@ export declare class ImagesApi extends BaseAPI {
|
|
|
141
141
|
* @throws {RequiredError}
|
|
142
142
|
* @memberof ImagesApi
|
|
143
143
|
*/
|
|
144
|
-
imagesControllerUploadImages(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ImageUploadResponseDto[], any>>;
|
|
144
|
+
imagesControllerUploadImages(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ImageUploadResponseDto[], any, {}>>;
|
|
145
145
|
}
|