ch-api-client-typescript2 4.2.9 → 4.3.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 +180 -4
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +21 -7
- package/package.json +1 -1
- package/src/api.ts +191 -7
package/lib/api.js
CHANGED
|
@@ -7209,6 +7209,8 @@ var DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
|
|
|
7209
7209
|
* @param {string} [doctorName]
|
|
7210
7210
|
* @param {string} [doctorSlug]
|
|
7211
7211
|
* @param {string} [specialtyId]
|
|
7212
|
+
* @param {MarketingType} [marketingType]
|
|
7213
|
+
* @param {string} [countryId]
|
|
7212
7214
|
* @param {string} [exceptDoctorId]
|
|
7213
7215
|
* @param {boolean} [consultationEnabled]
|
|
7214
7216
|
* @param {string} [languageCode]
|
|
@@ -7218,7 +7220,7 @@ var DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
|
|
|
7218
7220
|
* @param {*} [options] Override http request option.
|
|
7219
7221
|
* @throws {RequiredError}
|
|
7220
7222
|
*/
|
|
7221
|
-
apiV2DoctoraffiliationsGet: function (hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, exceptDoctorId, consultationEnabled, languageCode, page, limit, lastRetrieved, options) {
|
|
7223
|
+
apiV2DoctoraffiliationsGet: function (hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, consultationEnabled, languageCode, page, limit, lastRetrieved, options) {
|
|
7222
7224
|
if (options === void 0) { options = {}; }
|
|
7223
7225
|
return __awaiter(_this, void 0, void 0, function () {
|
|
7224
7226
|
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
@@ -7249,6 +7251,12 @@ var DoctorAffiliationsApiAxiosParamCreator = function (configuration) {
|
|
|
7249
7251
|
if (specialtyId !== undefined) {
|
|
7250
7252
|
localVarQueryParameter['SpecialtyId'] = specialtyId;
|
|
7251
7253
|
}
|
|
7254
|
+
if (marketingType !== undefined) {
|
|
7255
|
+
localVarQueryParameter['MarketingType'] = marketingType;
|
|
7256
|
+
}
|
|
7257
|
+
if (countryId !== undefined) {
|
|
7258
|
+
localVarQueryParameter['CountryId'] = countryId;
|
|
7259
|
+
}
|
|
7252
7260
|
if (exceptDoctorId !== undefined) {
|
|
7253
7261
|
localVarQueryParameter['ExceptDoctorId'] = exceptDoctorId;
|
|
7254
7262
|
}
|
|
@@ -7417,6 +7425,8 @@ var DoctorAffiliationsApiFp = function (configuration) {
|
|
|
7417
7425
|
* @param {string} [doctorName]
|
|
7418
7426
|
* @param {string} [doctorSlug]
|
|
7419
7427
|
* @param {string} [specialtyId]
|
|
7428
|
+
* @param {MarketingType} [marketingType]
|
|
7429
|
+
* @param {string} [countryId]
|
|
7420
7430
|
* @param {string} [exceptDoctorId]
|
|
7421
7431
|
* @param {boolean} [consultationEnabled]
|
|
7422
7432
|
* @param {string} [languageCode]
|
|
@@ -7426,12 +7436,12 @@ var DoctorAffiliationsApiFp = function (configuration) {
|
|
|
7426
7436
|
* @param {*} [options] Override http request option.
|
|
7427
7437
|
* @throws {RequiredError}
|
|
7428
7438
|
*/
|
|
7429
|
-
apiV2DoctoraffiliationsGet: function (hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, exceptDoctorId, consultationEnabled, languageCode, page, limit, lastRetrieved, options) {
|
|
7439
|
+
apiV2DoctoraffiliationsGet: function (hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, consultationEnabled, languageCode, page, limit, lastRetrieved, options) {
|
|
7430
7440
|
return __awaiter(this, void 0, void 0, function () {
|
|
7431
7441
|
var localVarAxiosArgs;
|
|
7432
7442
|
return __generator(this, function (_a) {
|
|
7433
7443
|
switch (_a.label) {
|
|
7434
|
-
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, exceptDoctorId, consultationEnabled, languageCode, page, limit, lastRetrieved, options)];
|
|
7444
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV2DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, consultationEnabled, languageCode, page, limit, lastRetrieved, options)];
|
|
7435
7445
|
case 1:
|
|
7436
7446
|
localVarAxiosArgs = _a.sent();
|
|
7437
7447
|
return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
|
|
@@ -7525,6 +7535,8 @@ var DoctorAffiliationsApiFactory = function (configuration, basePath, axios) {
|
|
|
7525
7535
|
* @param {string} [doctorName]
|
|
7526
7536
|
* @param {string} [doctorSlug]
|
|
7527
7537
|
* @param {string} [specialtyId]
|
|
7538
|
+
* @param {MarketingType} [marketingType]
|
|
7539
|
+
* @param {string} [countryId]
|
|
7528
7540
|
* @param {string} [exceptDoctorId]
|
|
7529
7541
|
* @param {boolean} [consultationEnabled]
|
|
7530
7542
|
* @param {string} [languageCode]
|
|
@@ -7534,8 +7546,8 @@ var DoctorAffiliationsApiFactory = function (configuration, basePath, axios) {
|
|
|
7534
7546
|
* @param {*} [options] Override http request option.
|
|
7535
7547
|
* @throws {RequiredError}
|
|
7536
7548
|
*/
|
|
7537
|
-
apiV2DoctoraffiliationsGet: function (hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, exceptDoctorId, consultationEnabled, languageCode, page, limit, lastRetrieved, options) {
|
|
7538
|
-
return localVarFp.apiV2DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, exceptDoctorId, consultationEnabled, languageCode, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
7549
|
+
apiV2DoctoraffiliationsGet: function (hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, consultationEnabled, languageCode, page, limit, lastRetrieved, options) {
|
|
7550
|
+
return localVarFp.apiV2DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, consultationEnabled, languageCode, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
|
|
7539
7551
|
},
|
|
7540
7552
|
/**
|
|
7541
7553
|
*
|
|
@@ -7611,6 +7623,8 @@ var DoctorAffiliationsApi = /** @class */ (function (_super) {
|
|
|
7611
7623
|
* @param {string} [doctorName]
|
|
7612
7624
|
* @param {string} [doctorSlug]
|
|
7613
7625
|
* @param {string} [specialtyId]
|
|
7626
|
+
* @param {MarketingType} [marketingType]
|
|
7627
|
+
* @param {string} [countryId]
|
|
7614
7628
|
* @param {string} [exceptDoctorId]
|
|
7615
7629
|
* @param {boolean} [consultationEnabled]
|
|
7616
7630
|
* @param {string} [languageCode]
|
|
@@ -7621,9 +7635,9 @@ var DoctorAffiliationsApi = /** @class */ (function (_super) {
|
|
|
7621
7635
|
* @throws {RequiredError}
|
|
7622
7636
|
* @memberof DoctorAffiliationsApi
|
|
7623
7637
|
*/
|
|
7624
|
-
DoctorAffiliationsApi.prototype.apiV2DoctoraffiliationsGet = function (hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, exceptDoctorId, consultationEnabled, languageCode, page, limit, lastRetrieved, options) {
|
|
7638
|
+
DoctorAffiliationsApi.prototype.apiV2DoctoraffiliationsGet = function (hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, consultationEnabled, languageCode, page, limit, lastRetrieved, options) {
|
|
7625
7639
|
var _this = this;
|
|
7626
|
-
return (0, exports.DoctorAffiliationsApiFp)(this.configuration).apiV2DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, exceptDoctorId, consultationEnabled, languageCode, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
7640
|
+
return (0, exports.DoctorAffiliationsApiFp)(this.configuration).apiV2DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, consultationEnabled, languageCode, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
7627
7641
|
};
|
|
7628
7642
|
/**
|
|
7629
7643
|
*
|
package/package.json
CHANGED
package/src/api.ts
CHANGED
|
@@ -656,6 +656,30 @@ export interface ArticleItemModel {
|
|
|
656
656
|
* @memberof ArticleItemModel
|
|
657
657
|
*/
|
|
658
658
|
'youtubeUrl'?: string | null;
|
|
659
|
+
/**
|
|
660
|
+
*
|
|
661
|
+
* @type {string}
|
|
662
|
+
* @memberof ArticleItemModel
|
|
663
|
+
*/
|
|
664
|
+
'photo'?: string | null;
|
|
665
|
+
/**
|
|
666
|
+
*
|
|
667
|
+
* @type {string}
|
|
668
|
+
* @memberof ArticleItemModel
|
|
669
|
+
*/
|
|
670
|
+
'photoThumbnail'?: string | null;
|
|
671
|
+
/**
|
|
672
|
+
*
|
|
673
|
+
* @type {string}
|
|
674
|
+
* @memberof ArticleItemModel
|
|
675
|
+
*/
|
|
676
|
+
'background'?: string | null;
|
|
677
|
+
/**
|
|
678
|
+
*
|
|
679
|
+
* @type {string}
|
|
680
|
+
* @memberof ArticleItemModel
|
|
681
|
+
*/
|
|
682
|
+
'backgroundThumbnail'?: string | null;
|
|
659
683
|
/**
|
|
660
684
|
*
|
|
661
685
|
* @type {Array<ArticleTagItemModel>}
|
|
@@ -759,6 +783,30 @@ export interface ArticleModel {
|
|
|
759
783
|
* @memberof ArticleModel
|
|
760
784
|
*/
|
|
761
785
|
'youtubeUrl'?: string | null;
|
|
786
|
+
/**
|
|
787
|
+
*
|
|
788
|
+
* @type {string}
|
|
789
|
+
* @memberof ArticleModel
|
|
790
|
+
*/
|
|
791
|
+
'photo'?: string | null;
|
|
792
|
+
/**
|
|
793
|
+
*
|
|
794
|
+
* @type {string}
|
|
795
|
+
* @memberof ArticleModel
|
|
796
|
+
*/
|
|
797
|
+
'photoThumbnail'?: string | null;
|
|
798
|
+
/**
|
|
799
|
+
*
|
|
800
|
+
* @type {string}
|
|
801
|
+
* @memberof ArticleModel
|
|
802
|
+
*/
|
|
803
|
+
'background'?: string | null;
|
|
804
|
+
/**
|
|
805
|
+
*
|
|
806
|
+
* @type {string}
|
|
807
|
+
* @memberof ArticleModel
|
|
808
|
+
*/
|
|
809
|
+
'backgroundThumbnail'?: string | null;
|
|
762
810
|
/**
|
|
763
811
|
*
|
|
764
812
|
* @type {Array<ArticleTagItemModel>}
|
|
@@ -3926,6 +3974,18 @@ export interface DoctorAffiliationItemModel {
|
|
|
3926
3974
|
* @memberof DoctorAffiliationItemModel
|
|
3927
3975
|
*/
|
|
3928
3976
|
'hospitalSlug'?: string | null;
|
|
3977
|
+
/**
|
|
3978
|
+
*
|
|
3979
|
+
* @type {string}
|
|
3980
|
+
* @memberof DoctorAffiliationItemModel
|
|
3981
|
+
*/
|
|
3982
|
+
'countryId'?: string;
|
|
3983
|
+
/**
|
|
3984
|
+
*
|
|
3985
|
+
* @type {MarketingType}
|
|
3986
|
+
* @memberof DoctorAffiliationItemModel
|
|
3987
|
+
*/
|
|
3988
|
+
'marketingType'?: MarketingType;
|
|
3929
3989
|
/**
|
|
3930
3990
|
*
|
|
3931
3991
|
* @type {string}
|
|
@@ -4023,6 +4083,18 @@ export interface DoctorAffiliationModel {
|
|
|
4023
4083
|
* @memberof DoctorAffiliationModel
|
|
4024
4084
|
*/
|
|
4025
4085
|
'hospitalSlug'?: string | null;
|
|
4086
|
+
/**
|
|
4087
|
+
*
|
|
4088
|
+
* @type {string}
|
|
4089
|
+
* @memberof DoctorAffiliationModel
|
|
4090
|
+
*/
|
|
4091
|
+
'countryId'?: string;
|
|
4092
|
+
/**
|
|
4093
|
+
*
|
|
4094
|
+
* @type {MarketingType}
|
|
4095
|
+
* @memberof DoctorAffiliationModel
|
|
4096
|
+
*/
|
|
4097
|
+
'marketingType'?: MarketingType;
|
|
4026
4098
|
/**
|
|
4027
4099
|
*
|
|
4028
4100
|
* @type {string}
|
|
@@ -8746,6 +8818,30 @@ export interface SpecialtyItemModel {
|
|
|
8746
8818
|
* @memberof SpecialtyItemModel
|
|
8747
8819
|
*/
|
|
8748
8820
|
'confirmed'?: boolean;
|
|
8821
|
+
/**
|
|
8822
|
+
*
|
|
8823
|
+
* @type {string}
|
|
8824
|
+
* @memberof SpecialtyItemModel
|
|
8825
|
+
*/
|
|
8826
|
+
'photo'?: string | null;
|
|
8827
|
+
/**
|
|
8828
|
+
*
|
|
8829
|
+
* @type {string}
|
|
8830
|
+
* @memberof SpecialtyItemModel
|
|
8831
|
+
*/
|
|
8832
|
+
'photoThumbnail'?: string | null;
|
|
8833
|
+
/**
|
|
8834
|
+
*
|
|
8835
|
+
* @type {string}
|
|
8836
|
+
* @memberof SpecialtyItemModel
|
|
8837
|
+
*/
|
|
8838
|
+
'background'?: string | null;
|
|
8839
|
+
/**
|
|
8840
|
+
*
|
|
8841
|
+
* @type {string}
|
|
8842
|
+
* @memberof SpecialtyItemModel
|
|
8843
|
+
*/
|
|
8844
|
+
'backgroundThumbnail'?: string | null;
|
|
8749
8845
|
/**
|
|
8750
8846
|
*
|
|
8751
8847
|
* @type {string}
|
|
@@ -8856,6 +8952,30 @@ export interface SpecialtyModel {
|
|
|
8856
8952
|
* @memberof SpecialtyModel
|
|
8857
8953
|
*/
|
|
8858
8954
|
'confirmed'?: boolean;
|
|
8955
|
+
/**
|
|
8956
|
+
*
|
|
8957
|
+
* @type {string}
|
|
8958
|
+
* @memberof SpecialtyModel
|
|
8959
|
+
*/
|
|
8960
|
+
'photo'?: string | null;
|
|
8961
|
+
/**
|
|
8962
|
+
*
|
|
8963
|
+
* @type {string}
|
|
8964
|
+
* @memberof SpecialtyModel
|
|
8965
|
+
*/
|
|
8966
|
+
'photoThumbnail'?: string | null;
|
|
8967
|
+
/**
|
|
8968
|
+
*
|
|
8969
|
+
* @type {string}
|
|
8970
|
+
* @memberof SpecialtyModel
|
|
8971
|
+
*/
|
|
8972
|
+
'background'?: string | null;
|
|
8973
|
+
/**
|
|
8974
|
+
*
|
|
8975
|
+
* @type {string}
|
|
8976
|
+
* @memberof SpecialtyModel
|
|
8977
|
+
*/
|
|
8978
|
+
'backgroundThumbnail'?: string | null;
|
|
8859
8979
|
/**
|
|
8860
8980
|
*
|
|
8861
8981
|
* @type {string}
|
|
@@ -8947,6 +9067,30 @@ export interface SpecialtyTypeItemModel {
|
|
|
8947
9067
|
* @memberof SpecialtyTypeItemModel
|
|
8948
9068
|
*/
|
|
8949
9069
|
'confirmed'?: boolean;
|
|
9070
|
+
/**
|
|
9071
|
+
*
|
|
9072
|
+
* @type {string}
|
|
9073
|
+
* @memberof SpecialtyTypeItemModel
|
|
9074
|
+
*/
|
|
9075
|
+
'photo'?: string | null;
|
|
9076
|
+
/**
|
|
9077
|
+
*
|
|
9078
|
+
* @type {string}
|
|
9079
|
+
* @memberof SpecialtyTypeItemModel
|
|
9080
|
+
*/
|
|
9081
|
+
'photoThumbnail'?: string | null;
|
|
9082
|
+
/**
|
|
9083
|
+
*
|
|
9084
|
+
* @type {string}
|
|
9085
|
+
* @memberof SpecialtyTypeItemModel
|
|
9086
|
+
*/
|
|
9087
|
+
'background'?: string | null;
|
|
9088
|
+
/**
|
|
9089
|
+
*
|
|
9090
|
+
* @type {string}
|
|
9091
|
+
* @memberof SpecialtyTypeItemModel
|
|
9092
|
+
*/
|
|
9093
|
+
'backgroundThumbnail'?: string | null;
|
|
8950
9094
|
/**
|
|
8951
9095
|
*
|
|
8952
9096
|
* @type {string}
|
|
@@ -9014,6 +9158,30 @@ export interface SpecialtyTypeModel {
|
|
|
9014
9158
|
* @memberof SpecialtyTypeModel
|
|
9015
9159
|
*/
|
|
9016
9160
|
'confirmed'?: boolean;
|
|
9161
|
+
/**
|
|
9162
|
+
*
|
|
9163
|
+
* @type {string}
|
|
9164
|
+
* @memberof SpecialtyTypeModel
|
|
9165
|
+
*/
|
|
9166
|
+
'photo'?: string | null;
|
|
9167
|
+
/**
|
|
9168
|
+
*
|
|
9169
|
+
* @type {string}
|
|
9170
|
+
* @memberof SpecialtyTypeModel
|
|
9171
|
+
*/
|
|
9172
|
+
'photoThumbnail'?: string | null;
|
|
9173
|
+
/**
|
|
9174
|
+
*
|
|
9175
|
+
* @type {string}
|
|
9176
|
+
* @memberof SpecialtyTypeModel
|
|
9177
|
+
*/
|
|
9178
|
+
'background'?: string | null;
|
|
9179
|
+
/**
|
|
9180
|
+
*
|
|
9181
|
+
* @type {string}
|
|
9182
|
+
* @memberof SpecialtyTypeModel
|
|
9183
|
+
*/
|
|
9184
|
+
'backgroundThumbnail'?: string | null;
|
|
9017
9185
|
/**
|
|
9018
9186
|
*
|
|
9019
9187
|
* @type {string}
|
|
@@ -16461,6 +16629,8 @@ export const DoctorAffiliationsApiAxiosParamCreator = function (configuration?:
|
|
|
16461
16629
|
* @param {string} [doctorName]
|
|
16462
16630
|
* @param {string} [doctorSlug]
|
|
16463
16631
|
* @param {string} [specialtyId]
|
|
16632
|
+
* @param {MarketingType} [marketingType]
|
|
16633
|
+
* @param {string} [countryId]
|
|
16464
16634
|
* @param {string} [exceptDoctorId]
|
|
16465
16635
|
* @param {boolean} [consultationEnabled]
|
|
16466
16636
|
* @param {string} [languageCode]
|
|
@@ -16470,7 +16640,7 @@ export const DoctorAffiliationsApiAxiosParamCreator = function (configuration?:
|
|
|
16470
16640
|
* @param {*} [options] Override http request option.
|
|
16471
16641
|
* @throws {RequiredError}
|
|
16472
16642
|
*/
|
|
16473
|
-
apiV2DoctoraffiliationsGet: async (hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, specialtyId?: string, exceptDoctorId?: string, consultationEnabled?: boolean, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
16643
|
+
apiV2DoctoraffiliationsGet: async (hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, specialtyId?: string, marketingType?: MarketingType, countryId?: string, exceptDoctorId?: string, consultationEnabled?: boolean, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
16474
16644
|
const localVarPath = `/api/v2/doctoraffiliations`;
|
|
16475
16645
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
16476
16646
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -16507,6 +16677,14 @@ export const DoctorAffiliationsApiAxiosParamCreator = function (configuration?:
|
|
|
16507
16677
|
localVarQueryParameter['SpecialtyId'] = specialtyId;
|
|
16508
16678
|
}
|
|
16509
16679
|
|
|
16680
|
+
if (marketingType !== undefined) {
|
|
16681
|
+
localVarQueryParameter['MarketingType'] = marketingType;
|
|
16682
|
+
}
|
|
16683
|
+
|
|
16684
|
+
if (countryId !== undefined) {
|
|
16685
|
+
localVarQueryParameter['CountryId'] = countryId;
|
|
16686
|
+
}
|
|
16687
|
+
|
|
16510
16688
|
if (exceptDoctorId !== undefined) {
|
|
16511
16689
|
localVarQueryParameter['ExceptDoctorId'] = exceptDoctorId;
|
|
16512
16690
|
}
|
|
@@ -16668,6 +16846,8 @@ export const DoctorAffiliationsApiFp = function(configuration?: Configuration) {
|
|
|
16668
16846
|
* @param {string} [doctorName]
|
|
16669
16847
|
* @param {string} [doctorSlug]
|
|
16670
16848
|
* @param {string} [specialtyId]
|
|
16849
|
+
* @param {MarketingType} [marketingType]
|
|
16850
|
+
* @param {string} [countryId]
|
|
16671
16851
|
* @param {string} [exceptDoctorId]
|
|
16672
16852
|
* @param {boolean} [consultationEnabled]
|
|
16673
16853
|
* @param {string} [languageCode]
|
|
@@ -16677,8 +16857,8 @@ export const DoctorAffiliationsApiFp = function(configuration?: Configuration) {
|
|
|
16677
16857
|
* @param {*} [options] Override http request option.
|
|
16678
16858
|
* @throws {RequiredError}
|
|
16679
16859
|
*/
|
|
16680
|
-
async apiV2DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, specialtyId?: string, exceptDoctorId?: string, consultationEnabled?: boolean, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorAffiliationsModel>> {
|
|
16681
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, exceptDoctorId, consultationEnabled, languageCode, page, limit, lastRetrieved, options);
|
|
16860
|
+
async apiV2DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, specialtyId?: string, marketingType?: MarketingType, countryId?: string, exceptDoctorId?: string, consultationEnabled?: boolean, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorAffiliationsModel>> {
|
|
16861
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, consultationEnabled, languageCode, page, limit, lastRetrieved, options);
|
|
16682
16862
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
16683
16863
|
},
|
|
16684
16864
|
/**
|
|
@@ -16749,6 +16929,8 @@ export const DoctorAffiliationsApiFactory = function (configuration?: Configurat
|
|
|
16749
16929
|
* @param {string} [doctorName]
|
|
16750
16930
|
* @param {string} [doctorSlug]
|
|
16751
16931
|
* @param {string} [specialtyId]
|
|
16932
|
+
* @param {MarketingType} [marketingType]
|
|
16933
|
+
* @param {string} [countryId]
|
|
16752
16934
|
* @param {string} [exceptDoctorId]
|
|
16753
16935
|
* @param {boolean} [consultationEnabled]
|
|
16754
16936
|
* @param {string} [languageCode]
|
|
@@ -16758,8 +16940,8 @@ export const DoctorAffiliationsApiFactory = function (configuration?: Configurat
|
|
|
16758
16940
|
* @param {*} [options] Override http request option.
|
|
16759
16941
|
* @throws {RequiredError}
|
|
16760
16942
|
*/
|
|
16761
|
-
apiV2DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, specialtyId?: string, exceptDoctorId?: string, consultationEnabled?: boolean, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorAffiliationsModel> {
|
|
16762
|
-
return localVarFp.apiV2DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, exceptDoctorId, consultationEnabled, languageCode, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
16943
|
+
apiV2DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, specialtyId?: string, marketingType?: MarketingType, countryId?: string, exceptDoctorId?: string, consultationEnabled?: boolean, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorAffiliationsModel> {
|
|
16944
|
+
return localVarFp.apiV2DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, consultationEnabled, languageCode, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
|
|
16763
16945
|
},
|
|
16764
16946
|
/**
|
|
16765
16947
|
*
|
|
@@ -16831,6 +17013,8 @@ export class DoctorAffiliationsApi extends BaseAPI {
|
|
|
16831
17013
|
* @param {string} [doctorName]
|
|
16832
17014
|
* @param {string} [doctorSlug]
|
|
16833
17015
|
* @param {string} [specialtyId]
|
|
17016
|
+
* @param {MarketingType} [marketingType]
|
|
17017
|
+
* @param {string} [countryId]
|
|
16834
17018
|
* @param {string} [exceptDoctorId]
|
|
16835
17019
|
* @param {boolean} [consultationEnabled]
|
|
16836
17020
|
* @param {string} [languageCode]
|
|
@@ -16841,8 +17025,8 @@ export class DoctorAffiliationsApi extends BaseAPI {
|
|
|
16841
17025
|
* @throws {RequiredError}
|
|
16842
17026
|
* @memberof DoctorAffiliationsApi
|
|
16843
17027
|
*/
|
|
16844
|
-
public apiV2DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, specialtyId?: string, exceptDoctorId?: string, consultationEnabled?: boolean, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
|
|
16845
|
-
return DoctorAffiliationsApiFp(this.configuration).apiV2DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, exceptDoctorId, consultationEnabled, languageCode, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
17028
|
+
public apiV2DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, specialtyId?: string, marketingType?: MarketingType, countryId?: string, exceptDoctorId?: string, consultationEnabled?: boolean, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
|
|
17029
|
+
return DoctorAffiliationsApiFp(this.configuration).apiV2DoctoraffiliationsGet(hospitalId, hospitalName, doctorId, doctorName, doctorSlug, specialtyId, marketingType, countryId, exceptDoctorId, consultationEnabled, languageCode, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
|
|
16846
17030
|
}
|
|
16847
17031
|
|
|
16848
17032
|
/**
|