ch-api-client-typescript2 3.3.3 → 3.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-api-client-typescript2",
3
- "version": "3.3.3",
3
+ "version": "3.3.4",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/api.ts CHANGED
@@ -5499,19 +5499,19 @@ export interface HospitalItemModel {
5499
5499
  * @type {string}
5500
5500
  * @memberof HospitalItemModel
5501
5501
  */
5502
- 'name'?: string | null;
5502
+ 'languageCode'?: string | null;
5503
5503
  /**
5504
5504
  *
5505
5505
  * @type {string}
5506
5506
  * @memberof HospitalItemModel
5507
5507
  */
5508
- 'slug'?: string | null;
5508
+ 'name'?: string | null;
5509
5509
  /**
5510
5510
  *
5511
5511
  * @type {string}
5512
5512
  * @memberof HospitalItemModel
5513
5513
  */
5514
- 'logo'?: string | null;
5514
+ 'slug'?: string | null;
5515
5515
  /**
5516
5516
  *
5517
5517
  * @type {boolean}
@@ -5523,19 +5523,7 @@ export interface HospitalItemModel {
5523
5523
  * @type {string}
5524
5524
  * @memberof HospitalItemModel
5525
5525
  */
5526
- 'countryId'?: string;
5527
- /**
5528
- *
5529
- * @type {string}
5530
- * @memberof HospitalItemModel
5531
- */
5532
- 'countryName'?: string | null;
5533
- /**
5534
- *
5535
- * @type {string}
5536
- * @memberof HospitalItemModel
5537
- */
5538
- 'countrySlug'?: string | null;
5526
+ 'logo'?: string | null;
5539
5527
  /**
5540
5528
  *
5541
5529
  * @type {MarketingType}
@@ -5578,6 +5566,12 @@ export interface HospitalItemModel {
5578
5566
  * @memberof HospitalItemModel
5579
5567
  */
5580
5568
  'specialtiesSummerized'?: string | null;
5569
+ /**
5570
+ *
5571
+ * @type {string}
5572
+ * @memberof HospitalItemModel
5573
+ */
5574
+ 'countryId'?: string;
5581
5575
  /**
5582
5576
  *
5583
5577
  * @type {Array<HospitalAccreditationItemModel>}
@@ -5614,19 +5608,19 @@ export interface HospitalModel {
5614
5608
  * @type {string}
5615
5609
  * @memberof HospitalModel
5616
5610
  */
5617
- 'name'?: string | null;
5611
+ 'languageCode'?: string | null;
5618
5612
  /**
5619
5613
  *
5620
5614
  * @type {string}
5621
5615
  * @memberof HospitalModel
5622
5616
  */
5623
- 'slug'?: string | null;
5617
+ 'name'?: string | null;
5624
5618
  /**
5625
5619
  *
5626
5620
  * @type {string}
5627
5621
  * @memberof HospitalModel
5628
5622
  */
5629
- 'logo'?: string | null;
5623
+ 'slug'?: string | null;
5630
5624
  /**
5631
5625
  *
5632
5626
  * @type {boolean}
@@ -5638,19 +5632,7 @@ export interface HospitalModel {
5638
5632
  * @type {string}
5639
5633
  * @memberof HospitalModel
5640
5634
  */
5641
- 'countryId'?: string;
5642
- /**
5643
- *
5644
- * @type {string}
5645
- * @memberof HospitalModel
5646
- */
5647
- 'countryName'?: string | null;
5648
- /**
5649
- *
5650
- * @type {string}
5651
- * @memberof HospitalModel
5652
- */
5653
- 'countrySlug'?: string | null;
5635
+ 'logo'?: string | null;
5654
5636
  /**
5655
5637
  *
5656
5638
  * @type {MarketingType}
@@ -5693,6 +5675,12 @@ export interface HospitalModel {
5693
5675
  * @memberof HospitalModel
5694
5676
  */
5695
5677
  'specialtiesSummerized'?: string | null;
5678
+ /**
5679
+ *
5680
+ * @type {string}
5681
+ * @memberof HospitalModel
5682
+ */
5683
+ 'countryId'?: string;
5696
5684
  /**
5697
5685
  *
5698
5686
  * @type {Array<HospitalAccreditationItemModel>}
@@ -5716,25 +5704,25 @@ export interface HospitalModel {
5716
5704
  * @type {string}
5717
5705
  * @memberof HospitalModel
5718
5706
  */
5719
- 'languageCode'?: string | null;
5707
+ 'description'?: string | null;
5720
5708
  /**
5721
5709
  *
5722
5710
  * @type {string}
5723
5711
  * @memberof HospitalModel
5724
5712
  */
5725
- 'description'?: string | null;
5713
+ 'overview'?: string | null;
5726
5714
  /**
5727
5715
  *
5728
5716
  * @type {string}
5729
5717
  * @memberof HospitalModel
5730
5718
  */
5731
- 'overview'?: string | null;
5719
+ 'content'?: string | null;
5732
5720
  /**
5733
5721
  *
5734
- * @type {string}
5722
+ * @type {Array<LocalizedUrlModel>}
5735
5723
  * @memberof HospitalModel
5736
5724
  */
5737
- 'content'?: string | null;
5725
+ 'localizedUrls'?: Array<LocalizedUrlModel> | null;
5738
5726
  /**
5739
5727
  *
5740
5728
  * @type {number}
@@ -5801,12 +5789,6 @@ export interface HospitalModel {
5801
5789
  * @memberof HospitalModel
5802
5790
  */
5803
5791
  'hospitalSnsHandles'?: Array<SnsHandle> | null;
5804
- /**
5805
- *
5806
- * @type {Array<LocalizedUrlModel>}
5807
- * @memberof HospitalModel
5808
- */
5809
- 'localizedUrls'?: Array<LocalizedUrlModel> | null;
5810
5792
  /**
5811
5793
  *
5812
5794
  * @type {Array<AwardModel>}
@@ -6283,6 +6265,12 @@ export interface HospitalSpecialtyItemModel {
6283
6265
  * @memberof HospitalSpecialtyItemModel
6284
6266
  */
6285
6267
  'id'?: string;
6268
+ /**
6269
+ *
6270
+ * @type {string}
6271
+ * @memberof HospitalSpecialtyItemModel
6272
+ */
6273
+ 'languageCode'?: string | null;
6286
6274
  /**
6287
6275
  *
6288
6276
  * @type {string}
@@ -6303,10 +6291,10 @@ export interface HospitalSpecialtyItemModel {
6303
6291
  'description'?: string | null;
6304
6292
  /**
6305
6293
  *
6306
- * @type {MarketingType}
6294
+ * @type {boolean}
6307
6295
  * @memberof HospitalSpecialtyItemModel
6308
6296
  */
6309
- 'marketingType'?: MarketingType;
6297
+ 'confirmed'?: boolean;
6310
6298
  /**
6311
6299
  *
6312
6300
  * @type {string}
@@ -6339,10 +6327,16 @@ export interface HospitalSpecialtyItemModel {
6339
6327
  'order'?: number;
6340
6328
  /**
6341
6329
  *
6342
- * @type {boolean}
6330
+ * @type {number}
6343
6331
  * @memberof HospitalSpecialtyItemModel
6344
6332
  */
6345
- 'confirmed'?: boolean;
6333
+ 'servicesCount'?: number;
6334
+ /**
6335
+ *
6336
+ * @type {string}
6337
+ * @memberof HospitalSpecialtyItemModel
6338
+ */
6339
+ 'specialtyId'?: string;
6346
6340
  }
6347
6341
  /**
6348
6342
  *
@@ -6356,6 +6350,12 @@ export interface HospitalSpecialtyModel {
6356
6350
  * @memberof HospitalSpecialtyModel
6357
6351
  */
6358
6352
  'id'?: string;
6353
+ /**
6354
+ *
6355
+ * @type {string}
6356
+ * @memberof HospitalSpecialtyModel
6357
+ */
6358
+ 'languageCode'?: string | null;
6359
6359
  /**
6360
6360
  *
6361
6361
  * @type {string}
@@ -6376,10 +6376,10 @@ export interface HospitalSpecialtyModel {
6376
6376
  'description'?: string | null;
6377
6377
  /**
6378
6378
  *
6379
- * @type {MarketingType}
6379
+ * @type {boolean}
6380
6380
  * @memberof HospitalSpecialtyModel
6381
6381
  */
6382
- 'marketingType'?: MarketingType;
6382
+ 'confirmed'?: boolean;
6383
6383
  /**
6384
6384
  *
6385
6385
  * @type {string}
@@ -6412,28 +6412,28 @@ export interface HospitalSpecialtyModel {
6412
6412
  'order'?: number;
6413
6413
  /**
6414
6414
  *
6415
- * @type {boolean}
6415
+ * @type {number}
6416
6416
  * @memberof HospitalSpecialtyModel
6417
6417
  */
6418
- 'confirmed'?: boolean;
6418
+ 'servicesCount'?: number;
6419
6419
  /**
6420
6420
  *
6421
6421
  * @type {string}
6422
6422
  * @memberof HospitalSpecialtyModel
6423
6423
  */
6424
- 'hospitalId'?: string;
6424
+ 'specialtyId'?: string;
6425
6425
  /**
6426
6426
  *
6427
6427
  * @type {string}
6428
6428
  * @memberof HospitalSpecialtyModel
6429
6429
  */
6430
- 'hospitalName'?: string | null;
6430
+ 'hospitalId'?: string;
6431
6431
  /**
6432
6432
  *
6433
6433
  * @type {string}
6434
6434
  * @memberof HospitalSpecialtyModel
6435
6435
  */
6436
- 'hospitalSlug'?: string | null;
6436
+ 'customStyle'?: string | null;
6437
6437
  /**
6438
6438
  *
6439
6439
  * @type {string}
@@ -6445,19 +6445,13 @@ export interface HospitalSpecialtyModel {
6445
6445
  * @type {string}
6446
6446
  * @memberof HospitalSpecialtyModel
6447
6447
  */
6448
- 'customStyle'?: string | null;
6449
- /**
6450
- *
6451
- * @type {string}
6452
- * @memberof HospitalSpecialtyModel
6453
- */
6454
- 'languageCode'?: string | null;
6448
+ 'hospitalName'?: string | null;
6455
6449
  /**
6456
6450
  *
6457
6451
  * @type {string}
6458
6452
  * @memberof HospitalSpecialtyModel
6459
6453
  */
6460
- 'specialtyId'?: string;
6454
+ 'hospitalSlug'?: string | null;
6461
6455
  /**
6462
6456
  *
6463
6457
  * @type {string}
@@ -6478,16 +6472,10 @@ export interface HospitalSpecialtyModel {
6478
6472
  'specialtyTypeName'?: string | null;
6479
6473
  /**
6480
6474
  *
6481
- * @type {number}
6482
- * @memberof HospitalSpecialtyModel
6483
- */
6484
- 'serviceCount'?: number;
6485
- /**
6486
- *
6487
- * @type {Array<HospitalServiceItemModel>}
6475
+ * @type {MarketingType}
6488
6476
  * @memberof HospitalSpecialtyModel
6489
6477
  */
6490
- 'serviceList'?: Array<HospitalServiceItemModel> | null;
6478
+ 'marketingType'?: MarketingType;
6491
6479
  /**
6492
6480
  *
6493
6481
  * @type {Array<LocalizedUrlModel>}
@@ -6533,22 +6521,40 @@ export interface HospitalSpecialtySimpleItemModel {
6533
6521
  'description'?: string | null;
6534
6522
  /**
6535
6523
  *
6536
- * @type {string}
6524
+ * @type {number}
6537
6525
  * @memberof HospitalSpecialtySimpleItemModel
6538
6526
  */
6539
- 'specialtyName'?: string | null;
6527
+ 'order'?: number;
6528
+ /**
6529
+ *
6530
+ * @type {boolean}
6531
+ * @memberof HospitalSpecialtySimpleItemModel
6532
+ */
6533
+ 'confirmed'?: boolean;
6540
6534
  /**
6541
6535
  *
6542
6536
  * @type {number}
6543
6537
  * @memberof HospitalSpecialtySimpleItemModel
6544
6538
  */
6545
- 'order'?: number;
6539
+ 'servicesCount'?: number;
6546
6540
  /**
6547
6541
  *
6548
- * @type {boolean}
6542
+ * @type {string}
6549
6543
  * @memberof HospitalSpecialtySimpleItemModel
6550
6544
  */
6551
- 'confirmed'?: boolean;
6545
+ 'specialtyId'?: string;
6546
+ /**
6547
+ *
6548
+ * @type {string}
6549
+ * @memberof HospitalSpecialtySimpleItemModel
6550
+ */
6551
+ 'specialtyName'?: string | null;
6552
+ /**
6553
+ *
6554
+ * @type {string}
6555
+ * @memberof HospitalSpecialtySimpleItemModel
6556
+ */
6557
+ 'specialtySlug'?: string | null;
6552
6558
  }
6553
6559
  /**
6554
6560
  *