ch-admin-api-client-typescript 4.2.3 → 4.2.4

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.js CHANGED
@@ -34033,6 +34033,7 @@ exports.SpecialtiesApiAxiosParamCreator = function (configuration) {
34033
34033
  * @param {string} [name]
34034
34034
  * @param {string} [description]
34035
34035
  * @param {string} [specialtyTypeId]
34036
+ * @param {MarketingType} [marketingType]
34036
34037
  * @param {string} [hospitalId]
34037
34038
  * @param {Date} [created]
34038
34039
  * @param {string} [languageCode]
@@ -34045,7 +34046,7 @@ exports.SpecialtiesApiAxiosParamCreator = function (configuration) {
34045
34046
  * @param {*} [options] Override http request option.
34046
34047
  * @throws {RequiredError}
34047
34048
  */
34048
- apiV1SpecialtiesGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
34049
+ apiV1SpecialtiesGet: function (id, name, description, specialtyTypeId, marketingType, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
34049
34050
  if (options === void 0) { options = {}; }
34050
34051
  return __awaiter(_this, void 0, void 0, function () {
34051
34052
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -34079,6 +34080,9 @@ exports.SpecialtiesApiAxiosParamCreator = function (configuration) {
34079
34080
  if (specialtyTypeId !== undefined) {
34080
34081
  localVarQueryParameter['SpecialtyTypeId'] = specialtyTypeId;
34081
34082
  }
34083
+ if (marketingType !== undefined) {
34084
+ localVarQueryParameter['MarketingType'] = marketingType;
34085
+ }
34082
34086
  if (hospitalId !== undefined) {
34083
34087
  localVarQueryParameter['HospitalId'] = hospitalId;
34084
34088
  }
@@ -34170,6 +34174,7 @@ exports.SpecialtiesApiAxiosParamCreator = function (configuration) {
34170
34174
  * @param {string} [name]
34171
34175
  * @param {string} [description]
34172
34176
  * @param {string} [specialtyTypeId]
34177
+ * @param {MarketingType} [marketingType]
34173
34178
  * @param {string} [hospitalId]
34174
34179
  * @param {Date} [created]
34175
34180
  * @param {string} [languageCode]
@@ -34182,7 +34187,7 @@ exports.SpecialtiesApiAxiosParamCreator = function (configuration) {
34182
34187
  * @param {*} [options] Override http request option.
34183
34188
  * @throws {RequiredError}
34184
34189
  */
34185
- apiV1SpecialtiesSimpleGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
34190
+ apiV1SpecialtiesSimpleGet: function (id, name, description, specialtyTypeId, marketingType, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
34186
34191
  if (options === void 0) { options = {}; }
34187
34192
  return __awaiter(_this, void 0, void 0, function () {
34188
34193
  var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -34216,6 +34221,9 @@ exports.SpecialtiesApiAxiosParamCreator = function (configuration) {
34216
34221
  if (specialtyTypeId !== undefined) {
34217
34222
  localVarQueryParameter['SpecialtyTypeId'] = specialtyTypeId;
34218
34223
  }
34224
+ if (marketingType !== undefined) {
34225
+ localVarQueryParameter['MarketingType'] = marketingType;
34226
+ }
34219
34227
  if (hospitalId !== undefined) {
34220
34228
  localVarQueryParameter['HospitalId'] = hospitalId;
34221
34229
  }
@@ -34719,6 +34727,7 @@ exports.SpecialtiesApiFp = function (configuration) {
34719
34727
  * @param {string} [name]
34720
34728
  * @param {string} [description]
34721
34729
  * @param {string} [specialtyTypeId]
34730
+ * @param {MarketingType} [marketingType]
34722
34731
  * @param {string} [hospitalId]
34723
34732
  * @param {Date} [created]
34724
34733
  * @param {string} [languageCode]
@@ -34731,12 +34740,12 @@ exports.SpecialtiesApiFp = function (configuration) {
34731
34740
  * @param {*} [options] Override http request option.
34732
34741
  * @throws {RequiredError}
34733
34742
  */
34734
- apiV1SpecialtiesGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
34743
+ apiV1SpecialtiesGet: function (id, name, description, specialtyTypeId, marketingType, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
34735
34744
  return __awaiter(this, void 0, void 0, function () {
34736
34745
  var localVarAxiosArgs;
34737
34746
  return __generator(this, function (_a) {
34738
34747
  switch (_a.label) {
34739
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1SpecialtiesGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
34748
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1SpecialtiesGet(id, name, description, specialtyTypeId, marketingType, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
34740
34749
  case 1:
34741
34750
  localVarAxiosArgs = _a.sent();
34742
34751
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -34771,6 +34780,7 @@ exports.SpecialtiesApiFp = function (configuration) {
34771
34780
  * @param {string} [name]
34772
34781
  * @param {string} [description]
34773
34782
  * @param {string} [specialtyTypeId]
34783
+ * @param {MarketingType} [marketingType]
34774
34784
  * @param {string} [hospitalId]
34775
34785
  * @param {Date} [created]
34776
34786
  * @param {string} [languageCode]
@@ -34783,12 +34793,12 @@ exports.SpecialtiesApiFp = function (configuration) {
34783
34793
  * @param {*} [options] Override http request option.
34784
34794
  * @throws {RequiredError}
34785
34795
  */
34786
- apiV1SpecialtiesSimpleGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
34796
+ apiV1SpecialtiesSimpleGet: function (id, name, description, specialtyTypeId, marketingType, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
34787
34797
  return __awaiter(this, void 0, void 0, function () {
34788
34798
  var localVarAxiosArgs;
34789
34799
  return __generator(this, function (_a) {
34790
34800
  switch (_a.label) {
34791
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1SpecialtiesSimpleGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
34801
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.apiV1SpecialtiesSimpleGet(id, name, description, specialtyTypeId, marketingType, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options)];
34792
34802
  case 1:
34793
34803
  localVarAxiosArgs = _a.sent();
34794
34804
  return [2 /*return*/, common_1.createRequestFunction(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -35006,6 +35016,7 @@ exports.SpecialtiesApiFactory = function (configuration, basePath, axios) {
35006
35016
  * @param {string} [name]
35007
35017
  * @param {string} [description]
35008
35018
  * @param {string} [specialtyTypeId]
35019
+ * @param {MarketingType} [marketingType]
35009
35020
  * @param {string} [hospitalId]
35010
35021
  * @param {Date} [created]
35011
35022
  * @param {string} [languageCode]
@@ -35018,8 +35029,8 @@ exports.SpecialtiesApiFactory = function (configuration, basePath, axios) {
35018
35029
  * @param {*} [options] Override http request option.
35019
35030
  * @throws {RequiredError}
35020
35031
  */
35021
- apiV1SpecialtiesGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
35022
- return localVarFp.apiV1SpecialtiesGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
35032
+ apiV1SpecialtiesGet: function (id, name, description, specialtyTypeId, marketingType, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
35033
+ return localVarFp.apiV1SpecialtiesGet(id, name, description, specialtyTypeId, marketingType, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
35023
35034
  },
35024
35035
  /**
35025
35036
  *
@@ -35038,6 +35049,7 @@ exports.SpecialtiesApiFactory = function (configuration, basePath, axios) {
35038
35049
  * @param {string} [name]
35039
35050
  * @param {string} [description]
35040
35051
  * @param {string} [specialtyTypeId]
35052
+ * @param {MarketingType} [marketingType]
35041
35053
  * @param {string} [hospitalId]
35042
35054
  * @param {Date} [created]
35043
35055
  * @param {string} [languageCode]
@@ -35050,8 +35062,8 @@ exports.SpecialtiesApiFactory = function (configuration, basePath, axios) {
35050
35062
  * @param {*} [options] Override http request option.
35051
35063
  * @throws {RequiredError}
35052
35064
  */
35053
- apiV1SpecialtiesSimpleGet: function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
35054
- return localVarFp.apiV1SpecialtiesSimpleGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
35065
+ apiV1SpecialtiesSimpleGet: function (id, name, description, specialtyTypeId, marketingType, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
35066
+ return localVarFp.apiV1SpecialtiesSimpleGet(id, name, description, specialtyTypeId, marketingType, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(axios, basePath); });
35055
35067
  },
35056
35068
  /**
35057
35069
  *
@@ -35177,6 +35189,7 @@ var SpecialtiesApi = /** @class */ (function (_super) {
35177
35189
  * @param {string} [name]
35178
35190
  * @param {string} [description]
35179
35191
  * @param {string} [specialtyTypeId]
35192
+ * @param {MarketingType} [marketingType]
35180
35193
  * @param {string} [hospitalId]
35181
35194
  * @param {Date} [created]
35182
35195
  * @param {string} [languageCode]
@@ -35190,9 +35203,9 @@ var SpecialtiesApi = /** @class */ (function (_super) {
35190
35203
  * @throws {RequiredError}
35191
35204
  * @memberof SpecialtiesApi
35192
35205
  */
35193
- SpecialtiesApi.prototype.apiV1SpecialtiesGet = function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
35206
+ SpecialtiesApi.prototype.apiV1SpecialtiesGet = function (id, name, description, specialtyTypeId, marketingType, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
35194
35207
  var _this = this;
35195
- return exports.SpecialtiesApiFp(this.configuration).apiV1SpecialtiesGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
35208
+ return exports.SpecialtiesApiFp(this.configuration).apiV1SpecialtiesGet(id, name, description, specialtyTypeId, marketingType, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
35196
35209
  };
35197
35210
  /**
35198
35211
  *
@@ -35213,6 +35226,7 @@ var SpecialtiesApi = /** @class */ (function (_super) {
35213
35226
  * @param {string} [name]
35214
35227
  * @param {string} [description]
35215
35228
  * @param {string} [specialtyTypeId]
35229
+ * @param {MarketingType} [marketingType]
35216
35230
  * @param {string} [hospitalId]
35217
35231
  * @param {Date} [created]
35218
35232
  * @param {string} [languageCode]
@@ -35226,9 +35240,9 @@ var SpecialtiesApi = /** @class */ (function (_super) {
35226
35240
  * @throws {RequiredError}
35227
35241
  * @memberof SpecialtiesApi
35228
35242
  */
35229
- SpecialtiesApi.prototype.apiV1SpecialtiesSimpleGet = function (id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
35243
+ SpecialtiesApi.prototype.apiV1SpecialtiesSimpleGet = function (id, name, description, specialtyTypeId, marketingType, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options) {
35230
35244
  var _this = this;
35231
- return exports.SpecialtiesApiFp(this.configuration).apiV1SpecialtiesSimpleGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
35245
+ return exports.SpecialtiesApiFp(this.configuration).apiV1SpecialtiesSimpleGet(id, name, description, specialtyTypeId, marketingType, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then(function (request) { return request(_this.axios, _this.basePath); });
35232
35246
  };
35233
35247
  /**
35234
35248
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-admin-api-client-typescript",
3
- "version": "4.2.3",
3
+ "version": "4.2.4",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital admin",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/api.ts CHANGED
@@ -10936,6 +10936,12 @@ export interface SpecialtyItemModel {
10936
10936
  * @memberof SpecialtyItemModel
10937
10937
  */
10938
10938
  'specialtyTypeName'?: string | null;
10939
+ /**
10940
+ *
10941
+ * @type {MarketingType}
10942
+ * @memberof SpecialtyItemModel
10943
+ */
10944
+ 'marketingType'?: MarketingType;
10939
10945
  /**
10940
10946
  *
10941
10947
  * @type {Array<MediaModel>}
@@ -11040,6 +11046,12 @@ export interface SpecialtyModel {
11040
11046
  * @memberof SpecialtyModel
11041
11047
  */
11042
11048
  'specialtyTypeName'?: string | null;
11049
+ /**
11050
+ *
11051
+ * @type {MarketingType}
11052
+ * @memberof SpecialtyModel
11053
+ */
11054
+ 'marketingType'?: MarketingType;
11043
11055
  /**
11044
11056
  *
11045
11057
  * @type {Array<MediaModel>}
@@ -43832,6 +43844,7 @@ export const SpecialtiesApiAxiosParamCreator = function (configuration?: Configu
43832
43844
  * @param {string} [name]
43833
43845
  * @param {string} [description]
43834
43846
  * @param {string} [specialtyTypeId]
43847
+ * @param {MarketingType} [marketingType]
43835
43848
  * @param {string} [hospitalId]
43836
43849
  * @param {Date} [created]
43837
43850
  * @param {string} [languageCode]
@@ -43844,7 +43857,7 @@ export const SpecialtiesApiAxiosParamCreator = function (configuration?: Configu
43844
43857
  * @param {*} [options] Override http request option.
43845
43858
  * @throws {RequiredError}
43846
43859
  */
43847
- apiV1SpecialtiesGet: async (id?: string, name?: string, description?: string, specialtyTypeId?: string, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
43860
+ apiV1SpecialtiesGet: async (id?: string, name?: string, description?: string, specialtyTypeId?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
43848
43861
  const localVarPath = `/api/v1/specialties`;
43849
43862
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
43850
43863
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -43877,6 +43890,10 @@ export const SpecialtiesApiAxiosParamCreator = function (configuration?: Configu
43877
43890
  localVarQueryParameter['SpecialtyTypeId'] = specialtyTypeId;
43878
43891
  }
43879
43892
 
43893
+ if (marketingType !== undefined) {
43894
+ localVarQueryParameter['MarketingType'] = marketingType;
43895
+ }
43896
+
43880
43897
  if (hospitalId !== undefined) {
43881
43898
  localVarQueryParameter['HospitalId'] = hospitalId;
43882
43899
  }
@@ -43973,6 +43990,7 @@ export const SpecialtiesApiAxiosParamCreator = function (configuration?: Configu
43973
43990
  * @param {string} [name]
43974
43991
  * @param {string} [description]
43975
43992
  * @param {string} [specialtyTypeId]
43993
+ * @param {MarketingType} [marketingType]
43976
43994
  * @param {string} [hospitalId]
43977
43995
  * @param {Date} [created]
43978
43996
  * @param {string} [languageCode]
@@ -43985,7 +44003,7 @@ export const SpecialtiesApiAxiosParamCreator = function (configuration?: Configu
43985
44003
  * @param {*} [options] Override http request option.
43986
44004
  * @throws {RequiredError}
43987
44005
  */
43988
- apiV1SpecialtiesSimpleGet: async (id?: string, name?: string, description?: string, specialtyTypeId?: string, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
44006
+ apiV1SpecialtiesSimpleGet: async (id?: string, name?: string, description?: string, specialtyTypeId?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
43989
44007
  const localVarPath = `/api/v1/specialties/simple`;
43990
44008
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
43991
44009
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -44018,6 +44036,10 @@ export const SpecialtiesApiAxiosParamCreator = function (configuration?: Configu
44018
44036
  localVarQueryParameter['SpecialtyTypeId'] = specialtyTypeId;
44019
44037
  }
44020
44038
 
44039
+ if (marketingType !== undefined) {
44040
+ localVarQueryParameter['MarketingType'] = marketingType;
44041
+ }
44042
+
44021
44043
  if (hospitalId !== undefined) {
44022
44044
  localVarQueryParameter['HospitalId'] = hospitalId;
44023
44045
  }
@@ -44498,6 +44520,7 @@ export const SpecialtiesApiFp = function(configuration?: Configuration) {
44498
44520
  * @param {string} [name]
44499
44521
  * @param {string} [description]
44500
44522
  * @param {string} [specialtyTypeId]
44523
+ * @param {MarketingType} [marketingType]
44501
44524
  * @param {string} [hospitalId]
44502
44525
  * @param {Date} [created]
44503
44526
  * @param {string} [languageCode]
@@ -44510,8 +44533,8 @@ export const SpecialtiesApiFp = function(configuration?: Configuration) {
44510
44533
  * @param {*} [options] Override http request option.
44511
44534
  * @throws {RequiredError}
44512
44535
  */
44513
- async apiV1SpecialtiesGet(id?: string, name?: string, description?: string, specialtyTypeId?: string, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SpecialtiesModel>> {
44514
- const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SpecialtiesGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options);
44536
+ async apiV1SpecialtiesGet(id?: string, name?: string, description?: string, specialtyTypeId?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SpecialtiesModel>> {
44537
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SpecialtiesGet(id, name, description, specialtyTypeId, marketingType, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options);
44515
44538
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
44516
44539
  },
44517
44540
  /**
@@ -44532,6 +44555,7 @@ export const SpecialtiesApiFp = function(configuration?: Configuration) {
44532
44555
  * @param {string} [name]
44533
44556
  * @param {string} [description]
44534
44557
  * @param {string} [specialtyTypeId]
44558
+ * @param {MarketingType} [marketingType]
44535
44559
  * @param {string} [hospitalId]
44536
44560
  * @param {Date} [created]
44537
44561
  * @param {string} [languageCode]
@@ -44544,8 +44568,8 @@ export const SpecialtiesApiFp = function(configuration?: Configuration) {
44544
44568
  * @param {*} [options] Override http request option.
44545
44569
  * @throws {RequiredError}
44546
44570
  */
44547
- async apiV1SpecialtiesSimpleGet(id?: string, name?: string, description?: string, specialtyTypeId?: string, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SpecialtiesSimpleModel>> {
44548
- const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SpecialtiesSimpleGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options);
44571
+ async apiV1SpecialtiesSimpleGet(id?: string, name?: string, description?: string, specialtyTypeId?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SpecialtiesSimpleModel>> {
44572
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV1SpecialtiesSimpleGet(id, name, description, specialtyTypeId, marketingType, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options);
44549
44573
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
44550
44574
  },
44551
44575
  /**
@@ -44678,6 +44702,7 @@ export const SpecialtiesApiFactory = function (configuration?: Configuration, ba
44678
44702
  * @param {string} [name]
44679
44703
  * @param {string} [description]
44680
44704
  * @param {string} [specialtyTypeId]
44705
+ * @param {MarketingType} [marketingType]
44681
44706
  * @param {string} [hospitalId]
44682
44707
  * @param {Date} [created]
44683
44708
  * @param {string} [languageCode]
@@ -44690,8 +44715,8 @@ export const SpecialtiesApiFactory = function (configuration?: Configuration, ba
44690
44715
  * @param {*} [options] Override http request option.
44691
44716
  * @throws {RequiredError}
44692
44717
  */
44693
- apiV1SpecialtiesGet(id?: string, name?: string, description?: string, specialtyTypeId?: string, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<SpecialtiesModel> {
44694
- return localVarFp.apiV1SpecialtiesGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
44718
+ apiV1SpecialtiesGet(id?: string, name?: string, description?: string, specialtyTypeId?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<SpecialtiesModel> {
44719
+ return localVarFp.apiV1SpecialtiesGet(id, name, description, specialtyTypeId, marketingType, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
44695
44720
  },
44696
44721
  /**
44697
44722
  *
@@ -44710,6 +44735,7 @@ export const SpecialtiesApiFactory = function (configuration?: Configuration, ba
44710
44735
  * @param {string} [name]
44711
44736
  * @param {string} [description]
44712
44737
  * @param {string} [specialtyTypeId]
44738
+ * @param {MarketingType} [marketingType]
44713
44739
  * @param {string} [hospitalId]
44714
44740
  * @param {Date} [created]
44715
44741
  * @param {string} [languageCode]
@@ -44722,8 +44748,8 @@ export const SpecialtiesApiFactory = function (configuration?: Configuration, ba
44722
44748
  * @param {*} [options] Override http request option.
44723
44749
  * @throws {RequiredError}
44724
44750
  */
44725
- apiV1SpecialtiesSimpleGet(id?: string, name?: string, description?: string, specialtyTypeId?: string, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<SpecialtiesSimpleModel> {
44726
- return localVarFp.apiV1SpecialtiesSimpleGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
44751
+ apiV1SpecialtiesSimpleGet(id?: string, name?: string, description?: string, specialtyTypeId?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<SpecialtiesSimpleModel> {
44752
+ return localVarFp.apiV1SpecialtiesSimpleGet(id, name, description, specialtyTypeId, marketingType, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
44727
44753
  },
44728
44754
  /**
44729
44755
  *
@@ -44846,6 +44872,7 @@ export class SpecialtiesApi extends BaseAPI {
44846
44872
  * @param {string} [name]
44847
44873
  * @param {string} [description]
44848
44874
  * @param {string} [specialtyTypeId]
44875
+ * @param {MarketingType} [marketingType]
44849
44876
  * @param {string} [hospitalId]
44850
44877
  * @param {Date} [created]
44851
44878
  * @param {string} [languageCode]
@@ -44859,8 +44886,8 @@ export class SpecialtiesApi extends BaseAPI {
44859
44886
  * @throws {RequiredError}
44860
44887
  * @memberof SpecialtiesApi
44861
44888
  */
44862
- public apiV1SpecialtiesGet(id?: string, name?: string, description?: string, specialtyTypeId?: string, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
44863
- return SpecialtiesApiFp(this.configuration).apiV1SpecialtiesGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
44889
+ public apiV1SpecialtiesGet(id?: string, name?: string, description?: string, specialtyTypeId?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
44890
+ return SpecialtiesApiFp(this.configuration).apiV1SpecialtiesGet(id, name, description, specialtyTypeId, marketingType, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
44864
44891
  }
44865
44892
 
44866
44893
  /**
@@ -44882,6 +44909,7 @@ export class SpecialtiesApi extends BaseAPI {
44882
44909
  * @param {string} [name]
44883
44910
  * @param {string} [description]
44884
44911
  * @param {string} [specialtyTypeId]
44912
+ * @param {MarketingType} [marketingType]
44885
44913
  * @param {string} [hospitalId]
44886
44914
  * @param {Date} [created]
44887
44915
  * @param {string} [languageCode]
@@ -44895,8 +44923,8 @@ export class SpecialtiesApi extends BaseAPI {
44895
44923
  * @throws {RequiredError}
44896
44924
  * @memberof SpecialtiesApi
44897
44925
  */
44898
- public apiV1SpecialtiesSimpleGet(id?: string, name?: string, description?: string, specialtyTypeId?: string, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
44899
- return SpecialtiesApiFp(this.configuration).apiV1SpecialtiesSimpleGet(id, name, description, specialtyTypeId, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
44926
+ public apiV1SpecialtiesSimpleGet(id?: string, name?: string, description?: string, specialtyTypeId?: string, marketingType?: MarketingType, hospitalId?: string, created?: Date, languageCode?: string, ids?: Array<string>, showHidden?: boolean, returnDefaultValue?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
44927
+ return SpecialtiesApiFp(this.configuration).apiV1SpecialtiesSimpleGet(id, name, description, specialtyTypeId, marketingType, hospitalId, created, languageCode, ids, showHidden, returnDefaultValue, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
44900
44928
  }
44901
44929
 
44902
44930
  /**