tencentcloud-sdk-nodejs 4.0.847 → 4.0.849

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.
Files changed (84) hide show
  1. package/CHANGELOG.md +398 -0
  2. package/SERVICE_CHANGELOG.md +446 -131
  3. package/package.json +1 -1
  4. package/products.md +32 -32
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/captcha/v20190722/captcha_models.ts +2 -2
  7. package/src/services/ccc/v20200210/ccc_models.ts +19 -2
  8. package/src/services/cdn/v20180606/cdn_client.ts +1 -1
  9. package/src/services/clb/v20180317/clb_models.ts +1 -1
  10. package/src/services/cls/v20201016/cls_models.ts +149 -45
  11. package/src/services/dlc/v20210125/dlc_models.ts +33 -1
  12. package/src/services/ess/v20201111/ess_models.ts +4 -0
  13. package/src/services/essbasic/v20210526/essbasic_models.ts +10 -1
  14. package/src/services/fmu/v20191213/fmu_models.ts +1 -1
  15. package/src/services/hunyuan/v20230901/hunyuan_models.ts +2 -2
  16. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +93 -32
  17. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +300 -112
  18. package/src/services/iss/v20230517/iss_models.ts +5 -0
  19. package/src/services/lighthouse/v20200324/lighthouse_client.ts +14 -14
  20. package/src/services/lighthouse/v20200324/lighthouse_models.ts +11 -13
  21. package/src/services/lke/v20231130/lke_models.ts +1 -1
  22. package/src/services/monitor/v20180724/monitor_models.ts +36 -36
  23. package/src/services/mrs/v20200910/mrs_client.ts +89 -37
  24. package/src/services/mrs/v20200910/mrs_models.ts +1814 -1074
  25. package/src/services/ocr/v20181119/ocr_models.ts +1 -0
  26. package/src/services/rce/v20201103/rce_client.ts +3 -19
  27. package/src/services/rce/v20201103/rce_models.ts +57 -164
  28. package/src/services/rum/v20210622/rum_models.ts +11 -11
  29. package/src/services/tdmq/v20200217/tdmq_models.ts +71 -1
  30. package/src/services/teo/v20220901/teo_client.ts +17 -2
  31. package/src/services/teo/v20220901/teo_models.ts +30 -0
  32. package/src/services/tke/v20180525/tke_models.ts +1 -1
  33. package/src/services/trtc/v20190722/trtc_client.ts +3 -3
  34. package/src/services/trtc/v20190722/trtc_models.ts +16 -6
  35. package/src/services/tse/v20201207/tse_models.ts +4 -0
  36. package/src/services/waf/v20180125/waf_client.ts +54 -5
  37. package/src/services/waf/v20180125/waf_models.ts +262 -60
  38. package/tencentcloud/common/sdk_version.d.ts +1 -1
  39. package/tencentcloud/common/sdk_version.js +1 -1
  40. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +2 -2
  41. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +19 -2
  42. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
  43. package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
  44. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  45. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +149 -45
  46. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +33 -1
  47. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
  48. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -1
  49. package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +1 -1
  50. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +2 -2
  51. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +29 -9
  52. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +42 -12
  53. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +289 -112
  54. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +5 -0
  55. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +14 -14
  56. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +14 -14
  57. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +11 -13
  58. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +1 -1
  59. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +36 -36
  60. package/tencentcloud/services/mrs/v20200910/mrs_client.d.ts +5 -1
  61. package/tencentcloud/services/mrs/v20200910/mrs_client.js +6 -0
  62. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +2208 -1510
  63. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -0
  64. package/tencentcloud/services/rce/v20201103/rce_client.d.ts +1 -5
  65. package/tencentcloud/services/rce/v20201103/rce_client.js +0 -6
  66. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +57 -158
  67. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +11 -11
  68. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +71 -1
  69. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +9 -2
  70. package/tencentcloud/services/teo/v20220901/teo_client.js +10 -1
  71. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +28 -0
  72. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
  73. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -3
  74. package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -3
  75. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +16 -6
  76. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +4 -0
  77. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +17 -1
  78. package/tencentcloud/services/waf/v20180125/waf_client.js +24 -0
  79. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +253 -60
  80. package/test/iotexplorer.v20190423.test.js +58 -8
  81. package/test/mrs.v20200910.test.js +10 -0
  82. package/test/rce.v20201103.test.js +0 -10
  83. package/test/teo.v20220901.test.js +10 -0
  84. package/test/waf.v20180125.test.js +40 -0
@@ -21,13 +21,17 @@ import {
21
21
  Indicator,
22
22
  LastMenstrualPeriodBlock,
23
23
  Vaccination,
24
+ BiologicalProductInfo,
24
25
  TimelineEvent,
26
+ ChemicalProductInfoIndications,
27
+ BiologicalProductInfoPrecautions,
25
28
  ImageMaskResponse,
26
29
  IHCBlock,
27
30
  GynaecologyVagina,
28
31
  BodyTemperatureBlock,
29
32
  PathologicalDiagnosisDetailBlock,
30
33
  ImageToObjectRequest,
34
+ ChemicalProductInfoStorage,
31
35
  Molecular,
32
36
  TuberInfo,
33
37
  SurgeryListBlock,
@@ -41,43 +45,49 @@ import {
41
45
  GeneralExaminationBriefSummary,
42
46
  PTNM,
43
47
  TableIndicators,
48
+ ChemicalProductInfoDosage,
44
49
  BlockInfoV2,
45
50
  ImageMaskAsyncGetResultResponse,
46
51
  Lymph,
52
+ BiologicalProductInfoApproval,
47
53
  ImageMaskAsyncRequest,
48
54
  BaseItem,
55
+ StomatologyPeriodontics,
49
56
  OtolaryngologyBaseItem,
50
57
  Fp2NdItem,
51
58
  SurgeryLymphNode,
52
59
  SurgeryHeadNeck,
53
- Organ,
54
- DiseasePresentBlock,
60
+ BiologicalProductInfoContraindications,
61
+ GynaecologyPelvicCavity,
62
+ ChemicalProductInfoAppearance,
63
+ ChemicalProductInfoPharmacokinetics,
55
64
  MenstrualPeriodBlock,
56
- TreatmentRecord,
65
+ ChemicalProductInfoPackaging,
57
66
  InternalMedicineVessel,
58
67
  OphthalmologyBareEyeSight,
59
68
  Value,
60
69
  MainDiseaseHistoryBlock,
61
70
  DiseaseMedicalHistory,
62
- GeneticHistoryBlock,
63
- OphthalmologyBriefSummary,
71
+ DrugHistoryBlock,
72
+ ChemicalProductInfo,
64
73
  MenstrualHistoryDetailBlock,
65
74
  InternalMedicineAbdomenGallBladder,
75
+ PTNMBlock,
66
76
  GynaecologyVulva,
67
77
  OphthalmologyColourVision,
68
78
  CovidItemsInfo,
69
79
  BloodPressureBlock,
70
80
  TurnPDFToObjectAsyncRequest,
71
81
  HistologyLevel,
72
- EcgDescription,
82
+ DiseasePresentBlock,
73
83
  SurgeryThyroid,
74
- MedicalRecordInfo,
84
+ MaternityDesc,
75
85
  EyeItemsInfo,
76
86
  SurgerySkin,
77
87
  IndicatorItemV2,
78
88
  TurnPDFToObjectAsyncResponse,
79
89
  NormSize,
80
- GynaecologyBriefSummary,
90
+ FirstPage,
81
91
  TextToObjectResponse,
82
92
  SurgeryConditionBlock,
83
93
  FieldInfo,
@@ -91,39 +101,43 @@ import {
91
101
  TurnPDFToObjectResponse,
92
102
  InternalMedicineHeart,
93
103
  ReportInfo,
94
- GeneralExaminationVitalSign,
104
+ Endoscopy,
95
105
  TurnPDFToObjectAsyncGetResultResponse,
96
106
  PhysicalBaseItem,
97
- Exame,
107
+ ChemicalProductInfoBrochure,
108
+ HistologyTypeV2,
98
109
  PathologyV2,
99
- FirstPage,
110
+ BlockTitle,
100
111
  InvasiveV2,
101
112
  TextToObjectRequest,
102
113
  AspectRatio,
103
114
  PersonalHistoryBlock,
104
115
  NeonatalInfo,
105
- Size,
106
116
  EyeItem,
107
117
  FamilyMedicalHistory,
118
+ BiologicalProductInfoBrochure,
119
+ DiagCert,
108
120
  OphthalmologyCorrectedVisualAcuity,
109
121
  GeneralExaminationVitalSignBloodPressure,
110
122
  Part,
111
123
  ImageToClassResponse,
124
+ DischargeDiagnosisBlock,
112
125
  DrugListBlock,
113
126
  Template,
114
- MaternityDesc,
127
+ GynaecologyBriefSummary,
128
+ RelativeHistoryBlock,
115
129
  EndoscopyOrgan,
116
130
  ClinicalStaging,
117
131
  InternalMedicineAbdomenPancreas,
118
132
  PersonalMedicalHistory,
119
- DiagCert,
133
+ ChemicalProductInfoOverdose,
120
134
  InternalMedicineAbdomen,
121
- PTNMBlock,
135
+ DrugInstructionObjectResponse,
122
136
  SmokeHistoryBlock,
123
137
  AdmissionConditionBlock,
124
138
  StomatologyToothDecay,
125
139
  TextToClassResponse,
126
- StomatologyBriefSummary,
140
+ ChemicalProductInfoInteractions,
127
141
  HearingItem,
128
142
  HistologyType,
129
143
  BlockInfo,
@@ -131,19 +145,23 @@ import {
131
145
  Block,
132
146
  TextType,
133
147
  EcgItem,
134
- GynaecologyUterus,
135
148
  Fetus,
136
149
  OtolaryngologyEar,
137
150
  ImageInfo,
138
- Point,
151
+ EcgDescription,
139
152
  MenstrualMedicalHistory,
140
153
  Check,
154
+ ChemicalProductInfoActiveIngredient,
141
155
  EcgDiagnosis,
142
156
  ImmunohistochemistryBlock,
143
157
  OtolaryngologyLarynx,
144
158
  SummaryInfo,
145
- DescInfo,
146
159
  HistologyClass,
160
+ DescInfo,
161
+ Organ,
162
+ GynaecologyUterus,
163
+ BiologicalProductInfoIngredientAndAppearance,
164
+ StomatologyBriefSummary,
147
165
  FamilyHistoryBlock,
148
166
  AdmissionDiagnosisBlock,
149
167
  TreatmentRecordBlock,
@@ -152,8 +170,9 @@ import {
152
170
  ChestCircumferenceItem,
153
171
  SurgeryAnorectal,
154
172
  IHCInfo,
155
- PdfInfo,
173
+ ChemicalProductInfoName,
156
174
  OphthalmologyBaseItem,
175
+ BiologicalProductInfoStorage,
157
176
  HandleParam,
158
177
  NeglistBlock,
159
178
  Medicine,
@@ -163,6 +182,7 @@ import {
163
182
  Rectangle,
164
183
  IHCV2,
165
184
  ObstericalMedicalHistory,
185
+ ChemicalProductInfoGeriatricUse,
166
186
  StomatologyGingiva,
167
187
  OtolaryngologyNose,
168
188
  BaseItem3,
@@ -175,70 +195,89 @@ import {
175
195
  NormPart,
176
196
  GynaecologyMenstrualHistory,
177
197
  ImageMaskRequest,
178
- Endoscopy,
198
+ GeneralExaminationVitalSign,
179
199
  Prescription,
180
200
  InternalMedicineBaseItem,
181
- SurgeryUrogenitalSystem,
201
+ ChemicalProductInfoContraindications,
202
+ BiologicalProductInfoDosage,
182
203
  Coord,
183
204
  Summary,
184
- ResultInfo,
185
- PathologyReport,
205
+ ChemicalProductInfoManufacturer,
206
+ ChemicalProductInfoPediatricUse,
186
207
  MenstrualHistoryBlock,
187
208
  Time,
188
209
  Coordinate,
189
210
  DosageBlock,
190
- RelativeHistoryBlock,
191
- StomatologyPeriodontics,
211
+ Point,
212
+ PathologyReport,
213
+ BiologicalProductInfoValidityPeriod,
214
+ DrugInstructionObjectRequest,
192
215
  BiopsyPart,
193
216
  Invas,
194
217
  ImageToClassRequest,
195
218
  InternalMedicineAbdomenLiver,
196
219
  BaseInfo,
220
+ ChemicalProductInfoPrecautions,
197
221
  PhysicalExamination,
198
222
  InternalMedicineRespiratorySystem,
199
- TurnPDFToObjectAsyncGetResultRequest,
223
+ ChemicalProductInfoExecutiveStandards,
200
224
  BloodPressureItem,
201
225
  SymptomInfo,
202
226
  TextToClassRequest,
203
227
  TextTypeListBlock,
204
228
  ObstetricalHistoryBlock,
205
229
  SurgerySpinalExtremities,
206
- BlockTitle,
230
+ Size,
207
231
  DischargeConditionBlock,
208
232
  LymphTotal,
233
+ ChemicalProductInfoApproval,
209
234
  OtherInfo,
210
235
  TurnPDFToObjectRequest,
211
236
  MenstrualFlowBlock,
237
+ BiologicalProductInfoPackaging,
212
238
  TimelineInformation,
213
- SurgeryHistory,
239
+ RelapseDateBlock,
214
240
  OphthalmologyFundoscopy,
215
241
  SurgeryBreast,
216
242
  InternalMedicineBriefSummary,
243
+ TurnPDFToObjectAsyncGetResultRequest,
244
+ SurgeryUrogenitalSystem,
245
+ ChemicalProductInfoAdverseReaction,
246
+ BiologicalProductInfoName,
217
247
  ImageMaskAsyncResponse,
218
248
  DeathDateBlock,
219
249
  BirthCert,
220
250
  KeyValueItem,
221
251
  ChiefComplaintBlock,
222
- CovidItem,
252
+ BiologicalProductInfoExecutiveStandards,
223
253
  ValueBlock,
254
+ BiologicalProductInfoVaccinationTarget,
224
255
  InternalMedicineAbdomenSpleen,
225
256
  InternalMedicineAbdomenKidney,
226
257
  ParentInfo,
258
+ BiologicalProductInfoAdverseReaction,
259
+ PdfInfo,
227
260
  DischargeInfoBlock,
228
261
  Maternity,
229
262
  LymphNode,
230
263
  IssueInfo,
264
+ ResultInfo,
231
265
  MedDoc,
232
266
  Desc,
233
267
  PatientInfo,
234
- HistologyTypeV2,
268
+ SurgeryHistory,
269
+ Exame,
235
270
  SurgeryBaseItem,
271
+ BiologicalProductInfoManufacturer,
236
272
  PartDesc,
237
- DischargeDiagnosisBlock,
273
+ ChemicalProductInfoValidityPeriod,
274
+ GeneralExaminationBaseItem,
238
275
  FertilityHistoryBlock,
276
+ SurgeryBriefSummary,
239
277
  GeneralExaminationOthers,
240
278
  DiseaseHistoryBlock,
241
279
  NumValue,
280
+ TreatmentRecord,
242
281
  EyeChildItem,
243
282
  SurgeryAttr,
244
283
  IndicatorV3,
@@ -247,16 +286,19 @@ import {
247
286
  GynaecologyAdnexal,
248
287
  IndicatorItem,
249
288
  DiagCertItem,
250
- DrugHistoryBlock,
289
+ GeneticHistoryBlock,
251
290
  SurgeryHistoryBlock,
252
- SurgeryBriefSummary,
253
- GynaecologyPelvicCavity,
254
- RelapseDateBlock,
291
+ ChemicalProductInfoPregnancyLactationUse,
292
+ CovidItem,
293
+ OphthalmologyBriefSummary,
255
294
  ImageToObjectResponse,
295
+ ChemicalProductInfoClinicalTrial,
256
296
  ValueUnitItem,
257
297
  GynaecologyBaseItem,
258
- GeneralExaminationBaseItem,
298
+ BiologicalProductInfoIndications,
299
+ ChemicalProductInfoPharmacologyToxicology,
259
300
  MenstruationOrNotBlock,
301
+ MedicalRecordInfo,
260
302
  Electrocardiogram,
261
303
  OtolaryngologyBriefSummary,
262
304
  } from "./mrs_models"
@@ -280,6 +322,16 @@ export class Client extends AbstractClient {
280
322
  return this.request("ImageToClass", req, cb)
281
323
  }
282
324
 
325
+ /**
326
+ * 药品说明书PDF文件结构化
327
+ */
328
+ async DrugInstructionObject(
329
+ req: DrugInstructionObjectRequest,
330
+ cb?: (error: string, rep: DrugInstructionObjectResponse) => void
331
+ ): Promise<DrugInstructionObjectResponse> {
332
+ return this.request("DrugInstructionObject", req, cb)
333
+ }
334
+
283
335
  /**
284
336
  * 体检报告PDF文件结构化异步获取结果接口
285
337
  */