tencentcloud-sdk-nodejs 4.0.879 → 4.0.880
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/CHANGELOG.md +321 -0
- package/SERVICE_CHANGELOG.md +408 -160
- package/package.json +1 -1
- package/products.md +20 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +5 -0
- package/src/services/cam/v20190116/cam_models.ts +22 -8
- package/src/services/cls/v20201016/cls_models.ts +9 -1
- package/src/services/cmq/v20190304/cmq_client.ts +1 -1
- package/src/services/cmq/v20190304/cmq_models.ts +16 -16
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +18 -6
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +57 -0
- package/src/services/dlc/v20210125/dlc_client.ts +20 -7
- package/src/services/dlc/v20210125/dlc_models.ts +80 -2
- package/src/services/dsgc/v20190723/dsgc_models.ts +6 -6
- package/src/services/dts/v20180330/dts_client.ts +3 -18
- package/src/services/dts/v20180330/dts_models.ts +63 -117
- package/src/services/emr/v20190103/emr_models.ts +2 -2
- package/src/services/ess/v20201111/ess_client.ts +864 -827
- package/src/services/ess/v20201111/ess_models.ts +162 -84
- package/src/services/essbasic/v20210526/essbasic_client.ts +37 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +191 -114
- package/src/services/mongodb/v20190725/mongodb_client.ts +19 -6
- package/src/services/mongodb/v20190725/mongodb_models.ts +56 -0
- package/src/services/mps/v20190612/mps_models.ts +69 -8
- package/src/services/ocr/v20181119/ocr_client.ts +13 -10
- package/src/services/ocr/v20181119/ocr_models.ts +361 -169
- package/src/services/organization/v20210331/organization_client.ts +32 -8
- package/src/services/organization/v20210331/organization_models.ts +70 -30
- package/src/services/tdmq/v20200217/tdmq_client.ts +115 -19
- package/src/services/tdmq/v20200217/tdmq_models.ts +381 -86
- package/src/services/trro/v20220325/trro_models.ts +6 -6
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +32 -27
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +5 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +22 -8
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +9 -1
- package/tencentcloud/services/cmq/v20190304/cmq_client.d.ts +1 -1
- package/tencentcloud/services/cmq/v20190304/cmq_client.js +1 -1
- package/tencentcloud/services/cmq/v20190304/cmq_models.d.ts +16 -16
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +7 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +9 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +55 -0
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +8 -4
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +9 -3
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +77 -2
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +6 -6
- package/tencentcloud/services/dts/v20180330/dts_client.d.ts +1 -7
- package/tencentcloud/services/dts/v20180330/dts_client.js +0 -8
- package/tencentcloud/services/dts/v20180330/dts_models.d.ts +63 -114
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +517 -496
- package/tencentcloud/services/ess/v20201111/ess_client.js +620 -595
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +158 -84
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +19 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +22 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +187 -114
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +7 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +9 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +53 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +69 -8
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +356 -167
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +11 -3
- package/tencentcloud/services/organization/v20210331/organization_client.js +15 -3
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +66 -30
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +38 -6
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +55 -7
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +365 -86
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +6 -6
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +32 -27
- package/test/cynosdb.v20190107.test.js +12 -2
- package/test/dlc.v20210125.test.js +12 -2
- package/test/dts.v20180330.test.js +0 -10
- package/test/ess.v20201111.test.js +182 -162
- package/test/essbasic.v20210526.test.js +20 -0
- package/test/mongodb.v20190725.test.js +12 -2
- package/test/organization.v20210331.test.js +22 -2
- package/test/tdmq.v20200217.test.js +84 -4
|
@@ -22,10 +22,11 @@ import {
|
|
|
22
22
|
TextWaybill,
|
|
23
23
|
RecognizeOnlineTaxiItineraryOCRResponse,
|
|
24
24
|
InvoiceItem,
|
|
25
|
+
HKIDCardOCRRequest,
|
|
25
26
|
BankSlipOCRRequest,
|
|
26
27
|
BusinessCardOCRResponse,
|
|
27
28
|
TextArithmetic,
|
|
28
|
-
|
|
29
|
+
BankCardOCRRequest,
|
|
29
30
|
CarInvoiceOCRRequest,
|
|
30
31
|
TextDetectionResult,
|
|
31
32
|
MixedInvoiceItem,
|
|
@@ -77,16 +78,16 @@ import {
|
|
|
77
78
|
VatInvoiceItemInfo,
|
|
78
79
|
QrcodeOCRResponse,
|
|
79
80
|
WaybillObj,
|
|
81
|
+
WordCoordPoint,
|
|
80
82
|
InvoiceDetectInfo,
|
|
81
83
|
MainlandPermitOCRRequest,
|
|
82
84
|
VatElectronicItemInfo,
|
|
83
85
|
SmartStructuralOCRV2Response,
|
|
84
86
|
EnterpriseLicenseOCRRequest,
|
|
85
|
-
|
|
87
|
+
SmartStructuralOCRRequest,
|
|
86
88
|
StructuralItem,
|
|
87
89
|
OnlineTaxiItineraryInfo,
|
|
88
90
|
FlightItemInfo,
|
|
89
|
-
VehicleRegCertOCRRequest,
|
|
90
91
|
PropOwnerCertOCRResponse,
|
|
91
92
|
FinanBillInfo,
|
|
92
93
|
TrainTicketOCRResponse,
|
|
@@ -96,7 +97,6 @@ import {
|
|
|
96
97
|
ArithmeticOCRResponse,
|
|
97
98
|
FormulaOCRResponse,
|
|
98
99
|
BusInvoiceInfo,
|
|
99
|
-
SmartStructuralOCRRequest,
|
|
100
100
|
TableCellInfo,
|
|
101
101
|
GeneralHandwritingOCRRequest,
|
|
102
102
|
BizLicenseOCRRequest,
|
|
@@ -140,11 +140,11 @@ import {
|
|
|
140
140
|
RecognizePhilippinesSssIDOCRResponse,
|
|
141
141
|
TaxiInvoiceOCRRequest,
|
|
142
142
|
MachinePrintedInvoice,
|
|
143
|
-
|
|
143
|
+
FinancialBillItem,
|
|
144
144
|
SingleInvoiceInfo,
|
|
145
145
|
RecognizeContainerOCRRequest,
|
|
146
146
|
TrainTicket,
|
|
147
|
-
|
|
147
|
+
TextDetectRequest,
|
|
148
148
|
VatRollInvoiceOCRResponse,
|
|
149
149
|
VatInvoiceVerifyRequest,
|
|
150
150
|
EduPaperOCRResponse,
|
|
@@ -154,13 +154,15 @@ import {
|
|
|
154
154
|
ElectronicTrainTicket,
|
|
155
155
|
UsedVehicleInvoiceInfo,
|
|
156
156
|
PassportRecognizeInfos,
|
|
157
|
+
PropOwnerCertOCRRequest,
|
|
157
158
|
ImageEnhancementResponse,
|
|
158
159
|
QrcodeImgSize,
|
|
159
160
|
PassportOCRResponse,
|
|
160
|
-
|
|
161
|
+
FinancialBillItemDetails,
|
|
162
|
+
VehicleRegCertOCRRequest,
|
|
161
163
|
RecognizeTravelCardOCRResponse,
|
|
162
164
|
ElectronicAirTransportDetail,
|
|
163
|
-
|
|
165
|
+
FinancialBill,
|
|
164
166
|
DocumentRecognizeInfo,
|
|
165
167
|
LicensePlateOCRRequest,
|
|
166
168
|
GeneralBasicOCRRequest,
|
|
@@ -197,7 +199,7 @@ import {
|
|
|
197
199
|
FinanBillSliceInfo,
|
|
198
200
|
RideHailingDriverLicenseOCRRequest,
|
|
199
201
|
Encryption,
|
|
200
|
-
|
|
202
|
+
ArithmeticOCRRequest,
|
|
201
203
|
NonTaxIncomeBill,
|
|
202
204
|
VerifyOfdVatInvoiceOCRRequest,
|
|
203
205
|
FinanBillSliceOCRRequest,
|
|
@@ -217,7 +219,7 @@ import {
|
|
|
217
219
|
QuestionObj,
|
|
218
220
|
TableInfo,
|
|
219
221
|
VinOCRResponse,
|
|
220
|
-
|
|
222
|
+
EduPaperOCRRequest,
|
|
221
223
|
FormulaOCRRequest,
|
|
222
224
|
TextGeneralHandwriting,
|
|
223
225
|
RecognizePhilippinesVoteIDOCRRequest,
|
|
@@ -240,6 +242,7 @@ import {
|
|
|
240
242
|
MedicalInvoiceItem,
|
|
241
243
|
DocumentElement,
|
|
242
244
|
RecognizeGeneralInvoiceResponse,
|
|
245
|
+
GetTaskStateResponse,
|
|
243
246
|
InsuranceBillInfo,
|
|
244
247
|
GetTaskStateRequest,
|
|
245
248
|
RecognizeMedicalInvoiceOCRRequest,
|