ch-api-client-typescript2 3.3.4 → 3.3.5

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/src/api.ts CHANGED
@@ -4138,7 +4138,37 @@ export interface DoctorItemModel {
4138
4138
  * @type {string}
4139
4139
  * @memberof DoctorItemModel
4140
4140
  */
4141
- 'name'?: string | null;
4141
+ 'languageCode'?: string | null;
4142
+ /**
4143
+ *
4144
+ * @type {string}
4145
+ * @memberof DoctorItemModel
4146
+ */
4147
+ 'userName'?: string | null;
4148
+ /**
4149
+ *
4150
+ * @type {string}
4151
+ * @memberof DoctorItemModel
4152
+ */
4153
+ 'firstName'?: string | null;
4154
+ /**
4155
+ *
4156
+ * @type {string}
4157
+ * @memberof DoctorItemModel
4158
+ */
4159
+ 'middleName'?: string | null;
4160
+ /**
4161
+ *
4162
+ * @type {string}
4163
+ * @memberof DoctorItemModel
4164
+ */
4165
+ 'lastName'?: string | null;
4166
+ /**
4167
+ *
4168
+ * @type {string}
4169
+ * @memberof DoctorItemModel
4170
+ */
4171
+ 'fullName'?: string | null;
4142
4172
  /**
4143
4173
  *
4144
4174
  * @type {string}
@@ -4150,19 +4180,43 @@ export interface DoctorItemModel {
4150
4180
  * @type {boolean}
4151
4181
  * @memberof DoctorItemModel
4152
4182
  */
4153
- 'consultationEnabled'?: boolean | null;
4183
+ 'confirmed'?: boolean;
4154
4184
  /**
4155
4185
  *
4156
- * @type {number}
4186
+ * @type {string}
4157
4187
  * @memberof DoctorItemModel
4158
4188
  */
4159
- 'consultationFee'?: number | null;
4189
+ 'userType'?: string | null;
4190
+ /**
4191
+ *
4192
+ * @type {string}
4193
+ * @memberof DoctorItemModel
4194
+ */
4195
+ 'photo'?: string | null;
4196
+ /**
4197
+ *
4198
+ * @type {string}
4199
+ * @memberof DoctorItemModel
4200
+ */
4201
+ 'photoThumbnail'?: string | null;
4202
+ /**
4203
+ *
4204
+ * @type {AuditableEntity}
4205
+ * @memberof DoctorItemModel
4206
+ */
4207
+ 'auditableEntity'?: AuditableEntity;
4160
4208
  /**
4161
4209
  *
4162
4210
  * @type {boolean}
4163
4211
  * @memberof DoctorItemModel
4164
4212
  */
4165
- 'confirmed'?: boolean;
4213
+ 'consultationEnabled'?: boolean | null;
4214
+ /**
4215
+ *
4216
+ * @type {number}
4217
+ * @memberof DoctorItemModel
4218
+ */
4219
+ 'consultationFee'?: number | null;
4166
4220
  /**
4167
4221
  *
4168
4222
  * @type {Array<DoctorSpecialtyItemModel>}
@@ -4257,6 +4311,12 @@ export interface DoctorModel {
4257
4311
  * @memberof DoctorModel
4258
4312
  */
4259
4313
  'id'?: string;
4314
+ /**
4315
+ *
4316
+ * @type {string}
4317
+ * @memberof DoctorModel
4318
+ */
4319
+ 'languageCode'?: string | null;
4260
4320
  /**
4261
4321
  *
4262
4322
  * @type {string}
@@ -4295,16 +4355,16 @@ export interface DoctorModel {
4295
4355
  'slug'?: string | null;
4296
4356
  /**
4297
4357
  *
4298
- * @type {string}
4358
+ * @type {boolean}
4299
4359
  * @memberof DoctorModel
4300
4360
  */
4301
- 'phone'?: string | null;
4361
+ 'confirmed'?: boolean;
4302
4362
  /**
4303
4363
  *
4304
4364
  * @type {string}
4305
4365
  * @memberof DoctorModel
4306
4366
  */
4307
- 'email'?: string | null;
4367
+ 'userType'?: string | null;
4308
4368
  /**
4309
4369
  *
4310
4370
  * @type {string}
@@ -4319,64 +4379,58 @@ export interface DoctorModel {
4319
4379
  'photoThumbnail'?: string | null;
4320
4380
  /**
4321
4381
  *
4322
- * @type {Gender}
4323
- * @memberof DoctorModel
4324
- */
4325
- 'gender'?: Gender;
4326
- /**
4327
- *
4328
- * @type {Date}
4382
+ * @type {AuditableEntity}
4329
4383
  * @memberof DoctorModel
4330
4384
  */
4331
- 'dateOfBirth'?: Date | null;
4385
+ 'auditableEntity'?: AuditableEntity;
4332
4386
  /**
4333
4387
  *
4334
4388
  * @type {string}
4335
4389
  * @memberof DoctorModel
4336
4390
  */
4337
- 'timeZone'?: string | null;
4391
+ 'phone'?: string | null;
4338
4392
  /**
4339
4393
  *
4340
4394
  * @type {string}
4341
4395
  * @memberof DoctorModel
4342
4396
  */
4343
- 'communicationUserId'?: string | null;
4397
+ 'email'?: string | null;
4344
4398
  /**
4345
4399
  *
4346
- * @type {AuditableEntity}
4400
+ * @type {Gender}
4347
4401
  * @memberof DoctorModel
4348
4402
  */
4349
- 'auditableEntity'?: AuditableEntity;
4403
+ 'gender'?: Gender;
4350
4404
  /**
4351
4405
  *
4352
- * @type {string}
4406
+ * @type {Date}
4353
4407
  * @memberof DoctorModel
4354
4408
  */
4355
- 'userType'?: string | null;
4409
+ 'dateOfBirth'?: Date | null;
4356
4410
  /**
4357
4411
  *
4358
- * @type {Array<UserLanguageModel>}
4412
+ * @type {string}
4359
4413
  * @memberof DoctorModel
4360
4414
  */
4361
- 'languages'?: Array<UserLanguageModel> | null;
4415
+ 'timeZone'?: string | null;
4362
4416
  /**
4363
4417
  *
4364
- * @type {Array<UserLocationModel>}
4418
+ * @type {string}
4365
4419
  * @memberof DoctorModel
4366
4420
  */
4367
- 'locations'?: Array<UserLocationModel> | null;
4421
+ 'communicationUserId'?: string | null;
4368
4422
  /**
4369
4423
  *
4370
- * @type {string}
4424
+ * @type {Array<UserLanguageModel>}
4371
4425
  * @memberof DoctorModel
4372
4426
  */
4373
- 'languageCode'?: string | null;
4427
+ 'languages'?: Array<UserLanguageModel> | null;
4374
4428
  /**
4375
4429
  *
4376
- * @type {Date}
4430
+ * @type {Array<UserLocationModel>}
4377
4431
  * @memberof DoctorModel
4378
4432
  */
4379
- 'startPracticeDate'?: Date | null;
4433
+ 'locations'?: Array<UserLocationModel> | null;
4380
4434
  /**
4381
4435
  *
4382
4436
  * @type {string}
@@ -4397,40 +4451,10 @@ export interface DoctorModel {
4397
4451
  'content'?: string | null;
4398
4452
  /**
4399
4453
  *
4400
- * @type {boolean}
4401
- * @memberof DoctorModel
4402
- */
4403
- 'consultationEnabled'?: boolean | null;
4404
- /**
4405
- *
4406
- * @type {number}
4407
- * @memberof DoctorModel
4408
- */
4409
- 'consultationFee'?: number | null;
4410
- /**
4411
- *
4412
- * @type {boolean}
4413
- * @memberof DoctorModel
4414
- */
4415
- 'confirmed'?: boolean;
4416
- /**
4417
- *
4418
- * @type {Array<DoctorSpecialtyItemModel>}
4419
- * @memberof DoctorModel
4420
- */
4421
- 'doctorSpecialties'?: Array<DoctorSpecialtyItemModel> | null;
4422
- /**
4423
- *
4424
- * @type {Array<DoctorAffiliationModel>}
4425
- * @memberof DoctorModel
4426
- */
4427
- 'doctorAffiliations'?: Array<DoctorAffiliationModel> | null;
4428
- /**
4429
- *
4430
- * @type {Array<UserTranslationModel>}
4454
+ * @type {Date}
4431
4455
  * @memberof DoctorModel
4432
4456
  */
4433
- 'translations'?: Array<UserTranslationModel> | null;
4457
+ 'startPracticeDate'?: Date | null;
4434
4458
  /**
4435
4459
  *
4436
4460
  * @type {Array<LocalizedUrlModel>}
@@ -4572,25 +4596,25 @@ export interface DoctorSimpleItemModel {
4572
4596
  * @type {string}
4573
4597
  * @memberof DoctorSimpleItemModel
4574
4598
  */
4575
- 'firstName'?: string | null;
4599
+ 'languageCode'?: string | null;
4576
4600
  /**
4577
4601
  *
4578
4602
  * @type {string}
4579
4603
  * @memberof DoctorSimpleItemModel
4580
4604
  */
4581
- 'middleName'?: string | null;
4605
+ 'firstName'?: string | null;
4582
4606
  /**
4583
4607
  *
4584
4608
  * @type {string}
4585
4609
  * @memberof DoctorSimpleItemModel
4586
4610
  */
4587
- 'lastName'?: string | null;
4611
+ 'middleName'?: string | null;
4588
4612
  /**
4589
4613
  *
4590
4614
  * @type {string}
4591
4615
  * @memberof DoctorSimpleItemModel
4592
4616
  */
4593
- 'fullname'?: string | null;
4617
+ 'lastName'?: string | null;
4594
4618
  /**
4595
4619
  *
4596
4620
  * @type {string}
@@ -4612,10 +4636,10 @@ export interface DoctorSimpleItemModel {
4612
4636
  export interface DoctorSpecialtiesModel {
4613
4637
  /**
4614
4638
  *
4615
- * @type {Array<DoctorSpecialtyModel>}
4639
+ * @type {Array<DoctorSpecialtyItemModel>}
4616
4640
  * @memberof DoctorSpecialtiesModel
4617
4641
  */
4618
- 'items'?: Array<DoctorSpecialtyModel> | null;
4642
+ 'items'?: Array<DoctorSpecialtyItemModel> | null;
4619
4643
  /**
4620
4644
  *
4621
4645
  * @type {PagedListMetaData}
@@ -4629,6 +4653,12 @@ export interface DoctorSpecialtiesModel {
4629
4653
  * @interface DoctorSpecialtyItemModel
4630
4654
  */
4631
4655
  export interface DoctorSpecialtyItemModel {
4656
+ /**
4657
+ *
4658
+ * @type {string}
4659
+ * @memberof DoctorSpecialtyItemModel
4660
+ */
4661
+ 'languageCode'?: string | null;
4632
4662
  /**
4633
4663
  *
4634
4664
  * @type {string}
@@ -4660,6 +4690,12 @@ export interface DoctorSpecialtyItemModel {
4660
4690
  * @interface DoctorSpecialtyModel
4661
4691
  */
4662
4692
  export interface DoctorSpecialtyModel {
4693
+ /**
4694
+ *
4695
+ * @type {string}
4696
+ * @memberof DoctorSpecialtyModel
4697
+ */
4698
+ 'languageCode'?: string | null;
4663
4699
  /**
4664
4700
  *
4665
4701
  * @type {string}
@@ -4684,6 +4720,18 @@ export interface DoctorSpecialtyModel {
4684
4720
  * @memberof DoctorSpecialtyModel
4685
4721
  */
4686
4722
  'order'?: number;
4723
+ /**
4724
+ *
4725
+ * @type {string}
4726
+ * @memberof DoctorSpecialtyModel
4727
+ */
4728
+ 'specialtyTypeName'?: string | null;
4729
+ /**
4730
+ *
4731
+ * @type {string}
4732
+ * @memberof DoctorSpecialtyModel
4733
+ */
4734
+ 'specialtyTyeSlug'?: string | null;
4687
4735
  }
4688
4736
  /**
4689
4737
  *
@@ -6177,6 +6225,12 @@ export interface HospitalSimpleItemModel {
6177
6225
  * @memberof HospitalSimpleItemModel
6178
6226
  */
6179
6227
  'id'?: string;
6228
+ /**
6229
+ *
6230
+ * @type {string}
6231
+ * @memberof HospitalSimpleItemModel
6232
+ */
6233
+ 'languageCode'?: string | null;
6180
6234
  /**
6181
6235
  *
6182
6236
  * @type {string}
@@ -6506,25 +6560,25 @@ export interface HospitalSpecialtySimpleItemModel {
6506
6560
  * @type {string}
6507
6561
  * @memberof HospitalSpecialtySimpleItemModel
6508
6562
  */
6509
- 'name'?: string | null;
6563
+ 'languageCode'?: string | null;
6510
6564
  /**
6511
6565
  *
6512
6566
  * @type {string}
6513
6567
  * @memberof HospitalSpecialtySimpleItemModel
6514
6568
  */
6515
- 'slug'?: string | null;
6569
+ 'name'?: string | null;
6516
6570
  /**
6517
6571
  *
6518
6572
  * @type {string}
6519
6573
  * @memberof HospitalSpecialtySimpleItemModel
6520
6574
  */
6521
- 'description'?: string | null;
6575
+ 'slug'?: string | null;
6522
6576
  /**
6523
6577
  *
6524
- * @type {number}
6578
+ * @type {string}
6525
6579
  * @memberof HospitalSpecialtySimpleItemModel
6526
6580
  */
6527
- 'order'?: number;
6581
+ 'description'?: string | null;
6528
6582
  /**
6529
6583
  *
6530
6584
  * @type {boolean}
@@ -6536,25 +6590,19 @@ export interface HospitalSpecialtySimpleItemModel {
6536
6590
  * @type {number}
6537
6591
  * @memberof HospitalSpecialtySimpleItemModel
6538
6592
  */
6539
- 'servicesCount'?: number;
6540
- /**
6541
- *
6542
- * @type {string}
6543
- * @memberof HospitalSpecialtySimpleItemModel
6544
- */
6545
- 'specialtyId'?: string;
6593
+ 'order'?: number;
6546
6594
  /**
6547
6595
  *
6548
- * @type {string}
6596
+ * @type {number}
6549
6597
  * @memberof HospitalSpecialtySimpleItemModel
6550
6598
  */
6551
- 'specialtyName'?: string | null;
6599
+ 'servicesCount'?: number;
6552
6600
  /**
6553
6601
  *
6554
6602
  * @type {string}
6555
6603
  * @memberof HospitalSpecialtySimpleItemModel
6556
6604
  */
6557
- 'specialtySlug'?: string | null;
6605
+ 'specialtyId'?: string;
6558
6606
  }
6559
6607
  /**
6560
6608
  *
@@ -7303,6 +7351,12 @@ export interface PatientModel {
7303
7351
  * @memberof PatientModel
7304
7352
  */
7305
7353
  'id'?: string;
7354
+ /**
7355
+ *
7356
+ * @type {string}
7357
+ * @memberof PatientModel
7358
+ */
7359
+ 'languageCode'?: string | null;
7306
7360
  /**
7307
7361
  *
7308
7362
  * @type {string}
@@ -7341,16 +7395,16 @@ export interface PatientModel {
7341
7395
  'slug'?: string | null;
7342
7396
  /**
7343
7397
  *
7344
- * @type {string}
7398
+ * @type {boolean}
7345
7399
  * @memberof PatientModel
7346
7400
  */
7347
- 'phone'?: string | null;
7401
+ 'confirmed'?: boolean;
7348
7402
  /**
7349
7403
  *
7350
7404
  * @type {string}
7351
7405
  * @memberof PatientModel
7352
7406
  */
7353
- 'email'?: string | null;
7407
+ 'userType'?: string | null;
7354
7408
  /**
7355
7409
  *
7356
7410
  * @type {string}
@@ -7365,40 +7419,46 @@ export interface PatientModel {
7365
7419
  'photoThumbnail'?: string | null;
7366
7420
  /**
7367
7421
  *
7368
- * @type {Gender}
7422
+ * @type {AuditableEntity}
7369
7423
  * @memberof PatientModel
7370
7424
  */
7371
- 'gender'?: Gender;
7425
+ 'auditableEntity'?: AuditableEntity;
7372
7426
  /**
7373
7427
  *
7374
- * @type {Date}
7428
+ * @type {string}
7375
7429
  * @memberof PatientModel
7376
7430
  */
7377
- 'dateOfBirth'?: Date | null;
7431
+ 'phone'?: string | null;
7378
7432
  /**
7379
7433
  *
7380
7434
  * @type {string}
7381
7435
  * @memberof PatientModel
7382
7436
  */
7383
- 'timeZone'?: string | null;
7437
+ 'email'?: string | null;
7384
7438
  /**
7385
7439
  *
7386
- * @type {string}
7440
+ * @type {Gender}
7387
7441
  * @memberof PatientModel
7388
7442
  */
7389
- 'communicationUserId'?: string | null;
7443
+ 'gender'?: Gender;
7390
7444
  /**
7391
7445
  *
7392
- * @type {AuditableEntity}
7446
+ * @type {Date}
7393
7447
  * @memberof PatientModel
7394
7448
  */
7395
- 'auditableEntity'?: AuditableEntity;
7449
+ 'dateOfBirth'?: Date | null;
7396
7450
  /**
7397
7451
  *
7398
7452
  * @type {string}
7399
7453
  * @memberof PatientModel
7400
7454
  */
7401
- 'userType'?: string | null;
7455
+ 'timeZone'?: string | null;
7456
+ /**
7457
+ *
7458
+ * @type {string}
7459
+ * @memberof PatientModel
7460
+ */
7461
+ 'communicationUserId'?: string | null;
7402
7462
  /**
7403
7463
  *
7404
7464
  * @type {Array<UserLanguageModel>}
@@ -9493,6 +9553,12 @@ export interface UserModel {
9493
9553
  * @memberof UserModel
9494
9554
  */
9495
9555
  'id'?: string;
9556
+ /**
9557
+ *
9558
+ * @type {string}
9559
+ * @memberof UserModel
9560
+ */
9561
+ 'languageCode'?: string | null;
9496
9562
  /**
9497
9563
  *
9498
9564
  * @type {string}
@@ -9531,16 +9597,16 @@ export interface UserModel {
9531
9597
  'slug'?: string | null;
9532
9598
  /**
9533
9599
  *
9534
- * @type {string}
9600
+ * @type {boolean}
9535
9601
  * @memberof UserModel
9536
9602
  */
9537
- 'phone'?: string | null;
9603
+ 'confirmed'?: boolean;
9538
9604
  /**
9539
9605
  *
9540
9606
  * @type {string}
9541
9607
  * @memberof UserModel
9542
9608
  */
9543
- 'email'?: string | null;
9609
+ 'userType'?: string | null;
9544
9610
  /**
9545
9611
  *
9546
9612
  * @type {string}
@@ -9555,40 +9621,46 @@ export interface UserModel {
9555
9621
  'photoThumbnail'?: string | null;
9556
9622
  /**
9557
9623
  *
9558
- * @type {Gender}
9624
+ * @type {AuditableEntity}
9559
9625
  * @memberof UserModel
9560
9626
  */
9561
- 'gender'?: Gender;
9627
+ 'auditableEntity'?: AuditableEntity;
9562
9628
  /**
9563
9629
  *
9564
- * @type {Date}
9630
+ * @type {string}
9565
9631
  * @memberof UserModel
9566
9632
  */
9567
- 'dateOfBirth'?: Date | null;
9633
+ 'phone'?: string | null;
9568
9634
  /**
9569
9635
  *
9570
9636
  * @type {string}
9571
9637
  * @memberof UserModel
9572
9638
  */
9573
- 'timeZone'?: string | null;
9639
+ 'email'?: string | null;
9574
9640
  /**
9575
9641
  *
9576
- * @type {string}
9642
+ * @type {Gender}
9577
9643
  * @memberof UserModel
9578
9644
  */
9579
- 'communicationUserId'?: string | null;
9645
+ 'gender'?: Gender;
9580
9646
  /**
9581
9647
  *
9582
- * @type {AuditableEntity}
9648
+ * @type {Date}
9583
9649
  * @memberof UserModel
9584
9650
  */
9585
- 'auditableEntity'?: AuditableEntity;
9651
+ 'dateOfBirth'?: Date | null;
9586
9652
  /**
9587
9653
  *
9588
9654
  * @type {string}
9589
9655
  * @memberof UserModel
9590
9656
  */
9591
- 'userType'?: string | null;
9657
+ 'timeZone'?: string | null;
9658
+ /**
9659
+ *
9660
+ * @type {string}
9661
+ * @memberof UserModel
9662
+ */
9663
+ 'communicationUserId'?: string | null;
9592
9664
  /**
9593
9665
  *
9594
9666
  * @type {Array<UserLanguageModel>}
@@ -9602,79 +9674,6 @@ export interface UserModel {
9602
9674
  */
9603
9675
  'locations'?: Array<UserLocationModel> | null;
9604
9676
  }
9605
- /**
9606
- *
9607
- * @export
9608
- * @interface UserTranslationModel
9609
- */
9610
- export interface UserTranslationModel {
9611
- /**
9612
- *
9613
- * @type {string}
9614
- * @memberof UserTranslationModel
9615
- */
9616
- 'userId'?: string;
9617
- /**
9618
- *
9619
- * @type {string}
9620
- * @memberof UserTranslationModel
9621
- */
9622
- 'languageCode'?: string | null;
9623
- /**
9624
- *
9625
- * @type {string}
9626
- * @memberof UserTranslationModel
9627
- */
9628
- 'firstName'?: string | null;
9629
- /**
9630
- *
9631
- * @type {string}
9632
- * @memberof UserTranslationModel
9633
- */
9634
- 'middleName'?: string | null;
9635
- /**
9636
- *
9637
- * @type {string}
9638
- * @memberof UserTranslationModel
9639
- */
9640
- 'lastName'?: string | null;
9641
- /**
9642
- *
9643
- * @type {string}
9644
- * @memberof UserTranslationModel
9645
- */
9646
- 'slug'?: string | null;
9647
- /**
9648
- *
9649
- * @type {string}
9650
- * @memberof UserTranslationModel
9651
- */
9652
- 'overview'?: string | null;
9653
- /**
9654
- *
9655
- * @type {string}
9656
- * @memberof UserTranslationModel
9657
- */
9658
- 'description'?: string | null;
9659
- /**
9660
- *
9661
- * @type {string}
9662
- * @memberof UserTranslationModel
9663
- */
9664
- 'content'?: string | null;
9665
- /**
9666
- *
9667
- * @type {boolean}
9668
- * @memberof UserTranslationModel
9669
- */
9670
- 'confirmed'?: boolean;
9671
- /**
9672
- *
9673
- * @type {AuditableEntity}
9674
- * @memberof UserTranslationModel
9675
- */
9676
- 'auditableEntity'?: AuditableEntity;
9677
- }
9678
9677
  /**
9679
9678
  *
9680
9679
  * @export
@@ -16039,13 +16038,15 @@ export const DoctorsApiAxiosParamCreator = function (configuration?: Configurati
16039
16038
  * @param {string} [doctorName]
16040
16039
  * @param {string} [specialtyId]
16041
16040
  * @param {string} [specialtyName]
16041
+ * @param {string} [languageCode]
16042
+ * @param {boolean} [showHidden]
16042
16043
  * @param {number} [page]
16043
16044
  * @param {number} [limit]
16044
16045
  * @param {Date} [lastRetrieved]
16045
16046
  * @param {*} [options] Override http request option.
16046
16047
  * @throws {RequiredError}
16047
16048
  */
16048
- apiV2DoctorsDoctorIdSpecialtiesGet: async (doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
16049
+ apiV2DoctorsDoctorIdSpecialtiesGet: async (doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
16049
16050
  // verify required parameter 'doctorId' is not null or undefined
16050
16051
  assertParamExists('apiV2DoctorsDoctorIdSpecialtiesGet', 'doctorId', doctorId)
16051
16052
  const localVarPath = `/api/v2/doctors/{doctorId}/specialties`
@@ -16073,6 +16074,14 @@ export const DoctorsApiAxiosParamCreator = function (configuration?: Configurati
16073
16074
  localVarQueryParameter['SpecialtyName'] = specialtyName;
16074
16075
  }
16075
16076
 
16077
+ if (languageCode !== undefined) {
16078
+ localVarQueryParameter['LanguageCode'] = languageCode;
16079
+ }
16080
+
16081
+ if (showHidden !== undefined) {
16082
+ localVarQueryParameter['ShowHidden'] = showHidden;
16083
+ }
16084
+
16076
16085
  if (page !== undefined) {
16077
16086
  localVarQueryParameter['page'] = page;
16078
16087
  }
@@ -16103,10 +16112,11 @@ export const DoctorsApiAxiosParamCreator = function (configuration?: Configurati
16103
16112
  * @summary Get DoctorSpecialty
16104
16113
  * @param {string} doctorId
16105
16114
  * @param {string} specialtyId
16115
+ * @param {string} [languageCode]
16106
16116
  * @param {*} [options] Override http request option.
16107
16117
  * @throws {RequiredError}
16108
16118
  */
16109
- apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet: async (doctorId: string, specialtyId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
16119
+ apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet: async (doctorId: string, specialtyId: string, languageCode?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
16110
16120
  // verify required parameter 'doctorId' is not null or undefined
16111
16121
  assertParamExists('apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet', 'doctorId', doctorId)
16112
16122
  // verify required parameter 'specialtyId' is not null or undefined
@@ -16125,6 +16135,10 @@ export const DoctorsApiAxiosParamCreator = function (configuration?: Configurati
16125
16135
  const localVarHeaderParameter = {} as any;
16126
16136
  const localVarQueryParameter = {} as any;
16127
16137
 
16138
+ if (languageCode !== undefined) {
16139
+ localVarQueryParameter['languageCode'] = languageCode;
16140
+ }
16141
+
16128
16142
 
16129
16143
 
16130
16144
  setSearchParams(localVarUrlObj, localVarQueryParameter);
@@ -16623,14 +16637,16 @@ export const DoctorsApiFp = function(configuration?: Configuration) {
16623
16637
  * @param {string} [doctorName]
16624
16638
  * @param {string} [specialtyId]
16625
16639
  * @param {string} [specialtyName]
16640
+ * @param {string} [languageCode]
16641
+ * @param {boolean} [showHidden]
16626
16642
  * @param {number} [page]
16627
16643
  * @param {number} [limit]
16628
16644
  * @param {Date} [lastRetrieved]
16629
16645
  * @param {*} [options] Override http request option.
16630
16646
  * @throws {RequiredError}
16631
16647
  */
16632
- async apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorSpecialtiesModel>> {
16633
- const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2DoctorsDoctorIdSpecialtiesGet(doctorId, doctorName, specialtyId, specialtyName, page, limit, lastRetrieved, options);
16648
+ async apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorSpecialtiesModel>> {
16649
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2DoctorsDoctorIdSpecialtiesGet(doctorId, doctorName, specialtyId, specialtyName, languageCode, showHidden, page, limit, lastRetrieved, options);
16634
16650
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
16635
16651
  },
16636
16652
  /**
@@ -16638,11 +16654,12 @@ export const DoctorsApiFp = function(configuration?: Configuration) {
16638
16654
  * @summary Get DoctorSpecialty
16639
16655
  * @param {string} doctorId
16640
16656
  * @param {string} specialtyId
16657
+ * @param {string} [languageCode]
16641
16658
  * @param {*} [options] Override http request option.
16642
16659
  * @throws {RequiredError}
16643
16660
  */
16644
- async apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorSpecialtyModel>> {
16645
- const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId, specialtyId, options);
16661
+ async apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DoctorSpecialtyModel>> {
16662
+ const localVarAxiosArgs = await localVarAxiosParamCreator.apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId, specialtyId, languageCode, options);
16646
16663
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
16647
16664
  },
16648
16665
  /**
@@ -16900,25 +16917,28 @@ export const DoctorsApiFactory = function (configuration?: Configuration, basePa
16900
16917
  * @param {string} [doctorName]
16901
16918
  * @param {string} [specialtyId]
16902
16919
  * @param {string} [specialtyName]
16920
+ * @param {string} [languageCode]
16921
+ * @param {boolean} [showHidden]
16903
16922
  * @param {number} [page]
16904
16923
  * @param {number} [limit]
16905
16924
  * @param {Date} [lastRetrieved]
16906
16925
  * @param {*} [options] Override http request option.
16907
16926
  * @throws {RequiredError}
16908
16927
  */
16909
- apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorSpecialtiesModel> {
16910
- return localVarFp.apiV2DoctorsDoctorIdSpecialtiesGet(doctorId, doctorName, specialtyId, specialtyName, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
16928
+ apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: any): AxiosPromise<DoctorSpecialtiesModel> {
16929
+ return localVarFp.apiV2DoctorsDoctorIdSpecialtiesGet(doctorId, doctorName, specialtyId, specialtyName, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(axios, basePath));
16911
16930
  },
16912
16931
  /**
16913
16932
  *
16914
16933
  * @summary Get DoctorSpecialty
16915
16934
  * @param {string} doctorId
16916
16935
  * @param {string} specialtyId
16936
+ * @param {string} [languageCode]
16917
16937
  * @param {*} [options] Override http request option.
16918
16938
  * @throws {RequiredError}
16919
16939
  */
16920
- apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, options?: any): AxiosPromise<DoctorSpecialtyModel> {
16921
- return localVarFp.apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId, specialtyId, options).then((request) => request(axios, basePath));
16940
+ apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, languageCode?: string, options?: any): AxiosPromise<DoctorSpecialtyModel> {
16941
+ return localVarFp.apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId, specialtyId, languageCode, options).then((request) => request(axios, basePath));
16922
16942
  },
16923
16943
  /**
16924
16944
  *
@@ -17198,6 +17218,8 @@ export class DoctorsApi extends BaseAPI {
17198
17218
  * @param {string} [doctorName]
17199
17219
  * @param {string} [specialtyId]
17200
17220
  * @param {string} [specialtyName]
17221
+ * @param {string} [languageCode]
17222
+ * @param {boolean} [showHidden]
17201
17223
  * @param {number} [page]
17202
17224
  * @param {number} [limit]
17203
17225
  * @param {Date} [lastRetrieved]
@@ -17205,8 +17227,8 @@ export class DoctorsApi extends BaseAPI {
17205
17227
  * @throws {RequiredError}
17206
17228
  * @memberof DoctorsApi
17207
17229
  */
17208
- public apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
17209
- return DoctorsApiFp(this.configuration).apiV2DoctorsDoctorIdSpecialtiesGet(doctorId, doctorName, specialtyId, specialtyName, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
17230
+ public apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, languageCode?: string, showHidden?: boolean, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig) {
17231
+ return DoctorsApiFp(this.configuration).apiV2DoctorsDoctorIdSpecialtiesGet(doctorId, doctorName, specialtyId, specialtyName, languageCode, showHidden, page, limit, lastRetrieved, options).then((request) => request(this.axios, this.basePath));
17210
17232
  }
17211
17233
 
17212
17234
  /**
@@ -17214,12 +17236,13 @@ export class DoctorsApi extends BaseAPI {
17214
17236
  * @summary Get DoctorSpecialty
17215
17237
  * @param {string} doctorId
17216
17238
  * @param {string} specialtyId
17239
+ * @param {string} [languageCode]
17217
17240
  * @param {*} [options] Override http request option.
17218
17241
  * @throws {RequiredError}
17219
17242
  * @memberof DoctorsApi
17220
17243
  */
17221
- public apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, options?: AxiosRequestConfig) {
17222
- return DoctorsApiFp(this.configuration).apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId, specialtyId, options).then((request) => request(this.axios, this.basePath));
17244
+ public apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId: string, specialtyId: string, languageCode?: string, options?: AxiosRequestConfig) {
17245
+ return DoctorsApiFp(this.configuration).apiV2DoctorsDoctorIdSpecialtiesSpecialtyIdGet(doctorId, specialtyId, languageCode, options).then((request) => request(this.axios, this.basePath));
17223
17246
  }
17224
17247
 
17225
17248
  /**