ch-admin-api-client-typescript 2.4.8 → 2.4.9
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/lib/api.d.ts +4 -4
- package/lib/api.js +4 -4
- package/package.json +1 -1
- package/src/api.ts +4 -4
package/lib/api.d.ts
CHANGED
|
@@ -13763,7 +13763,7 @@ export declare const CountriesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
13763
13763
|
apiV1CountriesCountryIdPut: (countryId: string, updateCountryCommand?: UpdateCountryCommand | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
13764
13764
|
/**
|
|
13765
13765
|
*
|
|
13766
|
-
* @summary
|
|
13766
|
+
* @summary Reactivate country.
|
|
13767
13767
|
* @param {string} countryId
|
|
13768
13768
|
* @param {*} [options] Override http request option.
|
|
13769
13769
|
* @throws {RequiredError}
|
|
@@ -13886,7 +13886,7 @@ export declare const CountriesApiFp: (configuration?: Configuration | undefined)
|
|
|
13886
13886
|
apiV1CountriesCountryIdPut(countryId: string, updateCountryCommand?: UpdateCountryCommand | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<CountryModel>>;
|
|
13887
13887
|
/**
|
|
13888
13888
|
*
|
|
13889
|
-
* @summary
|
|
13889
|
+
* @summary Reactivate country.
|
|
13890
13890
|
* @param {string} countryId
|
|
13891
13891
|
* @param {*} [options] Override http request option.
|
|
13892
13892
|
* @throws {RequiredError}
|
|
@@ -14009,7 +14009,7 @@ export declare const CountriesApiFactory: (configuration?: Configuration | undef
|
|
|
14009
14009
|
apiV1CountriesCountryIdPut(countryId: string, updateCountryCommand?: UpdateCountryCommand | undefined, options?: any): AxiosPromise<CountryModel>;
|
|
14010
14010
|
/**
|
|
14011
14011
|
*
|
|
14012
|
-
* @summary
|
|
14012
|
+
* @summary Reactivate country.
|
|
14013
14013
|
* @param {string} countryId
|
|
14014
14014
|
* @param {*} [options] Override http request option.
|
|
14015
14015
|
* @throws {RequiredError}
|
|
@@ -14142,7 +14142,7 @@ export declare class CountriesApi extends BaseAPI {
|
|
|
14142
14142
|
apiV1CountriesCountryIdPut(countryId: string, updateCountryCommand?: UpdateCountryCommand, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CountryModel>>;
|
|
14143
14143
|
/**
|
|
14144
14144
|
*
|
|
14145
|
-
* @summary
|
|
14145
|
+
* @summary Reactivate country.
|
|
14146
14146
|
* @param {string} countryId
|
|
14147
14147
|
* @param {*} [options] Override http request option.
|
|
14148
14148
|
* @throws {RequiredError}
|
package/lib/api.js
CHANGED
|
@@ -8009,7 +8009,7 @@ exports.CountriesApiAxiosParamCreator = function (configuration) {
|
|
|
8009
8009
|
},
|
|
8010
8010
|
/**
|
|
8011
8011
|
*
|
|
8012
|
-
* @summary
|
|
8012
|
+
* @summary Reactivate country.
|
|
8013
8013
|
* @param {string} countryId
|
|
8014
8014
|
* @param {*} [options] Override http request option.
|
|
8015
8015
|
* @throws {RequiredError}
|
|
@@ -8401,7 +8401,7 @@ exports.CountriesApiFp = function (configuration) {
|
|
|
8401
8401
|
},
|
|
8402
8402
|
/**
|
|
8403
8403
|
*
|
|
8404
|
-
* @summary
|
|
8404
|
+
* @summary Reactivate country.
|
|
8405
8405
|
* @param {string} countryId
|
|
8406
8406
|
* @param {*} [options] Override http request option.
|
|
8407
8407
|
* @throws {RequiredError}
|
|
@@ -8591,7 +8591,7 @@ exports.CountriesApiFactory = function (configuration, basePath, axios) {
|
|
|
8591
8591
|
},
|
|
8592
8592
|
/**
|
|
8593
8593
|
*
|
|
8594
|
-
* @summary
|
|
8594
|
+
* @summary Reactivate country.
|
|
8595
8595
|
* @param {string} countryId
|
|
8596
8596
|
* @param {*} [options] Override http request option.
|
|
8597
8597
|
* @throws {RequiredError}
|
|
@@ -8761,7 +8761,7 @@ var CountriesApi = /** @class */ (function (_super) {
|
|
|
8761
8761
|
};
|
|
8762
8762
|
/**
|
|
8763
8763
|
*
|
|
8764
|
-
* @summary
|
|
8764
|
+
* @summary Reactivate country.
|
|
8765
8765
|
* @param {string} countryId
|
|
8766
8766
|
* @param {*} [options] Override http request option.
|
|
8767
8767
|
* @throws {RequiredError}
|
package/package.json
CHANGED
package/src/api.ts
CHANGED
|
@@ -17432,7 +17432,7 @@ export const CountriesApiAxiosParamCreator = function (configuration?: Configura
|
|
|
17432
17432
|
},
|
|
17433
17433
|
/**
|
|
17434
17434
|
*
|
|
17435
|
-
* @summary
|
|
17435
|
+
* @summary Reactivate country.
|
|
17436
17436
|
* @param {string} countryId
|
|
17437
17437
|
* @param {*} [options] Override http request option.
|
|
17438
17438
|
* @throws {RequiredError}
|
|
@@ -17744,7 +17744,7 @@ export const CountriesApiFp = function(configuration?: Configuration) {
|
|
|
17744
17744
|
},
|
|
17745
17745
|
/**
|
|
17746
17746
|
*
|
|
17747
|
-
* @summary
|
|
17747
|
+
* @summary Reactivate country.
|
|
17748
17748
|
* @param {string} countryId
|
|
17749
17749
|
* @param {*} [options] Override http request option.
|
|
17750
17750
|
* @throws {RequiredError}
|
|
@@ -17899,7 +17899,7 @@ export const CountriesApiFactory = function (configuration?: Configuration, base
|
|
|
17899
17899
|
},
|
|
17900
17900
|
/**
|
|
17901
17901
|
*
|
|
17902
|
-
* @summary
|
|
17902
|
+
* @summary Reactivate country.
|
|
17903
17903
|
* @param {string} countryId
|
|
17904
17904
|
* @param {*} [options] Override http request option.
|
|
17905
17905
|
* @throws {RequiredError}
|
|
@@ -18066,7 +18066,7 @@ export class CountriesApi extends BaseAPI {
|
|
|
18066
18066
|
|
|
18067
18067
|
/**
|
|
18068
18068
|
*
|
|
18069
|
-
* @summary
|
|
18069
|
+
* @summary Reactivate country.
|
|
18070
18070
|
* @param {string} countryId
|
|
18071
18071
|
* @param {*} [options] Override http request option.
|
|
18072
18072
|
* @throws {RequiredError}
|