tencentcloud-sdk-nodejs 4.1.54 → 4.1.56

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 (95) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/ccc/v20200210/ccc_client.js +7 -4
  3. package/es/services/dnspod/v20210323/dnspod_client.js +6 -0
  4. package/es/services/ess/v20201111/ess_client.js +3 -0
  5. package/es/services/gs/v20191118/gs_client.js +3 -0
  6. package/es/services/hai/v20230812/hai_client.js +8 -2
  7. package/es/services/ioa/v20220601/ioa_client.js +6 -0
  8. package/es/services/lke/v20231130/lke_client.js +52 -16
  9. package/es/services/ocr/v20181119/ocr_client.js +170 -158
  10. package/es/services/tcss/v20201101/tcss_client.js +3 -0
  11. package/es/services/tke/v20220501/tke_client.js +5 -2
  12. package/es/services/trtc/v20190722/trtc_client.js +14 -2
  13. package/es/services/wedata/v20210820/wedata_client.js +24 -6
  14. package/package.json +1 -1
  15. package/tencentcloud/common/sdk_version.d.ts +1 -1
  16. package/tencentcloud/common/sdk_version.js +1 -1
  17. package/tencentcloud/services/as/v20180419/as_models.d.ts +5 -7
  18. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -0
  19. package/tencentcloud/services/btoe/v20210514/btoe_client.d.ts +39 -13
  20. package/tencentcloud/services/btoe/v20210514/btoe_client.js +39 -13
  21. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +0 -1
  22. package/tencentcloud/services/cbs/v20170312/cbs_client.js +0 -1
  23. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +7 -5
  24. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +9 -5
  25. package/tencentcloud/services/ccc/v20200210/ccc_client.js +12 -6
  26. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +114 -62
  27. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +30 -20
  28. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  29. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +0 -1
  30. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -0
  31. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +8 -0
  32. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +6 -2
  33. package/tencentcloud/services/cwp/v20180228/cwp_client.js +6 -2
  34. package/tencentcloud/services/dc/v20180410/dc_models.d.ts +16 -0
  35. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +9 -1
  36. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +12 -0
  37. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +242 -15
  38. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +3 -1
  39. package/tencentcloud/services/emr/v20190103/emr_client.js +3 -1
  40. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5 -0
  41. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +8 -1
  42. package/tencentcloud/services/ess/v20201111/ess_client.js +9 -0
  43. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +41 -1
  44. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -0
  45. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -0
  46. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +12 -3
  47. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +32 -3
  48. package/tencentcloud/services/goosefs/v20220519/goosefs_client.d.ts +3 -1
  49. package/tencentcloud/services/goosefs/v20220519/goosefs_client.js +3 -1
  50. package/tencentcloud/services/gs/v20191118/gs_client.d.ts +13 -9
  51. package/tencentcloud/services/gs/v20191118/gs_client.js +14 -8
  52. package/tencentcloud/services/gs/v20191118/gs_models.d.ts +77 -49
  53. package/tencentcloud/services/hai/v20230812/hai_client.d.ts +11 -3
  54. package/tencentcloud/services/hai/v20230812/hai_client.js +15 -3
  55. package/tencentcloud/services/hai/v20230812/hai_models.d.ts +70 -18
  56. package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +9 -1
  57. package/tencentcloud/services/ioa/v20220601/ioa_client.js +12 -0
  58. package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +193 -0
  59. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +4 -4
  60. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +4 -4
  61. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +29 -2
  62. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -1
  63. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +66 -17
  64. package/tencentcloud/services/lke/v20231130/lke_client.js +97 -24
  65. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +1432 -530
  66. package/tencentcloud/services/lowcode/v20210108/lowcode_models.d.ts +17 -0
  67. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +7 -0
  68. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +578 -553
  69. package/tencentcloud/services/ocr/v20181119/ocr_client.js +714 -681
  70. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +884 -579
  71. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +1 -1
  72. package/tencentcloud/services/sms/v20190711/sms_models.d.ts +6 -14
  73. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +6 -14
  74. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +13 -1
  75. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +2 -2
  76. package/tencentcloud/services/ssl/v20191205/ssl_client.js +2 -2
  77. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +47 -15
  78. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +12 -0
  79. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +5 -1
  80. package/tencentcloud/services/tcss/v20201101/tcss_client.js +6 -0
  81. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +45 -0
  82. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -1
  83. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +20 -0
  84. package/tencentcloud/services/tke/v20220501/tke_client.d.ts +7 -3
  85. package/tencentcloud/services/tke/v20220501/tke_client.js +9 -3
  86. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +30 -0
  87. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +19 -3
  88. package/tencentcloud/services/trtc/v20190722/trtc_client.js +27 -3
  89. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +306 -101
  90. package/tencentcloud/services/vm/v20210922/vm_models.d.ts +1 -1
  91. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +13 -11
  92. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +5 -5
  93. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +34 -10
  94. package/tencentcloud/services/wedata/v20210820/wedata_client.js +48 -12
  95. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5067 -3294
@@ -3,38 +3,11 @@ export class Client extends AbstractClient {
3
3
  constructor(clientConfig) {
4
4
  super("ocr.tencentcloudapi.com", "2018-11-19", clientConfig);
5
5
  }
6
- async InsuranceBillOCR(req, cb) {
7
- return this.request("InsuranceBillOCR", req, cb);
8
- }
9
- async ImageEnhancement(req, cb) {
10
- return this.request("ImageEnhancement", req, cb);
11
- }
12
- async QuestionSplitOCR(req, cb) {
13
- return this.request("QuestionSplitOCR", req, cb);
14
- }
15
- async SmartStructuralOCRV2(req, cb) {
16
- return this.request("SmartStructuralOCRV2", req, cb);
17
- }
18
- async EnterpriseLicenseOCR(req, cb) {
19
- return this.request("EnterpriseLicenseOCR", req, cb);
20
- }
21
- async BusinessCardOCR(req, cb) {
22
- return this.request("BusinessCardOCR", req, cb);
23
- }
24
- async RecognizeOnlineTaxiItineraryOCR(req, cb) {
25
- return this.request("RecognizeOnlineTaxiItineraryOCR", req, cb);
26
- }
27
- async IDCardOCR(req, cb) {
28
- return this.request("IDCardOCR", req, cb);
29
- }
30
- async TollInvoiceOCR(req, cb) {
31
- return this.request("TollInvoiceOCR", req, cb);
32
- }
33
- async MLIDCardOCR(req, cb) {
34
- return this.request("MLIDCardOCR", req, cb);
6
+ async QuestionOCR(req, cb) {
7
+ return this.request("QuestionOCR", req, cb);
35
8
  }
36
- async VatInvoiceVerifyNew(req, cb) {
37
- return this.request("VatInvoiceVerifyNew", req, cb);
9
+ async TextDetect(req, cb) {
10
+ return this.request("TextDetect", req, cb);
38
11
  }
39
12
  async QrcodeOCR(req, cb) {
40
13
  return this.request("QrcodeOCR", req, cb);
@@ -42,134 +15,167 @@ export class Client extends AbstractClient {
42
15
  async GeneralAccurateOCR(req, cb) {
43
16
  return this.request("GeneralAccurateOCR", req, cb);
44
17
  }
45
- async FlightInvoiceOCR(req, cb) {
46
- return this.request("FlightInvoiceOCR", req, cb);
47
- }
48
18
  async RecognizeContainerOCR(req, cb) {
49
19
  return this.request("RecognizeContainerOCR", req, cb);
50
20
  }
51
- async RecognizeTableAccurateOCR(req, cb) {
52
- return this.request("RecognizeTableAccurateOCR", req, cb);
53
- }
54
21
  async RecognizeEncryptedIDCardOCR(req, cb) {
55
22
  return this.request("RecognizeEncryptedIDCardOCR", req, cb);
56
23
  }
57
- async MixedInvoiceDetect(req, cb) {
58
- return this.request("MixedInvoiceDetect", req, cb);
59
- }
60
- async VehicleRegCertOCR(req, cb) {
61
- return this.request("VehicleRegCertOCR", req, cb);
62
- }
63
- async ShipInvoiceOCR(req, cb) {
64
- return this.request("ShipInvoiceOCR", req, cb);
65
- }
66
24
  async RecognizeStoreName(req, cb) {
67
25
  return this.request("RecognizeStoreName", req, cb);
68
26
  }
69
27
  async MLIDPassportOCR(req, cb) {
70
28
  return this.request("MLIDPassportOCR", req, cb);
71
29
  }
72
- async VatRollInvoiceOCR(req, cb) {
73
- return this.request("VatRollInvoiceOCR", req, cb);
74
- }
75
- async QuotaInvoiceOCR(req, cb) {
76
- return this.request("QuotaInvoiceOCR", req, cb);
30
+ async TrainTicketOCR(req, cb) {
31
+ return this.request("TrainTicketOCR", req, cb);
77
32
  }
78
- async WaybillOCR(req, cb) {
79
- return this.request("WaybillOCR", req, cb);
33
+ async PropOwnerCertOCR(req, cb) {
34
+ return this.request("PropOwnerCertOCR", req, cb);
80
35
  }
81
- async VinOCR(req, cb) {
82
- return this.request("VinOCR", req, cb);
36
+ async InvoiceGeneralOCR(req, cb) {
37
+ return this.request("InvoiceGeneralOCR", req, cb);
83
38
  }
84
- async GeneralFastOCR(req, cb) {
85
- return this.request("GeneralFastOCR", req, cb);
39
+ async HKIDCardOCR(req, cb) {
40
+ return this.request("HKIDCardOCR", req, cb);
86
41
  }
87
- async PropOwnerCertOCR(req, cb) {
88
- return this.request("PropOwnerCertOCR", req, cb);
42
+ async PermitOCR(req, cb) {
43
+ return this.request("PermitOCR", req, cb);
89
44
  }
90
- async SmartStructuralPro(req, cb) {
91
- return this.request("SmartStructuralPro", req, cb);
45
+ async BusInvoiceOCR(req, cb) {
46
+ return this.request("BusInvoiceOCR", req, cb);
92
47
  }
93
- async BizLicenseOCR(req, cb) {
94
- return this.request("BizLicenseOCR", req, cb);
48
+ async EnglishOCR(req, cb) {
49
+ return this.request("EnglishOCR", req, cb);
95
50
  }
96
- async GeneralHandwritingOCR(req, cb) {
97
- return this.request("GeneralHandwritingOCR", req, cb);
51
+ async SmartStructuralOCR(req, cb) {
52
+ return this.request("SmartStructuralOCR", req, cb);
98
53
  }
99
- async QuestionOCR(req, cb) {
100
- return this.request("QuestionOCR", req, cb);
54
+ async ClassifyStoreName(req, cb) {
55
+ return this.request("ClassifyStoreName", req, cb);
101
56
  }
102
57
  async TaxiInvoiceOCR(req, cb) {
103
58
  return this.request("TaxiInvoiceOCR", req, cb);
104
59
  }
105
- async InvoiceGeneralOCR(req, cb) {
106
- return this.request("InvoiceGeneralOCR", req, cb);
60
+ async RideHailingDriverLicenseOCR(req, cb) {
61
+ return this.request("RideHailingDriverLicenseOCR", req, cb);
107
62
  }
108
- async RecognizeMedicalInvoiceOCR(req, cb) {
109
- return this.request("RecognizeMedicalInvoiceOCR", req, cb);
63
+ async RecognizeForeignPermanentResidentIdCard(req, cb) {
64
+ return this.request("RecognizeForeignPermanentResidentIdCard", req, cb);
110
65
  }
111
- async GetOCRResult(req, cb) {
112
- return this.request("GetOCRResult", req, cb);
66
+ async MainlandPermitOCR(req, cb) {
67
+ return this.request("MainlandPermitOCR", req, cb);
113
68
  }
114
- async HKIDCardOCR(req, cb) {
115
- return this.request("HKIDCardOCR", req, cb);
69
+ async FlightInvoiceOCR(req, cb) {
70
+ return this.request("FlightInvoiceOCR", req, cb);
116
71
  }
117
- async RecognizeTableOCR(req, cb) {
118
- return this.request("RecognizeTableOCR", req, cb);
72
+ async RecognizeThaiIDCardOCR(req, cb) {
73
+ return this.request("RecognizeThaiIDCardOCR", req, cb);
74
+ }
75
+ async RecognizeGeneralInvoice(req, cb) {
76
+ return this.request("RecognizeGeneralInvoice", req, cb);
77
+ }
78
+ async InsuranceBillOCR(req, cb) {
79
+ return this.request("InsuranceBillOCR", req, cb);
80
+ }
81
+ async VatInvoiceVerifyNew(req, cb) {
82
+ return this.request("VatInvoiceVerifyNew", req, cb);
83
+ }
84
+ async VinOCR(req, cb) {
85
+ return this.request("VinOCR", req, cb);
86
+ }
87
+ async VehicleLicenseOCR(req, cb) {
88
+ return this.request("VehicleLicenseOCR", req, cb);
89
+ }
90
+ async BizLicenseOCR(req, cb) {
91
+ return this.request("BizLicenseOCR", req, cb);
119
92
  }
120
93
  async RecognizeGeneralCardWarn(req, cb) {
121
94
  return this.request("RecognizeGeneralCardWarn", req, cb);
122
95
  }
123
- async DutyPaidProofOCR(req, cb) {
124
- return this.request("DutyPaidProofOCR", req, cb);
125
- }
126
96
  async GeneralBasicOCR(req, cb) {
127
97
  return this.request("GeneralBasicOCR", req, cb);
128
98
  }
129
- async PermitOCR(req, cb) {
130
- return this.request("PermitOCR", req, cb);
99
+ async MixedInvoiceOCR(req, cb) {
100
+ return this.request("MixedInvoiceOCR", req, cb);
131
101
  }
132
- async OrgCodeCertOCR(req, cb) {
133
- return this.request("OrgCodeCertOCR", req, cb);
102
+ async ExtractDocMultiPro(req, cb) {
103
+ return this.request("ExtractDocMultiPro", req, cb);
134
104
  }
135
- async TextDetect(req, cb) {
136
- return this.request("TextDetect", req, cb);
105
+ async TableOCR(req, cb) {
106
+ return this.request("TableOCR", req, cb);
137
107
  }
138
- async FinanBillSliceOCR(req, cb) {
139
- return this.request("FinanBillSliceOCR", req, cb);
108
+ async ArithmeticOCR(req, cb) {
109
+ return this.request("ArithmeticOCR", req, cb);
140
110
  }
141
- async BusInvoiceOCR(req, cb) {
142
- return this.request("BusInvoiceOCR", req, cb);
111
+ async EstateCertOCR(req, cb) {
112
+ return this.request("EstateCertOCR", req, cb);
143
113
  }
144
- async TableOCR(req, cb) {
145
- return this.request("TableOCR", req, cb);
114
+ async RecognizeValidIDCardOCR(req, cb) {
115
+ return this.request("RecognizeValidIDCardOCR", req, cb);
146
116
  }
147
- async VatInvoiceOCR(req, cb) {
148
- return this.request("VatInvoiceOCR", req, cb);
117
+ async BankCardOCR(req, cb) {
118
+ return this.request("BankCardOCR", req, cb);
149
119
  }
150
- async RecognizeForeignPermanentResidentIdCard(req, cb) {
151
- return this.request("RecognizeForeignPermanentResidentIdCard", req, cb);
120
+ async GetOCRToken(req, cb) {
121
+ return this.request("GetOCRToken", req, cb);
152
122
  }
153
- async RideHailingDriverLicenseOCR(req, cb) {
154
- return this.request("RideHailingDriverLicenseOCR", req, cb);
123
+ async EduPaperOCR(req, cb) {
124
+ return this.request("EduPaperOCR", req, cb);
155
125
  }
156
- async HmtResidentPermitOCR(req, cb) {
157
- return this.request("HmtResidentPermitOCR", req, cb);
126
+ async EnterpriseLicenseOCR(req, cb) {
127
+ return this.request("EnterpriseLicenseOCR", req, cb);
128
+ }
129
+ async BusinessCardOCR(req, cb) {
130
+ return this.request("BusinessCardOCR", req, cb);
131
+ }
132
+ async IDCardOCR(req, cb) {
133
+ return this.request("IDCardOCR", req, cb);
158
134
  }
159
135
  async RecognizeGeneralTextImageWarn(req, cb) {
160
136
  return this.request("RecognizeGeneralTextImageWarn", req, cb);
161
137
  }
162
- async SmartStructuralOCR(req, cb) {
163
- return this.request("SmartStructuralOCR", req, cb);
138
+ async InstitutionOCR(req, cb) {
139
+ return this.request("InstitutionOCR", req, cb);
164
140
  }
165
- async ArithmeticOCR(req, cb) {
166
- return this.request("ArithmeticOCR", req, cb);
141
+ async SmartStructuralOCRV2(req, cb) {
142
+ return this.request("SmartStructuralOCRV2", req, cb);
167
143
  }
168
- async LicensePlateOCR(req, cb) {
169
- return this.request("LicensePlateOCR", req, cb);
144
+ async RecognizeTableAccurateOCR(req, cb) {
145
+ return this.request("RecognizeTableAccurateOCR", req, cb);
170
146
  }
171
- async EstateCertOCR(req, cb) {
172
- return this.request("EstateCertOCR", req, cb);
147
+ async MixedInvoiceDetect(req, cb) {
148
+ return this.request("MixedInvoiceDetect", req, cb);
149
+ }
150
+ async VatRollInvoiceOCR(req, cb) {
151
+ return this.request("VatRollInvoiceOCR", req, cb);
152
+ }
153
+ async QuotaInvoiceOCR(req, cb) {
154
+ return this.request("QuotaInvoiceOCR", req, cb);
155
+ }
156
+ async GeneralHandwritingOCR(req, cb) {
157
+ return this.request("GeneralHandwritingOCR", req, cb);
158
+ }
159
+ async ExtractDocBasic(req, cb) {
160
+ return this.request("ExtractDocBasic", req, cb);
161
+ }
162
+ async RecognizeOnlineTaxiItineraryOCR(req, cb) {
163
+ return this.request("RecognizeOnlineTaxiItineraryOCR", req, cb);
164
+ }
165
+ async RecognizeTableOCR(req, cb) {
166
+ return this.request("RecognizeTableOCR", req, cb);
167
+ }
168
+ async WaybillOCR(req, cb) {
169
+ return this.request("WaybillOCR", req, cb);
170
+ }
171
+ async HandwritingEssayOCR(req, cb) {
172
+ return this.request("HandwritingEssayOCR", req, cb);
173
+ }
174
+ async HmtResidentPermitOCR(req, cb) {
175
+ return this.request("HmtResidentPermitOCR", req, cb);
176
+ }
177
+ async TollInvoiceOCR(req, cb) {
178
+ return this.request("TollInvoiceOCR", req, cb);
173
179
  }
174
180
  async ClassifyDetectOCR(req, cb) {
175
181
  return this.request("ClassifyDetectOCR", req, cb);
@@ -180,82 +186,88 @@ export class Client extends AbstractClient {
180
186
  async SealOCR(req, cb) {
181
187
  return this.request("SealOCR", req, cb);
182
188
  }
183
- async ClassifyStoreName(req, cb) {
184
- return this.request("ClassifyStoreName", req, cb);
185
- }
186
189
  async BankSlipOCR(req, cb) {
187
190
  return this.request("BankSlipOCR", req, cb);
188
191
  }
189
- async GeneralEfficientOCR(req, cb) {
190
- return this.request("GeneralEfficientOCR", req, cb);
191
- }
192
- async AdvertiseOCR(req, cb) {
193
- return this.request("AdvertiseOCR", req, cb);
194
- }
195
- async TrainTicketOCR(req, cb) {
196
- return this.request("TrainTicketOCR", req, cb);
197
- }
198
192
  async ResidenceBookletOCR(req, cb) {
199
193
  return this.request("ResidenceBookletOCR", req, cb);
200
194
  }
201
195
  async RecognizeTravelCardOCR(req, cb) {
202
196
  return this.request("RecognizeTravelCardOCR", req, cb);
203
197
  }
204
- async InstitutionOCR(req, cb) {
205
- return this.request("InstitutionOCR", req, cb);
198
+ async VerifyOfdVatInvoiceOCR(req, cb) {
199
+ return this.request("VerifyOfdVatInvoiceOCR", req, cb);
206
200
  }
207
- async EnglishOCR(req, cb) {
208
- return this.request("EnglishOCR", req, cb);
201
+ async DriverLicenseOCR(req, cb) {
202
+ return this.request("DriverLicenseOCR", req, cb);
209
203
  }
210
- async RecognizeValidIDCardOCR(req, cb) {
211
- return this.request("RecognizeValidIDCardOCR", req, cb);
204
+ async FinanBillOCR(req, cb) {
205
+ return this.request("FinanBillOCR", req, cb);
212
206
  }
213
- async BankCardOCR(req, cb) {
214
- return this.request("BankCardOCR", req, cb);
207
+ async SmartStructuralPro(req, cb) {
208
+ return this.request("SmartStructuralPro", req, cb);
215
209
  }
216
- async CarInvoiceOCR(req, cb) {
217
- return this.request("CarInvoiceOCR", req, cb);
210
+ async RecognizeHealthCodeOCR(req, cb) {
211
+ return this.request("RecognizeHealthCodeOCR", req, cb);
218
212
  }
219
- async DriverLicenseOCR(req, cb) {
220
- return this.request("DriverLicenseOCR", req, cb);
213
+ async ImageEnhancement(req, cb) {
214
+ return this.request("ImageEnhancement", req, cb);
221
215
  }
222
- async MainlandPermitOCR(req, cb) {
223
- return this.request("MainlandPermitOCR", req, cb);
216
+ async QuestionSplitOCR(req, cb) {
217
+ return this.request("QuestionSplitOCR", req, cb);
224
218
  }
225
- async FormulaOCR(req, cb) {
226
- return this.request("FormulaOCR", req, cb);
219
+ async MLIDCardOCR(req, cb) {
220
+ return this.request("MLIDCardOCR", req, cb);
227
221
  }
228
- async PassportOCR(req, cb) {
229
- return this.request("PassportOCR", req, cb);
222
+ async RecognizeMedicalInvoiceOCR(req, cb) {
223
+ return this.request("RecognizeMedicalInvoiceOCR", req, cb);
230
224
  }
231
- async FinanBillOCR(req, cb) {
232
- return this.request("FinanBillOCR", req, cb);
225
+ async GeneralFastOCR(req, cb) {
226
+ return this.request("GeneralFastOCR", req, cb);
233
227
  }
234
- async GetOCRToken(req, cb) {
235
- return this.request("GetOCRToken", req, cb);
228
+ async VatInvoiceOCR(req, cb) {
229
+ return this.request("VatInvoiceOCR", req, cb);
236
230
  }
237
- async VerifyOfdVatInvoiceOCR(req, cb) {
238
- return this.request("VerifyOfdVatInvoiceOCR", req, cb);
231
+ async DutyPaidProofOCR(req, cb) {
232
+ return this.request("DutyPaidProofOCR", req, cb);
239
233
  }
240
- async MixedInvoiceOCR(req, cb) {
241
- return this.request("MixedInvoiceOCR", req, cb);
234
+ async OrgCodeCertOCR(req, cb) {
235
+ return this.request("OrgCodeCertOCR", req, cb);
242
236
  }
243
- async RecognizeHealthCodeOCR(req, cb) {
244
- return this.request("RecognizeHealthCodeOCR", req, cb);
237
+ async FinanBillSliceOCR(req, cb) {
238
+ return this.request("FinanBillSliceOCR", req, cb);
245
239
  }
246
- async EduPaperOCR(req, cb) {
247
- return this.request("EduPaperOCR", req, cb);
240
+ async LicensePlateOCR(req, cb) {
241
+ return this.request("LicensePlateOCR", req, cb);
248
242
  }
249
- async RideHailingTransportLicenseOCR(req, cb) {
250
- return this.request("RideHailingTransportLicenseOCR", req, cb);
243
+ async ExtractDocMulti(req, cb) {
244
+ return this.request("ExtractDocMulti", req, cb);
251
245
  }
252
- async RecognizeThaiIDCardOCR(req, cb) {
253
- return this.request("RecognizeThaiIDCardOCR", req, cb);
246
+ async GeneralEfficientOCR(req, cb) {
247
+ return this.request("GeneralEfficientOCR", req, cb);
254
248
  }
255
- async RecognizeGeneralInvoice(req, cb) {
256
- return this.request("RecognizeGeneralInvoice", req, cb);
249
+ async AdvertiseOCR(req, cb) {
250
+ return this.request("AdvertiseOCR", req, cb);
257
251
  }
258
- async VehicleLicenseOCR(req, cb) {
259
- return this.request("VehicleLicenseOCR", req, cb);
252
+ async VehicleRegCertOCR(req, cb) {
253
+ return this.request("VehicleRegCertOCR", req, cb);
254
+ }
255
+ async CarInvoiceOCR(req, cb) {
256
+ return this.request("CarInvoiceOCR", req, cb);
257
+ }
258
+ async GetOCRResult(req, cb) {
259
+ return this.request("GetOCRResult", req, cb);
260
+ }
261
+ async FormulaOCR(req, cb) {
262
+ return this.request("FormulaOCR", req, cb);
263
+ }
264
+ async PassportOCR(req, cb) {
265
+ return this.request("PassportOCR", req, cb);
266
+ }
267
+ async ShipInvoiceOCR(req, cb) {
268
+ return this.request("ShipInvoiceOCR", req, cb);
269
+ }
270
+ async RideHailingTransportLicenseOCR(req, cb) {
271
+ return this.request("RideHailingTransportLicenseOCR", req, cb);
260
272
  }
261
273
  }
@@ -813,6 +813,9 @@ export class Client extends AbstractClient {
813
813
  async ModifyReverseShellStatus(req, cb) {
814
814
  return this.request("ModifyReverseShellStatus", req, cb);
815
815
  }
816
+ async ModifyRiskDnsEventStatus(req, cb) {
817
+ return this.request("ModifyRiskDnsEventStatus", req, cb);
818
+ }
816
819
  async DescribeSecLogJoinTypeList(req, cb) {
817
820
  return this.request("DescribeSecLogJoinTypeList", req, cb);
818
821
  }
@@ -6,12 +6,15 @@ export class Client extends AbstractClient {
6
6
  async DescribeNodePools(req, cb) {
7
7
  return this.request("DescribeNodePools", req, cb);
8
8
  }
9
- async ModifyNodePool(req, cb) {
10
- return this.request("ModifyNodePool", req, cb);
9
+ async DeleteClusterMachines(req, cb) {
10
+ return this.request("DeleteClusterMachines", req, cb);
11
11
  }
12
12
  async RebootMachines(req, cb) {
13
13
  return this.request("RebootMachines", req, cb);
14
14
  }
15
+ async ModifyNodePool(req, cb) {
16
+ return this.request("ModifyNodePool", req, cb);
17
+ }
15
18
  async DeleteHealthCheckPolicy(req, cb) {
16
19
  return this.request("DeleteHealthCheckPolicy", req, cb);
17
20
  }
@@ -39,8 +39,8 @@ export class Client extends AbstractClient {
39
39
  async StartAIConversation(req, cb) {
40
40
  return this.request("StartAIConversation", req, cb);
41
41
  }
42
- async DescribeAIConversation(req, cb) {
43
- return this.request("DescribeAIConversation", req, cb);
42
+ async DeleteVoicePrint(req, cb) {
43
+ return this.request("DeleteVoicePrint", req, cb);
44
44
  }
45
45
  async StartMCUMixTranscodeByStrRoomId(req, cb) {
46
46
  return this.request("StartMCUMixTranscodeByStrRoomId", req, cb);
@@ -87,6 +87,9 @@ export class Client extends AbstractClient {
87
87
  async DescribeTRTCMarketScaleData(req, cb) {
88
88
  return this.request("DescribeTRTCMarketScaleData", req, cb);
89
89
  }
90
+ async RegisterVoicePrint(req, cb) {
91
+ return this.request("RegisterVoicePrint", req, cb);
92
+ }
90
93
  async StopWebRecord(req, cb) {
91
94
  return this.request("StopWebRecord", req, cb);
92
95
  }
@@ -96,6 +99,9 @@ export class Client extends AbstractClient {
96
99
  async CreateCloudRecording(req, cb) {
97
100
  return this.request("CreateCloudRecording", req, cb);
98
101
  }
102
+ async DescribeAIConversation(req, cb) {
103
+ return this.request("DescribeAIConversation", req, cb);
104
+ }
99
105
  async DescribeScaleInfo(req, cb) {
100
106
  return this.request("DescribeScaleInfo", req, cb);
101
107
  }
@@ -132,6 +138,9 @@ export class Client extends AbstractClient {
132
138
  async DescribeRecordStatistic(req, cb) {
133
139
  return this.request("DescribeRecordStatistic", req, cb);
134
140
  }
141
+ async DescribeVoicePrint(req, cb) {
142
+ return this.request("DescribeVoicePrint", req, cb);
143
+ }
135
144
  async DescribeTrtcMcuTranscodeTime(req, cb) {
136
145
  return this.request("DescribeTrtcMcuTranscodeTime", req, cb);
137
146
  }
@@ -156,6 +165,9 @@ export class Client extends AbstractClient {
156
165
  async DescribePicture(req, cb) {
157
166
  return this.request("DescribePicture", req, cb);
158
167
  }
168
+ async UpdateVoicePrint(req, cb) {
169
+ return this.request("UpdateVoicePrint", req, cb);
170
+ }
159
171
  async DescribeTRTCMarketQualityData(req, cb) {
160
172
  return this.request("DescribeTRTCMarketQualityData", req, cb);
161
173
  }
@@ -303,6 +303,9 @@ export class Client extends AbstractClient {
303
303
  async BatchStartIntegrationTasks(req, cb) {
304
304
  return this.request("BatchStartIntegrationTasks", req, cb);
305
305
  }
306
+ async GetOfflineDIInstanceList(req, cb) {
307
+ return this.request("GetOfflineDIInstanceList", req, cb);
308
+ }
306
309
  async ModifyDimensionWeight(req, cb) {
307
310
  return this.request("ModifyDimensionWeight", req, cb);
308
311
  }
@@ -354,9 +357,15 @@ export class Client extends AbstractClient {
354
357
  async DeleteDataSources(req, cb) {
355
358
  return this.request("DeleteDataSources", req, cb);
356
359
  }
360
+ async DescribeWorkflowByFordIds(req, cb) {
361
+ return this.request("DescribeWorkflowByFordIds", req, cb);
362
+ }
357
363
  async DeleteIntegrationNode(req, cb) {
358
364
  return this.request("DeleteIntegrationNode", req, cb);
359
365
  }
366
+ async DescribeParentTask(req, cb) {
367
+ return this.request("DescribeParentTask", req, cb);
368
+ }
360
369
  async StopIntegrationTask(req, cb) {
361
370
  return this.request("StopIntegrationTask", req, cb);
362
371
  }
@@ -375,8 +384,8 @@ export class Client extends AbstractClient {
375
384
  async DescribeAlarmReceiver(req, cb) {
376
385
  return this.request("DescribeAlarmReceiver", req, cb);
377
386
  }
378
- async DescribeTaskLockStatus(req, cb) {
379
- return this.request("DescribeTaskLockStatus", req, cb);
387
+ async DescribeRelatedTasksByTaskId(req, cb) {
388
+ return this.request("DescribeRelatedTasksByTaskId", req, cb);
380
389
  }
381
390
  async DescribeSchedulerInstanceStatus(req, cb) {
382
391
  return this.request("DescribeSchedulerInstanceStatus", req, cb);
@@ -495,6 +504,9 @@ export class Client extends AbstractClient {
495
504
  async DescribeRulesByPage(req, cb) {
496
505
  return this.request("DescribeRulesByPage", req, cb);
497
506
  }
507
+ async ModifyMonitorStatus(req, cb) {
508
+ return this.request("ModifyMonitorStatus", req, cb);
509
+ }
498
510
  async DeleteProjectUsers(req, cb) {
499
511
  return this.request("DeleteProjectUsers", req, cb);
500
512
  }
@@ -549,8 +561,8 @@ export class Client extends AbstractClient {
549
561
  async BatchCreateTaskVersionAsync(req, cb) {
550
562
  return this.request("BatchCreateTaskVersionAsync", req, cb);
551
563
  }
552
- async ModifyMonitorStatus(req, cb) {
553
- return this.request("ModifyMonitorStatus", req, cb);
564
+ async DescribeTaskLockStatus(req, cb) {
565
+ return this.request("DescribeTaskLockStatus", req, cb);
554
566
  }
555
567
  async DescribeExecStrategy(req, cb) {
556
568
  return this.request("DescribeExecStrategy", req, cb);
@@ -570,8 +582,8 @@ export class Client extends AbstractClient {
570
582
  async DescribeEventCases(req, cb) {
571
583
  return this.request("DescribeEventCases", req, cb);
572
584
  }
573
- async GetOfflineDIInstanceList(req, cb) {
574
- return this.request("GetOfflineDIInstanceList", req, cb);
585
+ async DeleteLink(req, cb) {
586
+ return this.request("DeleteLink", req, cb);
575
587
  }
576
588
  async DeleteWorkflowById(req, cb) {
577
589
  return this.request("DeleteWorkflowById", req, cb);
@@ -612,6 +624,9 @@ export class Client extends AbstractClient {
612
624
  async DescribeTableInfoList(req, cb) {
613
625
  return this.request("DescribeTableInfoList", req, cb);
614
626
  }
627
+ async RegisterDsEventListener(req, cb) {
628
+ return this.request("RegisterDsEventListener", req, cb);
629
+ }
615
630
  async DescribeRuleGroupSubscription(req, cb) {
616
631
  return this.request("DescribeRuleGroupSubscription", req, cb);
617
632
  }
@@ -756,6 +771,9 @@ export class Client extends AbstractClient {
756
771
  async UpdateProjectUserRole(req, cb) {
757
772
  return this.request("UpdateProjectUserRole", req, cb);
758
773
  }
774
+ async DescribeTaskDetailDs(req, cb) {
775
+ return this.request("DescribeTaskDetailDs", req, cb);
776
+ }
759
777
  async TaskLog(req, cb) {
760
778
  return this.request("TaskLog", req, cb);
761
779
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.1.54",
3
+ "version": "4.1.56",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.1.54";
1
+ export declare const sdkVersion = "4.1.56";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.1.54";
4
+ exports.sdkVersion = "4.1.56";
@@ -1026,7 +1026,7 @@ export interface DescribeRefreshActivitiesRequest {
1026
1026
  RefreshActivityIds?: Array<string>;
1027
1027
  /**
1028
1028
  * 过滤条件。
1029
- <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。</li>
1029
+ <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>
1030
1030
  <li> refresh-activity-status-code - String - 是否必填:否 -(过滤条件)按照刷新活动状态过滤。(INIT:初始化中 | RUNNING:运行中 | SUCCESSFUL:活动成功 | FAILED_PAUSE:失败暂停 | AUTO_PAUSE:自动暂停 | MANUAL_PAUSE:手动暂停 | CANCELLED:活动取消 | FAILED:活动失败)</li>
1031
1031
  <li> refresh-activity-type - String - 是否必填:否 -(过滤条件)按照刷新活动类型过滤。(NORMAL:正常刷新活动 | ROLLBACK:回滚刷新活动)</li>
1032
1032
  <li> refresh-activity-id - String - 是否必填:否 -(过滤条件)按照刷新活动ID过滤。</li>
@@ -2743,11 +2743,9 @@ export interface DescribeAutoScalingActivitiesRequest {
2743
2743
  */
2744
2744
  ActivityIds?: Array<string>;
2745
2745
  /**
2746
- * 过滤条件。
2747
- <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>
2748
- <li> activity-status-code - String - 是否必填:否 -(过滤条件)按照伸缩活动状态过滤。(INIT:初始化中|RUNNING:运行中|SUCCESSFUL:活动成功|PARTIALLY_SUCCESSFUL:活动部分成功|FAILED:活动失败|CANCELLED:活动取消)</li>
2749
- <li> activity-type - String - 是否必填:否 -(过滤条件)按照伸缩活动类型过滤。(SCALE_OUT:扩容活动|SCALE_IN:缩容活动|ATTACH_INSTANCES:添加实例|REMOVE_INSTANCES:销毁实例|DETACH_INSTANCES:移出实例|TERMINATE_INSTANCES_UNEXPECTEDLY:实例在CVM控制台被销毁|REPLACE_UNHEALTHY_INSTANCE:替换不健康实例|UPDATE_LOAD_BALANCERS:更新负载均衡器)</li>
2750
- <li> activity-id - String - 是否必填:否 -(过滤条件)按照伸缩活动ID过滤。</li>
2746
+ * 过滤条件。过滤字段取值范围如下:
2747
+ <ul>
2748
+ <li><strong>auto-scaling-group-id</strong><ul><li>按照【<strong>伸缩组ID</strong>】进行过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li><li>类型:String</li><li>必选:否</li><li>示例值: asg-kiju7yt5</li></ul></li><li><strong>activity-status-code</strong><ul><li>按照【<strong>伸缩活动状态</strong>】进行过滤</li><li>类型:String</li><li>必选:否</li><li>可选项: </li><ul><li>INIT:初始化中</li><li>RUNNING:运行中</li><li>SUCCESSFUL:活动成功</li><li>PARTIALLY_SUCCESSFUL:活动部分成功</li><li>FAILED:活动失败</li><li>CANCELLED:活动取消</li></ul></ul></li><li><strong>activity-type</strong><ul><li>按照【<strong>伸缩活动类型</strong>】进行过滤</li><li>类型:String</li><li>必选:否</li><li>可选项: </li><ul><li>SCALE_OUT:扩容活动</li><li>SCALE_IN:缩容活动</li><li>ATTACH_INSTANCES:添加实例</li><li>REMOVE_INSTANCES:销毁实例</li><li>DETACH_INSTANCES:移出实例</li><li>TERMINATE_INSTANCES_UNEXPECTEDLY:实例在CVM控制台被销毁</li><li>REPLACE_UNHEALTHY_INSTANCE:替换不健康实例</li><li>START_INSTANCES:开启实例</li><li>STOP_INSTANCES:关闭实例</li><li>INVOKE_COMMAND:执行命令</li></ul></ul></li><li><strong>activity-id</strong><ul><li>按照【<strong>伸缩活动ID</strong>】进行过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 获取伸缩活动ID。</li><li>类型:String</li><li>必选:否</li><li>示例值: asa-hy6tr4ed</li></ul></li></ul>
2751
2749
  每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`ActivityIds`和`Filters`。
2752
2750
  */
2753
2751
  Filters?: Array<Filter>;
@@ -3350,7 +3348,7 @@ export interface StartInstanceRefreshRequest {
3350
3348
  */
3351
3349
  RefreshSettings: RefreshSettings;
3352
3350
  /**
3353
- * 刷新模式。取值范围:
3351
+ * 刷新模式。默认值为 ROLLING_UPDATE_RESET,取值范围:
3354
3352
  <li>ROLLING_UPDATE_RESET:重装系统进行滚动更新</li>
3355
3353
  <li>ROLLING_UPDATE_REPLACE:新建实例替换进行滚动更新,该模式暂不支持回滚接口</li>
3356
3354
  */