@ahomevilla-hotel/node-sdk 1.0.5 → 1.0.6
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 +24 -24
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -2835,8 +2835,8 @@ export const BranchesApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
2835
2835
|
* @summary Get all branches with pagination and filters
|
|
2836
2836
|
* @param {number} [page]
|
|
2837
2837
|
* @param {number} [pageSize]
|
|
2838
|
-
* @param {string} [filters] JSON string
|
|
2839
|
-
* @param {string} [sort] JSON string
|
|
2838
|
+
* @param {string} [filters] JSON string of FilterBranchesDto
|
|
2839
|
+
* @param {string} [sort] JSON string of SortBranchDto[]
|
|
2840
2840
|
* @param {*} [options] Override http request option.
|
|
2841
2841
|
* @throws {RequiredError}
|
|
2842
2842
|
*/
|
|
@@ -2885,8 +2885,8 @@ export const BranchesApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
2885
2885
|
* @summary Get branches with infinite scroll for client app
|
|
2886
2886
|
* @param {number} [page]
|
|
2887
2887
|
* @param {number} [pageSize]
|
|
2888
|
-
* @param {string} [filters] JSON string
|
|
2889
|
-
* @param {string} [sort] JSON string
|
|
2888
|
+
* @param {string} [filters] JSON string of FilterBranchesDto
|
|
2889
|
+
* @param {string} [sort] JSON string of SortBranchDto[]
|
|
2890
2890
|
* @param {*} [options] Override http request option.
|
|
2891
2891
|
* @throws {RequiredError}
|
|
2892
2892
|
*/
|
|
@@ -3066,8 +3066,8 @@ export const BranchesApiFp = function(configuration?: Configuration) {
|
|
|
3066
3066
|
* @summary Get all branches with pagination and filters
|
|
3067
3067
|
* @param {number} [page]
|
|
3068
3068
|
* @param {number} [pageSize]
|
|
3069
|
-
* @param {string} [filters] JSON string
|
|
3070
|
-
* @param {string} [sort] JSON string
|
|
3069
|
+
* @param {string} [filters] JSON string of FilterBranchesDto
|
|
3070
|
+
* @param {string} [sort] JSON string of SortBranchDto[]
|
|
3071
3071
|
* @param {*} [options] Override http request option.
|
|
3072
3072
|
* @throws {RequiredError}
|
|
3073
3073
|
*/
|
|
@@ -3082,8 +3082,8 @@ export const BranchesApiFp = function(configuration?: Configuration) {
|
|
|
3082
3082
|
* @summary Get branches with infinite scroll for client app
|
|
3083
3083
|
* @param {number} [page]
|
|
3084
3084
|
* @param {number} [pageSize]
|
|
3085
|
-
* @param {string} [filters] JSON string
|
|
3086
|
-
* @param {string} [sort] JSON string
|
|
3085
|
+
* @param {string} [filters] JSON string of FilterBranchesDto
|
|
3086
|
+
* @param {string} [sort] JSON string of SortBranchDto[]
|
|
3087
3087
|
* @param {*} [options] Override http request option.
|
|
3088
3088
|
* @throws {RequiredError}
|
|
3089
3089
|
*/
|
|
@@ -3158,8 +3158,8 @@ export const BranchesApiFactory = function (configuration?: Configuration, baseP
|
|
|
3158
3158
|
* @summary Get all branches with pagination and filters
|
|
3159
3159
|
* @param {number} [page]
|
|
3160
3160
|
* @param {number} [pageSize]
|
|
3161
|
-
* @param {string} [filters] JSON string
|
|
3162
|
-
* @param {string} [sort] JSON string
|
|
3161
|
+
* @param {string} [filters] JSON string of FilterBranchesDto
|
|
3162
|
+
* @param {string} [sort] JSON string of SortBranchDto[]
|
|
3163
3163
|
* @param {*} [options] Override http request option.
|
|
3164
3164
|
* @throws {RequiredError}
|
|
3165
3165
|
*/
|
|
@@ -3171,8 +3171,8 @@ export const BranchesApiFactory = function (configuration?: Configuration, baseP
|
|
|
3171
3171
|
* @summary Get branches with infinite scroll for client app
|
|
3172
3172
|
* @param {number} [page]
|
|
3173
3173
|
* @param {number} [pageSize]
|
|
3174
|
-
* @param {string} [filters] JSON string
|
|
3175
|
-
* @param {string} [sort] JSON string
|
|
3174
|
+
* @param {string} [filters] JSON string of FilterBranchesDto
|
|
3175
|
+
* @param {string} [sort] JSON string of SortBranchDto[]
|
|
3176
3176
|
* @param {*} [options] Override http request option.
|
|
3177
3177
|
* @throws {RequiredError}
|
|
3178
3178
|
*/
|
|
@@ -3237,8 +3237,8 @@ export class BranchesApi extends BaseAPI {
|
|
|
3237
3237
|
* @summary Get all branches with pagination and filters
|
|
3238
3238
|
* @param {number} [page]
|
|
3239
3239
|
* @param {number} [pageSize]
|
|
3240
|
-
* @param {string} [filters] JSON string
|
|
3241
|
-
* @param {string} [sort] JSON string
|
|
3240
|
+
* @param {string} [filters] JSON string of FilterBranchesDto
|
|
3241
|
+
* @param {string} [sort] JSON string of SortBranchDto[]
|
|
3242
3242
|
* @param {*} [options] Override http request option.
|
|
3243
3243
|
* @throws {RequiredError}
|
|
3244
3244
|
* @memberof BranchesApi
|
|
@@ -3252,8 +3252,8 @@ export class BranchesApi extends BaseAPI {
|
|
|
3252
3252
|
* @summary Get branches with infinite scroll for client app
|
|
3253
3253
|
* @param {number} [page]
|
|
3254
3254
|
* @param {number} [pageSize]
|
|
3255
|
-
* @param {string} [filters] JSON string
|
|
3256
|
-
* @param {string} [sort] JSON string
|
|
3255
|
+
* @param {string} [filters] JSON string of FilterBranchesDto
|
|
3256
|
+
* @param {string} [sort] JSON string of SortBranchDto[]
|
|
3257
3257
|
* @param {*} [options] Override http request option.
|
|
3258
3258
|
* @throws {RequiredError}
|
|
3259
3259
|
* @memberof BranchesApi
|
|
@@ -3625,8 +3625,8 @@ export const ProvincesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
3625
3625
|
* @summary Get all provinces with pagination and filters
|
|
3626
3626
|
* @param {number} [page]
|
|
3627
3627
|
* @param {number} [pageSize]
|
|
3628
|
-
* @param {string} [filters] JSON string
|
|
3629
|
-
* @param {string} [sort] JSON string
|
|
3628
|
+
* @param {string} [filters] JSON string of FilterProvincesDto
|
|
3629
|
+
* @param {string} [sort] JSON string of SortProvinceDto[]
|
|
3630
3630
|
* @param {*} [options] Override http request option.
|
|
3631
3631
|
* @throws {RequiredError}
|
|
3632
3632
|
*/
|
|
@@ -3806,8 +3806,8 @@ export const ProvincesApiFp = function(configuration?: Configuration) {
|
|
|
3806
3806
|
* @summary Get all provinces with pagination and filters
|
|
3807
3807
|
* @param {number} [page]
|
|
3808
3808
|
* @param {number} [pageSize]
|
|
3809
|
-
* @param {string} [filters] JSON string
|
|
3810
|
-
* @param {string} [sort] JSON string
|
|
3809
|
+
* @param {string} [filters] JSON string of FilterProvincesDto
|
|
3810
|
+
* @param {string} [sort] JSON string of SortProvinceDto[]
|
|
3811
3811
|
* @param {*} [options] Override http request option.
|
|
3812
3812
|
* @throws {RequiredError}
|
|
3813
3813
|
*/
|
|
@@ -3882,8 +3882,8 @@ export const ProvincesApiFactory = function (configuration?: Configuration, base
|
|
|
3882
3882
|
* @summary Get all provinces with pagination and filters
|
|
3883
3883
|
* @param {number} [page]
|
|
3884
3884
|
* @param {number} [pageSize]
|
|
3885
|
-
* @param {string} [filters] JSON string
|
|
3886
|
-
* @param {string} [sort] JSON string
|
|
3885
|
+
* @param {string} [filters] JSON string of FilterProvincesDto
|
|
3886
|
+
* @param {string} [sort] JSON string of SortProvinceDto[]
|
|
3887
3887
|
* @param {*} [options] Override http request option.
|
|
3888
3888
|
* @throws {RequiredError}
|
|
3889
3889
|
*/
|
|
@@ -3948,8 +3948,8 @@ export class ProvincesApi extends BaseAPI {
|
|
|
3948
3948
|
* @summary Get all provinces with pagination and filters
|
|
3949
3949
|
* @param {number} [page]
|
|
3950
3950
|
* @param {number} [pageSize]
|
|
3951
|
-
* @param {string} [filters] JSON string
|
|
3952
|
-
* @param {string} [sort] JSON string
|
|
3951
|
+
* @param {string} [filters] JSON string of FilterProvincesDto
|
|
3952
|
+
* @param {string} [sort] JSON string of SortProvinceDto[]
|
|
3953
3953
|
* @param {*} [options] Override http request option.
|
|
3954
3954
|
* @throws {RequiredError}
|
|
3955
3955
|
* @memberof ProvincesApi
|