ch-admin-api-client-typescript 5.76.31 → 5.76.37

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.
@@ -116,6 +116,7 @@ var PatientsApiAxiosParamCreator = function (configuration) {
116
116
  * @param {number} [limit]
117
117
  * @param {Date} [lastRetrieved]
118
118
  * @param {*} [options] Override http request option.
119
+ * @deprecated
119
120
  * @throws {RequiredError}
120
121
  */
121
122
  apiV1PatientsGet: function (hospitalId_1, id_1, fullname_1, email_1, gender_1, dateOfBirth_1, created_1, showHidden_1, page_1, limit_1, lastRetrieved_1) {
@@ -201,6 +202,7 @@ var PatientsApiAxiosParamCreator = function (configuration) {
201
202
  * @param {string} hospitalId
202
203
  * @param {boolean} [isPermanent]
203
204
  * @param {*} [options] Override http request option.
205
+ * @deprecated
204
206
  * @throws {RequiredError}
205
207
  */
206
208
  apiV1PatientsPatientIdAffiliationsHospitalIdDelete: function (patientId_1, hospitalId_1, isPermanent_1) {
@@ -256,6 +258,7 @@ var PatientsApiAxiosParamCreator = function (configuration) {
256
258
  * @param {string} hospitalId
257
259
  * @param {string} [languageCode]
258
260
  * @param {*} [options] Override http request option.
261
+ * @deprecated
259
262
  * @throws {RequiredError}
260
263
  */
261
264
  apiV1PatientsPatientIdAffiliationsHospitalIdGet: function (patientId_1, hospitalId_1, languageCode_1) {
@@ -311,6 +314,7 @@ var PatientsApiAxiosParamCreator = function (configuration) {
311
314
  * @param {string} hospitalId
312
315
  * @param {CreatePatientAffiliationCommand} [createPatientAffiliationCommand]
313
316
  * @param {*} [options] Override http request option.
317
+ * @deprecated
314
318
  * @throws {RequiredError}
315
319
  */
316
320
  apiV1PatientsPatientIdAffiliationsHospitalIdPost: function (patientId_1, hospitalId_1, createPatientAffiliationCommand_1) {
@@ -365,6 +369,7 @@ var PatientsApiAxiosParamCreator = function (configuration) {
365
369
  * @param {string} hospitalId
366
370
  * @param {UpdatePatientAffiliationCommand} [updatePatientAffiliationCommand]
367
371
  * @param {*} [options] Override http request option.
372
+ * @deprecated
368
373
  * @throws {RequiredError}
369
374
  */
370
375
  apiV1PatientsPatientIdAffiliationsHospitalIdPut: function (patientId_1, hospitalId_1, updatePatientAffiliationCommand_1) {
@@ -418,6 +423,7 @@ var PatientsApiAxiosParamCreator = function (configuration) {
418
423
  * @param {string} patientId
419
424
  * @param {string} hospitalId
420
425
  * @param {*} [options] Override http request option.
426
+ * @deprecated
421
427
  * @throws {RequiredError}
422
428
  */
423
429
  apiV1PatientsPatientIdAffiliationsHospitalIdReactivatePut: function (patientId_1, hospitalId_1) {
@@ -469,6 +475,7 @@ var PatientsApiAxiosParamCreator = function (configuration) {
469
475
  * @param {string} patientId
470
476
  * @param {boolean} [isPermanent]
471
477
  * @param {*} [options] Override http request option.
478
+ * @deprecated
472
479
  * @throws {RequiredError}
473
480
  */
474
481
  apiV1PatientsPatientIdDelete: function (patientId_1, isPermanent_1) {
@@ -519,6 +526,7 @@ var PatientsApiAxiosParamCreator = function (configuration) {
519
526
  * @summary Get Patient. (Auth policies: RequireDoctorOrPatientManagerRole)
520
527
  * @param {string} patientId
521
528
  * @param {*} [options] Override http request option.
529
+ * @deprecated
522
530
  * @throws {RequiredError}
523
531
  */
524
532
  apiV1PatientsPatientIdGet: function (patientId_1) {
@@ -567,6 +575,7 @@ var PatientsApiAxiosParamCreator = function (configuration) {
567
575
  * @param {string} patientId
568
576
  * @param {UpdatePatientCommand} [updatePatientCommand]
569
577
  * @param {*} [options] Override http request option.
578
+ * @deprecated
570
579
  * @throws {RequiredError}
571
580
  */
572
581
  apiV1PatientsPatientIdPut: function (patientId_1, updatePatientCommand_1) {
@@ -616,6 +625,7 @@ var PatientsApiAxiosParamCreator = function (configuration) {
616
625
  * @summary Reactive Patient. (Auth policies: RequireManagerRole)
617
626
  * @param {string} patientId
618
627
  * @param {*} [options] Override http request option.
628
+ * @deprecated
619
629
  * @throws {RequiredError}
620
630
  */
621
631
  apiV1PatientsPatientIdReactivatePut: function (patientId_1) {
@@ -663,6 +673,7 @@ var PatientsApiAxiosParamCreator = function (configuration) {
663
673
  * @summary Create a Patient. (Auth policies: RequireDoctorOrPatientManagerRole)
664
674
  * @param {CreatePatientCommand} [createPatientCommand]
665
675
  * @param {*} [options] Override http request option.
676
+ * @deprecated
666
677
  * @throws {RequiredError}
667
678
  */
668
679
  apiV1PatientsPost: function (createPatientCommand_1) {
@@ -711,6 +722,7 @@ var PatientsApiAxiosParamCreator = function (configuration) {
711
722
  * @param {string} [email]
712
723
  * @param {string} [phone]
713
724
  * @param {*} [options] Override http request option.
725
+ * @deprecated
714
726
  * @throws {RequiredError}
715
727
  */
716
728
  apiV1PatientsWalkinGet: function (hospitalId_1, email_1, phone_1) {
@@ -784,6 +796,7 @@ var PatientsApiFp = function (configuration) {
784
796
  * @param {number} [limit]
785
797
  * @param {Date} [lastRetrieved]
786
798
  * @param {*} [options] Override http request option.
799
+ * @deprecated
787
800
  * @throws {RequiredError}
788
801
  */
789
802
  apiV1PatientsGet: function (hospitalId, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options) {
@@ -806,6 +819,7 @@ var PatientsApiFp = function (configuration) {
806
819
  * @param {string} hospitalId
807
820
  * @param {boolean} [isPermanent]
808
821
  * @param {*} [options] Override http request option.
822
+ * @deprecated
809
823
  * @throws {RequiredError}
810
824
  */
811
825
  apiV1PatientsPatientIdAffiliationsHospitalIdDelete: function (patientId, hospitalId, isPermanent, options) {
@@ -828,6 +842,7 @@ var PatientsApiFp = function (configuration) {
828
842
  * @param {string} hospitalId
829
843
  * @param {string} [languageCode]
830
844
  * @param {*} [options] Override http request option.
845
+ * @deprecated
831
846
  * @throws {RequiredError}
832
847
  */
833
848
  apiV1PatientsPatientIdAffiliationsHospitalIdGet: function (patientId, hospitalId, languageCode, options) {
@@ -850,6 +865,7 @@ var PatientsApiFp = function (configuration) {
850
865
  * @param {string} hospitalId
851
866
  * @param {CreatePatientAffiliationCommand} [createPatientAffiliationCommand]
852
867
  * @param {*} [options] Override http request option.
868
+ * @deprecated
853
869
  * @throws {RequiredError}
854
870
  */
855
871
  apiV1PatientsPatientIdAffiliationsHospitalIdPost: function (patientId, hospitalId, createPatientAffiliationCommand, options) {
@@ -872,6 +888,7 @@ var PatientsApiFp = function (configuration) {
872
888
  * @param {string} hospitalId
873
889
  * @param {UpdatePatientAffiliationCommand} [updatePatientAffiliationCommand]
874
890
  * @param {*} [options] Override http request option.
891
+ * @deprecated
875
892
  * @throws {RequiredError}
876
893
  */
877
894
  apiV1PatientsPatientIdAffiliationsHospitalIdPut: function (patientId, hospitalId, updatePatientAffiliationCommand, options) {
@@ -893,6 +910,7 @@ var PatientsApiFp = function (configuration) {
893
910
  * @param {string} patientId
894
911
  * @param {string} hospitalId
895
912
  * @param {*} [options] Override http request option.
913
+ * @deprecated
896
914
  * @throws {RequiredError}
897
915
  */
898
916
  apiV1PatientsPatientIdAffiliationsHospitalIdReactivatePut: function (patientId, hospitalId, options) {
@@ -914,6 +932,7 @@ var PatientsApiFp = function (configuration) {
914
932
  * @param {string} patientId
915
933
  * @param {boolean} [isPermanent]
916
934
  * @param {*} [options] Override http request option.
935
+ * @deprecated
917
936
  * @throws {RequiredError}
918
937
  */
919
938
  apiV1PatientsPatientIdDelete: function (patientId, isPermanent, options) {
@@ -934,6 +953,7 @@ var PatientsApiFp = function (configuration) {
934
953
  * @summary Get Patient. (Auth policies: RequireDoctorOrPatientManagerRole)
935
954
  * @param {string} patientId
936
955
  * @param {*} [options] Override http request option.
956
+ * @deprecated
937
957
  * @throws {RequiredError}
938
958
  */
939
959
  apiV1PatientsPatientIdGet: function (patientId, options) {
@@ -955,6 +975,7 @@ var PatientsApiFp = function (configuration) {
955
975
  * @param {string} patientId
956
976
  * @param {UpdatePatientCommand} [updatePatientCommand]
957
977
  * @param {*} [options] Override http request option.
978
+ * @deprecated
958
979
  * @throws {RequiredError}
959
980
  */
960
981
  apiV1PatientsPatientIdPut: function (patientId, updatePatientCommand, options) {
@@ -975,6 +996,7 @@ var PatientsApiFp = function (configuration) {
975
996
  * @summary Reactive Patient. (Auth policies: RequireManagerRole)
976
997
  * @param {string} patientId
977
998
  * @param {*} [options] Override http request option.
999
+ * @deprecated
978
1000
  * @throws {RequiredError}
979
1001
  */
980
1002
  apiV1PatientsPatientIdReactivatePut: function (patientId, options) {
@@ -995,6 +1017,7 @@ var PatientsApiFp = function (configuration) {
995
1017
  * @summary Create a Patient. (Auth policies: RequireDoctorOrPatientManagerRole)
996
1018
  * @param {CreatePatientCommand} [createPatientCommand]
997
1019
  * @param {*} [options] Override http request option.
1020
+ * @deprecated
998
1021
  * @throws {RequiredError}
999
1022
  */
1000
1023
  apiV1PatientsPost: function (createPatientCommand, options) {
@@ -1017,6 +1040,7 @@ var PatientsApiFp = function (configuration) {
1017
1040
  * @param {string} [email]
1018
1041
  * @param {string} [phone]
1019
1042
  * @param {*} [options] Override http request option.
1043
+ * @deprecated
1020
1044
  * @throws {RequiredError}
1021
1045
  */
1022
1046
  apiV1PatientsWalkinGet: function (hospitalId, email, phone, options) {
@@ -1057,6 +1081,7 @@ var PatientsApiFactory = function (configuration, basePath, axios) {
1057
1081
  * @param {number} [limit]
1058
1082
  * @param {Date} [lastRetrieved]
1059
1083
  * @param {*} [options] Override http request option.
1084
+ * @deprecated
1060
1085
  * @throws {RequiredError}
1061
1086
  */
1062
1087
  apiV1PatientsGet: function (hospitalId, id, fullname, email, gender, dateOfBirth, created, showHidden, page, limit, lastRetrieved, options) {
@@ -1069,6 +1094,7 @@ var PatientsApiFactory = function (configuration, basePath, axios) {
1069
1094
  * @param {string} hospitalId
1070
1095
  * @param {boolean} [isPermanent]
1071
1096
  * @param {*} [options] Override http request option.
1097
+ * @deprecated
1072
1098
  * @throws {RequiredError}
1073
1099
  */
1074
1100
  apiV1PatientsPatientIdAffiliationsHospitalIdDelete: function (patientId, hospitalId, isPermanent, options) {
@@ -1081,6 +1107,7 @@ var PatientsApiFactory = function (configuration, basePath, axios) {
1081
1107
  * @param {string} hospitalId
1082
1108
  * @param {string} [languageCode]
1083
1109
  * @param {*} [options] Override http request option.
1110
+ * @deprecated
1084
1111
  * @throws {RequiredError}
1085
1112
  */
1086
1113
  apiV1PatientsPatientIdAffiliationsHospitalIdGet: function (patientId, hospitalId, languageCode, options) {
@@ -1093,6 +1120,7 @@ var PatientsApiFactory = function (configuration, basePath, axios) {
1093
1120
  * @param {string} hospitalId
1094
1121
  * @param {CreatePatientAffiliationCommand} [createPatientAffiliationCommand]
1095
1122
  * @param {*} [options] Override http request option.
1123
+ * @deprecated
1096
1124
  * @throws {RequiredError}
1097
1125
  */
1098
1126
  apiV1PatientsPatientIdAffiliationsHospitalIdPost: function (patientId, hospitalId, createPatientAffiliationCommand, options) {
@@ -1105,6 +1133,7 @@ var PatientsApiFactory = function (configuration, basePath, axios) {
1105
1133
  * @param {string} hospitalId
1106
1134
  * @param {UpdatePatientAffiliationCommand} [updatePatientAffiliationCommand]
1107
1135
  * @param {*} [options] Override http request option.
1136
+ * @deprecated
1108
1137
  * @throws {RequiredError}
1109
1138
  */
1110
1139
  apiV1PatientsPatientIdAffiliationsHospitalIdPut: function (patientId, hospitalId, updatePatientAffiliationCommand, options) {
@@ -1116,6 +1145,7 @@ var PatientsApiFactory = function (configuration, basePath, axios) {
1116
1145
  * @param {string} patientId
1117
1146
  * @param {string} hospitalId
1118
1147
  * @param {*} [options] Override http request option.
1148
+ * @deprecated
1119
1149
  * @throws {RequiredError}
1120
1150
  */
1121
1151
  apiV1PatientsPatientIdAffiliationsHospitalIdReactivatePut: function (patientId, hospitalId, options) {
@@ -1127,6 +1157,7 @@ var PatientsApiFactory = function (configuration, basePath, axios) {
1127
1157
  * @param {string} patientId
1128
1158
  * @param {boolean} [isPermanent]
1129
1159
  * @param {*} [options] Override http request option.
1160
+ * @deprecated
1130
1161
  * @throws {RequiredError}
1131
1162
  */
1132
1163
  apiV1PatientsPatientIdDelete: function (patientId, isPermanent, options) {
@@ -1137,6 +1168,7 @@ var PatientsApiFactory = function (configuration, basePath, axios) {
1137
1168
  * @summary Get Patient. (Auth policies: RequireDoctorOrPatientManagerRole)
1138
1169
  * @param {string} patientId
1139
1170
  * @param {*} [options] Override http request option.
1171
+ * @deprecated
1140
1172
  * @throws {RequiredError}
1141
1173
  */
1142
1174
  apiV1PatientsPatientIdGet: function (patientId, options) {
@@ -1148,6 +1180,7 @@ var PatientsApiFactory = function (configuration, basePath, axios) {
1148
1180
  * @param {string} patientId
1149
1181
  * @param {UpdatePatientCommand} [updatePatientCommand]
1150
1182
  * @param {*} [options] Override http request option.
1183
+ * @deprecated
1151
1184
  * @throws {RequiredError}
1152
1185
  */
1153
1186
  apiV1PatientsPatientIdPut: function (patientId, updatePatientCommand, options) {
@@ -1158,6 +1191,7 @@ var PatientsApiFactory = function (configuration, basePath, axios) {
1158
1191
  * @summary Reactive Patient. (Auth policies: RequireManagerRole)
1159
1192
  * @param {string} patientId
1160
1193
  * @param {*} [options] Override http request option.
1194
+ * @deprecated
1161
1195
  * @throws {RequiredError}
1162
1196
  */
1163
1197
  apiV1PatientsPatientIdReactivatePut: function (patientId, options) {
@@ -1168,6 +1202,7 @@ var PatientsApiFactory = function (configuration, basePath, axios) {
1168
1202
  * @summary Create a Patient. (Auth policies: RequireDoctorOrPatientManagerRole)
1169
1203
  * @param {CreatePatientCommand} [createPatientCommand]
1170
1204
  * @param {*} [options] Override http request option.
1205
+ * @deprecated
1171
1206
  * @throws {RequiredError}
1172
1207
  */
1173
1208
  apiV1PatientsPost: function (createPatientCommand, options) {
@@ -1180,6 +1215,7 @@ var PatientsApiFactory = function (configuration, basePath, axios) {
1180
1215
  * @param {string} [email]
1181
1216
  * @param {string} [phone]
1182
1217
  * @param {*} [options] Override http request option.
1218
+ * @deprecated
1183
1219
  * @throws {RequiredError}
1184
1220
  */
1185
1221
  apiV1PatientsWalkinGet: function (hospitalId, email, phone, options) {
@@ -1204,6 +1240,7 @@ var PatientsApi = /** @class */ (function (_super) {
1204
1240
  * @summary Get all Patients. (Auth policies: RequireDoctorOrPatientManagerRole)
1205
1241
  * @param {PatientsApiApiV1PatientsGetRequest} requestParameters Request parameters.
1206
1242
  * @param {*} [options] Override http request option.
1243
+ * @deprecated
1207
1244
  * @throws {RequiredError}
1208
1245
  * @memberof PatientsApi
1209
1246
  */
@@ -1217,6 +1254,7 @@ var PatientsApi = /** @class */ (function (_super) {
1217
1254
  * @summary Delete patient affiliation (Auth policies: RequireDoctorRole)
1218
1255
  * @param {PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdDeleteRequest} requestParameters Request parameters.
1219
1256
  * @param {*} [options] Override http request option.
1257
+ * @deprecated
1220
1258
  * @throws {RequiredError}
1221
1259
  * @memberof PatientsApi
1222
1260
  */
@@ -1229,6 +1267,7 @@ var PatientsApi = /** @class */ (function (_super) {
1229
1267
  * @summary Get patientAffiliation by patient id and hospital id. (Auth policies: RequireDoctorOrPatientManagerRole)
1230
1268
  * @param {PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdGetRequest} requestParameters Request parameters.
1231
1269
  * @param {*} [options] Override http request option.
1270
+ * @deprecated
1232
1271
  * @throws {RequiredError}
1233
1272
  * @memberof PatientsApi
1234
1273
  */
@@ -1241,6 +1280,7 @@ var PatientsApi = /** @class */ (function (_super) {
1241
1280
  * @summary Create patient affiliation (Auth policies: RequireDoctorOrPatientManagerRole)
1242
1281
  * @param {PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdPostRequest} requestParameters Request parameters.
1243
1282
  * @param {*} [options] Override http request option.
1283
+ * @deprecated
1244
1284
  * @throws {RequiredError}
1245
1285
  * @memberof PatientsApi
1246
1286
  */
@@ -1253,6 +1293,7 @@ var PatientsApi = /** @class */ (function (_super) {
1253
1293
  * @summary Update patient affiliation (Auth policies: RequireDoctorOrPatientManagerRole)
1254
1294
  * @param {PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdPutRequest} requestParameters Request parameters.
1255
1295
  * @param {*} [options] Override http request option.
1296
+ * @deprecated
1256
1297
  * @throws {RequiredError}
1257
1298
  * @memberof PatientsApi
1258
1299
  */
@@ -1265,6 +1306,7 @@ var PatientsApi = /** @class */ (function (_super) {
1265
1306
  * @summary Reactivate patient affiliation (Auth policies: RequireDoctorRole)
1266
1307
  * @param {PatientsApiApiV1PatientsPatientIdAffiliationsHospitalIdReactivatePutRequest} requestParameters Request parameters.
1267
1308
  * @param {*} [options] Override http request option.
1309
+ * @deprecated
1268
1310
  * @throws {RequiredError}
1269
1311
  * @memberof PatientsApi
1270
1312
  */
@@ -1277,6 +1319,7 @@ var PatientsApi = /** @class */ (function (_super) {
1277
1319
  * @summary Delete Patient. (Auth policies: RequireManagerRole)
1278
1320
  * @param {PatientsApiApiV1PatientsPatientIdDeleteRequest} requestParameters Request parameters.
1279
1321
  * @param {*} [options] Override http request option.
1322
+ * @deprecated
1280
1323
  * @throws {RequiredError}
1281
1324
  * @memberof PatientsApi
1282
1325
  */
@@ -1289,6 +1332,7 @@ var PatientsApi = /** @class */ (function (_super) {
1289
1332
  * @summary Get Patient. (Auth policies: RequireDoctorOrPatientManagerRole)
1290
1333
  * @param {PatientsApiApiV1PatientsPatientIdGetRequest} requestParameters Request parameters.
1291
1334
  * @param {*} [options] Override http request option.
1335
+ * @deprecated
1292
1336
  * @throws {RequiredError}
1293
1337
  * @memberof PatientsApi
1294
1338
  */
@@ -1301,6 +1345,7 @@ var PatientsApi = /** @class */ (function (_super) {
1301
1345
  * @summary Update Patient. (Auth policies: RequirePatientManagerRole)
1302
1346
  * @param {PatientsApiApiV1PatientsPatientIdPutRequest} requestParameters Request parameters.
1303
1347
  * @param {*} [options] Override http request option.
1348
+ * @deprecated
1304
1349
  * @throws {RequiredError}
1305
1350
  * @memberof PatientsApi
1306
1351
  */
@@ -1313,6 +1358,7 @@ var PatientsApi = /** @class */ (function (_super) {
1313
1358
  * @summary Reactive Patient. (Auth policies: RequireManagerRole)
1314
1359
  * @param {PatientsApiApiV1PatientsPatientIdReactivatePutRequest} requestParameters Request parameters.
1315
1360
  * @param {*} [options] Override http request option.
1361
+ * @deprecated
1316
1362
  * @throws {RequiredError}
1317
1363
  * @memberof PatientsApi
1318
1364
  */
@@ -1325,6 +1371,7 @@ var PatientsApi = /** @class */ (function (_super) {
1325
1371
  * @summary Create a Patient. (Auth policies: RequireDoctorOrPatientManagerRole)
1326
1372
  * @param {PatientsApiApiV1PatientsPostRequest} requestParameters Request parameters.
1327
1373
  * @param {*} [options] Override http request option.
1374
+ * @deprecated
1328
1375
  * @throws {RequiredError}
1329
1376
  * @memberof PatientsApi
1330
1377
  */
@@ -1338,6 +1385,7 @@ var PatientsApi = /** @class */ (function (_super) {
1338
1385
  * @summary Get patient information for Patient walk-in feature (Auth policies: RequireDoctorOrPatientManagerRole)
1339
1386
  * @param {PatientsApiApiV1PatientsWalkinGetRequest} requestParameters Request parameters.
1340
1387
  * @param {*} [options] Override http request option.
1388
+ * @deprecated
1341
1389
  * @throws {RequiredError}
1342
1390
  * @memberof PatientsApi
1343
1391
  */
@@ -49,7 +49,7 @@ export interface GeneralArticleItemModel {
49
49
  * @type {boolean}
50
50
  * @memberof GeneralArticleItemModel
51
51
  */
52
- 'isConfirmed'?: boolean;
52
+ 'confirmed'?: boolean;
53
53
  /**
54
54
  *
55
55
  * @type {ArticleType}
@@ -139,7 +139,7 @@ export interface GeneralArticleItemModel {
139
139
  * @type {Array<GeneralArticleTagItemModel>}
140
140
  * @memberof GeneralArticleItemModel
141
141
  */
142
- 'tags'?: Array<GeneralArticleTagItemModel> | null;
142
+ 'articleTags'?: Array<GeneralArticleTagItemModel> | null;
143
143
  /**
144
144
  *
145
145
  * @type {Array<MediaModel>}
@@ -1 +1 @@
1
- {"version":3,"file":"general-article-item-model.d.ts","sourceRoot":"","sources":["../../src/models/general-article-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAGjD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAG7C,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAG9E,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,aAAa,CAAC,EAAE,WAAW,CAAC;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;CAC5C"}
1
+ {"version":3,"file":"general-article-item-model.d.ts","sourceRoot":"","sources":["../../src/models/general-article-item-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAGjD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAG7C,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAG9E,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,aAAa,CAAC,EAAE,WAAW,CAAC;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC;IACzD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;CAC5C"}
@@ -49,7 +49,7 @@ export interface GeneralArticleModel {
49
49
  * @type {boolean}
50
50
  * @memberof GeneralArticleModel
51
51
  */
52
- 'isConfirmed'?: boolean;
52
+ 'confirmed'?: boolean;
53
53
  /**
54
54
  *
55
55
  * @type {ArticleType}
@@ -139,7 +139,7 @@ export interface GeneralArticleModel {
139
139
  * @type {Array<GeneralArticleTagItemModel>}
140
140
  * @memberof GeneralArticleModel
141
141
  */
142
- 'tags'?: Array<GeneralArticleTagItemModel> | null;
142
+ 'articleTags'?: Array<GeneralArticleTagItemModel> | null;
143
143
  /**
144
144
  *
145
145
  * @type {Array<MediaModel>}
@@ -1 +1 @@
1
- {"version":3,"file":"general-article-model.d.ts","sourceRoot":"","sources":["../../src/models/general-article-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAGjD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAG7C,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAG9E,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,aAAa,CAAC,EAAE,WAAW,CAAC;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;IACzC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC"}
1
+ {"version":3,"file":"general-article-model.d.ts","sourceRoot":"","sources":["../../src/models/general-article-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAGjD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAG7C,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAGhE,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AAG9E,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,aAAa,CAAC,EAAE,WAAW,CAAC;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,0BAA0B,CAAC,GAAG,IAAI,CAAC;IACzD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,oBAAoB,CAAC;IACzC;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-admin-api-client-typescript",
3
- "version": "5.76.31",
3
+ "version": "5.76.37",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital admin",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",