ch-api-client-typescript2 3.4.0 → 3.4.6
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 +735 -546
- package/lib/api.d.ts.map +1 -1
- package/lib/api.js +574 -450
- package/package.json +1 -1
- package/src/api.ts +943 -698
package/lib/api.d.ts
CHANGED
|
@@ -493,13 +493,13 @@ export interface ArticleContributorModel {
|
|
|
493
493
|
* @type {string}
|
|
494
494
|
* @memberof ArticleContributorModel
|
|
495
495
|
*/
|
|
496
|
-
'
|
|
496
|
+
'contributorOverview'?: string | null;
|
|
497
497
|
/**
|
|
498
498
|
*
|
|
499
499
|
* @type {string}
|
|
500
500
|
* @memberof ArticleContributorModel
|
|
501
501
|
*/
|
|
502
|
-
'
|
|
502
|
+
'contributorContent'?: string | null;
|
|
503
503
|
/**
|
|
504
504
|
*
|
|
505
505
|
* @type {Array<SnsHandle>}
|
|
@@ -597,19 +597,13 @@ export interface ArticleItemModel {
|
|
|
597
597
|
* @type {string}
|
|
598
598
|
* @memberof ArticleItemModel
|
|
599
599
|
*/
|
|
600
|
-
'
|
|
601
|
-
/**
|
|
602
|
-
*
|
|
603
|
-
* @type {Array<ArticleTagItemModel>}
|
|
604
|
-
* @memberof ArticleItemModel
|
|
605
|
-
*/
|
|
606
|
-
'articleTags'?: Array<ArticleTagItemModel> | null;
|
|
600
|
+
'hospitalName'?: string | null;
|
|
607
601
|
/**
|
|
608
602
|
*
|
|
609
|
-
* @type {
|
|
603
|
+
* @type {string}
|
|
610
604
|
* @memberof ArticleItemModel
|
|
611
605
|
*/
|
|
612
|
-
'
|
|
606
|
+
'hospitalSlug'?: string | null;
|
|
613
607
|
/**
|
|
614
608
|
*
|
|
615
609
|
* @type {AuditableEntity}
|
|
@@ -629,6 +623,12 @@ export interface ArticleModel {
|
|
|
629
623
|
* @memberof ArticleModel
|
|
630
624
|
*/
|
|
631
625
|
'id'?: string;
|
|
626
|
+
/**
|
|
627
|
+
*
|
|
628
|
+
* @type {string}
|
|
629
|
+
* @memberof ArticleModel
|
|
630
|
+
*/
|
|
631
|
+
'languageCode'?: string | null;
|
|
632
632
|
/**
|
|
633
633
|
*
|
|
634
634
|
* @type {string}
|
|
@@ -676,25 +676,31 @@ export interface ArticleModel {
|
|
|
676
676
|
* @type {string}
|
|
677
677
|
* @memberof ArticleModel
|
|
678
678
|
*/
|
|
679
|
-
'
|
|
679
|
+
'hospitalName'?: string | null;
|
|
680
680
|
/**
|
|
681
681
|
*
|
|
682
|
-
* @type {
|
|
682
|
+
* @type {string}
|
|
683
683
|
* @memberof ArticleModel
|
|
684
684
|
*/
|
|
685
|
-
'
|
|
685
|
+
'hospitalSlug'?: string | null;
|
|
686
686
|
/**
|
|
687
687
|
*
|
|
688
|
-
* @type {
|
|
688
|
+
* @type {AuditableEntity}
|
|
689
689
|
* @memberof ArticleModel
|
|
690
690
|
*/
|
|
691
|
-
'
|
|
691
|
+
'auditableEntity'?: AuditableEntity;
|
|
692
692
|
/**
|
|
693
693
|
*
|
|
694
|
-
* @type {
|
|
694
|
+
* @type {string}
|
|
695
695
|
* @memberof ArticleModel
|
|
696
696
|
*/
|
|
697
|
-
'
|
|
697
|
+
'description'?: string | null;
|
|
698
|
+
/**
|
|
699
|
+
*
|
|
700
|
+
* @type {string}
|
|
701
|
+
* @memberof ArticleModel
|
|
702
|
+
*/
|
|
703
|
+
'overview'?: string | null;
|
|
698
704
|
/**
|
|
699
705
|
*
|
|
700
706
|
* @type {string}
|
|
@@ -706,7 +712,19 @@ export interface ArticleModel {
|
|
|
706
712
|
* @type {string}
|
|
707
713
|
* @memberof ArticleModel
|
|
708
714
|
*/
|
|
709
|
-
'
|
|
715
|
+
'youtubeUrl'?: string | null;
|
|
716
|
+
/**
|
|
717
|
+
*
|
|
718
|
+
* @type {Array<ArticleTagItemModel>}
|
|
719
|
+
* @memberof ArticleModel
|
|
720
|
+
*/
|
|
721
|
+
'articleTags'?: Array<ArticleTagItemModel> | null;
|
|
722
|
+
/**
|
|
723
|
+
*
|
|
724
|
+
* @type {Array<MediaModel>}
|
|
725
|
+
* @memberof ArticleModel
|
|
726
|
+
*/
|
|
727
|
+
'medias'?: Array<MediaModel> | null;
|
|
710
728
|
/**
|
|
711
729
|
*
|
|
712
730
|
* @type {Array<LocalizedUrlModel>}
|
|
@@ -960,6 +978,12 @@ export interface BookingItemModel {
|
|
|
960
978
|
* @memberof BookingItemModel
|
|
961
979
|
*/
|
|
962
980
|
'id'?: string;
|
|
981
|
+
/**
|
|
982
|
+
*
|
|
983
|
+
* @type {string}
|
|
984
|
+
* @memberof BookingItemModel
|
|
985
|
+
*/
|
|
986
|
+
'languageCode'?: string | null;
|
|
963
987
|
/**
|
|
964
988
|
*
|
|
965
989
|
* @type {string}
|
|
@@ -983,103 +1007,103 @@ export interface BookingItemModel {
|
|
|
983
1007
|
* @type {string}
|
|
984
1008
|
* @memberof BookingItemModel
|
|
985
1009
|
*/
|
|
986
|
-
'
|
|
1010
|
+
'firstName'?: string | null;
|
|
987
1011
|
/**
|
|
988
1012
|
*
|
|
989
1013
|
* @type {string}
|
|
990
1014
|
* @memberof BookingItemModel
|
|
991
1015
|
*/
|
|
992
|
-
'
|
|
1016
|
+
'lastName'?: string | null;
|
|
993
1017
|
/**
|
|
994
1018
|
*
|
|
995
1019
|
* @type {string}
|
|
996
1020
|
* @memberof BookingItemModel
|
|
997
1021
|
*/
|
|
998
|
-
'
|
|
1022
|
+
'email'?: string | null;
|
|
999
1023
|
/**
|
|
1000
1024
|
*
|
|
1001
1025
|
* @type {string}
|
|
1002
1026
|
* @memberof BookingItemModel
|
|
1003
1027
|
*/
|
|
1004
|
-
'
|
|
1028
|
+
'phone'?: string | null;
|
|
1005
1029
|
/**
|
|
1006
1030
|
*
|
|
1007
|
-
* @type {
|
|
1031
|
+
* @type {Date}
|
|
1008
1032
|
* @memberof BookingItemModel
|
|
1009
1033
|
*/
|
|
1010
|
-
'
|
|
1034
|
+
'dateOfBirth'?: Date | null;
|
|
1011
1035
|
/**
|
|
1012
1036
|
*
|
|
1013
|
-
* @type {
|
|
1037
|
+
* @type {Gender}
|
|
1014
1038
|
* @memberof BookingItemModel
|
|
1015
1039
|
*/
|
|
1016
|
-
'
|
|
1040
|
+
'gender'?: Gender;
|
|
1017
1041
|
/**
|
|
1018
1042
|
*
|
|
1019
1043
|
* @type {string}
|
|
1020
1044
|
* @memberof BookingItemModel
|
|
1021
1045
|
*/
|
|
1022
|
-
'
|
|
1046
|
+
'comment'?: string | null;
|
|
1023
1047
|
/**
|
|
1024
1048
|
*
|
|
1025
1049
|
* @type {string}
|
|
1026
1050
|
* @memberof BookingItemModel
|
|
1027
1051
|
*/
|
|
1028
|
-
'
|
|
1052
|
+
'hospitalId'?: string;
|
|
1029
1053
|
/**
|
|
1030
1054
|
*
|
|
1031
|
-
* @type {
|
|
1055
|
+
* @type {string}
|
|
1032
1056
|
* @memberof BookingItemModel
|
|
1033
1057
|
*/
|
|
1034
|
-
'
|
|
1058
|
+
'hospitalName'?: string | null;
|
|
1035
1059
|
/**
|
|
1036
1060
|
*
|
|
1037
|
-
* @type {
|
|
1061
|
+
* @type {string}
|
|
1038
1062
|
* @memberof BookingItemModel
|
|
1039
1063
|
*/
|
|
1040
|
-
'
|
|
1064
|
+
'hospitalSlug'?: string | null;
|
|
1041
1065
|
/**
|
|
1042
1066
|
*
|
|
1043
1067
|
* @type {string}
|
|
1044
1068
|
* @memberof BookingItemModel
|
|
1045
1069
|
*/
|
|
1046
|
-
'
|
|
1070
|
+
'hospitalTimeZone'?: string | null;
|
|
1047
1071
|
/**
|
|
1048
1072
|
*
|
|
1049
1073
|
* @type {string}
|
|
1050
1074
|
* @memberof BookingItemModel
|
|
1051
1075
|
*/
|
|
1052
|
-
'
|
|
1076
|
+
'dealId'?: string;
|
|
1053
1077
|
/**
|
|
1054
1078
|
*
|
|
1055
1079
|
* @type {string}
|
|
1056
1080
|
* @memberof BookingItemModel
|
|
1057
1081
|
*/
|
|
1058
|
-
'
|
|
1082
|
+
'dealName'?: string | null;
|
|
1059
1083
|
/**
|
|
1060
1084
|
*
|
|
1061
1085
|
* @type {string}
|
|
1062
1086
|
* @memberof BookingItemModel
|
|
1063
1087
|
*/
|
|
1064
|
-
'
|
|
1088
|
+
'dealSlug'?: string | null;
|
|
1065
1089
|
/**
|
|
1066
1090
|
*
|
|
1067
|
-
* @type {
|
|
1091
|
+
* @type {string}
|
|
1068
1092
|
* @memberof BookingItemModel
|
|
1069
1093
|
*/
|
|
1070
|
-
'
|
|
1094
|
+
'dealPackageId'?: string;
|
|
1071
1095
|
/**
|
|
1072
1096
|
*
|
|
1073
|
-
* @type {
|
|
1097
|
+
* @type {RefundPolicy}
|
|
1074
1098
|
* @memberof BookingItemModel
|
|
1075
1099
|
*/
|
|
1076
|
-
'
|
|
1100
|
+
'refundPolicy'?: RefundPolicy;
|
|
1077
1101
|
/**
|
|
1078
1102
|
*
|
|
1079
|
-
* @type {
|
|
1103
|
+
* @type {number}
|
|
1080
1104
|
* @memberof BookingItemModel
|
|
1081
1105
|
*/
|
|
1082
|
-
'
|
|
1106
|
+
'quantity'?: number;
|
|
1083
1107
|
/**
|
|
1084
1108
|
*
|
|
1085
1109
|
* @type {Date}
|
|
@@ -1152,12 +1176,6 @@ export interface BookingItemModel {
|
|
|
1152
1176
|
* @memberof BookingItemModel
|
|
1153
1177
|
*/
|
|
1154
1178
|
'isOpen'?: boolean;
|
|
1155
|
-
/**
|
|
1156
|
-
*
|
|
1157
|
-
* @type {number}
|
|
1158
|
-
* @memberof BookingItemModel
|
|
1159
|
-
*/
|
|
1160
|
-
'completionRate'?: number;
|
|
1161
1179
|
/**
|
|
1162
1180
|
*
|
|
1163
1181
|
* @type {boolean}
|
|
@@ -1177,6 +1195,12 @@ export interface BookingModel {
|
|
|
1177
1195
|
* @memberof BookingModel
|
|
1178
1196
|
*/
|
|
1179
1197
|
'id'?: string;
|
|
1198
|
+
/**
|
|
1199
|
+
*
|
|
1200
|
+
* @type {string}
|
|
1201
|
+
* @memberof BookingModel
|
|
1202
|
+
*/
|
|
1203
|
+
'languageCode'?: string | null;
|
|
1180
1204
|
/**
|
|
1181
1205
|
*
|
|
1182
1206
|
* @type {string}
|
|
@@ -1200,103 +1224,103 @@ export interface BookingModel {
|
|
|
1200
1224
|
* @type {string}
|
|
1201
1225
|
* @memberof BookingModel
|
|
1202
1226
|
*/
|
|
1203
|
-
'
|
|
1227
|
+
'firstName'?: string | null;
|
|
1204
1228
|
/**
|
|
1205
1229
|
*
|
|
1206
1230
|
* @type {string}
|
|
1207
1231
|
* @memberof BookingModel
|
|
1208
1232
|
*/
|
|
1209
|
-
'
|
|
1233
|
+
'lastName'?: string | null;
|
|
1210
1234
|
/**
|
|
1211
1235
|
*
|
|
1212
1236
|
* @type {string}
|
|
1213
1237
|
* @memberof BookingModel
|
|
1214
1238
|
*/
|
|
1215
|
-
'
|
|
1239
|
+
'email'?: string | null;
|
|
1216
1240
|
/**
|
|
1217
1241
|
*
|
|
1218
1242
|
* @type {string}
|
|
1219
1243
|
* @memberof BookingModel
|
|
1220
1244
|
*/
|
|
1221
|
-
'
|
|
1245
|
+
'phone'?: string | null;
|
|
1222
1246
|
/**
|
|
1223
1247
|
*
|
|
1224
|
-
* @type {
|
|
1248
|
+
* @type {Date}
|
|
1225
1249
|
* @memberof BookingModel
|
|
1226
1250
|
*/
|
|
1227
|
-
'
|
|
1251
|
+
'dateOfBirth'?: Date | null;
|
|
1228
1252
|
/**
|
|
1229
1253
|
*
|
|
1230
|
-
* @type {
|
|
1254
|
+
* @type {Gender}
|
|
1231
1255
|
* @memberof BookingModel
|
|
1232
1256
|
*/
|
|
1233
|
-
'
|
|
1257
|
+
'gender'?: Gender;
|
|
1234
1258
|
/**
|
|
1235
1259
|
*
|
|
1236
1260
|
* @type {string}
|
|
1237
1261
|
* @memberof BookingModel
|
|
1238
1262
|
*/
|
|
1239
|
-
'
|
|
1263
|
+
'comment'?: string | null;
|
|
1240
1264
|
/**
|
|
1241
1265
|
*
|
|
1242
1266
|
* @type {string}
|
|
1243
1267
|
* @memberof BookingModel
|
|
1244
1268
|
*/
|
|
1245
|
-
'
|
|
1269
|
+
'hospitalId'?: string;
|
|
1246
1270
|
/**
|
|
1247
1271
|
*
|
|
1248
|
-
* @type {
|
|
1272
|
+
* @type {string}
|
|
1249
1273
|
* @memberof BookingModel
|
|
1250
1274
|
*/
|
|
1251
|
-
'
|
|
1275
|
+
'hospitalName'?: string | null;
|
|
1252
1276
|
/**
|
|
1253
1277
|
*
|
|
1254
|
-
* @type {
|
|
1278
|
+
* @type {string}
|
|
1255
1279
|
* @memberof BookingModel
|
|
1256
1280
|
*/
|
|
1257
|
-
'
|
|
1281
|
+
'hospitalSlug'?: string | null;
|
|
1258
1282
|
/**
|
|
1259
1283
|
*
|
|
1260
1284
|
* @type {string}
|
|
1261
1285
|
* @memberof BookingModel
|
|
1262
1286
|
*/
|
|
1263
|
-
'
|
|
1287
|
+
'hospitalTimeZone'?: string | null;
|
|
1264
1288
|
/**
|
|
1265
1289
|
*
|
|
1266
1290
|
* @type {string}
|
|
1267
1291
|
* @memberof BookingModel
|
|
1268
1292
|
*/
|
|
1269
|
-
'
|
|
1293
|
+
'dealId'?: string;
|
|
1270
1294
|
/**
|
|
1271
1295
|
*
|
|
1272
1296
|
* @type {string}
|
|
1273
1297
|
* @memberof BookingModel
|
|
1274
1298
|
*/
|
|
1275
|
-
'
|
|
1299
|
+
'dealName'?: string | null;
|
|
1276
1300
|
/**
|
|
1277
1301
|
*
|
|
1278
1302
|
* @type {string}
|
|
1279
1303
|
* @memberof BookingModel
|
|
1280
1304
|
*/
|
|
1281
|
-
'
|
|
1305
|
+
'dealSlug'?: string | null;
|
|
1282
1306
|
/**
|
|
1283
1307
|
*
|
|
1284
|
-
* @type {
|
|
1308
|
+
* @type {string}
|
|
1285
1309
|
* @memberof BookingModel
|
|
1286
1310
|
*/
|
|
1287
|
-
'
|
|
1311
|
+
'dealPackageId'?: string;
|
|
1288
1312
|
/**
|
|
1289
1313
|
*
|
|
1290
|
-
* @type {
|
|
1314
|
+
* @type {RefundPolicy}
|
|
1291
1315
|
* @memberof BookingModel
|
|
1292
1316
|
*/
|
|
1293
|
-
'
|
|
1317
|
+
'refundPolicy'?: RefundPolicy;
|
|
1294
1318
|
/**
|
|
1295
1319
|
*
|
|
1296
|
-
* @type {
|
|
1320
|
+
* @type {number}
|
|
1297
1321
|
* @memberof BookingModel
|
|
1298
1322
|
*/
|
|
1299
|
-
'
|
|
1323
|
+
'quantity'?: number;
|
|
1300
1324
|
/**
|
|
1301
1325
|
*
|
|
1302
1326
|
* @type {Date}
|
|
@@ -1369,12 +1393,6 @@ export interface BookingModel {
|
|
|
1369
1393
|
* @memberof BookingModel
|
|
1370
1394
|
*/
|
|
1371
1395
|
'isOpen'?: boolean;
|
|
1372
|
-
/**
|
|
1373
|
-
*
|
|
1374
|
-
* @type {number}
|
|
1375
|
-
* @memberof BookingModel
|
|
1376
|
-
*/
|
|
1377
|
-
'completionRate'?: number;
|
|
1378
1396
|
/**
|
|
1379
1397
|
*
|
|
1380
1398
|
* @type {boolean}
|
|
@@ -1620,6 +1638,12 @@ export interface ConsultationItemModel {
|
|
|
1620
1638
|
* @memberof ConsultationItemModel
|
|
1621
1639
|
*/
|
|
1622
1640
|
'id'?: string;
|
|
1641
|
+
/**
|
|
1642
|
+
*
|
|
1643
|
+
* @type {string}
|
|
1644
|
+
* @memberof ConsultationItemModel
|
|
1645
|
+
*/
|
|
1646
|
+
'languageCode'?: string | null;
|
|
1623
1647
|
/**
|
|
1624
1648
|
*
|
|
1625
1649
|
* @type {ConsultationType}
|
|
@@ -1649,139 +1673,115 @@ export interface ConsultationItemModel {
|
|
|
1649
1673
|
* @type {string}
|
|
1650
1674
|
* @memberof ConsultationItemModel
|
|
1651
1675
|
*/
|
|
1652
|
-
'
|
|
1653
|
-
/**
|
|
1654
|
-
*
|
|
1655
|
-
* @type {string}
|
|
1656
|
-
* @memberof ConsultationItemModel
|
|
1657
|
-
*/
|
|
1658
|
-
'hospitalId'?: string;
|
|
1676
|
+
'firstName'?: string | null;
|
|
1659
1677
|
/**
|
|
1660
1678
|
*
|
|
1661
1679
|
* @type {string}
|
|
1662
1680
|
* @memberof ConsultationItemModel
|
|
1663
1681
|
*/
|
|
1664
|
-
'
|
|
1682
|
+
'lastName'?: string | null;
|
|
1665
1683
|
/**
|
|
1666
1684
|
*
|
|
1667
1685
|
* @type {string}
|
|
1668
1686
|
* @memberof ConsultationItemModel
|
|
1669
1687
|
*/
|
|
1670
|
-
'
|
|
1688
|
+
'email'?: string | null;
|
|
1671
1689
|
/**
|
|
1672
1690
|
*
|
|
1673
1691
|
* @type {string}
|
|
1674
1692
|
* @memberof ConsultationItemModel
|
|
1675
1693
|
*/
|
|
1676
|
-
'
|
|
1694
|
+
'phone'?: string | null;
|
|
1677
1695
|
/**
|
|
1678
1696
|
*
|
|
1679
|
-
* @type {
|
|
1697
|
+
* @type {Date}
|
|
1680
1698
|
* @memberof ConsultationItemModel
|
|
1681
1699
|
*/
|
|
1682
|
-
'
|
|
1700
|
+
'dateOfBirth'?: Date | null;
|
|
1683
1701
|
/**
|
|
1684
1702
|
*
|
|
1685
|
-
* @type {
|
|
1703
|
+
* @type {Gender}
|
|
1686
1704
|
* @memberof ConsultationItemModel
|
|
1687
1705
|
*/
|
|
1688
|
-
'
|
|
1706
|
+
'gender'?: Gender;
|
|
1689
1707
|
/**
|
|
1690
1708
|
*
|
|
1691
1709
|
* @type {string}
|
|
1692
1710
|
* @memberof ConsultationItemModel
|
|
1693
1711
|
*/
|
|
1694
|
-
'
|
|
1712
|
+
'comment'?: string | null;
|
|
1695
1713
|
/**
|
|
1696
1714
|
*
|
|
1697
1715
|
* @type {string}
|
|
1698
1716
|
* @memberof ConsultationItemModel
|
|
1699
1717
|
*/
|
|
1700
|
-
'
|
|
1718
|
+
'hospitalId'?: string;
|
|
1701
1719
|
/**
|
|
1702
1720
|
*
|
|
1703
1721
|
* @type {string}
|
|
1704
1722
|
* @memberof ConsultationItemModel
|
|
1705
1723
|
*/
|
|
1706
|
-
'
|
|
1724
|
+
'hospitalName'?: string | null;
|
|
1707
1725
|
/**
|
|
1708
1726
|
*
|
|
1709
1727
|
* @type {string}
|
|
1710
1728
|
* @memberof ConsultationItemModel
|
|
1711
1729
|
*/
|
|
1712
|
-
'
|
|
1730
|
+
'hospitalSlug'?: string | null;
|
|
1713
1731
|
/**
|
|
1714
1732
|
*
|
|
1715
1733
|
* @type {string}
|
|
1716
1734
|
* @memberof ConsultationItemModel
|
|
1717
1735
|
*/
|
|
1718
|
-
'
|
|
1736
|
+
'hospitalTimeZone'?: string | null;
|
|
1719
1737
|
/**
|
|
1720
1738
|
*
|
|
1721
1739
|
* @type {string}
|
|
1722
1740
|
* @memberof ConsultationItemModel
|
|
1723
1741
|
*/
|
|
1724
|
-
'
|
|
1742
|
+
'doctorId'?: string | null;
|
|
1725
1743
|
/**
|
|
1726
1744
|
*
|
|
1727
1745
|
* @type {string}
|
|
1728
1746
|
* @memberof ConsultationItemModel
|
|
1729
1747
|
*/
|
|
1730
|
-
'
|
|
1748
|
+
'doctorName'?: string | null;
|
|
1731
1749
|
/**
|
|
1732
1750
|
*
|
|
1733
1751
|
* @type {string}
|
|
1734
1752
|
* @memberof ConsultationItemModel
|
|
1735
1753
|
*/
|
|
1736
|
-
'
|
|
1737
|
-
/**
|
|
1738
|
-
*
|
|
1739
|
-
* @type {boolean}
|
|
1740
|
-
* @memberof ConsultationItemModel
|
|
1741
|
-
*/
|
|
1742
|
-
'isAccountHolder'?: boolean;
|
|
1754
|
+
'doctorSlug'?: string | null;
|
|
1743
1755
|
/**
|
|
1744
1756
|
*
|
|
1745
1757
|
* @type {string}
|
|
1746
1758
|
* @memberof ConsultationItemModel
|
|
1747
1759
|
*/
|
|
1748
|
-
'
|
|
1760
|
+
'dealId'?: string | null;
|
|
1749
1761
|
/**
|
|
1750
1762
|
*
|
|
1751
1763
|
* @type {string}
|
|
1752
1764
|
* @memberof ConsultationItemModel
|
|
1753
1765
|
*/
|
|
1754
|
-
'
|
|
1766
|
+
'dealName'?: string | null;
|
|
1755
1767
|
/**
|
|
1756
1768
|
*
|
|
1757
1769
|
* @type {string}
|
|
1758
1770
|
* @memberof ConsultationItemModel
|
|
1759
1771
|
*/
|
|
1760
|
-
'
|
|
1772
|
+
'dealSlug'?: string | null;
|
|
1761
1773
|
/**
|
|
1762
1774
|
*
|
|
1763
1775
|
* @type {string}
|
|
1764
1776
|
* @memberof ConsultationItemModel
|
|
1765
1777
|
*/
|
|
1766
|
-
'
|
|
1767
|
-
/**
|
|
1768
|
-
*
|
|
1769
|
-
* @type {Date}
|
|
1770
|
-
* @memberof ConsultationItemModel
|
|
1771
|
-
*/
|
|
1772
|
-
'dateOfBirth'?: Date | null;
|
|
1773
|
-
/**
|
|
1774
|
-
*
|
|
1775
|
-
* @type {Gender}
|
|
1776
|
-
* @memberof ConsultationItemModel
|
|
1777
|
-
*/
|
|
1778
|
-
'gender'?: Gender;
|
|
1778
|
+
'language'?: string | null;
|
|
1779
1779
|
/**
|
|
1780
1780
|
*
|
|
1781
|
-
* @type {
|
|
1781
|
+
* @type {boolean}
|
|
1782
1782
|
* @memberof ConsultationItemModel
|
|
1783
1783
|
*/
|
|
1784
|
-
'
|
|
1784
|
+
'isAccountHolder'?: boolean;
|
|
1785
1785
|
/**
|
|
1786
1786
|
*
|
|
1787
1787
|
* @type {string}
|
|
@@ -1812,18 +1812,6 @@ export interface ConsultationItemModel {
|
|
|
1812
1812
|
* @memberof ConsultationItemModel
|
|
1813
1813
|
*/
|
|
1814
1814
|
'confirmedDateEnd'?: Date | null;
|
|
1815
|
-
/**
|
|
1816
|
-
*
|
|
1817
|
-
* @type {string}
|
|
1818
|
-
* @memberof ConsultationItemModel
|
|
1819
|
-
*/
|
|
1820
|
-
'callerName'?: string | null;
|
|
1821
|
-
/**
|
|
1822
|
-
*
|
|
1823
|
-
* @type {string}
|
|
1824
|
-
* @memberof ConsultationItemModel
|
|
1825
|
-
*/
|
|
1826
|
-
'callerId'?: string | null;
|
|
1827
1815
|
/**
|
|
1828
1816
|
*
|
|
1829
1817
|
* @type {number}
|
|
@@ -1848,6 +1836,12 @@ export interface ConsultationItemModel {
|
|
|
1848
1836
|
* @memberof ConsultationItemModel
|
|
1849
1837
|
*/
|
|
1850
1838
|
'requestDate'?: Date;
|
|
1839
|
+
/**
|
|
1840
|
+
*
|
|
1841
|
+
* @type {string}
|
|
1842
|
+
* @memberof ConsultationItemModel
|
|
1843
|
+
*/
|
|
1844
|
+
'domain'?: string | null;
|
|
1851
1845
|
/**
|
|
1852
1846
|
*
|
|
1853
1847
|
* @type {ConsultationStatus}
|
|
@@ -1872,6 +1866,12 @@ export interface ConsultationItemModel {
|
|
|
1872
1866
|
* @memberof ConsultationItemModel
|
|
1873
1867
|
*/
|
|
1874
1868
|
'paymentId'?: string | null;
|
|
1869
|
+
/**
|
|
1870
|
+
*
|
|
1871
|
+
* @type {boolean}
|
|
1872
|
+
* @memberof ConsultationItemModel
|
|
1873
|
+
*/
|
|
1874
|
+
'paymentEnabled'?: boolean;
|
|
1875
1875
|
/**
|
|
1876
1876
|
*
|
|
1877
1877
|
* @type {number}
|
|
@@ -1897,6 +1897,12 @@ export interface ConsultationModel {
|
|
|
1897
1897
|
* @memberof ConsultationModel
|
|
1898
1898
|
*/
|
|
1899
1899
|
'id'?: string;
|
|
1900
|
+
/**
|
|
1901
|
+
*
|
|
1902
|
+
* @type {string}
|
|
1903
|
+
* @memberof ConsultationModel
|
|
1904
|
+
*/
|
|
1905
|
+
'languageCode'?: string | null;
|
|
1900
1906
|
/**
|
|
1901
1907
|
*
|
|
1902
1908
|
* @type {ConsultationType}
|
|
@@ -1926,139 +1932,115 @@ export interface ConsultationModel {
|
|
|
1926
1932
|
* @type {string}
|
|
1927
1933
|
* @memberof ConsultationModel
|
|
1928
1934
|
*/
|
|
1929
|
-
'
|
|
1930
|
-
/**
|
|
1931
|
-
*
|
|
1932
|
-
* @type {string}
|
|
1933
|
-
* @memberof ConsultationModel
|
|
1934
|
-
*/
|
|
1935
|
-
'hospitalId'?: string;
|
|
1935
|
+
'firstName'?: string | null;
|
|
1936
1936
|
/**
|
|
1937
1937
|
*
|
|
1938
1938
|
* @type {string}
|
|
1939
1939
|
* @memberof ConsultationModel
|
|
1940
1940
|
*/
|
|
1941
|
-
'
|
|
1941
|
+
'lastName'?: string | null;
|
|
1942
1942
|
/**
|
|
1943
1943
|
*
|
|
1944
1944
|
* @type {string}
|
|
1945
1945
|
* @memberof ConsultationModel
|
|
1946
1946
|
*/
|
|
1947
|
-
'
|
|
1947
|
+
'email'?: string | null;
|
|
1948
1948
|
/**
|
|
1949
1949
|
*
|
|
1950
1950
|
* @type {string}
|
|
1951
1951
|
* @memberof ConsultationModel
|
|
1952
1952
|
*/
|
|
1953
|
-
'
|
|
1953
|
+
'phone'?: string | null;
|
|
1954
1954
|
/**
|
|
1955
1955
|
*
|
|
1956
|
-
* @type {
|
|
1956
|
+
* @type {Date}
|
|
1957
1957
|
* @memberof ConsultationModel
|
|
1958
1958
|
*/
|
|
1959
|
-
'
|
|
1959
|
+
'dateOfBirth'?: Date | null;
|
|
1960
1960
|
/**
|
|
1961
1961
|
*
|
|
1962
|
-
* @type {
|
|
1962
|
+
* @type {Gender}
|
|
1963
1963
|
* @memberof ConsultationModel
|
|
1964
1964
|
*/
|
|
1965
|
-
'
|
|
1965
|
+
'gender'?: Gender;
|
|
1966
1966
|
/**
|
|
1967
1967
|
*
|
|
1968
1968
|
* @type {string}
|
|
1969
1969
|
* @memberof ConsultationModel
|
|
1970
1970
|
*/
|
|
1971
|
-
'
|
|
1971
|
+
'comment'?: string | null;
|
|
1972
1972
|
/**
|
|
1973
1973
|
*
|
|
1974
1974
|
* @type {string}
|
|
1975
1975
|
* @memberof ConsultationModel
|
|
1976
1976
|
*/
|
|
1977
|
-
'
|
|
1977
|
+
'hospitalId'?: string;
|
|
1978
1978
|
/**
|
|
1979
1979
|
*
|
|
1980
1980
|
* @type {string}
|
|
1981
1981
|
* @memberof ConsultationModel
|
|
1982
1982
|
*/
|
|
1983
|
-
'
|
|
1983
|
+
'hospitalName'?: string | null;
|
|
1984
1984
|
/**
|
|
1985
1985
|
*
|
|
1986
1986
|
* @type {string}
|
|
1987
1987
|
* @memberof ConsultationModel
|
|
1988
1988
|
*/
|
|
1989
|
-
'
|
|
1989
|
+
'hospitalSlug'?: string | null;
|
|
1990
1990
|
/**
|
|
1991
1991
|
*
|
|
1992
1992
|
* @type {string}
|
|
1993
1993
|
* @memberof ConsultationModel
|
|
1994
1994
|
*/
|
|
1995
|
-
'
|
|
1995
|
+
'hospitalTimeZone'?: string | null;
|
|
1996
1996
|
/**
|
|
1997
1997
|
*
|
|
1998
1998
|
* @type {string}
|
|
1999
1999
|
* @memberof ConsultationModel
|
|
2000
2000
|
*/
|
|
2001
|
-
'
|
|
2001
|
+
'doctorId'?: string | null;
|
|
2002
2002
|
/**
|
|
2003
2003
|
*
|
|
2004
2004
|
* @type {string}
|
|
2005
2005
|
* @memberof ConsultationModel
|
|
2006
2006
|
*/
|
|
2007
|
-
'
|
|
2007
|
+
'doctorName'?: string | null;
|
|
2008
2008
|
/**
|
|
2009
2009
|
*
|
|
2010
2010
|
* @type {string}
|
|
2011
2011
|
* @memberof ConsultationModel
|
|
2012
2012
|
*/
|
|
2013
|
-
'
|
|
2014
|
-
/**
|
|
2015
|
-
*
|
|
2016
|
-
* @type {boolean}
|
|
2017
|
-
* @memberof ConsultationModel
|
|
2018
|
-
*/
|
|
2019
|
-
'isAccountHolder'?: boolean;
|
|
2013
|
+
'doctorSlug'?: string | null;
|
|
2020
2014
|
/**
|
|
2021
2015
|
*
|
|
2022
2016
|
* @type {string}
|
|
2023
2017
|
* @memberof ConsultationModel
|
|
2024
2018
|
*/
|
|
2025
|
-
'
|
|
2019
|
+
'dealId'?: string | null;
|
|
2026
2020
|
/**
|
|
2027
2021
|
*
|
|
2028
2022
|
* @type {string}
|
|
2029
2023
|
* @memberof ConsultationModel
|
|
2030
2024
|
*/
|
|
2031
|
-
'
|
|
2025
|
+
'dealName'?: string | null;
|
|
2032
2026
|
/**
|
|
2033
2027
|
*
|
|
2034
2028
|
* @type {string}
|
|
2035
2029
|
* @memberof ConsultationModel
|
|
2036
2030
|
*/
|
|
2037
|
-
'
|
|
2031
|
+
'dealSlug'?: string | null;
|
|
2038
2032
|
/**
|
|
2039
2033
|
*
|
|
2040
2034
|
* @type {string}
|
|
2041
2035
|
* @memberof ConsultationModel
|
|
2042
2036
|
*/
|
|
2043
|
-
'
|
|
2044
|
-
/**
|
|
2045
|
-
*
|
|
2046
|
-
* @type {Date}
|
|
2047
|
-
* @memberof ConsultationModel
|
|
2048
|
-
*/
|
|
2049
|
-
'dateOfBirth'?: Date | null;
|
|
2050
|
-
/**
|
|
2051
|
-
*
|
|
2052
|
-
* @type {Gender}
|
|
2053
|
-
* @memberof ConsultationModel
|
|
2054
|
-
*/
|
|
2055
|
-
'gender'?: Gender;
|
|
2037
|
+
'language'?: string | null;
|
|
2056
2038
|
/**
|
|
2057
2039
|
*
|
|
2058
|
-
* @type {
|
|
2040
|
+
* @type {boolean}
|
|
2059
2041
|
* @memberof ConsultationModel
|
|
2060
2042
|
*/
|
|
2061
|
-
'
|
|
2043
|
+
'isAccountHolder'?: boolean;
|
|
2062
2044
|
/**
|
|
2063
2045
|
*
|
|
2064
2046
|
* @type {string}
|
|
@@ -2076,31 +2058,19 @@ export interface ConsultationModel {
|
|
|
2076
2058
|
* @type {Date}
|
|
2077
2059
|
* @memberof ConsultationModel
|
|
2078
2060
|
*/
|
|
2079
|
-
'approximateDateEnd'?: Date;
|
|
2080
|
-
/**
|
|
2081
|
-
*
|
|
2082
|
-
* @type {Date}
|
|
2083
|
-
* @memberof ConsultationModel
|
|
2084
|
-
*/
|
|
2085
|
-
'confirmedDateStart'?: Date | null;
|
|
2086
|
-
/**
|
|
2087
|
-
*
|
|
2088
|
-
* @type {Date}
|
|
2089
|
-
* @memberof ConsultationModel
|
|
2090
|
-
*/
|
|
2091
|
-
'confirmedDateEnd'?: Date | null;
|
|
2061
|
+
'approximateDateEnd'?: Date;
|
|
2092
2062
|
/**
|
|
2093
2063
|
*
|
|
2094
|
-
* @type {
|
|
2064
|
+
* @type {Date}
|
|
2095
2065
|
* @memberof ConsultationModel
|
|
2096
2066
|
*/
|
|
2097
|
-
'
|
|
2067
|
+
'confirmedDateStart'?: Date | null;
|
|
2098
2068
|
/**
|
|
2099
2069
|
*
|
|
2100
|
-
* @type {
|
|
2070
|
+
* @type {Date}
|
|
2101
2071
|
* @memberof ConsultationModel
|
|
2102
2072
|
*/
|
|
2103
|
-
'
|
|
2073
|
+
'confirmedDateEnd'?: Date | null;
|
|
2104
2074
|
/**
|
|
2105
2075
|
*
|
|
2106
2076
|
* @type {number}
|
|
@@ -2125,6 +2095,12 @@ export interface ConsultationModel {
|
|
|
2125
2095
|
* @memberof ConsultationModel
|
|
2126
2096
|
*/
|
|
2127
2097
|
'requestDate'?: Date;
|
|
2098
|
+
/**
|
|
2099
|
+
*
|
|
2100
|
+
* @type {string}
|
|
2101
|
+
* @memberof ConsultationModel
|
|
2102
|
+
*/
|
|
2103
|
+
'domain'?: string | null;
|
|
2128
2104
|
/**
|
|
2129
2105
|
*
|
|
2130
2106
|
* @type {ConsultationStatus}
|
|
@@ -2149,6 +2125,12 @@ export interface ConsultationModel {
|
|
|
2149
2125
|
* @memberof ConsultationModel
|
|
2150
2126
|
*/
|
|
2151
2127
|
'paymentId'?: string | null;
|
|
2128
|
+
/**
|
|
2129
|
+
*
|
|
2130
|
+
* @type {boolean}
|
|
2131
|
+
* @memberof ConsultationModel
|
|
2132
|
+
*/
|
|
2133
|
+
'paymentEnabled'?: boolean;
|
|
2152
2134
|
/**
|
|
2153
2135
|
*
|
|
2154
2136
|
* @type {number}
|
|
@@ -3256,49 +3238,49 @@ export interface DealPackageItemModel {
|
|
|
3256
3238
|
* @type {string}
|
|
3257
3239
|
* @memberof DealPackageItemModel
|
|
3258
3240
|
*/
|
|
3259
|
-
'
|
|
3241
|
+
'languageCode'?: string | null;
|
|
3260
3242
|
/**
|
|
3261
3243
|
*
|
|
3262
3244
|
* @type {string}
|
|
3263
3245
|
* @memberof DealPackageItemModel
|
|
3264
3246
|
*/
|
|
3265
|
-
'
|
|
3247
|
+
'dealId'?: string;
|
|
3266
3248
|
/**
|
|
3267
3249
|
*
|
|
3268
3250
|
* @type {string}
|
|
3269
3251
|
* @memberof DealPackageItemModel
|
|
3270
3252
|
*/
|
|
3271
|
-
'
|
|
3253
|
+
'dealName'?: string | null;
|
|
3272
3254
|
/**
|
|
3273
3255
|
*
|
|
3274
3256
|
* @type {string}
|
|
3275
3257
|
* @memberof DealPackageItemModel
|
|
3276
3258
|
*/
|
|
3277
|
-
'
|
|
3259
|
+
'dealSlug'?: string | null;
|
|
3278
3260
|
/**
|
|
3279
3261
|
*
|
|
3280
|
-
* @type {
|
|
3262
|
+
* @type {string}
|
|
3281
3263
|
* @memberof DealPackageItemModel
|
|
3282
3264
|
*/
|
|
3283
|
-
'
|
|
3265
|
+
'hospitalId'?: string;
|
|
3284
3266
|
/**
|
|
3285
3267
|
*
|
|
3286
3268
|
* @type {string}
|
|
3287
3269
|
* @memberof DealPackageItemModel
|
|
3288
3270
|
*/
|
|
3289
|
-
'
|
|
3271
|
+
'hospitalName'?: string | null;
|
|
3290
3272
|
/**
|
|
3291
3273
|
*
|
|
3292
3274
|
* @type {string}
|
|
3293
3275
|
* @memberof DealPackageItemModel
|
|
3294
3276
|
*/
|
|
3295
|
-
'
|
|
3277
|
+
'hospitalSlug'?: string | null;
|
|
3296
3278
|
/**
|
|
3297
3279
|
*
|
|
3298
|
-
* @type {
|
|
3280
|
+
* @type {RefundPolicy}
|
|
3299
3281
|
* @memberof DealPackageItemModel
|
|
3300
3282
|
*/
|
|
3301
|
-
'
|
|
3283
|
+
'refundPolicy'?: RefundPolicy;
|
|
3302
3284
|
/**
|
|
3303
3285
|
*
|
|
3304
3286
|
* @type {string}
|
|
@@ -3335,49 +3317,49 @@ export interface DealPackageModel {
|
|
|
3335
3317
|
* @type {string}
|
|
3336
3318
|
* @memberof DealPackageModel
|
|
3337
3319
|
*/
|
|
3338
|
-
'
|
|
3320
|
+
'languageCode'?: string | null;
|
|
3339
3321
|
/**
|
|
3340
3322
|
*
|
|
3341
3323
|
* @type {string}
|
|
3342
3324
|
* @memberof DealPackageModel
|
|
3343
3325
|
*/
|
|
3344
|
-
'
|
|
3326
|
+
'dealId'?: string;
|
|
3345
3327
|
/**
|
|
3346
3328
|
*
|
|
3347
3329
|
* @type {string}
|
|
3348
3330
|
* @memberof DealPackageModel
|
|
3349
3331
|
*/
|
|
3350
|
-
'
|
|
3332
|
+
'dealName'?: string | null;
|
|
3351
3333
|
/**
|
|
3352
3334
|
*
|
|
3353
3335
|
* @type {string}
|
|
3354
3336
|
* @memberof DealPackageModel
|
|
3355
3337
|
*/
|
|
3356
|
-
'
|
|
3338
|
+
'dealSlug'?: string | null;
|
|
3357
3339
|
/**
|
|
3358
3340
|
*
|
|
3359
|
-
* @type {
|
|
3341
|
+
* @type {string}
|
|
3360
3342
|
* @memberof DealPackageModel
|
|
3361
3343
|
*/
|
|
3362
|
-
'
|
|
3344
|
+
'hospitalId'?: string;
|
|
3363
3345
|
/**
|
|
3364
3346
|
*
|
|
3365
3347
|
* @type {string}
|
|
3366
3348
|
* @memberof DealPackageModel
|
|
3367
3349
|
*/
|
|
3368
|
-
'
|
|
3350
|
+
'hospitalName'?: string | null;
|
|
3369
3351
|
/**
|
|
3370
3352
|
*
|
|
3371
3353
|
* @type {string}
|
|
3372
3354
|
* @memberof DealPackageModel
|
|
3373
3355
|
*/
|
|
3374
|
-
'
|
|
3356
|
+
'hospitalSlug'?: string | null;
|
|
3375
3357
|
/**
|
|
3376
3358
|
*
|
|
3377
|
-
* @type {
|
|
3359
|
+
* @type {RefundPolicy}
|
|
3378
3360
|
* @memberof DealPackageModel
|
|
3379
3361
|
*/
|
|
3380
|
-
'
|
|
3362
|
+
'refundPolicy'?: RefundPolicy;
|
|
3381
3363
|
/**
|
|
3382
3364
|
*
|
|
3383
3365
|
* @type {string}
|
|
@@ -3396,6 +3378,24 @@ export interface DealPackageModel {
|
|
|
3396
3378
|
* @memberof DealPackageModel
|
|
3397
3379
|
*/
|
|
3398
3380
|
'auditableEntity'?: AuditableEntity;
|
|
3381
|
+
/**
|
|
3382
|
+
*
|
|
3383
|
+
* @type {string}
|
|
3384
|
+
* @memberof DealPackageModel
|
|
3385
|
+
*/
|
|
3386
|
+
'additionalServices'?: string | null;
|
|
3387
|
+
/**
|
|
3388
|
+
*
|
|
3389
|
+
* @type {string}
|
|
3390
|
+
* @memberof DealPackageModel
|
|
3391
|
+
*/
|
|
3392
|
+
'accomodation'?: string | null;
|
|
3393
|
+
/**
|
|
3394
|
+
*
|
|
3395
|
+
* @type {string}
|
|
3396
|
+
* @memberof DealPackageModel
|
|
3397
|
+
*/
|
|
3398
|
+
'transfer'?: string | null;
|
|
3399
3399
|
}
|
|
3400
3400
|
/**
|
|
3401
3401
|
*
|
|
@@ -3422,6 +3422,12 @@ export interface DealPackagesModel {
|
|
|
3422
3422
|
* @interface DealServiceItemModel
|
|
3423
3423
|
*/
|
|
3424
3424
|
export interface DealServiceItemModel {
|
|
3425
|
+
/**
|
|
3426
|
+
*
|
|
3427
|
+
* @type {string}
|
|
3428
|
+
* @memberof DealServiceItemModel
|
|
3429
|
+
*/
|
|
3430
|
+
'languageCode'?: string | null;
|
|
3425
3431
|
/**
|
|
3426
3432
|
*
|
|
3427
3433
|
* @type {string}
|
|
@@ -3434,6 +3440,12 @@ export interface DealServiceItemModel {
|
|
|
3434
3440
|
* @memberof DealServiceItemModel
|
|
3435
3441
|
*/
|
|
3436
3442
|
'dealName'?: string | null;
|
|
3443
|
+
/**
|
|
3444
|
+
*
|
|
3445
|
+
* @type {string}
|
|
3446
|
+
* @memberof DealServiceItemModel
|
|
3447
|
+
*/
|
|
3448
|
+
'dealSlug'?: string | null;
|
|
3437
3449
|
/**
|
|
3438
3450
|
*
|
|
3439
3451
|
* @type {string}
|
|
@@ -3446,6 +3458,12 @@ export interface DealServiceItemModel {
|
|
|
3446
3458
|
* @memberof DealServiceItemModel
|
|
3447
3459
|
*/
|
|
3448
3460
|
'serviceName'?: string | null;
|
|
3461
|
+
/**
|
|
3462
|
+
*
|
|
3463
|
+
* @type {string}
|
|
3464
|
+
* @memberof DealServiceItemModel
|
|
3465
|
+
*/
|
|
3466
|
+
'serviceSlug'?: string | null;
|
|
3449
3467
|
/**
|
|
3450
3468
|
*
|
|
3451
3469
|
* @type {number}
|
|
@@ -3459,6 +3477,12 @@ export interface DealServiceItemModel {
|
|
|
3459
3477
|
* @interface DealServiceModel
|
|
3460
3478
|
*/
|
|
3461
3479
|
export interface DealServiceModel {
|
|
3480
|
+
/**
|
|
3481
|
+
*
|
|
3482
|
+
* @type {string}
|
|
3483
|
+
* @memberof DealServiceModel
|
|
3484
|
+
*/
|
|
3485
|
+
'languageCode'?: string | null;
|
|
3462
3486
|
/**
|
|
3463
3487
|
*
|
|
3464
3488
|
* @type {string}
|
|
@@ -3471,6 +3495,12 @@ export interface DealServiceModel {
|
|
|
3471
3495
|
* @memberof DealServiceModel
|
|
3472
3496
|
*/
|
|
3473
3497
|
'dealName'?: string | null;
|
|
3498
|
+
/**
|
|
3499
|
+
*
|
|
3500
|
+
* @type {string}
|
|
3501
|
+
* @memberof DealServiceModel
|
|
3502
|
+
*/
|
|
3503
|
+
'dealSlug'?: string | null;
|
|
3474
3504
|
/**
|
|
3475
3505
|
*
|
|
3476
3506
|
* @type {string}
|
|
@@ -3483,6 +3513,12 @@ export interface DealServiceModel {
|
|
|
3483
3513
|
* @memberof DealServiceModel
|
|
3484
3514
|
*/
|
|
3485
3515
|
'serviceName'?: string | null;
|
|
3516
|
+
/**
|
|
3517
|
+
*
|
|
3518
|
+
* @type {string}
|
|
3519
|
+
* @memberof DealServiceModel
|
|
3520
|
+
*/
|
|
3521
|
+
'serviceSlug'?: string | null;
|
|
3486
3522
|
/**
|
|
3487
3523
|
*
|
|
3488
3524
|
* @type {number}
|
|
@@ -3555,71 +3591,215 @@ export interface DealsSimpleModel {
|
|
|
3555
3591
|
export interface DoctorAffiliationItemModel {
|
|
3556
3592
|
/**
|
|
3557
3593
|
*
|
|
3558
|
-
* @type {string}
|
|
3559
|
-
* @memberof DoctorAffiliationItemModel
|
|
3594
|
+
* @type {string}
|
|
3595
|
+
* @memberof DoctorAffiliationItemModel
|
|
3596
|
+
*/
|
|
3597
|
+
'id'?: string;
|
|
3598
|
+
/**
|
|
3599
|
+
*
|
|
3600
|
+
* @type {string}
|
|
3601
|
+
* @memberof DoctorAffiliationItemModel
|
|
3602
|
+
*/
|
|
3603
|
+
'languageCode'?: string | null;
|
|
3604
|
+
/**
|
|
3605
|
+
*
|
|
3606
|
+
* @type {string}
|
|
3607
|
+
* @memberof DoctorAffiliationItemModel
|
|
3608
|
+
*/
|
|
3609
|
+
'hospitalId'?: string;
|
|
3610
|
+
/**
|
|
3611
|
+
*
|
|
3612
|
+
* @type {string}
|
|
3613
|
+
* @memberof DoctorAffiliationItemModel
|
|
3614
|
+
*/
|
|
3615
|
+
'hospitalName'?: string | null;
|
|
3616
|
+
/**
|
|
3617
|
+
*
|
|
3618
|
+
* @type {string}
|
|
3619
|
+
* @memberof DoctorAffiliationItemModel
|
|
3620
|
+
*/
|
|
3621
|
+
'hospitalSlug'?: string | null;
|
|
3622
|
+
/**
|
|
3623
|
+
*
|
|
3624
|
+
* @type {string}
|
|
3625
|
+
* @memberof DoctorAffiliationItemModel
|
|
3626
|
+
*/
|
|
3627
|
+
'name'?: string | null;
|
|
3628
|
+
/**
|
|
3629
|
+
*
|
|
3630
|
+
* @type {string}
|
|
3631
|
+
* @memberof DoctorAffiliationItemModel
|
|
3632
|
+
*/
|
|
3633
|
+
'slug'?: string | null;
|
|
3634
|
+
/**
|
|
3635
|
+
*
|
|
3636
|
+
* @type {boolean}
|
|
3637
|
+
* @memberof DoctorAffiliationItemModel
|
|
3638
|
+
*/
|
|
3639
|
+
'confirmed'?: boolean;
|
|
3640
|
+
/**
|
|
3641
|
+
*
|
|
3642
|
+
* @type {string}
|
|
3643
|
+
* @memberof DoctorAffiliationItemModel
|
|
3644
|
+
*/
|
|
3645
|
+
'photo'?: string | null;
|
|
3646
|
+
/**
|
|
3647
|
+
*
|
|
3648
|
+
* @type {string}
|
|
3649
|
+
* @memberof DoctorAffiliationItemModel
|
|
3650
|
+
*/
|
|
3651
|
+
'photoThumbnail'?: string | null;
|
|
3652
|
+
/**
|
|
3653
|
+
*
|
|
3654
|
+
* @type {boolean}
|
|
3655
|
+
* @memberof DoctorAffiliationItemModel
|
|
3656
|
+
*/
|
|
3657
|
+
'consultationEnabled'?: boolean | null;
|
|
3658
|
+
/**
|
|
3659
|
+
*
|
|
3660
|
+
* @type {number}
|
|
3661
|
+
* @memberof DoctorAffiliationItemModel
|
|
3662
|
+
*/
|
|
3663
|
+
'consultationFee'?: number | null;
|
|
3664
|
+
/**
|
|
3665
|
+
*
|
|
3666
|
+
* @type {number}
|
|
3667
|
+
* @memberof DoctorAffiliationItemModel
|
|
3668
|
+
*/
|
|
3669
|
+
'order'?: number;
|
|
3670
|
+
}
|
|
3671
|
+
/**
|
|
3672
|
+
*
|
|
3673
|
+
* @export
|
|
3674
|
+
* @interface DoctorAffiliationModel
|
|
3675
|
+
*/
|
|
3676
|
+
export interface DoctorAffiliationModel {
|
|
3677
|
+
/**
|
|
3678
|
+
*
|
|
3679
|
+
* @type {string}
|
|
3680
|
+
* @memberof DoctorAffiliationModel
|
|
3681
|
+
*/
|
|
3682
|
+
'id'?: string;
|
|
3683
|
+
/**
|
|
3684
|
+
*
|
|
3685
|
+
* @type {string}
|
|
3686
|
+
* @memberof DoctorAffiliationModel
|
|
3687
|
+
*/
|
|
3688
|
+
'languageCode'?: string | null;
|
|
3689
|
+
/**
|
|
3690
|
+
*
|
|
3691
|
+
* @type {string}
|
|
3692
|
+
* @memberof DoctorAffiliationModel
|
|
3693
|
+
*/
|
|
3694
|
+
'hospitalId'?: string;
|
|
3695
|
+
/**
|
|
3696
|
+
*
|
|
3697
|
+
* @type {string}
|
|
3698
|
+
* @memberof DoctorAffiliationModel
|
|
3699
|
+
*/
|
|
3700
|
+
'hospitalName'?: string | null;
|
|
3701
|
+
/**
|
|
3702
|
+
*
|
|
3703
|
+
* @type {string}
|
|
3704
|
+
* @memberof DoctorAffiliationModel
|
|
3705
|
+
*/
|
|
3706
|
+
'hospitalSlug'?: string | null;
|
|
3707
|
+
/**
|
|
3708
|
+
*
|
|
3709
|
+
* @type {string}
|
|
3710
|
+
* @memberof DoctorAffiliationModel
|
|
3711
|
+
*/
|
|
3712
|
+
'name'?: string | null;
|
|
3713
|
+
/**
|
|
3714
|
+
*
|
|
3715
|
+
* @type {string}
|
|
3716
|
+
* @memberof DoctorAffiliationModel
|
|
3717
|
+
*/
|
|
3718
|
+
'slug'?: string | null;
|
|
3719
|
+
/**
|
|
3720
|
+
*
|
|
3721
|
+
* @type {boolean}
|
|
3722
|
+
* @memberof DoctorAffiliationModel
|
|
3723
|
+
*/
|
|
3724
|
+
'confirmed'?: boolean;
|
|
3725
|
+
/**
|
|
3726
|
+
*
|
|
3727
|
+
* @type {string}
|
|
3728
|
+
* @memberof DoctorAffiliationModel
|
|
3729
|
+
*/
|
|
3730
|
+
'photo'?: string | null;
|
|
3731
|
+
/**
|
|
3732
|
+
*
|
|
3733
|
+
* @type {string}
|
|
3734
|
+
* @memberof DoctorAffiliationModel
|
|
3735
|
+
*/
|
|
3736
|
+
'photoThumbnail'?: string | null;
|
|
3737
|
+
/**
|
|
3738
|
+
*
|
|
3739
|
+
* @type {boolean}
|
|
3740
|
+
* @memberof DoctorAffiliationModel
|
|
3560
3741
|
*/
|
|
3561
|
-
'
|
|
3742
|
+
'consultationEnabled'?: boolean | null;
|
|
3562
3743
|
/**
|
|
3563
3744
|
*
|
|
3564
|
-
* @type {
|
|
3565
|
-
* @memberof
|
|
3745
|
+
* @type {number}
|
|
3746
|
+
* @memberof DoctorAffiliationModel
|
|
3566
3747
|
*/
|
|
3567
|
-
'
|
|
3748
|
+
'consultationFee'?: number | null;
|
|
3568
3749
|
/**
|
|
3569
3750
|
*
|
|
3570
|
-
* @type {
|
|
3571
|
-
* @memberof
|
|
3751
|
+
* @type {number}
|
|
3752
|
+
* @memberof DoctorAffiliationModel
|
|
3572
3753
|
*/
|
|
3573
|
-
'
|
|
3754
|
+
'order'?: number;
|
|
3574
3755
|
/**
|
|
3575
3756
|
*
|
|
3576
3757
|
* @type {string}
|
|
3577
|
-
* @memberof
|
|
3758
|
+
* @memberof DoctorAffiliationModel
|
|
3578
3759
|
*/
|
|
3579
|
-
'
|
|
3760
|
+
'description'?: string | null;
|
|
3580
3761
|
/**
|
|
3581
3762
|
*
|
|
3582
|
-
* @type {
|
|
3583
|
-
* @memberof
|
|
3763
|
+
* @type {string}
|
|
3764
|
+
* @memberof DoctorAffiliationModel
|
|
3584
3765
|
*/
|
|
3585
|
-
'
|
|
3586
|
-
}
|
|
3587
|
-
/**
|
|
3588
|
-
*
|
|
3589
|
-
* @export
|
|
3590
|
-
* @interface DoctorAffiliationModel
|
|
3591
|
-
*/
|
|
3592
|
-
export interface DoctorAffiliationModel {
|
|
3766
|
+
'overview'?: string | null;
|
|
3593
3767
|
/**
|
|
3594
3768
|
*
|
|
3595
3769
|
* @type {string}
|
|
3596
3770
|
* @memberof DoctorAffiliationModel
|
|
3597
3771
|
*/
|
|
3598
|
-
'
|
|
3772
|
+
'content'?: string | null;
|
|
3599
3773
|
/**
|
|
3600
3774
|
*
|
|
3601
3775
|
* @type {string}
|
|
3602
3776
|
* @memberof DoctorAffiliationModel
|
|
3603
3777
|
*/
|
|
3604
|
-
'
|
|
3778
|
+
'background'?: string | null;
|
|
3605
3779
|
/**
|
|
3606
3780
|
*
|
|
3607
3781
|
* @type {string}
|
|
3608
3782
|
* @memberof DoctorAffiliationModel
|
|
3609
3783
|
*/
|
|
3610
|
-
'
|
|
3784
|
+
'backgroundThumbnail'?: string | null;
|
|
3611
3785
|
/**
|
|
3612
3786
|
*
|
|
3613
3787
|
* @type {string}
|
|
3614
3788
|
* @memberof DoctorAffiliationModel
|
|
3615
3789
|
*/
|
|
3616
|
-
'
|
|
3790
|
+
'customStyle'?: string | null;
|
|
3617
3791
|
/**
|
|
3618
3792
|
*
|
|
3619
|
-
* @type {
|
|
3793
|
+
* @type {Array<LocalizedUrlModel>}
|
|
3620
3794
|
* @memberof DoctorAffiliationModel
|
|
3621
3795
|
*/
|
|
3622
|
-
'
|
|
3796
|
+
'localizedUrls'?: Array<LocalizedUrlModel> | null;
|
|
3797
|
+
/**
|
|
3798
|
+
*
|
|
3799
|
+
* @type {Array<MediaModel>}
|
|
3800
|
+
* @memberof DoctorAffiliationModel
|
|
3801
|
+
*/
|
|
3802
|
+
'medias'?: Array<MediaModel> | null;
|
|
3623
3803
|
}
|
|
3624
3804
|
/**
|
|
3625
3805
|
*
|
|
@@ -3886,18 +4066,6 @@ export interface DoctorItemModel {
|
|
|
3886
4066
|
* @memberof DoctorItemModel
|
|
3887
4067
|
*/
|
|
3888
4068
|
'id'?: string;
|
|
3889
|
-
/**
|
|
3890
|
-
*
|
|
3891
|
-
* @type {string}
|
|
3892
|
-
* @memberof DoctorItemModel
|
|
3893
|
-
*/
|
|
3894
|
-
'languageCode'?: string | null;
|
|
3895
|
-
/**
|
|
3896
|
-
*
|
|
3897
|
-
* @type {string}
|
|
3898
|
-
* @memberof DoctorItemModel
|
|
3899
|
-
*/
|
|
3900
|
-
'userName'?: string | null;
|
|
3901
4069
|
/**
|
|
3902
4070
|
*
|
|
3903
4071
|
* @type {string}
|
|
@@ -3936,34 +4104,10 @@ export interface DoctorItemModel {
|
|
|
3936
4104
|
'photoThumbnail'?: string | null;
|
|
3937
4105
|
/**
|
|
3938
4106
|
*
|
|
3939
|
-
* @type {
|
|
3940
|
-
* @memberof DoctorItemModel
|
|
3941
|
-
*/
|
|
3942
|
-
'auditableEntity'?: AuditableEntity;
|
|
3943
|
-
/**
|
|
3944
|
-
*
|
|
3945
|
-
* @type {boolean}
|
|
3946
|
-
* @memberof DoctorItemModel
|
|
3947
|
-
*/
|
|
3948
|
-
'consultationEnabled'?: boolean | null;
|
|
3949
|
-
/**
|
|
3950
|
-
*
|
|
3951
|
-
* @type {number}
|
|
3952
|
-
* @memberof DoctorItemModel
|
|
3953
|
-
*/
|
|
3954
|
-
'consultationFee'?: number | null;
|
|
3955
|
-
/**
|
|
3956
|
-
*
|
|
3957
|
-
* @type {Array<DoctorSpecialtyItemModel>}
|
|
3958
|
-
* @memberof DoctorItemModel
|
|
3959
|
-
*/
|
|
3960
|
-
'doctorSpecialties'?: Array<DoctorSpecialtyItemModel> | null;
|
|
3961
|
-
/**
|
|
3962
|
-
*
|
|
3963
|
-
* @type {Array<DoctorAffiliationItemModel>}
|
|
4107
|
+
* @type {string}
|
|
3964
4108
|
* @memberof DoctorItemModel
|
|
3965
4109
|
*/
|
|
3966
|
-
'
|
|
4110
|
+
'timeZone'?: string | null;
|
|
3967
4111
|
}
|
|
3968
4112
|
/**
|
|
3969
4113
|
*
|
|
@@ -4046,12 +4190,6 @@ export interface DoctorModel {
|
|
|
4046
4190
|
* @memberof DoctorModel
|
|
4047
4191
|
*/
|
|
4048
4192
|
'id'?: string;
|
|
4049
|
-
/**
|
|
4050
|
-
*
|
|
4051
|
-
* @type {string}
|
|
4052
|
-
* @memberof DoctorModel
|
|
4053
|
-
*/
|
|
4054
|
-
'languageCode'?: string | null;
|
|
4055
4193
|
/**
|
|
4056
4194
|
*
|
|
4057
4195
|
* @type {string}
|
|
@@ -4148,60 +4286,12 @@ export interface DoctorModel {
|
|
|
4148
4286
|
* @memberof DoctorModel
|
|
4149
4287
|
*/
|
|
4150
4288
|
'locations'?: Array<UserLocationModel> | null;
|
|
4151
|
-
/**
|
|
4152
|
-
*
|
|
4153
|
-
* @type {string}
|
|
4154
|
-
* @memberof DoctorModel
|
|
4155
|
-
*/
|
|
4156
|
-
'overview'?: string | null;
|
|
4157
|
-
/**
|
|
4158
|
-
*
|
|
4159
|
-
* @type {string}
|
|
4160
|
-
* @memberof DoctorModel
|
|
4161
|
-
*/
|
|
4162
|
-
'description'?: string | null;
|
|
4163
|
-
/**
|
|
4164
|
-
*
|
|
4165
|
-
* @type {string}
|
|
4166
|
-
* @memberof DoctorModel
|
|
4167
|
-
*/
|
|
4168
|
-
'content'?: string | null;
|
|
4169
4289
|
/**
|
|
4170
4290
|
*
|
|
4171
4291
|
* @type {Date}
|
|
4172
4292
|
* @memberof DoctorModel
|
|
4173
4293
|
*/
|
|
4174
4294
|
'startPracticeDate'?: Date | null;
|
|
4175
|
-
/**
|
|
4176
|
-
*
|
|
4177
|
-
* @type {boolean}
|
|
4178
|
-
* @memberof DoctorModel
|
|
4179
|
-
*/
|
|
4180
|
-
'consultationEnabled'?: boolean | null;
|
|
4181
|
-
/**
|
|
4182
|
-
*
|
|
4183
|
-
* @type {number}
|
|
4184
|
-
* @memberof DoctorModel
|
|
4185
|
-
*/
|
|
4186
|
-
'consultationFee'?: number | null;
|
|
4187
|
-
/**
|
|
4188
|
-
*
|
|
4189
|
-
* @type {Array<DoctorSpecialtyItemModel>}
|
|
4190
|
-
* @memberof DoctorModel
|
|
4191
|
-
*/
|
|
4192
|
-
'doctorSpecialties'?: Array<DoctorSpecialtyItemModel> | null;
|
|
4193
|
-
/**
|
|
4194
|
-
*
|
|
4195
|
-
* @type {Array<DoctorAffiliationItemModel>}
|
|
4196
|
-
* @memberof DoctorModel
|
|
4197
|
-
*/
|
|
4198
|
-
'doctorAffiliations'?: Array<DoctorAffiliationItemModel> | null;
|
|
4199
|
-
/**
|
|
4200
|
-
*
|
|
4201
|
-
* @type {Array<LocalizedUrlModel>}
|
|
4202
|
-
* @memberof DoctorModel
|
|
4203
|
-
*/
|
|
4204
|
-
'localizedUrls'?: Array<LocalizedUrlModel> | null;
|
|
4205
4295
|
}
|
|
4206
4296
|
/**
|
|
4207
4297
|
*
|
|
@@ -4344,6 +4434,12 @@ export interface DoctorSimpleItemModel {
|
|
|
4344
4434
|
* @memberof DoctorSimpleItemModel
|
|
4345
4435
|
*/
|
|
4346
4436
|
'lastName'?: string | null;
|
|
4437
|
+
/**
|
|
4438
|
+
*
|
|
4439
|
+
* @type {string}
|
|
4440
|
+
* @memberof DoctorSimpleItemModel
|
|
4441
|
+
*/
|
|
4442
|
+
'fullname'?: string | null;
|
|
4347
4443
|
}
|
|
4348
4444
|
/**
|
|
4349
4445
|
*
|
|
@@ -6016,6 +6112,12 @@ export interface HospitalSpecialtyItemModel {
|
|
|
6016
6112
|
* @memberof HospitalSpecialtyItemModel
|
|
6017
6113
|
*/
|
|
6018
6114
|
'slug'?: string | null;
|
|
6115
|
+
/**
|
|
6116
|
+
*
|
|
6117
|
+
* @type {boolean}
|
|
6118
|
+
* @memberof HospitalSpecialtyItemModel
|
|
6119
|
+
*/
|
|
6120
|
+
'confirmed'?: boolean;
|
|
6019
6121
|
/**
|
|
6020
6122
|
*
|
|
6021
6123
|
* @type {number}
|
|
@@ -6058,6 +6160,12 @@ export interface HospitalSpecialtyItemModel {
|
|
|
6058
6160
|
* @memberof HospitalSpecialtyItemModel
|
|
6059
6161
|
*/
|
|
6060
6162
|
'specialtyId'?: string;
|
|
6163
|
+
/**
|
|
6164
|
+
*
|
|
6165
|
+
* @type {AuditableEntity}
|
|
6166
|
+
* @memberof HospitalSpecialtyItemModel
|
|
6167
|
+
*/
|
|
6168
|
+
'auditableEntity'?: AuditableEntity;
|
|
6061
6169
|
}
|
|
6062
6170
|
/**
|
|
6063
6171
|
*
|
|
@@ -6089,6 +6197,12 @@ export interface HospitalSpecialtyModel {
|
|
|
6089
6197
|
* @memberof HospitalSpecialtyModel
|
|
6090
6198
|
*/
|
|
6091
6199
|
'slug'?: string | null;
|
|
6200
|
+
/**
|
|
6201
|
+
*
|
|
6202
|
+
* @type {boolean}
|
|
6203
|
+
* @memberof HospitalSpecialtyModel
|
|
6204
|
+
*/
|
|
6205
|
+
'confirmed'?: boolean;
|
|
6092
6206
|
/**
|
|
6093
6207
|
*
|
|
6094
6208
|
* @type {number}
|
|
@@ -6131,6 +6245,12 @@ export interface HospitalSpecialtyModel {
|
|
|
6131
6245
|
* @memberof HospitalSpecialtyModel
|
|
6132
6246
|
*/
|
|
6133
6247
|
'specialtyId'?: string;
|
|
6248
|
+
/**
|
|
6249
|
+
*
|
|
6250
|
+
* @type {AuditableEntity}
|
|
6251
|
+
* @memberof HospitalSpecialtyModel
|
|
6252
|
+
*/
|
|
6253
|
+
'auditableEntity'?: AuditableEntity;
|
|
6134
6254
|
/**
|
|
6135
6255
|
*
|
|
6136
6256
|
* @type {string}
|
|
@@ -6142,13 +6262,13 @@ export interface HospitalSpecialtyModel {
|
|
|
6142
6262
|
* @type {string}
|
|
6143
6263
|
* @memberof HospitalSpecialtyModel
|
|
6144
6264
|
*/
|
|
6145
|
-
'
|
|
6265
|
+
'overview'?: string | null;
|
|
6146
6266
|
/**
|
|
6147
6267
|
*
|
|
6148
|
-
* @type {
|
|
6268
|
+
* @type {string}
|
|
6149
6269
|
* @memberof HospitalSpecialtyModel
|
|
6150
6270
|
*/
|
|
6151
|
-
'
|
|
6271
|
+
'content'?: string | null;
|
|
6152
6272
|
/**
|
|
6153
6273
|
*
|
|
6154
6274
|
* @type {string}
|
|
@@ -6228,6 +6348,12 @@ export interface HospitalSpecialtySimpleItemModel {
|
|
|
6228
6348
|
* @memberof HospitalSpecialtySimpleItemModel
|
|
6229
6349
|
*/
|
|
6230
6350
|
'slug'?: string | null;
|
|
6351
|
+
/**
|
|
6352
|
+
*
|
|
6353
|
+
* @type {boolean}
|
|
6354
|
+
* @memberof HospitalSpecialtySimpleItemModel
|
|
6355
|
+
*/
|
|
6356
|
+
'confirmed'?: boolean;
|
|
6231
6357
|
/**
|
|
6232
6358
|
*
|
|
6233
6359
|
* @type {number}
|
|
@@ -6976,12 +7102,6 @@ export interface PatientModel {
|
|
|
6976
7102
|
* @memberof PatientModel
|
|
6977
7103
|
*/
|
|
6978
7104
|
'id'?: string;
|
|
6979
|
-
/**
|
|
6980
|
-
*
|
|
6981
|
-
* @type {string}
|
|
6982
|
-
* @memberof PatientModel
|
|
6983
|
-
*/
|
|
6984
|
-
'languageCode'?: string | null;
|
|
6985
7105
|
/**
|
|
6986
7106
|
*
|
|
6987
7107
|
* @type {string}
|
|
@@ -8008,6 +8128,15 @@ export declare enum SnsType {
|
|
|
8008
8128
|
Youtube = "Youtube",
|
|
8009
8129
|
KakaoTalk = "KakaoTalk"
|
|
8010
8130
|
}
|
|
8131
|
+
/**
|
|
8132
|
+
*
|
|
8133
|
+
* @export
|
|
8134
|
+
* @enum {string}
|
|
8135
|
+
*/
|
|
8136
|
+
export declare enum SortingOrder {
|
|
8137
|
+
Ascending = "Ascending",
|
|
8138
|
+
Descending = "Descending"
|
|
8139
|
+
}
|
|
8011
8140
|
/**
|
|
8012
8141
|
*
|
|
8013
8142
|
* @export
|
|
@@ -9097,12 +9226,6 @@ export interface UserModel {
|
|
|
9097
9226
|
* @memberof UserModel
|
|
9098
9227
|
*/
|
|
9099
9228
|
'id'?: string;
|
|
9100
|
-
/**
|
|
9101
|
-
*
|
|
9102
|
-
* @type {string}
|
|
9103
|
-
* @memberof UserModel
|
|
9104
|
-
*/
|
|
9105
|
-
'languageCode'?: string | null;
|
|
9106
9229
|
/**
|
|
9107
9230
|
*
|
|
9108
9231
|
* @type {string}
|
|
@@ -9653,11 +9776,10 @@ export declare const ArticlesApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
9653
9776
|
* @summary Get Article.
|
|
9654
9777
|
* @param {string} articleId
|
|
9655
9778
|
* @param {string} [languageCode]
|
|
9656
|
-
* @param {boolean} [returnDefaultValue]
|
|
9657
9779
|
* @param {*} [options] Override http request option.
|
|
9658
9780
|
* @throws {RequiredError}
|
|
9659
9781
|
*/
|
|
9660
|
-
apiV2ArticlesArticleIdGet: (articleId: string, languageCode?: string | undefined,
|
|
9782
|
+
apiV2ArticlesArticleIdGet: (articleId: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
9661
9783
|
/**
|
|
9662
9784
|
*
|
|
9663
9785
|
* @summary Get all ArticleMedias.
|
|
@@ -9796,11 +9918,10 @@ export declare const ArticlesApiFp: (configuration?: Configuration | undefined)
|
|
|
9796
9918
|
* @summary Get Article.
|
|
9797
9919
|
* @param {string} articleId
|
|
9798
9920
|
* @param {string} [languageCode]
|
|
9799
|
-
* @param {boolean} [returnDefaultValue]
|
|
9800
9921
|
* @param {*} [options] Override http request option.
|
|
9801
9922
|
* @throws {RequiredError}
|
|
9802
9923
|
*/
|
|
9803
|
-
apiV2ArticlesArticleIdGet(articleId: string, languageCode?: string | undefined,
|
|
9924
|
+
apiV2ArticlesArticleIdGet(articleId: string, languageCode?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ArticleModel>>;
|
|
9804
9925
|
/**
|
|
9805
9926
|
*
|
|
9806
9927
|
* @summary Get all ArticleMedias.
|
|
@@ -9939,11 +10060,10 @@ export declare const ArticlesApiFactory: (configuration?: Configuration | undefi
|
|
|
9939
10060
|
* @summary Get Article.
|
|
9940
10061
|
* @param {string} articleId
|
|
9941
10062
|
* @param {string} [languageCode]
|
|
9942
|
-
* @param {boolean} [returnDefaultValue]
|
|
9943
10063
|
* @param {*} [options] Override http request option.
|
|
9944
10064
|
* @throws {RequiredError}
|
|
9945
10065
|
*/
|
|
9946
|
-
apiV2ArticlesArticleIdGet(articleId: string, languageCode?: string | undefined,
|
|
10066
|
+
apiV2ArticlesArticleIdGet(articleId: string, languageCode?: string | undefined, options?: any): AxiosPromise<ArticleModel>;
|
|
9947
10067
|
/**
|
|
9948
10068
|
*
|
|
9949
10069
|
* @summary Get all ArticleMedias.
|
|
@@ -10086,12 +10206,11 @@ export declare class ArticlesApi extends BaseAPI {
|
|
|
10086
10206
|
* @summary Get Article.
|
|
10087
10207
|
* @param {string} articleId
|
|
10088
10208
|
* @param {string} [languageCode]
|
|
10089
|
-
* @param {boolean} [returnDefaultValue]
|
|
10090
10209
|
* @param {*} [options] Override http request option.
|
|
10091
10210
|
* @throws {RequiredError}
|
|
10092
10211
|
* @memberof ArticlesApi
|
|
10093
10212
|
*/
|
|
10094
|
-
apiV2ArticlesArticleIdGet(articleId: string, languageCode?: string,
|
|
10213
|
+
apiV2ArticlesArticleIdGet(articleId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ArticleModel, any>>;
|
|
10095
10214
|
/**
|
|
10096
10215
|
*
|
|
10097
10216
|
* @summary Get all ArticleMedias.
|
|
@@ -10209,10 +10328,11 @@ export declare const BookingsApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
10209
10328
|
*
|
|
10210
10329
|
* @summary Get booking.
|
|
10211
10330
|
* @param {string} bookingId
|
|
10331
|
+
* @param {string} [languageCode]
|
|
10212
10332
|
* @param {*} [options] Override http request option.
|
|
10213
10333
|
* @throws {RequiredError}
|
|
10214
10334
|
*/
|
|
10215
|
-
apiV2BookingsBookingIdGet: (bookingId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
10335
|
+
apiV2BookingsBookingIdGet: (bookingId: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
10216
10336
|
/**
|
|
10217
10337
|
*
|
|
10218
10338
|
* @summary Pay booking.
|
|
@@ -10233,19 +10353,26 @@ export declare const BookingsApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
10233
10353
|
/**
|
|
10234
10354
|
*
|
|
10235
10355
|
* @summary Get all bookings.
|
|
10236
|
-
* @param {string} [
|
|
10356
|
+
* @param {string} [hospitalId]
|
|
10357
|
+
* @param {string} [hospitalName]
|
|
10358
|
+
* @param {string} [dealId]
|
|
10359
|
+
* @param {string} [dealName]
|
|
10237
10360
|
* @param {boolean} [isOpen]
|
|
10238
10361
|
* @param {boolean} [isCompleted]
|
|
10239
10362
|
* @param {BookingStatus} [status]
|
|
10240
10363
|
* @param {string} [dealPackageId]
|
|
10241
|
-
* @param {
|
|
10364
|
+
* @param {SortingOrder} [sortRequestDate]
|
|
10365
|
+
* @param {SortingOrder} [sortConfirmedDateStart]
|
|
10366
|
+
* @param {boolean} [isExternal]
|
|
10367
|
+
* @param {boolean} [paymentEnabled]
|
|
10368
|
+
* @param {string} [languageCode]
|
|
10242
10369
|
* @param {number} [page]
|
|
10243
10370
|
* @param {number} [limit]
|
|
10244
10371
|
* @param {Date} [lastRetrieved]
|
|
10245
10372
|
* @param {*} [options] Override http request option.
|
|
10246
10373
|
* @throws {RequiredError}
|
|
10247
10374
|
*/
|
|
10248
|
-
apiV2BookingsGet: (
|
|
10375
|
+
apiV2BookingsGet: (hospitalId?: string | undefined, hospitalName?: string | undefined, dealId?: string | undefined, dealName?: string | undefined, isOpen?: boolean | undefined, isCompleted?: boolean | undefined, status?: BookingStatus | undefined, dealPackageId?: string | undefined, sortRequestDate?: SortingOrder | undefined, sortConfirmedDateStart?: SortingOrder | undefined, isExternal?: boolean | undefined, paymentEnabled?: boolean | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
10249
10376
|
/**
|
|
10250
10377
|
*
|
|
10251
10378
|
* @summary Create booking.
|
|
@@ -10265,10 +10392,11 @@ export declare const BookingsApiFp: (configuration?: Configuration | undefined)
|
|
|
10265
10392
|
*
|
|
10266
10393
|
* @summary Get booking.
|
|
10267
10394
|
* @param {string} bookingId
|
|
10395
|
+
* @param {string} [languageCode]
|
|
10268
10396
|
* @param {*} [options] Override http request option.
|
|
10269
10397
|
* @throws {RequiredError}
|
|
10270
10398
|
*/
|
|
10271
|
-
apiV2BookingsBookingIdGet(bookingId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<BookingModel>>;
|
|
10399
|
+
apiV2BookingsBookingIdGet(bookingId: string, languageCode?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<BookingModel>>;
|
|
10272
10400
|
/**
|
|
10273
10401
|
*
|
|
10274
10402
|
* @summary Pay booking.
|
|
@@ -10289,19 +10417,26 @@ export declare const BookingsApiFp: (configuration?: Configuration | undefined)
|
|
|
10289
10417
|
/**
|
|
10290
10418
|
*
|
|
10291
10419
|
* @summary Get all bookings.
|
|
10292
|
-
* @param {string} [
|
|
10420
|
+
* @param {string} [hospitalId]
|
|
10421
|
+
* @param {string} [hospitalName]
|
|
10422
|
+
* @param {string} [dealId]
|
|
10423
|
+
* @param {string} [dealName]
|
|
10293
10424
|
* @param {boolean} [isOpen]
|
|
10294
10425
|
* @param {boolean} [isCompleted]
|
|
10295
10426
|
* @param {BookingStatus} [status]
|
|
10296
10427
|
* @param {string} [dealPackageId]
|
|
10297
|
-
* @param {
|
|
10428
|
+
* @param {SortingOrder} [sortRequestDate]
|
|
10429
|
+
* @param {SortingOrder} [sortConfirmedDateStart]
|
|
10430
|
+
* @param {boolean} [isExternal]
|
|
10431
|
+
* @param {boolean} [paymentEnabled]
|
|
10432
|
+
* @param {string} [languageCode]
|
|
10298
10433
|
* @param {number} [page]
|
|
10299
10434
|
* @param {number} [limit]
|
|
10300
10435
|
* @param {Date} [lastRetrieved]
|
|
10301
10436
|
* @param {*} [options] Override http request option.
|
|
10302
10437
|
* @throws {RequiredError}
|
|
10303
10438
|
*/
|
|
10304
|
-
apiV2BookingsGet(
|
|
10439
|
+
apiV2BookingsGet(hospitalId?: string | undefined, hospitalName?: string | undefined, dealId?: string | undefined, dealName?: string | undefined, isOpen?: boolean | undefined, isCompleted?: boolean | undefined, status?: BookingStatus | undefined, dealPackageId?: string | undefined, sortRequestDate?: SortingOrder | undefined, sortConfirmedDateStart?: SortingOrder | undefined, isExternal?: boolean | undefined, paymentEnabled?: boolean | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<BookingsModel>>;
|
|
10305
10440
|
/**
|
|
10306
10441
|
*
|
|
10307
10442
|
* @summary Create booking.
|
|
@@ -10321,10 +10456,11 @@ export declare const BookingsApiFactory: (configuration?: Configuration | undefi
|
|
|
10321
10456
|
*
|
|
10322
10457
|
* @summary Get booking.
|
|
10323
10458
|
* @param {string} bookingId
|
|
10459
|
+
* @param {string} [languageCode]
|
|
10324
10460
|
* @param {*} [options] Override http request option.
|
|
10325
10461
|
* @throws {RequiredError}
|
|
10326
10462
|
*/
|
|
10327
|
-
apiV2BookingsBookingIdGet(bookingId: string, options?: any): AxiosPromise<BookingModel>;
|
|
10463
|
+
apiV2BookingsBookingIdGet(bookingId: string, languageCode?: string | undefined, options?: any): AxiosPromise<BookingModel>;
|
|
10328
10464
|
/**
|
|
10329
10465
|
*
|
|
10330
10466
|
* @summary Pay booking.
|
|
@@ -10345,19 +10481,26 @@ export declare const BookingsApiFactory: (configuration?: Configuration | undefi
|
|
|
10345
10481
|
/**
|
|
10346
10482
|
*
|
|
10347
10483
|
* @summary Get all bookings.
|
|
10348
|
-
* @param {string} [
|
|
10484
|
+
* @param {string} [hospitalId]
|
|
10485
|
+
* @param {string} [hospitalName]
|
|
10486
|
+
* @param {string} [dealId]
|
|
10487
|
+
* @param {string} [dealName]
|
|
10349
10488
|
* @param {boolean} [isOpen]
|
|
10350
10489
|
* @param {boolean} [isCompleted]
|
|
10351
10490
|
* @param {BookingStatus} [status]
|
|
10352
10491
|
* @param {string} [dealPackageId]
|
|
10353
|
-
* @param {
|
|
10492
|
+
* @param {SortingOrder} [sortRequestDate]
|
|
10493
|
+
* @param {SortingOrder} [sortConfirmedDateStart]
|
|
10494
|
+
* @param {boolean} [isExternal]
|
|
10495
|
+
* @param {boolean} [paymentEnabled]
|
|
10496
|
+
* @param {string} [languageCode]
|
|
10354
10497
|
* @param {number} [page]
|
|
10355
10498
|
* @param {number} [limit]
|
|
10356
10499
|
* @param {Date} [lastRetrieved]
|
|
10357
10500
|
* @param {*} [options] Override http request option.
|
|
10358
10501
|
* @throws {RequiredError}
|
|
10359
10502
|
*/
|
|
10360
|
-
apiV2BookingsGet(
|
|
10503
|
+
apiV2BookingsGet(hospitalId?: string | undefined, hospitalName?: string | undefined, dealId?: string | undefined, dealName?: string | undefined, isOpen?: boolean | undefined, isCompleted?: boolean | undefined, status?: BookingStatus | undefined, dealPackageId?: string | undefined, sortRequestDate?: SortingOrder | undefined, sortConfirmedDateStart?: SortingOrder | undefined, isExternal?: boolean | undefined, paymentEnabled?: boolean | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<BookingsModel>;
|
|
10361
10504
|
/**
|
|
10362
10505
|
*
|
|
10363
10506
|
* @summary Create booking.
|
|
@@ -10379,11 +10522,12 @@ export declare class BookingsApi extends BaseAPI {
|
|
|
10379
10522
|
*
|
|
10380
10523
|
* @summary Get booking.
|
|
10381
10524
|
* @param {string} bookingId
|
|
10525
|
+
* @param {string} [languageCode]
|
|
10382
10526
|
* @param {*} [options] Override http request option.
|
|
10383
10527
|
* @throws {RequiredError}
|
|
10384
10528
|
* @memberof BookingsApi
|
|
10385
10529
|
*/
|
|
10386
|
-
apiV2BookingsBookingIdGet(bookingId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BookingModel, any>>;
|
|
10530
|
+
apiV2BookingsBookingIdGet(bookingId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BookingModel, any>>;
|
|
10387
10531
|
/**
|
|
10388
10532
|
*
|
|
10389
10533
|
* @summary Pay booking.
|
|
@@ -10406,12 +10550,19 @@ export declare class BookingsApi extends BaseAPI {
|
|
|
10406
10550
|
/**
|
|
10407
10551
|
*
|
|
10408
10552
|
* @summary Get all bookings.
|
|
10409
|
-
* @param {string} [
|
|
10553
|
+
* @param {string} [hospitalId]
|
|
10554
|
+
* @param {string} [hospitalName]
|
|
10555
|
+
* @param {string} [dealId]
|
|
10556
|
+
* @param {string} [dealName]
|
|
10410
10557
|
* @param {boolean} [isOpen]
|
|
10411
10558
|
* @param {boolean} [isCompleted]
|
|
10412
10559
|
* @param {BookingStatus} [status]
|
|
10413
10560
|
* @param {string} [dealPackageId]
|
|
10414
|
-
* @param {
|
|
10561
|
+
* @param {SortingOrder} [sortRequestDate]
|
|
10562
|
+
* @param {SortingOrder} [sortConfirmedDateStart]
|
|
10563
|
+
* @param {boolean} [isExternal]
|
|
10564
|
+
* @param {boolean} [paymentEnabled]
|
|
10565
|
+
* @param {string} [languageCode]
|
|
10415
10566
|
* @param {number} [page]
|
|
10416
10567
|
* @param {number} [limit]
|
|
10417
10568
|
* @param {Date} [lastRetrieved]
|
|
@@ -10419,7 +10570,7 @@ export declare class BookingsApi extends BaseAPI {
|
|
|
10419
10570
|
* @throws {RequiredError}
|
|
10420
10571
|
* @memberof BookingsApi
|
|
10421
10572
|
*/
|
|
10422
|
-
apiV2BookingsGet(
|
|
10573
|
+
apiV2BookingsGet(hospitalId?: string, hospitalName?: string, dealId?: string, dealName?: string, isOpen?: boolean, isCompleted?: boolean, status?: BookingStatus, dealPackageId?: string, sortRequestDate?: SortingOrder, sortConfirmedDateStart?: SortingOrder, isExternal?: boolean, paymentEnabled?: boolean, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<BookingsModel, any>>;
|
|
10423
10574
|
/**
|
|
10424
10575
|
*
|
|
10425
10576
|
* @summary Create booking.
|
|
@@ -10789,10 +10940,11 @@ export declare const ConsultationsApiAxiosParamCreator: (configuration?: Configu
|
|
|
10789
10940
|
*
|
|
10790
10941
|
* @summary Get consultation.
|
|
10791
10942
|
* @param {string} consultationId
|
|
10943
|
+
* @param {string} [languageCode]
|
|
10792
10944
|
* @param {*} [options] Override http request option.
|
|
10793
10945
|
* @throws {RequiredError}
|
|
10794
10946
|
*/
|
|
10795
|
-
apiV2ConsultationsConsultationIdGet: (consultationId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
10947
|
+
apiV2ConsultationsConsultationIdGet: (consultationId: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
10796
10948
|
/**
|
|
10797
10949
|
*
|
|
10798
10950
|
* @summary Pay consultation.
|
|
@@ -10813,19 +10965,24 @@ export declare const ConsultationsApiAxiosParamCreator: (configuration?: Configu
|
|
|
10813
10965
|
/**
|
|
10814
10966
|
*
|
|
10815
10967
|
* @summary Get all consultations.
|
|
10816
|
-
* @param {string} [
|
|
10968
|
+
* @param {string} [hospitalId]
|
|
10969
|
+
* @param {string} [hospitalName]
|
|
10970
|
+
* @param {string} [doctorId]
|
|
10971
|
+
* @param {string} [doctorName]
|
|
10972
|
+
* @param {string} [dealId]
|
|
10973
|
+
* @param {string} [dealName]
|
|
10817
10974
|
* @param {boolean} [isOpen]
|
|
10818
10975
|
* @param {boolean} [isCompleted]
|
|
10819
10976
|
* @param {ConsultationStatus} [status]
|
|
10820
10977
|
* @param {ConsultationType} [consultationType]
|
|
10821
|
-
* @param {string} [
|
|
10978
|
+
* @param {string} [languageCode]
|
|
10822
10979
|
* @param {number} [page]
|
|
10823
10980
|
* @param {number} [limit]
|
|
10824
10981
|
* @param {Date} [lastRetrieved]
|
|
10825
10982
|
* @param {*} [options] Override http request option.
|
|
10826
10983
|
* @throws {RequiredError}
|
|
10827
10984
|
*/
|
|
10828
|
-
apiV2ConsultationsGet: (
|
|
10985
|
+
apiV2ConsultationsGet: (hospitalId?: string | undefined, hospitalName?: string | undefined, doctorId?: string | undefined, doctorName?: string | undefined, dealId?: string | undefined, dealName?: string | undefined, isOpen?: boolean | undefined, isCompleted?: boolean | undefined, status?: ConsultationStatus | undefined, consultationType?: ConsultationType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
10829
10986
|
/**
|
|
10830
10987
|
*
|
|
10831
10988
|
* @summary Create consultation.
|
|
@@ -10845,10 +11002,11 @@ export declare const ConsultationsApiFp: (configuration?: Configuration | undefi
|
|
|
10845
11002
|
*
|
|
10846
11003
|
* @summary Get consultation.
|
|
10847
11004
|
* @param {string} consultationId
|
|
11005
|
+
* @param {string} [languageCode]
|
|
10848
11006
|
* @param {*} [options] Override http request option.
|
|
10849
11007
|
* @throws {RequiredError}
|
|
10850
11008
|
*/
|
|
10851
|
-
apiV2ConsultationsConsultationIdGet(consultationId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ConsultationModel>>;
|
|
11009
|
+
apiV2ConsultationsConsultationIdGet(consultationId: string, languageCode?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ConsultationModel>>;
|
|
10852
11010
|
/**
|
|
10853
11011
|
*
|
|
10854
11012
|
* @summary Pay consultation.
|
|
@@ -10869,19 +11027,24 @@ export declare const ConsultationsApiFp: (configuration?: Configuration | undefi
|
|
|
10869
11027
|
/**
|
|
10870
11028
|
*
|
|
10871
11029
|
* @summary Get all consultations.
|
|
10872
|
-
* @param {string} [
|
|
11030
|
+
* @param {string} [hospitalId]
|
|
11031
|
+
* @param {string} [hospitalName]
|
|
11032
|
+
* @param {string} [doctorId]
|
|
11033
|
+
* @param {string} [doctorName]
|
|
11034
|
+
* @param {string} [dealId]
|
|
11035
|
+
* @param {string} [dealName]
|
|
10873
11036
|
* @param {boolean} [isOpen]
|
|
10874
11037
|
* @param {boolean} [isCompleted]
|
|
10875
11038
|
* @param {ConsultationStatus} [status]
|
|
10876
11039
|
* @param {ConsultationType} [consultationType]
|
|
10877
|
-
* @param {string} [
|
|
11040
|
+
* @param {string} [languageCode]
|
|
10878
11041
|
* @param {number} [page]
|
|
10879
11042
|
* @param {number} [limit]
|
|
10880
11043
|
* @param {Date} [lastRetrieved]
|
|
10881
11044
|
* @param {*} [options] Override http request option.
|
|
10882
11045
|
* @throws {RequiredError}
|
|
10883
11046
|
*/
|
|
10884
|
-
apiV2ConsultationsGet(
|
|
11047
|
+
apiV2ConsultationsGet(hospitalId?: string | undefined, hospitalName?: string | undefined, doctorId?: string | undefined, doctorName?: string | undefined, dealId?: string | undefined, dealName?: string | undefined, isOpen?: boolean | undefined, isCompleted?: boolean | undefined, status?: ConsultationStatus | undefined, consultationType?: ConsultationType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<ConsultationsModel>>;
|
|
10885
11048
|
/**
|
|
10886
11049
|
*
|
|
10887
11050
|
* @summary Create consultation.
|
|
@@ -10901,10 +11064,11 @@ export declare const ConsultationsApiFactory: (configuration?: Configuration | u
|
|
|
10901
11064
|
*
|
|
10902
11065
|
* @summary Get consultation.
|
|
10903
11066
|
* @param {string} consultationId
|
|
11067
|
+
* @param {string} [languageCode]
|
|
10904
11068
|
* @param {*} [options] Override http request option.
|
|
10905
11069
|
* @throws {RequiredError}
|
|
10906
11070
|
*/
|
|
10907
|
-
apiV2ConsultationsConsultationIdGet(consultationId: string, options?: any): AxiosPromise<ConsultationModel>;
|
|
11071
|
+
apiV2ConsultationsConsultationIdGet(consultationId: string, languageCode?: string | undefined, options?: any): AxiosPromise<ConsultationModel>;
|
|
10908
11072
|
/**
|
|
10909
11073
|
*
|
|
10910
11074
|
* @summary Pay consultation.
|
|
@@ -10925,19 +11089,24 @@ export declare const ConsultationsApiFactory: (configuration?: Configuration | u
|
|
|
10925
11089
|
/**
|
|
10926
11090
|
*
|
|
10927
11091
|
* @summary Get all consultations.
|
|
10928
|
-
* @param {string} [
|
|
11092
|
+
* @param {string} [hospitalId]
|
|
11093
|
+
* @param {string} [hospitalName]
|
|
11094
|
+
* @param {string} [doctorId]
|
|
11095
|
+
* @param {string} [doctorName]
|
|
11096
|
+
* @param {string} [dealId]
|
|
11097
|
+
* @param {string} [dealName]
|
|
10929
11098
|
* @param {boolean} [isOpen]
|
|
10930
11099
|
* @param {boolean} [isCompleted]
|
|
10931
11100
|
* @param {ConsultationStatus} [status]
|
|
10932
11101
|
* @param {ConsultationType} [consultationType]
|
|
10933
|
-
* @param {string} [
|
|
11102
|
+
* @param {string} [languageCode]
|
|
10934
11103
|
* @param {number} [page]
|
|
10935
11104
|
* @param {number} [limit]
|
|
10936
11105
|
* @param {Date} [lastRetrieved]
|
|
10937
11106
|
* @param {*} [options] Override http request option.
|
|
10938
11107
|
* @throws {RequiredError}
|
|
10939
11108
|
*/
|
|
10940
|
-
apiV2ConsultationsGet(
|
|
11109
|
+
apiV2ConsultationsGet(hospitalId?: string | undefined, hospitalName?: string | undefined, doctorId?: string | undefined, doctorName?: string | undefined, dealId?: string | undefined, dealName?: string | undefined, isOpen?: boolean | undefined, isCompleted?: boolean | undefined, status?: ConsultationStatus | undefined, consultationType?: ConsultationType | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<ConsultationsModel>;
|
|
10941
11110
|
/**
|
|
10942
11111
|
*
|
|
10943
11112
|
* @summary Create consultation.
|
|
@@ -10959,11 +11128,12 @@ export declare class ConsultationsApi extends BaseAPI {
|
|
|
10959
11128
|
*
|
|
10960
11129
|
* @summary Get consultation.
|
|
10961
11130
|
* @param {string} consultationId
|
|
11131
|
+
* @param {string} [languageCode]
|
|
10962
11132
|
* @param {*} [options] Override http request option.
|
|
10963
11133
|
* @throws {RequiredError}
|
|
10964
11134
|
* @memberof ConsultationsApi
|
|
10965
11135
|
*/
|
|
10966
|
-
apiV2ConsultationsConsultationIdGet(consultationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ConsultationModel, any>>;
|
|
11136
|
+
apiV2ConsultationsConsultationIdGet(consultationId: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ConsultationModel, any>>;
|
|
10967
11137
|
/**
|
|
10968
11138
|
*
|
|
10969
11139
|
* @summary Pay consultation.
|
|
@@ -10986,12 +11156,17 @@ export declare class ConsultationsApi extends BaseAPI {
|
|
|
10986
11156
|
/**
|
|
10987
11157
|
*
|
|
10988
11158
|
* @summary Get all consultations.
|
|
10989
|
-
* @param {string} [
|
|
11159
|
+
* @param {string} [hospitalId]
|
|
11160
|
+
* @param {string} [hospitalName]
|
|
11161
|
+
* @param {string} [doctorId]
|
|
11162
|
+
* @param {string} [doctorName]
|
|
11163
|
+
* @param {string} [dealId]
|
|
11164
|
+
* @param {string} [dealName]
|
|
10990
11165
|
* @param {boolean} [isOpen]
|
|
10991
11166
|
* @param {boolean} [isCompleted]
|
|
10992
11167
|
* @param {ConsultationStatus} [status]
|
|
10993
11168
|
* @param {ConsultationType} [consultationType]
|
|
10994
|
-
* @param {string} [
|
|
11169
|
+
* @param {string} [languageCode]
|
|
10995
11170
|
* @param {number} [page]
|
|
10996
11171
|
* @param {number} [limit]
|
|
10997
11172
|
* @param {Date} [lastRetrieved]
|
|
@@ -10999,7 +11174,7 @@ export declare class ConsultationsApi extends BaseAPI {
|
|
|
10999
11174
|
* @throws {RequiredError}
|
|
11000
11175
|
* @memberof ConsultationsApi
|
|
11001
11176
|
*/
|
|
11002
|
-
apiV2ConsultationsGet(
|
|
11177
|
+
apiV2ConsultationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, dealId?: string, dealName?: string, isOpen?: boolean, isCompleted?: boolean, status?: ConsultationStatus, consultationType?: ConsultationType, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ConsultationsModel, any>>;
|
|
11003
11178
|
/**
|
|
11004
11179
|
*
|
|
11005
11180
|
* @summary Create consultation.
|
|
@@ -12084,15 +12259,18 @@ export declare class DealsApi extends BaseAPI {
|
|
|
12084
12259
|
apiV2DealsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DealModel, any>>;
|
|
12085
12260
|
}
|
|
12086
12261
|
/**
|
|
12087
|
-
*
|
|
12262
|
+
* DoctorAffiliationsApi - axios parameter creator
|
|
12088
12263
|
* @export
|
|
12089
12264
|
*/
|
|
12090
|
-
export declare const
|
|
12265
|
+
export declare const DoctorAffiliationsApiAxiosParamCreator: (configuration?: Configuration | undefined) => {
|
|
12091
12266
|
/**
|
|
12092
12267
|
*
|
|
12093
12268
|
* @summary Get all doctor affiliations.
|
|
12094
|
-
* @param {string}
|
|
12269
|
+
* @param {string} [hospitalId]
|
|
12095
12270
|
* @param {string} [hospitalName]
|
|
12271
|
+
* @param {string} [doctorId]
|
|
12272
|
+
* @param {string} [doctorName]
|
|
12273
|
+
* @param {string} [doctorSlug]
|
|
12096
12274
|
* @param {string} [languageCode]
|
|
12097
12275
|
* @param {number} [page]
|
|
12098
12276
|
* @param {number} [limit]
|
|
@@ -12100,16 +12278,152 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
12100
12278
|
* @param {*} [options] Override http request option.
|
|
12101
12279
|
* @throws {RequiredError}
|
|
12102
12280
|
*/
|
|
12103
|
-
|
|
12281
|
+
apiV2DoctoraffiliationsGet: (hospitalId?: string | undefined, hospitalName?: string | undefined, doctorId?: string | undefined, doctorName?: string | undefined, doctorSlug?: string | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
12104
12282
|
/**
|
|
12105
12283
|
*
|
|
12106
12284
|
* @summary Get doctor affiliation.
|
|
12107
|
-
* @param {string}
|
|
12108
|
-
* @param {string}
|
|
12285
|
+
* @param {string} id
|
|
12286
|
+
* @param {string} [languageCode]
|
|
12287
|
+
* @param {*} [options] Override http request option.
|
|
12288
|
+
* @throws {RequiredError}
|
|
12289
|
+
*/
|
|
12290
|
+
apiV2DoctoraffiliationsIdGet: (id: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
12291
|
+
/**
|
|
12292
|
+
*
|
|
12293
|
+
* @param {string} slug
|
|
12294
|
+
* @param {string} [languageCode]
|
|
12295
|
+
* @param {*} [options] Override http request option.
|
|
12296
|
+
* @throws {RequiredError}
|
|
12297
|
+
*/
|
|
12298
|
+
apiV2DoctoraffiliationsSlugGet: (slug: string, languageCode?: string | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
12299
|
+
};
|
|
12300
|
+
/**
|
|
12301
|
+
* DoctorAffiliationsApi - functional programming interface
|
|
12302
|
+
* @export
|
|
12303
|
+
*/
|
|
12304
|
+
export declare const DoctorAffiliationsApiFp: (configuration?: Configuration | undefined) => {
|
|
12305
|
+
/**
|
|
12306
|
+
*
|
|
12307
|
+
* @summary Get all doctor affiliations.
|
|
12308
|
+
* @param {string} [hospitalId]
|
|
12309
|
+
* @param {string} [hospitalName]
|
|
12310
|
+
* @param {string} [doctorId]
|
|
12311
|
+
* @param {string} [doctorName]
|
|
12312
|
+
* @param {string} [doctorSlug]
|
|
12313
|
+
* @param {string} [languageCode]
|
|
12314
|
+
* @param {number} [page]
|
|
12315
|
+
* @param {number} [limit]
|
|
12316
|
+
* @param {Date} [lastRetrieved]
|
|
12317
|
+
* @param {*} [options] Override http request option.
|
|
12318
|
+
* @throws {RequiredError}
|
|
12319
|
+
*/
|
|
12320
|
+
apiV2DoctoraffiliationsGet(hospitalId?: string | undefined, hospitalName?: string | undefined, doctorId?: string | undefined, doctorName?: string | undefined, doctorSlug?: string | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationsModel>>;
|
|
12321
|
+
/**
|
|
12322
|
+
*
|
|
12323
|
+
* @summary Get doctor affiliation.
|
|
12324
|
+
* @param {string} id
|
|
12325
|
+
* @param {string} [languageCode]
|
|
12326
|
+
* @param {*} [options] Override http request option.
|
|
12327
|
+
* @throws {RequiredError}
|
|
12328
|
+
*/
|
|
12329
|
+
apiV2DoctoraffiliationsIdGet(id: string, languageCode?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationModel>>;
|
|
12330
|
+
/**
|
|
12331
|
+
*
|
|
12332
|
+
* @param {string} slug
|
|
12333
|
+
* @param {string} [languageCode]
|
|
12334
|
+
* @param {*} [options] Override http request option.
|
|
12335
|
+
* @throws {RequiredError}
|
|
12336
|
+
*/
|
|
12337
|
+
apiV2DoctoraffiliationsSlugGet(slug: string, languageCode?: string | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationModel>>;
|
|
12338
|
+
};
|
|
12339
|
+
/**
|
|
12340
|
+
* DoctorAffiliationsApi - factory interface
|
|
12341
|
+
* @export
|
|
12342
|
+
*/
|
|
12343
|
+
export declare const DoctorAffiliationsApiFactory: (configuration?: Configuration | undefined, basePath?: string | undefined, axios?: AxiosInstance | undefined) => {
|
|
12344
|
+
/**
|
|
12345
|
+
*
|
|
12346
|
+
* @summary Get all doctor affiliations.
|
|
12347
|
+
* @param {string} [hospitalId]
|
|
12348
|
+
* @param {string} [hospitalName]
|
|
12349
|
+
* @param {string} [doctorId]
|
|
12350
|
+
* @param {string} [doctorName]
|
|
12351
|
+
* @param {string} [doctorSlug]
|
|
12352
|
+
* @param {string} [languageCode]
|
|
12353
|
+
* @param {number} [page]
|
|
12354
|
+
* @param {number} [limit]
|
|
12355
|
+
* @param {Date} [lastRetrieved]
|
|
12356
|
+
* @param {*} [options] Override http request option.
|
|
12357
|
+
* @throws {RequiredError}
|
|
12358
|
+
*/
|
|
12359
|
+
apiV2DoctoraffiliationsGet(hospitalId?: string | undefined, hospitalName?: string | undefined, doctorId?: string | undefined, doctorName?: string | undefined, doctorSlug?: string | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorAffiliationsModel>;
|
|
12360
|
+
/**
|
|
12361
|
+
*
|
|
12362
|
+
* @summary Get doctor affiliation.
|
|
12363
|
+
* @param {string} id
|
|
12364
|
+
* @param {string} [languageCode]
|
|
12365
|
+
* @param {*} [options] Override http request option.
|
|
12366
|
+
* @throws {RequiredError}
|
|
12367
|
+
*/
|
|
12368
|
+
apiV2DoctoraffiliationsIdGet(id: string, languageCode?: string | undefined, options?: any): AxiosPromise<DoctorAffiliationModel>;
|
|
12369
|
+
/**
|
|
12370
|
+
*
|
|
12371
|
+
* @param {string} slug
|
|
12372
|
+
* @param {string} [languageCode]
|
|
12373
|
+
* @param {*} [options] Override http request option.
|
|
12374
|
+
* @throws {RequiredError}
|
|
12375
|
+
*/
|
|
12376
|
+
apiV2DoctoraffiliationsSlugGet(slug: string, languageCode?: string | undefined, options?: any): AxiosPromise<DoctorAffiliationModel>;
|
|
12377
|
+
};
|
|
12378
|
+
/**
|
|
12379
|
+
* DoctorAffiliationsApi - object-oriented interface
|
|
12380
|
+
* @export
|
|
12381
|
+
* @class DoctorAffiliationsApi
|
|
12382
|
+
* @extends {BaseAPI}
|
|
12383
|
+
*/
|
|
12384
|
+
export declare class DoctorAffiliationsApi extends BaseAPI {
|
|
12385
|
+
/**
|
|
12386
|
+
*
|
|
12387
|
+
* @summary Get all doctor affiliations.
|
|
12388
|
+
* @param {string} [hospitalId]
|
|
12389
|
+
* @param {string} [hospitalName]
|
|
12390
|
+
* @param {string} [doctorId]
|
|
12391
|
+
* @param {string} [doctorName]
|
|
12392
|
+
* @param {string} [doctorSlug]
|
|
12393
|
+
* @param {string} [languageCode]
|
|
12394
|
+
* @param {number} [page]
|
|
12395
|
+
* @param {number} [limit]
|
|
12396
|
+
* @param {Date} [lastRetrieved]
|
|
12397
|
+
* @param {*} [options] Override http request option.
|
|
12398
|
+
* @throws {RequiredError}
|
|
12399
|
+
* @memberof DoctorAffiliationsApi
|
|
12400
|
+
*/
|
|
12401
|
+
apiV2DoctoraffiliationsGet(hospitalId?: string, hospitalName?: string, doctorId?: string, doctorName?: string, doctorSlug?: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationsModel, any>>;
|
|
12402
|
+
/**
|
|
12403
|
+
*
|
|
12404
|
+
* @summary Get doctor affiliation.
|
|
12405
|
+
* @param {string} id
|
|
12406
|
+
* @param {string} [languageCode]
|
|
12109
12407
|
* @param {*} [options] Override http request option.
|
|
12110
12408
|
* @throws {RequiredError}
|
|
12409
|
+
* @memberof DoctorAffiliationsApi
|
|
12111
12410
|
*/
|
|
12112
|
-
|
|
12411
|
+
apiV2DoctoraffiliationsIdGet(id: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationModel, any>>;
|
|
12412
|
+
/**
|
|
12413
|
+
*
|
|
12414
|
+
* @param {string} slug
|
|
12415
|
+
* @param {string} [languageCode]
|
|
12416
|
+
* @param {*} [options] Override http request option.
|
|
12417
|
+
* @throws {RequiredError}
|
|
12418
|
+
* @memberof DoctorAffiliationsApi
|
|
12419
|
+
*/
|
|
12420
|
+
apiV2DoctoraffiliationsSlugGet(slug: string, languageCode?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationModel, any>>;
|
|
12421
|
+
}
|
|
12422
|
+
/**
|
|
12423
|
+
* DoctorsApi - axios parameter creator
|
|
12424
|
+
* @export
|
|
12425
|
+
*/
|
|
12426
|
+
export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration | undefined) => {
|
|
12113
12427
|
/**
|
|
12114
12428
|
*
|
|
12115
12429
|
* @summary Get DoctorCertificate.
|
|
@@ -12243,14 +12557,13 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
12243
12557
|
* @param {string} [specialtyId]
|
|
12244
12558
|
* @param {string} [specialtyName]
|
|
12245
12559
|
* @param {string} [languageCode]
|
|
12246
|
-
* @param {boolean} [showHidden]
|
|
12247
12560
|
* @param {number} [page]
|
|
12248
12561
|
* @param {number} [limit]
|
|
12249
12562
|
* @param {Date} [lastRetrieved]
|
|
12250
12563
|
* @param {*} [options] Override http request option.
|
|
12251
12564
|
* @throws {RequiredError}
|
|
12252
12565
|
*/
|
|
12253
|
-
apiV2DoctorsDoctorIdSpecialtiesGet: (doctorId: string, doctorName?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, languageCode?: string | undefined,
|
|
12566
|
+
apiV2DoctorsDoctorIdSpecialtiesGet: (doctorId: string, doctorName?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
12254
12567
|
/**
|
|
12255
12568
|
*
|
|
12256
12569
|
* @summary Get DoctorSpecialty
|
|
@@ -12266,86 +12579,51 @@ export declare const DoctorsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
12266
12579
|
* @summary Get all Doctors.
|
|
12267
12580
|
* @param {string} [hospitalId]
|
|
12268
12581
|
* @param {string} [hospitalName]
|
|
12269
|
-
* @param {string} [languageCode]
|
|
12270
|
-
* @param {boolean} [returnDefaultValue]
|
|
12271
12582
|
* @param {Array<string>} [ids]
|
|
12272
12583
|
* @param {string} [specialtyId]
|
|
12273
12584
|
* @param {boolean} [consultationEnabled]
|
|
12585
|
+
* @param {string} [languageCode]
|
|
12274
12586
|
* @param {string} [id]
|
|
12275
12587
|
* @param {string} [fullname]
|
|
12276
12588
|
* @param {string} [email]
|
|
12277
12589
|
* @param {Gender} [gender]
|
|
12278
12590
|
* @param {Date} [dateOfBirth]
|
|
12279
12591
|
* @param {Date} [created]
|
|
12280
|
-
* @param {boolean} [showHidden]
|
|
12281
12592
|
* @param {number} [page]
|
|
12282
12593
|
* @param {number} [limit]
|
|
12283
12594
|
* @param {Date} [lastRetrieved]
|
|
12284
12595
|
* @param {*} [options] Override http request option.
|
|
12285
12596
|
* @throws {RequiredError}
|
|
12286
12597
|
*/
|
|
12287
|
-
apiV2DoctorsGet: (hospitalId?: string | undefined, hospitalName?: string | undefined,
|
|
12598
|
+
apiV2DoctorsGet: (hospitalId?: string | undefined, hospitalName?: string | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, languageCode?: string | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
12288
12599
|
/**
|
|
12289
12600
|
*
|
|
12290
12601
|
* @summary Get all Doctors.
|
|
12291
12602
|
* @param {string} [hospitalId]
|
|
12292
12603
|
* @param {string} [hospitalName]
|
|
12293
|
-
* @param {string} [languageCode]
|
|
12294
|
-
* @param {boolean} [returnDefaultValue]
|
|
12295
12604
|
* @param {Array<string>} [ids]
|
|
12296
12605
|
* @param {string} [specialtyId]
|
|
12297
12606
|
* @param {boolean} [consultationEnabled]
|
|
12607
|
+
* @param {string} [languageCode]
|
|
12298
12608
|
* @param {string} [id]
|
|
12299
12609
|
* @param {string} [fullname]
|
|
12300
12610
|
* @param {string} [email]
|
|
12301
12611
|
* @param {Gender} [gender]
|
|
12302
12612
|
* @param {Date} [dateOfBirth]
|
|
12303
12613
|
* @param {Date} [created]
|
|
12304
|
-
* @param {boolean} [showHidden]
|
|
12305
12614
|
* @param {number} [page]
|
|
12306
12615
|
* @param {number} [limit]
|
|
12307
12616
|
* @param {Date} [lastRetrieved]
|
|
12308
12617
|
* @param {*} [options] Override http request option.
|
|
12309
12618
|
* @throws {RequiredError}
|
|
12310
12619
|
*/
|
|
12311
|
-
apiV2DoctorsSimpleGet: (hospitalId?: string | undefined, hospitalName?: string | undefined,
|
|
12312
|
-
/**
|
|
12313
|
-
*
|
|
12314
|
-
* @param {string} slug
|
|
12315
|
-
* @param {string} [languageCode]
|
|
12316
|
-
* @param {boolean} [returnDefaultValue]
|
|
12317
|
-
* @param {*} [options] Override http request option.
|
|
12318
|
-
* @throws {RequiredError}
|
|
12319
|
-
*/
|
|
12320
|
-
apiV2DoctorsSlugGet: (slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
12620
|
+
apiV2DoctorsSimpleGet: (hospitalId?: string | undefined, hospitalName?: string | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, languageCode?: string | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
12321
12621
|
};
|
|
12322
12622
|
/**
|
|
12323
12623
|
* DoctorsApi - functional programming interface
|
|
12324
12624
|
* @export
|
|
12325
12625
|
*/
|
|
12326
12626
|
export declare const DoctorsApiFp: (configuration?: Configuration | undefined) => {
|
|
12327
|
-
/**
|
|
12328
|
-
*
|
|
12329
|
-
* @summary Get all doctor affiliations.
|
|
12330
|
-
* @param {string} doctorId
|
|
12331
|
-
* @param {string} [hospitalName]
|
|
12332
|
-
* @param {string} [languageCode]
|
|
12333
|
-
* @param {number} [page]
|
|
12334
|
-
* @param {number} [limit]
|
|
12335
|
-
* @param {Date} [lastRetrieved]
|
|
12336
|
-
* @param {*} [options] Override http request option.
|
|
12337
|
-
* @throws {RequiredError}
|
|
12338
|
-
*/
|
|
12339
|
-
apiV2DoctorsDoctorIdAffiliationsGet(doctorId: string, hospitalName?: string | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationsModel>>;
|
|
12340
|
-
/**
|
|
12341
|
-
*
|
|
12342
|
-
* @summary Get doctor affiliation.
|
|
12343
|
-
* @param {string} doctorId
|
|
12344
|
-
* @param {string} hospitalId
|
|
12345
|
-
* @param {*} [options] Override http request option.
|
|
12346
|
-
* @throws {RequiredError}
|
|
12347
|
-
*/
|
|
12348
|
-
apiV2DoctorsDoctorIdAffiliationsHospitalIdGet(doctorId: string, hospitalId: string, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorAffiliationModel>>;
|
|
12349
12627
|
/**
|
|
12350
12628
|
*
|
|
12351
12629
|
* @summary Get DoctorCertificate.
|
|
@@ -12479,14 +12757,13 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
|
|
|
12479
12757
|
* @param {string} [specialtyId]
|
|
12480
12758
|
* @param {string} [specialtyName]
|
|
12481
12759
|
* @param {string} [languageCode]
|
|
12482
|
-
* @param {boolean} [showHidden]
|
|
12483
12760
|
* @param {number} [page]
|
|
12484
12761
|
* @param {number} [limit]
|
|
12485
12762
|
* @param {Date} [lastRetrieved]
|
|
12486
12763
|
* @param {*} [options] Override http request option.
|
|
12487
12764
|
* @throws {RequiredError}
|
|
12488
12765
|
*/
|
|
12489
|
-
apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, languageCode?: string | undefined,
|
|
12766
|
+
apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorSpecialtiesModel>>;
|
|
12490
12767
|
/**
|
|
12491
12768
|
*
|
|
12492
12769
|
* @summary Get DoctorSpecialty
|
|
@@ -12502,86 +12779,51 @@ export declare const DoctorsApiFp: (configuration?: Configuration | undefined) =
|
|
|
12502
12779
|
* @summary Get all Doctors.
|
|
12503
12780
|
* @param {string} [hospitalId]
|
|
12504
12781
|
* @param {string} [hospitalName]
|
|
12505
|
-
* @param {string} [languageCode]
|
|
12506
|
-
* @param {boolean} [returnDefaultValue]
|
|
12507
12782
|
* @param {Array<string>} [ids]
|
|
12508
12783
|
* @param {string} [specialtyId]
|
|
12509
12784
|
* @param {boolean} [consultationEnabled]
|
|
12785
|
+
* @param {string} [languageCode]
|
|
12510
12786
|
* @param {string} [id]
|
|
12511
12787
|
* @param {string} [fullname]
|
|
12512
12788
|
* @param {string} [email]
|
|
12513
12789
|
* @param {Gender} [gender]
|
|
12514
12790
|
* @param {Date} [dateOfBirth]
|
|
12515
12791
|
* @param {Date} [created]
|
|
12516
|
-
* @param {boolean} [showHidden]
|
|
12517
12792
|
* @param {number} [page]
|
|
12518
12793
|
* @param {number} [limit]
|
|
12519
12794
|
* @param {Date} [lastRetrieved]
|
|
12520
12795
|
* @param {*} [options] Override http request option.
|
|
12521
12796
|
* @throws {RequiredError}
|
|
12522
12797
|
*/
|
|
12523
|
-
apiV2DoctorsGet(hospitalId?: string | undefined, hospitalName?: string | undefined,
|
|
12798
|
+
apiV2DoctorsGet(hospitalId?: string | undefined, hospitalName?: string | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, languageCode?: string | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorsModel>>;
|
|
12524
12799
|
/**
|
|
12525
12800
|
*
|
|
12526
12801
|
* @summary Get all Doctors.
|
|
12527
12802
|
* @param {string} [hospitalId]
|
|
12528
12803
|
* @param {string} [hospitalName]
|
|
12529
|
-
* @param {string} [languageCode]
|
|
12530
|
-
* @param {boolean} [returnDefaultValue]
|
|
12531
12804
|
* @param {Array<string>} [ids]
|
|
12532
12805
|
* @param {string} [specialtyId]
|
|
12533
12806
|
* @param {boolean} [consultationEnabled]
|
|
12807
|
+
* @param {string} [languageCode]
|
|
12534
12808
|
* @param {string} [id]
|
|
12535
12809
|
* @param {string} [fullname]
|
|
12536
12810
|
* @param {string} [email]
|
|
12537
12811
|
* @param {Gender} [gender]
|
|
12538
12812
|
* @param {Date} [dateOfBirth]
|
|
12539
12813
|
* @param {Date} [created]
|
|
12540
|
-
* @param {boolean} [showHidden]
|
|
12541
12814
|
* @param {number} [page]
|
|
12542
12815
|
* @param {number} [limit]
|
|
12543
12816
|
* @param {Date} [lastRetrieved]
|
|
12544
12817
|
* @param {*} [options] Override http request option.
|
|
12545
12818
|
* @throws {RequiredError}
|
|
12546
12819
|
*/
|
|
12547
|
-
apiV2DoctorsSimpleGet(hospitalId?: string | undefined, hospitalName?: string | undefined,
|
|
12548
|
-
/**
|
|
12549
|
-
*
|
|
12550
|
-
* @param {string} slug
|
|
12551
|
-
* @param {string} [languageCode]
|
|
12552
|
-
* @param {boolean} [returnDefaultValue]
|
|
12553
|
-
* @param {*} [options] Override http request option.
|
|
12554
|
-
* @throws {RequiredError}
|
|
12555
|
-
*/
|
|
12556
|
-
apiV2DoctorsSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorModel>>;
|
|
12820
|
+
apiV2DoctorsSimpleGet(hospitalId?: string | undefined, hospitalName?: string | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, languageCode?: string | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: AxiosRequestConfig<any> | undefined): Promise<(axios?: AxiosInstance | undefined, basePath?: string | undefined) => AxiosPromise<DoctorsSimpleModel>>;
|
|
12557
12821
|
};
|
|
12558
12822
|
/**
|
|
12559
12823
|
* DoctorsApi - factory interface
|
|
12560
12824
|
* @export
|
|
12561
12825
|
*/
|
|
12562
12826
|
export declare const DoctorsApiFactory: (configuration?: Configuration | undefined, basePath?: string | undefined, axios?: AxiosInstance | undefined) => {
|
|
12563
|
-
/**
|
|
12564
|
-
*
|
|
12565
|
-
* @summary Get all doctor affiliations.
|
|
12566
|
-
* @param {string} doctorId
|
|
12567
|
-
* @param {string} [hospitalName]
|
|
12568
|
-
* @param {string} [languageCode]
|
|
12569
|
-
* @param {number} [page]
|
|
12570
|
-
* @param {number} [limit]
|
|
12571
|
-
* @param {Date} [lastRetrieved]
|
|
12572
|
-
* @param {*} [options] Override http request option.
|
|
12573
|
-
* @throws {RequiredError}
|
|
12574
|
-
*/
|
|
12575
|
-
apiV2DoctorsDoctorIdAffiliationsGet(doctorId: string, hospitalName?: string | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorAffiliationsModel>;
|
|
12576
|
-
/**
|
|
12577
|
-
*
|
|
12578
|
-
* @summary Get doctor affiliation.
|
|
12579
|
-
* @param {string} doctorId
|
|
12580
|
-
* @param {string} hospitalId
|
|
12581
|
-
* @param {*} [options] Override http request option.
|
|
12582
|
-
* @throws {RequiredError}
|
|
12583
|
-
*/
|
|
12584
|
-
apiV2DoctorsDoctorIdAffiliationsHospitalIdGet(doctorId: string, hospitalId: string, options?: any): AxiosPromise<DoctorAffiliationModel>;
|
|
12585
12827
|
/**
|
|
12586
12828
|
*
|
|
12587
12829
|
* @summary Get DoctorCertificate.
|
|
@@ -12715,14 +12957,13 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
|
|
|
12715
12957
|
* @param {string} [specialtyId]
|
|
12716
12958
|
* @param {string} [specialtyName]
|
|
12717
12959
|
* @param {string} [languageCode]
|
|
12718
|
-
* @param {boolean} [showHidden]
|
|
12719
12960
|
* @param {number} [page]
|
|
12720
12961
|
* @param {number} [limit]
|
|
12721
12962
|
* @param {Date} [lastRetrieved]
|
|
12722
12963
|
* @param {*} [options] Override http request option.
|
|
12723
12964
|
* @throws {RequiredError}
|
|
12724
12965
|
*/
|
|
12725
|
-
apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, languageCode?: string | undefined,
|
|
12966
|
+
apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string | undefined, specialtyId?: string | undefined, specialtyName?: string | undefined, languageCode?: string | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorSpecialtiesModel>;
|
|
12726
12967
|
/**
|
|
12727
12968
|
*
|
|
12728
12969
|
* @summary Get DoctorSpecialty
|
|
@@ -12738,58 +12979,45 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
|
|
|
12738
12979
|
* @summary Get all Doctors.
|
|
12739
12980
|
* @param {string} [hospitalId]
|
|
12740
12981
|
* @param {string} [hospitalName]
|
|
12741
|
-
* @param {string} [languageCode]
|
|
12742
|
-
* @param {boolean} [returnDefaultValue]
|
|
12743
12982
|
* @param {Array<string>} [ids]
|
|
12744
12983
|
* @param {string} [specialtyId]
|
|
12745
12984
|
* @param {boolean} [consultationEnabled]
|
|
12985
|
+
* @param {string} [languageCode]
|
|
12746
12986
|
* @param {string} [id]
|
|
12747
12987
|
* @param {string} [fullname]
|
|
12748
12988
|
* @param {string} [email]
|
|
12749
12989
|
* @param {Gender} [gender]
|
|
12750
12990
|
* @param {Date} [dateOfBirth]
|
|
12751
12991
|
* @param {Date} [created]
|
|
12752
|
-
* @param {boolean} [showHidden]
|
|
12753
12992
|
* @param {number} [page]
|
|
12754
12993
|
* @param {number} [limit]
|
|
12755
12994
|
* @param {Date} [lastRetrieved]
|
|
12756
12995
|
* @param {*} [options] Override http request option.
|
|
12757
12996
|
* @throws {RequiredError}
|
|
12758
12997
|
*/
|
|
12759
|
-
apiV2DoctorsGet(hospitalId?: string | undefined, hospitalName?: string | undefined,
|
|
12998
|
+
apiV2DoctorsGet(hospitalId?: string | undefined, hospitalName?: string | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, languageCode?: string | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorsModel>;
|
|
12760
12999
|
/**
|
|
12761
13000
|
*
|
|
12762
13001
|
* @summary Get all Doctors.
|
|
12763
13002
|
* @param {string} [hospitalId]
|
|
12764
13003
|
* @param {string} [hospitalName]
|
|
12765
|
-
* @param {string} [languageCode]
|
|
12766
|
-
* @param {boolean} [returnDefaultValue]
|
|
12767
13004
|
* @param {Array<string>} [ids]
|
|
12768
13005
|
* @param {string} [specialtyId]
|
|
12769
13006
|
* @param {boolean} [consultationEnabled]
|
|
13007
|
+
* @param {string} [languageCode]
|
|
12770
13008
|
* @param {string} [id]
|
|
12771
13009
|
* @param {string} [fullname]
|
|
12772
13010
|
* @param {string} [email]
|
|
12773
13011
|
* @param {Gender} [gender]
|
|
12774
13012
|
* @param {Date} [dateOfBirth]
|
|
12775
13013
|
* @param {Date} [created]
|
|
12776
|
-
* @param {boolean} [showHidden]
|
|
12777
13014
|
* @param {number} [page]
|
|
12778
13015
|
* @param {number} [limit]
|
|
12779
13016
|
* @param {Date} [lastRetrieved]
|
|
12780
13017
|
* @param {*} [options] Override http request option.
|
|
12781
13018
|
* @throws {RequiredError}
|
|
12782
13019
|
*/
|
|
12783
|
-
apiV2DoctorsSimpleGet(hospitalId?: string | undefined, hospitalName?: string | undefined,
|
|
12784
|
-
/**
|
|
12785
|
-
*
|
|
12786
|
-
* @param {string} slug
|
|
12787
|
-
* @param {string} [languageCode]
|
|
12788
|
-
* @param {boolean} [returnDefaultValue]
|
|
12789
|
-
* @param {*} [options] Override http request option.
|
|
12790
|
-
* @throws {RequiredError}
|
|
12791
|
-
*/
|
|
12792
|
-
apiV2DoctorsSlugGet(slug: string, languageCode?: string | undefined, returnDefaultValue?: boolean | undefined, options?: any): AxiosPromise<DoctorModel>;
|
|
13020
|
+
apiV2DoctorsSimpleGet(hospitalId?: string | undefined, hospitalName?: string | undefined, ids?: string[] | undefined, specialtyId?: string | undefined, consultationEnabled?: boolean | undefined, languageCode?: string | undefined, id?: string | undefined, fullname?: string | undefined, email?: string | undefined, gender?: Gender | undefined, dateOfBirth?: Date | undefined, created?: Date | undefined, page?: number | undefined, limit?: number | undefined, lastRetrieved?: Date | undefined, options?: any): AxiosPromise<DoctorsSimpleModel>;
|
|
12793
13021
|
};
|
|
12794
13022
|
/**
|
|
12795
13023
|
* DoctorsApi - object-oriented interface
|
|
@@ -12798,30 +13026,6 @@ export declare const DoctorsApiFactory: (configuration?: Configuration | undefin
|
|
|
12798
13026
|
* @extends {BaseAPI}
|
|
12799
13027
|
*/
|
|
12800
13028
|
export declare class DoctorsApi extends BaseAPI {
|
|
12801
|
-
/**
|
|
12802
|
-
*
|
|
12803
|
-
* @summary Get all doctor affiliations.
|
|
12804
|
-
* @param {string} doctorId
|
|
12805
|
-
* @param {string} [hospitalName]
|
|
12806
|
-
* @param {string} [languageCode]
|
|
12807
|
-
* @param {number} [page]
|
|
12808
|
-
* @param {number} [limit]
|
|
12809
|
-
* @param {Date} [lastRetrieved]
|
|
12810
|
-
* @param {*} [options] Override http request option.
|
|
12811
|
-
* @throws {RequiredError}
|
|
12812
|
-
* @memberof DoctorsApi
|
|
12813
|
-
*/
|
|
12814
|
-
apiV2DoctorsDoctorIdAffiliationsGet(doctorId: string, hospitalName?: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationsModel, any>>;
|
|
12815
|
-
/**
|
|
12816
|
-
*
|
|
12817
|
-
* @summary Get doctor affiliation.
|
|
12818
|
-
* @param {string} doctorId
|
|
12819
|
-
* @param {string} hospitalId
|
|
12820
|
-
* @param {*} [options] Override http request option.
|
|
12821
|
-
* @throws {RequiredError}
|
|
12822
|
-
* @memberof DoctorsApi
|
|
12823
|
-
*/
|
|
12824
|
-
apiV2DoctorsDoctorIdAffiliationsHospitalIdGet(doctorId: string, hospitalId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorAffiliationModel, any>>;
|
|
12825
13029
|
/**
|
|
12826
13030
|
*
|
|
12827
13031
|
* @summary Get DoctorCertificate.
|
|
@@ -12966,7 +13170,6 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
12966
13170
|
* @param {string} [specialtyId]
|
|
12967
13171
|
* @param {string} [specialtyName]
|
|
12968
13172
|
* @param {string} [languageCode]
|
|
12969
|
-
* @param {boolean} [showHidden]
|
|
12970
13173
|
* @param {number} [page]
|
|
12971
13174
|
* @param {number} [limit]
|
|
12972
13175
|
* @param {Date} [lastRetrieved]
|
|
@@ -12974,7 +13177,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
12974
13177
|
* @throws {RequiredError}
|
|
12975
13178
|
* @memberof DoctorsApi
|
|
12976
13179
|
*/
|
|
12977
|
-
apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, languageCode?: string,
|
|
13180
|
+
apiV2DoctorsDoctorIdSpecialtiesGet(doctorId: string, doctorName?: string, specialtyId?: string, specialtyName?: string, languageCode?: string, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorSpecialtiesModel, any>>;
|
|
12978
13181
|
/**
|
|
12979
13182
|
*
|
|
12980
13183
|
* @summary Get DoctorSpecialty
|
|
@@ -12991,18 +13194,16 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
12991
13194
|
* @summary Get all Doctors.
|
|
12992
13195
|
* @param {string} [hospitalId]
|
|
12993
13196
|
* @param {string} [hospitalName]
|
|
12994
|
-
* @param {string} [languageCode]
|
|
12995
|
-
* @param {boolean} [returnDefaultValue]
|
|
12996
13197
|
* @param {Array<string>} [ids]
|
|
12997
13198
|
* @param {string} [specialtyId]
|
|
12998
13199
|
* @param {boolean} [consultationEnabled]
|
|
13200
|
+
* @param {string} [languageCode]
|
|
12999
13201
|
* @param {string} [id]
|
|
13000
13202
|
* @param {string} [fullname]
|
|
13001
13203
|
* @param {string} [email]
|
|
13002
13204
|
* @param {Gender} [gender]
|
|
13003
13205
|
* @param {Date} [dateOfBirth]
|
|
13004
13206
|
* @param {Date} [created]
|
|
13005
|
-
* @param {boolean} [showHidden]
|
|
13006
13207
|
* @param {number} [page]
|
|
13007
13208
|
* @param {number} [limit]
|
|
13008
13209
|
* @param {Date} [lastRetrieved]
|
|
@@ -13010,24 +13211,22 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
13010
13211
|
* @throws {RequiredError}
|
|
13011
13212
|
* @memberof DoctorsApi
|
|
13012
13213
|
*/
|
|
13013
|
-
apiV2DoctorsGet(hospitalId?: string, hospitalName?: string,
|
|
13214
|
+
apiV2DoctorsGet(hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, languageCode?: string, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsModel, any>>;
|
|
13014
13215
|
/**
|
|
13015
13216
|
*
|
|
13016
13217
|
* @summary Get all Doctors.
|
|
13017
13218
|
* @param {string} [hospitalId]
|
|
13018
13219
|
* @param {string} [hospitalName]
|
|
13019
|
-
* @param {string} [languageCode]
|
|
13020
|
-
* @param {boolean} [returnDefaultValue]
|
|
13021
13220
|
* @param {Array<string>} [ids]
|
|
13022
13221
|
* @param {string} [specialtyId]
|
|
13023
13222
|
* @param {boolean} [consultationEnabled]
|
|
13223
|
+
* @param {string} [languageCode]
|
|
13024
13224
|
* @param {string} [id]
|
|
13025
13225
|
* @param {string} [fullname]
|
|
13026
13226
|
* @param {string} [email]
|
|
13027
13227
|
* @param {Gender} [gender]
|
|
13028
13228
|
* @param {Date} [dateOfBirth]
|
|
13029
13229
|
* @param {Date} [created]
|
|
13030
|
-
* @param {boolean} [showHidden]
|
|
13031
13230
|
* @param {number} [page]
|
|
13032
13231
|
* @param {number} [limit]
|
|
13033
13232
|
* @param {Date} [lastRetrieved]
|
|
@@ -13035,17 +13234,7 @@ export declare class DoctorsApi extends BaseAPI {
|
|
|
13035
13234
|
* @throws {RequiredError}
|
|
13036
13235
|
* @memberof DoctorsApi
|
|
13037
13236
|
*/
|
|
13038
|
-
apiV2DoctorsSimpleGet(hospitalId?: string, hospitalName?: string,
|
|
13039
|
-
/**
|
|
13040
|
-
*
|
|
13041
|
-
* @param {string} slug
|
|
13042
|
-
* @param {string} [languageCode]
|
|
13043
|
-
* @param {boolean} [returnDefaultValue]
|
|
13044
|
-
* @param {*} [options] Override http request option.
|
|
13045
|
-
* @throws {RequiredError}
|
|
13046
|
-
* @memberof DoctorsApi
|
|
13047
|
-
*/
|
|
13048
|
-
apiV2DoctorsSlugGet(slug: string, languageCode?: string, returnDefaultValue?: boolean, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorModel, any>>;
|
|
13237
|
+
apiV2DoctorsSimpleGet(hospitalId?: string, hospitalName?: string, ids?: Array<string>, specialtyId?: string, consultationEnabled?: boolean, languageCode?: string, id?: string, fullname?: string, email?: string, gender?: Gender, dateOfBirth?: Date, created?: Date, page?: number, limit?: number, lastRetrieved?: Date, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<DoctorsSimpleModel, any>>;
|
|
13049
13238
|
}
|
|
13050
13239
|
/**
|
|
13051
13240
|
* FaqCategoriesApi - axios parameter creator
|