ch-admin-api-client-typescript 4.2.1 → 4.2.2
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
|
@@ -19221,7 +19221,7 @@ export declare const DoctorAffiliationsApiAxiosParamCreator: (configuration?: Co
|
|
|
19221
19221
|
apiV1DoctoraffiliationsIdGet: (id: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
19222
19222
|
/**
|
|
19223
19223
|
*
|
|
19224
|
-
* @summary Update
|
|
19224
|
+
* @summary Update doctor affiliation.
|
|
19225
19225
|
* @param {string} id
|
|
19226
19226
|
* @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
|
|
19227
19227
|
* @param {*} [options] Override http request option.
|
|
@@ -19328,7 +19328,7 @@ export declare const DoctorAffiliationsApiFp: (configuration?: Configuration | u
|
|
|
19328
19328
|
apiV1DoctoraffiliationsIdGet(id: string, languageCode?: string | undefined, options?: AxiosRequestConfig | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationModel>>;
|
|
19329
19329
|
/**
|
|
19330
19330
|
*
|
|
19331
|
-
* @summary Update
|
|
19331
|
+
* @summary Update doctor affiliation.
|
|
19332
19332
|
* @param {string} id
|
|
19333
19333
|
* @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
|
|
19334
19334
|
* @param {*} [options] Override http request option.
|
|
@@ -19435,7 +19435,7 @@ export declare const DoctorAffiliationsApiFactory: (configuration?: Configuratio
|
|
|
19435
19435
|
apiV1DoctoraffiliationsIdGet(id: string, languageCode?: string | undefined, options?: any): AxiosPromise<DoctorAffiliationModel>;
|
|
19436
19436
|
/**
|
|
19437
19437
|
*
|
|
19438
|
-
* @summary Update
|
|
19438
|
+
* @summary Update doctor affiliation.
|
|
19439
19439
|
* @param {string} id
|
|
19440
19440
|
* @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
|
|
19441
19441
|
* @param {*} [options] Override http request option.
|
|
@@ -19552,7 +19552,7 @@ export declare class DoctorAffiliationsApi extends BaseAPI {
|
|
|
19552
19552
|
apiV1DoctoraffiliationsIdGet(id: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationModel>>;
|
|
19553
19553
|
/**
|
|
19554
19554
|
*
|
|
19555
|
-
* @summary Update
|
|
19555
|
+
* @summary Update doctor affiliation.
|
|
19556
19556
|
* @param {string} id
|
|
19557
19557
|
* @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
|
|
19558
19558
|
* @param {*} [options] Override http request option.
|
package/lib/api.js
CHANGED
|
@@ -13081,7 +13081,7 @@ exports.DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
|
|
|
13081
13081
|
},
|
|
13082
13082
|
/**
|
|
13083
13083
|
*
|
|
13084
|
-
* @summary Update
|
|
13084
|
+
* @summary Update doctor affiliation.
|
|
13085
13085
|
* @param {string} id
|
|
13086
13086
|
* @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
|
|
13087
13087
|
* @param {*} [options] Override http request option.
|
|
@@ -13358,7 +13358,7 @@ exports.DoctorAffiliationsApiFp = function (configuration) {
|
|
|
13358
13358
|
},
|
|
13359
13359
|
/**
|
|
13360
13360
|
*
|
|
13361
|
-
* @summary Update
|
|
13361
|
+
* @summary Update doctor affiliation.
|
|
13362
13362
|
* @param {string} id
|
|
13363
13363
|
* @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
|
|
13364
13364
|
* @param {*} [options] Override http request option.
|
|
@@ -13508,7 +13508,7 @@ exports.DoctorAffiliationsApiFactory = function (configuration, basePath, axios)
|
|
|
13508
13508
|
},
|
|
13509
13509
|
/**
|
|
13510
13510
|
*
|
|
13511
|
-
* @summary Update
|
|
13511
|
+
* @summary Update doctor affiliation.
|
|
13512
13512
|
* @param {string} id
|
|
13513
13513
|
* @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
|
|
13514
13514
|
* @param {*} [options] Override http request option.
|
|
@@ -13658,7 +13658,7 @@ var DoctorAffiliationsApi = /** @class */ (function (_super) {
|
|
|
13658
13658
|
};
|
|
13659
13659
|
/**
|
|
13660
13660
|
*
|
|
13661
|
-
* @summary Update
|
|
13661
|
+
* @summary Update doctor affiliation.
|
|
13662
13662
|
* @param {string} id
|
|
13663
13663
|
* @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
|
|
13664
13664
|
* @param {*} [options] Override http request option.
|
package/package.json
CHANGED
package/src/api.ts
CHANGED
|
@@ -25275,7 +25275,7 @@ export const DoctorAffiliationsApiAxiosParamCreator = function (configuration?:
|
|
|
25275
25275
|
},
|
|
25276
25276
|
/**
|
|
25277
25277
|
*
|
|
25278
|
-
* @summary Update
|
|
25278
|
+
* @summary Update doctor affiliation.
|
|
25279
25279
|
* @param {string} id
|
|
25280
25280
|
* @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
|
|
25281
25281
|
* @param {*} [options] Override http request option.
|
|
@@ -25473,7 +25473,7 @@ export const DoctorAffiliationsApiFp = function(configuration?: Configuration) {
|
|
|
25473
25473
|
},
|
|
25474
25474
|
/**
|
|
25475
25475
|
*
|
|
25476
|
-
* @summary Update
|
|
25476
|
+
* @summary Update doctor affiliation.
|
|
25477
25477
|
* @param {string} id
|
|
25478
25478
|
* @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
|
|
25479
25479
|
* @param {*} [options] Override http request option.
|
|
@@ -25606,7 +25606,7 @@ export const DoctorAffiliationsApiFactory = function (configuration?: Configurat
|
|
|
25606
25606
|
},
|
|
25607
25607
|
/**
|
|
25608
25608
|
*
|
|
25609
|
-
* @summary Update
|
|
25609
|
+
* @summary Update doctor affiliation.
|
|
25610
25610
|
* @param {string} id
|
|
25611
25611
|
* @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
|
|
25612
25612
|
* @param {*} [options] Override http request option.
|
|
@@ -25753,7 +25753,7 @@ export class DoctorAffiliationsApi extends BaseAPI {
|
|
|
25753
25753
|
|
|
25754
25754
|
/**
|
|
25755
25755
|
*
|
|
25756
|
-
* @summary Update
|
|
25756
|
+
* @summary Update doctor affiliation.
|
|
25757
25757
|
* @param {string} id
|
|
25758
25758
|
* @param {UpdateDoctorAffiliationCommand} [updateDoctorAffiliationCommand]
|
|
25759
25759
|
* @param {*} [options] Override http request option.
|