tencentcloud-sdk-nodejs 4.0.232 → 4.0.236

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 (111) hide show
  1. package/CHANGELOG.md +436 -64
  2. package/package.json +1 -1
  3. package/products.md +154 -153
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/apigateway/v20180808/apigateway_client.ts +60 -17
  6. package/src/services/apigateway/v20180808/apigateway_models.ts +420 -70
  7. package/src/services/as/v20180419/as_client.ts +0 -12
  8. package/src/services/as/v20180419/as_models.ts +0 -75
  9. package/src/services/cdb/v20170320/cdb_client.ts +37 -12
  10. package/src/services/cdb/v20170320/cdb_models.ts +163 -68
  11. package/src/services/clb/v20180317/clb_client.ts +14 -1
  12. package/src/services/clb/v20180317/clb_models.ts +54 -19
  13. package/src/services/cme/v20191029/cme_models.ts +1 -1
  14. package/src/services/cpdp/v20190820/cpdp_client.ts +39 -14
  15. package/src/services/cpdp/v20190820/cpdp_models.ts +774 -637
  16. package/src/services/cvm/v20170312/cvm_client.ts +1 -0
  17. package/src/services/cvm/v20170312/cvm_models.ts +14 -11
  18. package/src/services/ecm/v20190719/ecm_models.ts +12 -1
  19. package/src/services/ie/v20200304/ie_models.ts +1 -1
  20. package/src/services/index.ts +1 -0
  21. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +46 -9
  22. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +252 -61
  23. package/src/services/iotvideo/v20201215/iotvideo_models.ts +6 -1
  24. package/src/services/live/v20180801/live_client.ts +1 -1
  25. package/src/services/monitor/v20180724/monitor_models.ts +1 -1
  26. package/src/services/mrs/v20200910/mrs_models.ts +2 -2
  27. package/src/services/oceanus/v20190422/oceanus_models.ts +15 -5
  28. package/src/services/ocr/v20181119/ocr_client.ts +13 -0
  29. package/src/services/ocr/v20181119/ocr_models.ts +203 -27
  30. package/src/services/postgres/v20170312/postgres_models.ts +14 -11
  31. package/src/services/sms/v20210111/sms_client.ts +1 -1
  32. package/src/services/sms/v20210111/sms_models.ts +8 -6
  33. package/src/services/tcb/v20180608/tcb_client.ts +18 -6
  34. package/src/services/tcb/v20180608/tcb_models.ts +93 -1
  35. package/src/services/tcm/index.ts +5 -0
  36. package/src/services/tcm/v20210413/index.ts +6 -0
  37. package/src/services/tcm/v20210413/tcm_client.ts +88 -0
  38. package/src/services/tcm/v20210413/tcm_models.ts +891 -0
  39. package/src/services/tiia/v20190529/tiia_client.ts +1 -0
  40. package/src/services/tiia/v20190529/tiia_models.ts +29 -0
  41. package/src/services/tiw/v20190919/tiw_models.ts +3 -2
  42. package/src/services/trtc/v20190722/trtc_client.ts +1 -1
  43. package/src/services/trtc/v20190722/trtc_models.ts +6 -6
  44. package/src/services/tsf/v20180326/tsf_models.ts +146 -16
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +17 -5
  48. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +24 -6
  49. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +354 -60
  50. package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -5
  51. package/tencentcloud/services/as/v20180419/as_client.js +0 -6
  52. package/tencentcloud/services/as/v20180419/as_models.d.ts +0 -62
  53. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +11 -3
  54. package/tencentcloud/services/cdb/v20170320/cdb_client.js +15 -3
  55. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +141 -61
  56. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +5 -1
  57. package/tencentcloud/services/clb/v20180317/clb_client.js +6 -0
  58. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +47 -16
  59. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +1 -1
  60. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +9 -1
  61. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +12 -0
  62. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +569 -451
  63. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -0
  64. package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -0
  65. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +9 -6
  66. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +10 -1
  67. package/tencentcloud/services/ie/v20200304/ie_models.d.ts +1 -1
  68. package/tencentcloud/services/index.d.ts +1 -0
  69. package/tencentcloud/services/index.js +2 -0
  70. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +15 -3
  71. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +21 -3
  72. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +214 -54
  73. package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +5 -1
  74. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  75. package/tencentcloud/services/live/v20180801/live_client.js +1 -1
  76. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
  77. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +2 -2
  78. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +12 -4
  79. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -1
  80. package/tencentcloud/services/ocr/v20181119/ocr_client.js +7 -0
  81. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +173 -27
  82. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +14 -11
  83. package/tencentcloud/services/sms/v20210111/sms_client.d.ts +1 -1
  84. package/tencentcloud/services/sms/v20210111/sms_client.js +1 -1
  85. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +8 -6
  86. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +7 -3
  87. package/tencentcloud/services/tcb/v20180608/tcb_client.js +9 -3
  88. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +77 -1
  89. package/tencentcloud/services/tcm/index.d.ts +6 -0
  90. package/tencentcloud/services/tcm/index.js +7 -0
  91. package/tencentcloud/services/tcm/v20210413/index.d.ts +6 -0
  92. package/tencentcloud/services/tcm/v20210413/index.js +9 -0
  93. package/tencentcloud/services/tcm/v20210413/tcm_client.d.ts +18 -0
  94. package/tencentcloud/services/tcm/v20210413/tcm_client.js +43 -0
  95. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +746 -0
  96. package/tencentcloud/services/tcm/v20210413/tcm_models.js +18 -0
  97. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +25 -0
  98. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +3 -2
  99. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -1
  100. package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -1
  101. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +6 -6
  102. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +120 -16
  103. package/test/apigateway.v20180808.test.js +34 -4
  104. package/test/as.v20180419.test.js +0 -10
  105. package/test/cdb.v20170320.test.js +22 -2
  106. package/test/clb.v20180317.test.js +10 -0
  107. package/test/cpdp.v20190820.test.js +20 -0
  108. package/test/iotexplorer.v20190423.test.js +32 -2
  109. package/test/ocr.v20181119.test.js +10 -0
  110. package/test/tcb.v20180608.test.js +12 -2
  111. package/test/tcm.v20210413.test.js +41 -0
@@ -312,7 +312,7 @@ export interface ImageToObjectRequest {
312
312
  */
313
313
  HandleParam: HandleParam;
314
314
  /**
315
- * 报告类型,目前支持11(检验报告),12(检查报告),15(病理报告),28(出院报告),29(入院报告),210(门诊病历),212(手术记录),218(诊断证明),363(心电图)。如果不清楚报告类型,可以使用分类引擎,该字段传0(同时IsUsedClassify字段必须为True,否则无法输出结果)
315
+ * 报告类型,目前支持11(检验报告),12(检查报告),15(病理报告),28(出院报告),29(入院报告),210(门诊病历),212(手术记录),218(诊断证明),363(心电图),27(内窥镜检查),215(处方单)。如果不清楚报告类型,可以使用分类引擎,该字段传0(同时IsUsedClassify字段必须为True,否则无法输出结果)
316
316
  */
317
317
  Type: number;
318
318
  /**
@@ -330,7 +330,7 @@ export interface TextToObjectRequest {
330
330
  */
331
331
  Text: string;
332
332
  /**
333
- * 报告类型,目前支持12(检查报告),15(病理报告),28(出院报告),29(入院报告),210(门诊病历),212(手术记录),218(诊断证明),363(心电图)。如果不清楚报告类型,可以使用分类引擎,该字段传0(同时IsUsedClassify字段必须为True,否则无法输出结果)
333
+ * 报告类型,目前支持12(检查报告),15(病理报告),28(出院报告),29(入院报告),210(门诊病历),212(手术记录),218(诊断证明),363(心电图),27(内窥镜检查),215(处方单)。如果不清楚报告类型,可以使用分类引擎,该字段传0(同时IsUsedClassify字段必须为True,否则无法输出结果)
334
334
  */
335
335
  Type: number;
336
336
  /**
@@ -23,10 +23,6 @@ export interface CreateResourceRequest {
23
23
  * 资源位置
24
24
  */
25
25
  ResourceLoc: ResourceLoc;
26
- /**
27
- * 资源名称
28
- */
29
- Name: string;
30
26
  /**
31
27
  * 资源类型。目前只支持 JAR,取值为 1
32
28
  */
@@ -35,10 +31,18 @@ export interface CreateResourceRequest {
35
31
  * 资源描述
36
32
  */
37
33
  Remark?: string;
34
+ /**
35
+ * 资源名称
36
+ */
37
+ Name?: string;
38
38
  /**
39
39
  * 资源版本描述
40
40
  */
41
41
  ResourceConfigRemark?: string;
42
+ /**
43
+ * 目录ID
44
+ */
45
+ FolderId?: string;
42
46
  }
43
47
  /**
44
48
  * CreateJob请求参数结构体
@@ -334,6 +338,10 @@ export interface DescribeResourceRelatedJobsRequest {
334
338
  * 分页大小,默认为20,最大值为100
335
339
  */
336
340
  Limit?: number;
341
+ /**
342
+ * 资源版本号
343
+ */
344
+ ResourceConfigVersion?: number;
337
345
  }
338
346
  /**
339
347
  * DeleteResources返回参数结构体
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { RecognizeOnlineTaxiItineraryOCRResponse, BankSlipOCRRequest, BusinessCardOCRResponse, HKIDCardOCRRequest, CarInvoiceOCRRequest, TrainTicketOCRRequest, EstateCertOCRResponse, FlightInvoiceOCRRequest, MLIDPassportOCRRequest, TextDetectResponse, TollInvoiceOCRResponse, VerifyBizLicenseResponse, FinanBillSliceOCRResponse, DriverLicenseOCRResponse, VerifyBizLicenseRequest, PermitOCRResponse, InvoiceGeneralOCRRequest, WaybillOCRResponse, MLIDCardOCRRequest, VehicleLicenseOCRRequest, EnterpriseLicenseOCRResponse, InstitutionOCRResponse, DriverLicenseOCRRequest, RecognizeTableOCRResponse, QrcodeOCRResponse, MainlandPermitOCRRequest, EnterpriseLicenseOCRRequest, BankCardOCRRequest, PropOwnerCertOCRResponse, TrainTicketOCRResponse, ArithmeticOCRResponse, FormulaOCRResponse, SmartStructuralOCRRequest, GeneralHandwritingOCRRequest, BizLicenseOCRRequest, MixedInvoiceDetectResponse, InsuranceBillOCRResponse, GeneralAccurateOCRResponse, HmtResidentPermitOCRRequest, QrcodeOCRRequest, TaxiInvoiceOCRResponse, GeneralBasicOCRResponse, RecognizeThaiIDCardOCRResponse, MixedInvoiceOCRResponse, ClassifyDetectOCRResponse, VehicleLicenseOCRResponse, VatInvoiceOCRRequest, IDCardOCRResponse, ClassifyDetectOCRRequest, DutyPaidProofOCRResponse, TollInvoiceOCRRequest, LicensePlateOCRResponse, HKIDCardOCRResponse, PermitOCRRequest, InvoiceGeneralOCRResponse, TaxiInvoiceOCRRequest, PropOwnerCertOCRRequest, TextDetectRequest, VatRollInvoiceOCRResponse, VatInvoiceVerifyRequest, EduPaperOCRResponse, RecognizeThaiIDCardOCRRequest, TableOCRRequest, PassportOCRResponse, VerifyBasicBizLicenseResponse, VehicleRegCertOCRRequest, WaybillOCRRequest, LicensePlateOCRRequest, GeneralBasicOCRRequest, GeneralEfficientOCRRequest, AdvertiseOCRRequest, RideHailingDriverLicenseOCRResponse, EnglishOCRRequest, VatInvoiceVerifyResponse, SmartStructuralOCRResponse, VerifyEnterpriseFourFactorsRequest, GeneralAccurateOCRRequest, OrgCodeCertOCRRequest, FlightInvoiceOCRResponse, InstitutionOCRRequest, QueryBarCodeResponse, ArithmeticOCRRequest, VerifyOfdVatInvoiceOCRRequest, FinanBillSliceOCRRequest, MLIDPassportOCRResponse, VatRollInvoiceOCRRequest, SealOCRResponse, FinanBillOCRResponse, ShipInvoiceOCRRequest, BankSlipOCRResponse, VinOCRResponse, EduPaperOCRRequest, FormulaOCRRequest, PassportOCRRequest, DutyPaidProofOCRRequest, RideHailingDriverLicenseOCRRequest, QueryBarCodeRequest, OrgCodeCertOCRResponse, MixedInvoiceOCRRequest, ResidenceBookletOCRResponse, CarInvoiceOCRResponse, GeneralFastOCRRequest, ShipInvoiceOCRResponse, VehicleRegCertOCRResponse, GeneralEfficientOCRResponse, SealOCRRequest, VerifyOfdVatInvoiceOCRResponse, ResidenceBookletOCRRequest, BusInvoiceOCRResponse, MainlandPermitOCRResponse, HmtResidentPermitOCRResponse, EnglishOCRResponse, BusInvoiceOCRRequest, QuotaInvoiceOCRResponse, RideHailingTransportLicenseOCRResponse, InsuranceBillOCRRequest, GeneralHandwritingOCRResponse, TableOCRResponse, AdvertiseOCRResponse, RecognizeOnlineTaxiItineraryOCRRequest, IDCardOCRRequest, MixedInvoiceDetectRequest, VinOCRRequest, RideHailingTransportLicenseOCRRequest, MLIDCardOCRResponse, RecognizeTableOCRRequest, EstateCertOCRRequest, VerifyBasicBizLicenseRequest, BizLicenseOCRResponse, VatInvoiceOCRResponse, QuotaInvoiceOCRRequest, BankCardOCRResponse, BusinessCardOCRRequest, FinanBillOCRRequest, VerifyEnterpriseFourFactorsResponse, GeneralFastOCRResponse } from "./ocr_models";
3
+ import { RecognizeOnlineTaxiItineraryOCRResponse, BankSlipOCRRequest, BusinessCardOCRResponse, HKIDCardOCRRequest, CarInvoiceOCRRequest, TrainTicketOCRRequest, EstateCertOCRResponse, FlightInvoiceOCRRequest, MLIDPassportOCRRequest, TextDetectResponse, TollInvoiceOCRResponse, VerifyBizLicenseResponse, FinanBillSliceOCRResponse, DriverLicenseOCRResponse, VerifyBizLicenseRequest, PermitOCRResponse, InvoiceGeneralOCRRequest, WaybillOCRResponse, MLIDCardOCRRequest, VehicleLicenseOCRRequest, EnterpriseLicenseOCRResponse, InstitutionOCRResponse, DriverLicenseOCRRequest, RecognizeTableOCRResponse, QrcodeOCRResponse, MainlandPermitOCRRequest, EnterpriseLicenseOCRRequest, BankCardOCRRequest, PropOwnerCertOCRResponse, TrainTicketOCRResponse, ArithmeticOCRResponse, FormulaOCRResponse, SmartStructuralOCRRequest, GeneralHandwritingOCRRequest, BizLicenseOCRRequest, MixedInvoiceDetectResponse, InsuranceBillOCRResponse, GeneralAccurateOCRResponse, HmtResidentPermitOCRRequest, QrcodeOCRRequest, TaxiInvoiceOCRResponse, GeneralBasicOCRResponse, RecognizeThaiIDCardOCRResponse, MixedInvoiceOCRResponse, ClassifyDetectOCRResponse, VehicleLicenseOCRResponse, VatInvoiceOCRRequest, IDCardOCRResponse, ClassifyDetectOCRRequest, DutyPaidProofOCRResponse, TollInvoiceOCRRequest, LicensePlateOCRResponse, HKIDCardOCRResponse, PermitOCRRequest, InvoiceGeneralOCRResponse, TaxiInvoiceOCRRequest, PropOwnerCertOCRRequest, RecognizeContainerOCRRequest, TextDetectRequest, VatRollInvoiceOCRResponse, VatInvoiceVerifyRequest, EduPaperOCRResponse, RecognizeThaiIDCardOCRRequest, TableOCRRequest, PassportOCRResponse, VerifyBasicBizLicenseResponse, VehicleRegCertOCRRequest, WaybillOCRRequest, LicensePlateOCRRequest, GeneralBasicOCRRequest, GeneralEfficientOCRRequest, AdvertiseOCRRequest, RideHailingDriverLicenseOCRResponse, EnglishOCRRequest, VatInvoiceVerifyResponse, SmartStructuralOCRResponse, VerifyEnterpriseFourFactorsRequest, GeneralAccurateOCRRequest, OrgCodeCertOCRRequest, FlightInvoiceOCRResponse, InstitutionOCRRequest, QueryBarCodeResponse, ArithmeticOCRRequest, VerifyOfdVatInvoiceOCRRequest, FinanBillSliceOCRRequest, MLIDPassportOCRResponse, VatRollInvoiceOCRRequest, SealOCRResponse, FinanBillOCRResponse, ShipInvoiceOCRRequest, BankSlipOCRResponse, VinOCRResponse, EduPaperOCRRequest, FormulaOCRRequest, PassportOCRRequest, DutyPaidProofOCRRequest, RideHailingDriverLicenseOCRRequest, QueryBarCodeRequest, OrgCodeCertOCRResponse, MixedInvoiceOCRRequest, ResidenceBookletOCRResponse, CarInvoiceOCRResponse, GeneralFastOCRRequest, ShipInvoiceOCRResponse, VehicleRegCertOCRResponse, GeneralEfficientOCRResponse, SealOCRRequest, VerifyOfdVatInvoiceOCRResponse, ResidenceBookletOCRRequest, BusInvoiceOCRResponse, MainlandPermitOCRResponse, HmtResidentPermitOCRResponse, EnglishOCRResponse, BusInvoiceOCRRequest, QuotaInvoiceOCRResponse, RideHailingTransportLicenseOCRResponse, RecognizeContainerOCRResponse, InsuranceBillOCRRequest, GeneralHandwritingOCRResponse, TableOCRResponse, AdvertiseOCRResponse, RecognizeOnlineTaxiItineraryOCRRequest, IDCardOCRRequest, MixedInvoiceDetectRequest, VinOCRRequest, RideHailingTransportLicenseOCRRequest, MLIDCardOCRResponse, RecognizeTableOCRRequest, EstateCertOCRRequest, VerifyBasicBizLicenseRequest, BizLicenseOCRResponse, VatInvoiceOCRResponse, QuotaInvoiceOCRRequest, BankCardOCRResponse, BusinessCardOCRRequest, FinanBillOCRRequest, VerifyEnterpriseFourFactorsResponse, GeneralFastOCRResponse } from "./ocr_models";
4
4
  /**
5
5
  * ocr client
6
6
  * @class
@@ -166,6 +166,11 @@ export declare class Client extends AbstractClient {
166
166
  * 本接口支持机票行程单关键字段的识别,包括旅客姓名、有效身份证件号码、电子客票号码、验证码、填开单位、其他税费、燃油附加费、民航发展基金、保险费、销售单位代号、始发地、目的地、航班号、时间、日期、座位等级、承运人、发票消费类型、票价、合计金额、填开日期、国内国际标签、印刷序号、客票级别/类别、客票生效日期、有效期截止日期、免费行李等字段,支持航班信息多行明细输出。
167
167
  */
168
168
  FlightInvoiceOCR(req: FlightInvoiceOCRRequest, cb?: (error: string, rep: FlightInvoiceOCRResponse) => void): Promise<FlightInvoiceOCRResponse>;
169
+ /**
170
+ * 本接口支持集装箱箱门信息识别,识别字段包括集装箱箱号、类型、总重量、有效承重、容量、自身重量,具备集装箱箱号、类型不完整或者不清晰的告警功能。
171
+
172
+ */
173
+ RecognizeContainerOCR(req: RecognizeContainerOCRRequest, cb?: (error: string, rep: RecognizeContainerOCRResponse) => void): Promise<RecognizeContainerOCRResponse>;
169
174
  /**
170
175
  * 本接口支持多张、多类型票据的混合检测和自动分类,返回对应票据类型。目前已支持增值税发票、增值税发票(卷票)、定额发票、通用机打发票、购车发票、火车票、出租车发票、机票行程单、汽车票、轮船票、过路过桥费发票、酒店账单、客运限额发票、购物小票、完税证明共15种票据。
171
176
  */
@@ -210,6 +210,13 @@ class Client extends abstract_client_1.AbstractClient {
210
210
  async FlightInvoiceOCR(req, cb) {
211
211
  return this.request("FlightInvoiceOCR", req, cb);
212
212
  }
213
+ /**
214
+ * 本接口支持集装箱箱门信息识别,识别字段包括集装箱箱号、类型、总重量、有效承重、容量、自身重量,具备集装箱箱号、类型不完整或者不清晰的告警功能。
215
+
216
+ */
217
+ async RecognizeContainerOCR(req, cb) {
218
+ return this.request("RecognizeContainerOCR", req, cb);
219
+ }
213
220
  /**
214
221
  * 本接口支持多张、多类型票据的混合检测和自动分类,返回对应票据类型。目前已支持增值税发票、增值税发票(卷票)、定额发票、通用机打发票、购车发票、火车票、出租车发票、机票行程单、汽车票、轮船票、过路过桥费发票、酒店账单、客运限额发票、购物小票、完税证明共15种票据。
215
222
  */
@@ -144,7 +144,7 @@ export interface HKIDCardOCRRequest {
144
144
  /**
145
145
  * 图片的 Base64 值。
146
146
  支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
147
- 支持的图片大小:所下载图片经Base64编码后不超过 3M。图片下载时间不超过 3 秒。
147
+ 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
148
148
  */
149
149
  ImageBase64?: string;
150
150
  /**
@@ -1565,7 +1565,7 @@ export interface FormulaOCRResponse {
1565
1565
  export interface BusInvoiceInfo {
1566
1566
  /**
1567
1567
  * 识别出的字段名称(关键字),支持以下字段:
1568
- 发票代码、发票号码、日期、票价、始发地、目的地、姓名、时间、发票消费类型、身份证号、省、市。
1568
+ 发票代码、发票号码、日期、票价、始发地、目的地、姓名、时间、发票消费类型、身份证号、省、市、开票日期、乘车地点、检票口、客票类型、车型、座位号、车次。
1569
1569
  */
1570
1570
  Name: string;
1571
1571
  /**
@@ -2013,42 +2013,42 @@ export interface IDCardOCRResponse {
2013
2013
  /**
2014
2014
  * 姓名(人像面)
2015
2015
  */
2016
- Name?: string;
2016
+ Name: string;
2017
2017
  /**
2018
2018
  * 性别(人像面)
2019
2019
  */
2020
- Sex?: string;
2020
+ Sex: string;
2021
2021
  /**
2022
2022
  * 民族(人像面)
2023
2023
  */
2024
- Nation?: string;
2024
+ Nation: string;
2025
2025
  /**
2026
2026
  * 出生日期(人像面)
2027
2027
  */
2028
- Birth?: string;
2028
+ Birth: string;
2029
2029
  /**
2030
2030
  * 地址(人像面)
2031
2031
  */
2032
- Address?: string;
2032
+ Address: string;
2033
2033
  /**
2034
2034
  * 身份证号(人像面)
2035
2035
  */
2036
- IdNum?: string;
2036
+ IdNum: string;
2037
2037
  /**
2038
2038
  * 发证机关(国徽面)
2039
2039
  */
2040
- Authority?: string;
2040
+ Authority: string;
2041
2041
  /**
2042
2042
  * 证件有效期(国徽面)
2043
2043
  */
2044
- ValidDate?: string;
2044
+ ValidDate: string;
2045
2045
  /**
2046
2046
  * 扩展信息,不请求则不返回,具体输入参考示例3和示例4。
2047
2047
  IdCard,裁剪后身份证照片的base64编码,请求 Config.CropIdCard 时返回;
2048
2048
  Portrait,身份证头像照片的base64编码,请求 Config.CropPortrait 时返回;
2049
2049
 
2050
- Quality,图片质量分数,请求 Config.Quality 时返回(取值范围:0~100,分数越低越模糊,建议阈值≥50);
2051
- BorderCodeValue,身份证边框不完整告警阈值分数,请求 Config.BorderCheckWarn时返回(取值范围:0~100,分数越低边框遮挡可能性越低,建议阈值≥50);
2050
+ Quality,图片质量分数,请求 Config.Quality 时返回(取值范围:0 ~ 100,分数越低越模糊,建议阈值≥50);
2051
+ BorderCodeValue,身份证边框不完整告警阈值分数,请求 Config.BorderCheckWarn时返回(取值范围:0 ~ 100,分数越低边框遮挡可能性越低,建议阈值≤50);
2052
2052
 
2053
2053
  WarnInfos,告警信息,Code 告警码列表和释义:
2054
2054
  -9100 身份证有效日期不合法告警,
@@ -2060,7 +2060,7 @@ WarnInfos,告警信息,Code 告警码列表和释义:
2060
2060
  -9106 身份证 PS 告警,
2061
2061
  -9107 身份证反光告警。
2062
2062
  */
2063
- AdvancedInfo?: string;
2063
+ AdvancedInfo: string;
2064
2064
  /**
2065
2065
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2066
2066
  */
@@ -2173,46 +2173,46 @@ export interface HKIDCardOCRResponse {
2173
2173
  /**
2174
2174
  * 中文姓名
2175
2175
  */
2176
- CnName?: string;
2176
+ CnName: string;
2177
2177
  /**
2178
2178
  * 英文姓名
2179
2179
  */
2180
- EnName?: string;
2180
+ EnName: string;
2181
2181
  /**
2182
2182
  * 中文姓名对应电码
2183
2183
  */
2184
- TelexCode?: string;
2184
+ TelexCode: string;
2185
2185
  /**
2186
2186
  * 性别 :“男M”或“女F”
2187
2187
  */
2188
- Sex?: string;
2188
+ Sex: string;
2189
2189
  /**
2190
2190
  * 出生日期
2191
2191
  */
2192
- Birthday?: string;
2192
+ Birthday: string;
2193
2193
  /**
2194
2194
  * 永久性居民身份证。
2195
2195
  0:非永久;
2196
2196
  1:永久;
2197
2197
  -1:未知。
2198
2198
  */
2199
- Permanent?: number;
2199
+ Permanent: number;
2200
2200
  /**
2201
2201
  * 身份证号码
2202
2202
  */
2203
- IdNum?: string;
2203
+ IdNum: string;
2204
2204
  /**
2205
2205
  * 证件符号,出生日期下的符号,例如"***AZ"
2206
2206
  */
2207
- Symbol?: string;
2207
+ Symbol: string;
2208
2208
  /**
2209
2209
  * 首次签发日期
2210
2210
  */
2211
- FirstIssueDate?: string;
2211
+ FirstIssueDate: string;
2212
2212
  /**
2213
2213
  * 最近领用日期
2214
2214
  */
2215
- CurrentIssueDate?: string;
2215
+ CurrentIssueDate: string;
2216
2216
  /**
2217
2217
  * 真假判断。
2218
2218
  0:无法判断(图像模糊、不完整、反光、过暗等导致无法判断);
@@ -2220,12 +2220,12 @@ export interface HKIDCardOCRResponse {
2220
2220
  2:真。
2221
2221
  注意:此字段可能返回 null,表示取不到有效值。
2222
2222
  */
2223
- FakeDetectResult?: number;
2223
+ FakeDetectResult: number;
2224
2224
  /**
2225
2225
  * 人像照片Base64后的结果
2226
2226
  注意:此字段可能返回 null,表示取不到有效值。
2227
2227
  */
2228
- HeadImage?: string;
2228
+ HeadImage: string;
2229
2229
  /**
2230
2230
  * 多重告警码,当身份证是翻拍、复印、PS件时返回对应告警码。
2231
2231
  -9102:证照复印件告警
@@ -2233,7 +2233,7 @@ export interface HKIDCardOCRResponse {
2233
2233
  -9104:证照PS告警
2234
2234
  -9105:证照防伪告警
2235
2235
  */
2236
- WarningCode?: Array<number>;
2236
+ WarningCode: Array<number>;
2237
2237
  /**
2238
2238
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2239
2239
  */
@@ -2353,6 +2353,26 @@ export interface PropOwnerCertOCRRequest {
2353
2353
  */
2354
2354
  ImageUrl?: string;
2355
2355
  }
2356
+ /**
2357
+ * RecognizeContainerOCR请求参数结构体
2358
+ */
2359
+ export interface RecognizeContainerOCRRequest {
2360
+ /**
2361
+ * 图片的 Base64 值。
2362
+ 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
2363
+ 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
2364
+ 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
2365
+ */
2366
+ ImageBase64?: string;
2367
+ /**
2368
+ * 图片的 Url 地址。
2369
+ 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
2370
+ 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
2371
+ 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
2372
+ 非腾讯云存储的 Url 速度和稳定性可能受一定影响。
2373
+ */
2374
+ ImageUrl?: string;
2375
+ }
2356
2376
  /**
2357
2377
  * TextDetect请求参数结构体
2358
2378
  */
@@ -2407,11 +2427,18 @@ export interface VatInvoiceVerifyRequest {
2407
2427
  */
2408
2428
  InvoiceDate: string;
2409
2429
  /**
2410
- * 金额/发票校验码后6位(根据票种传递对应值,如果报参数错误,请仔细检查每个票种对应的值)
2430
+ * 根据票种传递对应值,如果报参数错误,请仔细检查每个票种对应的值
2431
+
2411
2432
  增值税专用发票:开具金额(不含税)
2433
+
2412
2434
  增值税普通发票、增值税电子普通发票(含通行费发票)、增值税普通发票(卷票):校验码后6位
2435
+
2436
+ 区块链发票:不含税金额/校验码,例如:“285.01/856ab”
2437
+
2413
2438
  机动车销售统一发票:不含税价
2439
+
2414
2440
  货物运输业增值税专用发票:合计金额
2441
+
2415
2442
  二手车销售统一发票:车价合计
2416
2443
  */
2417
2444
  Additional: string;
@@ -4079,6 +4106,70 @@ export interface ResidenceBookletOCRResponse {
4079
4106
  * 住址
4080
4107
  */
4081
4108
  Address: string;
4109
+ /**
4110
+ * 承办人签章文字
4111
+ */
4112
+ Signature: string;
4113
+ /**
4114
+ * 签发日期
4115
+ */
4116
+ IssueDate: string;
4117
+ /**
4118
+ * 户主页编号
4119
+ */
4120
+ HomePageNumber: string;
4121
+ /**
4122
+ * 户主姓名
4123
+ */
4124
+ HouseholderName: string;
4125
+ /**
4126
+ * 户主或与户主关系
4127
+ */
4128
+ Relationship: string;
4129
+ /**
4130
+ * 本市(县)其他住址
4131
+ */
4132
+ OtherAddresses: string;
4133
+ /**
4134
+ * 宗教信仰
4135
+ */
4136
+ ReligiousBelief: string;
4137
+ /**
4138
+ * 身高
4139
+ */
4140
+ Height: string;
4141
+ /**
4142
+ * 血型
4143
+ */
4144
+ BloodType: string;
4145
+ /**
4146
+ * 婚姻状况
4147
+ */
4148
+ MaritalStatus: string;
4149
+ /**
4150
+ * 兵役状况
4151
+ */
4152
+ VeteranStatus: string;
4153
+ /**
4154
+ * 职业
4155
+ */
4156
+ Profession: string;
4157
+ /**
4158
+ * 何时由何地迁来本市(县)
4159
+ */
4160
+ MoveToCityInformation: string;
4161
+ /**
4162
+ * 何时由何地迁来本址
4163
+ */
4164
+ MoveToSiteInformation: string;
4165
+ /**
4166
+ * 登记日期
4167
+ */
4168
+ RegistrationDate: string;
4169
+ /**
4170
+ * 曾用名
4171
+ */
4172
+ FormerName: string;
4082
4173
  /**
4083
4174
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4084
4175
  */
@@ -4756,6 +4847,61 @@ export interface CandWord {
4756
4847
  */
4757
4848
  CandWords: Array<Words>;
4758
4849
  }
4850
+ /**
4851
+ * RecognizeContainerOCR返回参数结构体
4852
+ */
4853
+ export interface RecognizeContainerOCRResponse {
4854
+ /**
4855
+ * 集装箱箱号
4856
+ */
4857
+ ContainerId?: string;
4858
+ /**
4859
+ * 集装箱类型
4860
+ */
4861
+ ContainerType?: string;
4862
+ /**
4863
+ * 集装箱总重量,单位:千克(KG)
4864
+ */
4865
+ GrossKG?: string;
4866
+ /**
4867
+ * 集装箱总重量,单位:磅(LB)
4868
+ */
4869
+ GrossLB?: string;
4870
+ /**
4871
+ * 集装箱有效承重,单位:千克(KG)
4872
+ */
4873
+ PayloadKG?: string;
4874
+ /**
4875
+ * 集装箱有效承重,单位:磅(LB)
4876
+ */
4877
+ PayloadLB?: string;
4878
+ /**
4879
+ * 集装箱容量,单位:立方米
4880
+ */
4881
+ CapacityM3?: string;
4882
+ /**
4883
+ * 集装箱容量,单位:立英尺
4884
+ */
4885
+ CapacityFT3?: string;
4886
+ /**
4887
+ * 告警码
4888
+ -9926 集装箱箱号不完整或者不清晰
4889
+ -9927 集装箱类型不完整或者不清晰
4890
+ */
4891
+ Warn?: Array<number>;
4892
+ /**
4893
+ * 集装箱自身重量,单位:千克(KG)
4894
+ */
4895
+ TareKG?: string;
4896
+ /**
4897
+ * 集装箱自身重量,单位:磅(LB)
4898
+ */
4899
+ TareLB?: string;
4900
+ /**
4901
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4902
+ */
4903
+ RequestId?: string;
4904
+ }
4759
4905
  /**
4760
4906
  * 企业证照单个字段的内容
4761
4907
  */
@@ -875,11 +875,11 @@ export interface ModifyDBInstanceSpecRequest {
875
875
  */
876
876
  DBInstanceId: string;
877
877
  /**
878
- * 升级后的实例内存大小,单位GiB。
878
+ * 修改后的实例内存大小,单位GiB。
879
879
  */
880
880
  Memory: number;
881
881
  /**
882
- * 升级后的实例磁盘大小,单位GiB。
882
+ * 修改后的实例磁盘大小,单位GiB。
883
883
  */
884
884
  Storage: number;
885
885
  /**
@@ -899,11 +899,11 @@ export interface ModifyDBInstanceSpecRequest {
899
899
  */
900
900
  SwitchTag?: number;
901
901
  /**
902
- * 切换开始时间。
902
+ * 切换开始时间,时间格式:HH:MM:SS,例如:01:00:00。
903
903
  */
904
904
  SwitchStartTime?: string;
905
905
  /**
906
- * 切换截止时间。
906
+ * 切换截止时间,时间格式:HH:MM:SS,例如:01:30:00。
907
907
  */
908
908
  SwitchEndTime?: string;
909
909
  }
@@ -1605,7 +1605,10 @@ export interface ParamInfo {
1605
1605
  */
1606
1606
  Name: string;
1607
1607
  /**
1608
- * 参数值类型:integer(整型)、real(浮点型)、bool(布尔型)、enum(枚举类型)、mutil_enum(枚举类型、支持多选)
1608
+ * 参数值类型:integer(整型)、real(浮点型)、bool(布尔型)、enum(枚举类型)、mutil_enum(枚举类型、支持多选)。
1609
+ 当参数类型为integer(整型)、real(浮点型)时,参数的取值范围根据返回值的Max、Min确定;
1610
+ 当参数类型为bool(布尔型)时,参数设置值取值范围是true | false;
1611
+ 当参数类型为enum(枚举类型)、mutil_enum(多枚举类型)时,参数的取值范围由返回值中的EnumValue确定。
1609
1612
  注意:此字段可能返回 null,表示取不到有效值。
1610
1613
  */
1611
1614
  ParamValueType: string;
@@ -1802,7 +1805,7 @@ export interface DescribeSlowQueryAnalysisRequest {
1802
1805
  */
1803
1806
  StartTime: string;
1804
1807
  /**
1805
- * 查询j结束时间戳,格式 “YYYY-MM-DD HH:mm:ss”。
1808
+ * 查询结束时间戳,格式 “YYYY-MM-DD HH:mm:ss”。
1806
1809
  */
1807
1810
  EndTime: string;
1808
1811
  /**
@@ -1810,19 +1813,19 @@ export interface DescribeSlowQueryAnalysisRequest {
1810
1813
  */
1811
1814
  DatabaseName?: string;
1812
1815
  /**
1813
- * 排序维度。 可选参数,取值范围[CallNum,CostTime,AvgCostTime]。
1816
+ * 排序维度。 可选参数,取值范围[CallNum,CostTime,AvgCostTime]。默认CallNum
1814
1817
  */
1815
1818
  OrderBy?: string;
1816
1819
  /**
1817
- * 排序类型。升序asc、降序desc。
1820
+ * 排序类型。升序asc、降序desc。默认desc
1818
1821
  */
1819
1822
  OrderByType?: string;
1820
1823
  /**
1821
- * 分页大小。取值范围[1,100]。
1824
+ * 分页大小。取值范围[1,100]。默认50
1822
1825
  */
1823
1826
  Limit?: number;
1824
1827
  /**
1825
- * 分页偏移。取值范围[0,INF)。
1828
+ * 分页偏移。取值范围[0,INF)。默认0
1826
1829
  */
1827
1830
  Offset?: number;
1828
1831
  }
@@ -2590,7 +2593,7 @@ export interface DescribeSlowQueryListRequest {
2590
2593
  */
2591
2594
  StartTime: string;
2592
2595
  /**
2593
- * 查询j结束时间戳,格式 “YYYY-MM-DD HH:mm:ss”。
2596
+ * 查询结束时间戳,格式 “YYYY-MM-DD HH:mm:ss”。
2594
2597
  */
2595
2598
  EndTime: string;
2596
2599
  /**
@@ -32,7 +32,7 @@ export declare class Client extends AbstractClient {
32
32
  */
33
33
  PullSmsSendStatus(req: PullSmsSendStatusRequest, cb?: (error: string, rep: PullSmsSendStatusResponse) => void): Promise<PullSmsSendStatusResponse>;
34
34
  /**
35
- * 短信发送接口,用户给用户发短信验证码、通知类短信或营销短信。
35
+ * 短信发送接口,用于给用户发短信验证码、通知类短信或营销短信。
36
36
  >- 注:由于云 **API3.0 安全性**有所提升,所以**接口鉴权**较为复杂,建议使用 SDK 来使用云短信服务。
37
37
  >- 您可以在 [API 3.0 Explorer](https://console.cloud.tencent.com/api/explorer?Product=sms&Version=2021-01-11&Action=SendSms) 中直接运行该接口,可以先免去签名计算步骤。运行成功后,API Explorer可以**自动生成**SDK代码示例。
38
38
 
@@ -58,7 +58,7 @@ class Client extends abstract_client_1.AbstractClient {
58
58
  return this.request("PullSmsSendStatus", req, cb);
59
59
  }
60
60
  /**
61
- * 短信发送接口,用户给用户发短信验证码、通知类短信或营销短信。
61
+ * 短信发送接口,用于给用户发短信验证码、通知类短信或营销短信。
62
62
  >- 注:由于云 **API3.0 安全性**有所提升,所以**接口鉴权**较为复杂,建议使用 SDK 来使用云短信服务。
63
63
  >- 您可以在 [API 3.0 Explorer](https://console.cloud.tencent.com/api/explorer?Product=sms&Version=2021-01-11&Action=SendSms) 中直接运行该接口,可以先免去签名计算步骤。运行成功后,API Explorer可以**自动生成**SDK代码示例。
64
64
 
@@ -51,12 +51,13 @@ export interface ModifySmsSignRequest {
51
51
  SignName: string;
52
52
  /**
53
53
  * 签名类型。其中每种类型后面标注了其可选的 DocumentType(证明类型):
54
- 0:公司,可选 DocumentType 有(0,1,2,3)。
54
+ 0:公司,可选 DocumentType 有(0,1)。
55
55
  1:APP,可选 DocumentType 有(0,1,2,3,4) 。
56
56
  2:网站,可选 DocumentType 有(0,1,2,3,5)。
57
- 3:公众号或者小程序,可选 DocumentType 有(0,1,2,3,6)。
57
+ 3:公众号,可选 DocumentType 有(0,1,2,3,8)。
58
58
  4:商标,可选 DocumentType 有(7)。
59
59
  5:政府/机关事业单位/其他机构,可选 DocumentType 有(2,3)。
60
+ 6:小程序,可选 DocumentType 有(0,1,2,3,6)。
60
61
  注:必须按照对应关系选择证明类型,否则会审核失败。
61
62
  */
62
63
  SignType: number;
@@ -70,7 +71,7 @@ export interface ModifySmsSignRequest {
70
71
  5:网站备案后台截图(个人开发网站)。
71
72
  6:小程序设置页面截图(个人认证小程序)。
72
73
  7:商标注册书。
73
- 注:必选按照 SignType 选择对应的DocumentType。
74
+ 8:公众号设置页面截图(个人认证公众号)。
74
75
  */
75
76
  DocumentType: number;
76
77
  /**
@@ -139,12 +140,13 @@ export interface AddSmsSignRequest {
139
140
  SignName: string;
140
141
  /**
141
142
  * 签名类型。其中每种类型后面标注了其可选的 DocumentType(证明类型):
142
- 0:公司,可选 DocumentType 有(0,1,2,3)。
143
+ 0:公司,可选 DocumentType 有(0,1)。
143
144
  1:APP,可选 DocumentType 有(0,1,2,3,4) 。
144
145
  2:网站,可选 DocumentType 有(0,1,2,3,5)。
145
- 3:公众号或者小程序,可选 DocumentType 有(0,1,2,3,6)。
146
+ 3:公众号,可选 DocumentType 有(0,1,2,3,8)。
146
147
  4:商标,可选 DocumentType 有(7)。
147
148
  5:政府/机关事业单位/其他机构,可选 DocumentType 有(2,3)。
149
+ 6:小程序,可选 DocumentType 有(0,1,2,3,6)。
148
150
  注:必须按照对应关系选择证明类型,否则会审核失败。
149
151
  */
150
152
  SignType: number;
@@ -158,7 +160,7 @@ export interface AddSmsSignRequest {
158
160
  5:网站备案后台截图(个人开发网站)。
159
161
  6:小程序设置页面截图(个人认证小程序)。
160
162
  7:商标注册书。
161
- 注:必选按照 SignType 选择对应的DocumentType。
163
+ 8:公众号设置页面截图(个人认证公众号)。
162
164
  */
163
165
  DocumentType: number;
164
166
  /**
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DescribeEnvLimitResponse, DescribeCloudBaseRunAllVpcsResponse, CheckTcbServiceResponse, DescribeCloudBaseRunConfForGateWayRequest, DescribeCloudBaseRunServerVersionRequest, TurnOnStandaloneGatewayResponse, DescribeEnvLimitRequest, DescribeEnvDealRegionResponse, DeleteCloudBaseRunServerVersionResponse, CommonServiceAPIResponse, DescribeStandaloneGatewayRequest, DescribeStandaloneGatewayPackageRequest, DescribePostpayPackageFreeQuotasRequest, DescribeEndUserLoginStatisticRequest, DescribeCloudBaseBuildServiceResponse, DescribeEndUsersRequest, DescribeCloudBaseBuildServiceRequest, DescribeCloudBaseRunServerDomainNameResponse, DestroyStandaloneGatewayRequest, CreateWxCloudBaseRunServerDBClusterResponse, ReplaceActivityRecordResponse, DescribeSpecialCostItemsRequest, DescribeCloudBaseRunResourceForExtendRequest, DescribeWxCloudBaseRunSubNetsRequest, ModifyEndUserRequest, DescribeCurveDataResponse, RollUpdateCloudBaseRunServerVersionResponse, DescribeCloudBaseRunOperationTypesRequest, DescribeAuthDomainsResponse, DescribeCloudBaseRunOneClickTaskExternalRequest, DescribeStandaloneGatewayResponse, DescribeWxCloudBaseRunEnvsResponse, CreateHostingDomainRequest, DescribeCloudBaseRunResourceRequest, DescribeCloudBaseRunServerRequest, DescribePostpayFreeQuotasRequest, DescribeActivityInfoResponse, DestroyStandaloneGatewayResponse, DescribeCloudBaseRunServerVersionResponse, DeleteEndUserRequest, DescribeHostingDomainTaskRequest, DescribeQuotaDataResponse, CommonServiceAPIRequest, DestroyStaticStoreRequest, CreateWxCloudBaseRunEnvRequest, ModifyCloudBaseRunServerFlowConfRequest, DescribeActivityRecordResponse, CreateStaticStoreRequest, CreateWxCloudBaseRunServerDBClusterRequest, DeleteCloudBaseProjectLatestVersionResponse, CreateAuthDomainResponse, ModifyDatabaseACLRequest, DescribeEnvsRequest, DeleteWxGatewayRouteRequest, DescribeEnvPostpaidDeductRequest, DescribeExtraPkgBillingInfoRequest, BindEnvGatewayResponse, DescribeWxCloudBaseRunSubNetsResponse, DescribeEnvFreeQuotaRequest, DescribeEndUserLoginStatisticResponse, DescribeEnvPostpaidDeductResponse, CreateCloudBaseRunResourceResponse, DescribeStandaloneGatewayPackageResponse, DestroyStaticStoreResponse, DeleteEndUserResponse, ModifyDatabaseACLResponse, ModifyCloudBaseRunServerFlowConfResponse, DescribeCloudBaseRunOperationTypesResponse, EstablishCloudBaseRunServerResponse, DestroyEnvRequest, DestroyEnvResponse, DescribeCloudBaseProjectVersionListRequest, DescribeCloudBaseRunOneClickTaskExternalResponse, TurnOffStandaloneGatewayResponse, DescribeEnvsResponse, CreateAuthDomainRequest, CreateHostingDomainResponse, DescribeActivityRecordRequest, CreateWxCloudBaseRunEnvResponse, DeleteCloudBaseRunServerVersionRequest, CreateCloudBaseRunServerVersionRequest, DescribeCloudBaseRunServerDomainNameRequest, DescribeCloudBaseRunAllVpcsRequest, CreatePostpayPackageResponse, DescribeExtensionUploadInfoRequest, ReplaceActivityRecordRequest, DeleteWxGatewayRouteResponse, EstablishCloudBaseRunServerRequest, ReinstateEnvResponse, DescribeSpecialCostItemsResponse, CreateStandaloneGatewayRequest, DescribeCloudBaseProjectVersionListResponse, DescribeDownloadFileRequest, DescribeEndUserStatisticRequest, DescribeEnvFreeQuotaResponse, CreateAndDeployCloudBaseProjectResponse, DescribeCloudBaseRunResourceForExtendResponse, CreateAndDeployCloudBaseProjectRequest, DescribeCloudBaseRunVersionRequest, EstablishWxGatewayRouteRequest, DescribeCloudBaseRunConfForGateWayResponse, TurnOffStandaloneGatewayRequest, ReinstateEnvRequest, EstablishWxGatewayRouteResponse, DescribeDatabaseACLRequest, CreateCloudBaseRunServerVersionResponse, DeleteCloudBaseProjectLatestVersionRequest, DescribeCloudBaseProjectLatestVersionListResponse, DescribeSmsQuotasResponse, DescribeWxCloudBaseRunEnvsRequest, DescribeCloudBaseRunVersionRsByConditionResponse, DescribeCurveDataRequest, DescribeActivityInfoRequest, BindEnvGatewayRequest, ModifyEnvResponse, DescribeDownloadFileResponse, CreateStandaloneGatewayResponse, DescribeQuotaDataRequest, CreateStaticStoreResponse, DescribeCloudBaseRunResourceResponse, DescribeCloudBaseRunVersionSnapshotRequest, TurnOnStandaloneGatewayRequest, DescribeUserActivityInfoResponse, DescribePostpayFreeQuotasResponse, DescribeCloudBaseProjectLatestVersionListRequest, DescribeEndUsersResponse, DescribeHostingDomainTaskResponse, DescribeEndUserStatisticResponse, DescribeSmsQuotasRequest, DescribeCloudBaseRunVersionResponse, CreatePostpayPackageRequest, DescribeCloudBaseRunPodListResponse, CheckTcbServiceRequest, DescribeCloudBaseRunVersionRsByConditionRequest, DescribeCloudBaseRunServerResponse, DescribeUserActivityInfoRequest, DescribeCloudBaseRunPodListRequest, CreateCloudBaseRunResourceRequest, ModifyEndUserResponse, DescribeAuthDomainsRequest, DescribeEnvDealRegionRequest, DescribeDatabaseACLResponse, DescribeExtensionUploadInfoResponse, ModifyEnvRequest, DescribeCloudBaseRunVersionSnapshotResponse, DescribePostpayPackageFreeQuotasResponse, DescribeExtraPkgBillingInfoResponse, RollUpdateCloudBaseRunServerVersionRequest } from "./tcb_models";
3
+ import { DescribeEnvLimitResponse, DescribeCloudBaseRunAllVpcsResponse, CheckTcbServiceResponse, DescribeCloudBaseRunConfForGateWayRequest, DescribeCloudBaseRunServerVersionRequest, TurnOnStandaloneGatewayResponse, DescribeEnvLimitRequest, DescribeEnvDealRegionResponse, DeleteCloudBaseRunServerVersionResponse, CommonServiceAPIResponse, DescribeStandaloneGatewayRequest, DescribeStandaloneGatewayPackageRequest, DescribePostpayPackageFreeQuotasRequest, DescribeEndUserLoginStatisticRequest, DescribeCloudBaseBuildServiceResponse, DescribeEndUsersRequest, DescribeCloudBaseBuildServiceRequest, DescribeCloudBaseRunServerDomainNameResponse, DestroyStandaloneGatewayRequest, CreateWxCloudBaseRunServerDBClusterResponse, ReplaceActivityRecordResponse, DescribeSpecialCostItemsRequest, DescribeCloudBaseRunResourceForExtendRequest, DescribeWxCloudBaseRunSubNetsRequest, ModifyEndUserRequest, DescribeCurveDataResponse, RollUpdateCloudBaseRunServerVersionResponse, DescribeCloudBaseRunOperationTypesRequest, DescribeAuthDomainsResponse, DescribeCloudBaseRunOneClickTaskExternalRequest, DescribeStandaloneGatewayResponse, DescribeWxCloudBaseRunEnvsResponse, CreateHostingDomainRequest, DescribeCloudBaseRunResourceRequest, DescribeCloudBaseRunServerRequest, DescribePostpayFreeQuotasRequest, DescribeActivityInfoResponse, DestroyStandaloneGatewayResponse, DescribeCloudBaseRunServerVersionResponse, DeleteEndUserRequest, DescribeHostingDomainTaskRequest, DescribeQuotaDataResponse, CommonServiceAPIRequest, DestroyStaticStoreRequest, CreateWxCloudBaseRunEnvRequest, ModifyCloudBaseRunServerFlowConfRequest, DescribeActivityRecordResponse, CreateStaticStoreRequest, CreateWxCloudBaseRunServerDBClusterRequest, DeleteCloudBaseProjectLatestVersionResponse, CreateAuthDomainResponse, ModifyDatabaseACLRequest, DescribeEnvsRequest, DeleteWxGatewayRouteRequest, DescribeEnvPostpaidDeductRequest, DescribeExtraPkgBillingInfoRequest, BindEnvGatewayResponse, DescribeWxCloudBaseRunSubNetsResponse, DescribeEnvFreeQuotaRequest, DescribeEndUserLoginStatisticResponse, DescribeEnvPostpaidDeductResponse, CreateCloudBaseRunResourceResponse, DescribeStandaloneGatewayPackageResponse, DestroyStaticStoreResponse, DeleteEndUserResponse, ModifyDatabaseACLResponse, ModifyCloudBaseRunServerFlowConfResponse, DescribeCloudBaseRunOperationTypesResponse, EstablishCloudBaseRunServerResponse, DestroyEnvRequest, DestroyEnvResponse, DescribeCloudBaseProjectVersionListRequest, DescribeCloudBaseRunOneClickTaskExternalResponse, TurnOffStandaloneGatewayResponse, DescribeEnvsResponse, CreateAuthDomainRequest, CreateHostingDomainResponse, DescribeActivityRecordRequest, CreateWxCloudBaseRunEnvResponse, DeleteCloudBaseRunServerVersionRequest, CreateCloudBaseRunServerVersionRequest, DescribeCloudBaseRunServerDomainNameRequest, DescribeCloudBaseRunAllVpcsRequest, CreatePostpayPackageResponse, DescribeExtensionUploadInfoRequest, ReplaceActivityRecordRequest, DeleteWxGatewayRouteResponse, EstablishCloudBaseRunServerRequest, ReinstateEnvResponse, DescribeSpecialCostItemsResponse, CreateStandaloneGatewayRequest, DescribeCloudBaseProjectVersionListResponse, DescribeDownloadFileRequest, DescribeEndUserStatisticRequest, DescribeEnvFreeQuotaResponse, CreateAndDeployCloudBaseProjectResponse, DescribeCloudBaseRunResourceForExtendResponse, CreateAndDeployCloudBaseProjectRequest, DescribeCloudBaseRunVersionRequest, EstablishWxGatewayRouteRequest, DescribeCloudBaseRunConfForGateWayResponse, TurnOffStandaloneGatewayRequest, ReinstateEnvRequest, EstablishWxGatewayRouteResponse, DescribeDatabaseACLRequest, CreateCloudBaseRunServerVersionResponse, DeleteCloudBaseProjectLatestVersionRequest, DescribeCloudBaseProjectLatestVersionListResponse, DescribeSmsQuotasResponse, DescribeWxCloudBaseRunEnvsRequest, DescribeCloudBaseRunVersionRsByConditionResponse, DescribeCurveDataRequest, DescribeActivityInfoRequest, BindEnvGatewayRequest, ModifyEnvResponse, DescribeDownloadFileResponse, CreateStandaloneGatewayResponse, DescribeQuotaDataRequest, CreateStaticStoreResponse, DescribeCloudBaseRunResourceResponse, DescribeCloudBaseRunVersionSnapshotRequest, TurnOnStandaloneGatewayRequest, DescribeUserActivityInfoResponse, DescribePostpayFreeQuotasResponse, DescribeCloudBaseProjectLatestVersionListRequest, DescribeEndUsersResponse, DescribeHostingDomainTaskResponse, DescribeEndUserStatisticResponse, DescribeSmsQuotasRequest, DescribeCloudBaseRunVersionResponse, CreatePostpayPackageRequest, DescribeCloudBaseRunPodListResponse, CheckTcbServiceRequest, DescribeCloudBaseRunVersionRsByConditionRequest, DescribeCloudBaseRunServerResponse, DescribeUserActivityInfoRequest, DescribeCloudBaseRunPodListRequest, CreateCloudBaseRunResourceRequest, ModifyEndUserResponse, DescribeAuthDomainsRequest, DescribeEnvDealRegionRequest, DescribeDatabaseACLResponse, ModifyCloudBaseRunServerVersionResponse, DescribeExtensionUploadInfoResponse, ModifyEnvRequest, DescribeCloudBaseRunVersionSnapshotResponse, DescribePostpayPackageFreeQuotasResponse, DescribeExtraPkgBillingInfoResponse, ModifyCloudBaseRunServerVersionRequest, RollUpdateCloudBaseRunServerVersionRequest } from "./tcb_models";
4
4
  /**
5
5
  * tcb client
6
6
  * @class
@@ -106,6 +106,10 @@ export declare class Client extends AbstractClient {
106
106
  * 开通后付费资源
107
107
  */
108
108
  CreatePostpayPackage(req: CreatePostpayPackageRequest, cb?: (error: string, rep: CreatePostpayPackageResponse) => void): Promise<CreatePostpayPackageResponse>;
109
+ /**
110
+ * 更新活动详情
111
+ */
112
+ ReplaceActivityRecord(req: ReplaceActivityRecordRequest, cb?: (error: string, rep: ReplaceActivityRecordResponse) => void): Promise<ReplaceActivityRecordResponse>;
109
113
  /**
110
114
  * 查询用户活动信息
111
115
  */
@@ -247,9 +251,9 @@ export declare class Client extends AbstractClient {
247
251
  */
248
252
  DescribeCloudBaseRunServerVersion(req: DescribeCloudBaseRunServerVersionRequest, cb?: (error: string, rep: DescribeCloudBaseRunServerVersionResponse) => void): Promise<DescribeCloudBaseRunServerVersionResponse>;
249
253
  /**
250
- * 更新活动详情
254
+ * 修改服务版本的副本数,环境变量
251
255
  */
252
- ReplaceActivityRecord(req: ReplaceActivityRecordRequest, cb?: (error: string, rep: ReplaceActivityRecordResponse) => void): Promise<ReplaceActivityRecordResponse>;
256
+ ModifyCloudBaseRunServerVersion(req: ModifyCloudBaseRunServerVersionRequest, cb?: (error: string, rep: ModifyCloudBaseRunServerVersionResponse) => void): Promise<ModifyCloudBaseRunServerVersionResponse>;
253
257
  /**
254
258
  * 查询活动信息
255
259
  */