tencentcloud-sdk-nodejs 4.0.229 → 4.0.233

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 (102) hide show
  1. package/CHANGELOG.md +551 -7
  2. package/package.json +1 -1
  3. package/products.md +154 -154
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/advisor/v20200721/advisor_client.ts +1 -0
  6. package/src/services/advisor/v20200721/advisor_models.ts +21 -0
  7. package/src/services/antiddos/v20200309/antiddos_client.ts +1 -1
  8. package/src/services/antiddos/v20200309/antiddos_models.ts +2 -2
  9. package/src/services/apigateway/v20180808/apigateway_client.ts +60 -17
  10. package/src/services/apigateway/v20180808/apigateway_models.ts +438 -70
  11. package/src/services/cam/v20190116/cam_models.ts +10 -5
  12. package/src/services/cdn/v20180606/cdn_client.ts +18 -4
  13. package/src/services/cdn/v20180606/cdn_models.ts +139 -53
  14. package/src/services/cfw/v20190904/cfw_models.ts +10 -10
  15. package/src/services/cme/v20191029/cme_models.ts +1 -1
  16. package/src/services/cpdp/v20190820/cpdp_client.ts +17 -4
  17. package/src/services/cpdp/v20190820/cpdp_models.ts +179 -66
  18. package/src/services/cvm/v20170312/cvm_client.ts +1 -0
  19. package/src/services/cvm/v20170312/cvm_models.ts +13 -10
  20. package/src/services/cwp/v20180228/cwp_models.ts +7 -7
  21. package/src/services/dts/v20180330/dts_client.ts +8 -119
  22. package/src/services/dts/v20180330/dts_models.ts +371 -875
  23. package/src/services/ecm/v20190719/ecm_models.ts +6 -0
  24. package/src/services/eiam/v20210420/eiam_models.ts +5 -5
  25. package/src/services/es/v20180416/es_models.ts +37 -0
  26. package/src/services/essbasic/v20210526/essbasic_models.ts +6 -0
  27. package/src/services/iotcloud/v20180614/iotcloud_models.ts +6 -6
  28. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +46 -9
  29. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +252 -61
  30. package/src/services/iotvideo/v20201215/iotvideo_models.ts +6 -1
  31. package/src/services/ocr/v20181119/ocr_client.ts +13 -0
  32. package/src/services/ocr/v20181119/ocr_models.ts +211 -25
  33. package/src/services/postgres/v20170312/postgres_client.ts +13 -1
  34. package/src/services/postgres/v20170312/postgres_models.ts +72 -2
  35. package/src/services/redis/v20180412/redis_models.ts +9 -2
  36. package/src/services/scf/v20180416/scf_client.ts +2 -0
  37. package/src/services/scf/v20180416/scf_models.ts +49 -0
  38. package/src/services/ses/v20201002/ses_models.ts +5 -3
  39. package/src/services/sms/v20210111/sms_models.ts +8 -6
  40. package/src/services/tcb/v20180608/tcb_client.ts +28 -4
  41. package/src/services/tcb/v20180608/tcb_models.ts +148 -21
  42. package/src/services/tdmq/v20200217/tdmq_client.ts +4 -2
  43. package/src/services/tiia/v20190529/tiia_client.ts +1 -0
  44. package/src/services/tiia/v20190529/tiia_models.ts +34 -0
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/advisor/v20200721/advisor_models.d.ts +18 -0
  48. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
  49. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +1 -1
  50. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +2 -2
  51. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +17 -5
  52. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +24 -6
  53. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +369 -60
  54. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +9 -5
  55. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +5 -1
  56. package/tencentcloud/services/cdn/v20180606/cdn_client.js +6 -0
  57. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +118 -45
  58. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +10 -10
  59. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +1 -1
  60. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +7 -3
  61. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +8 -2
  62. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +156 -62
  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 +8 -5
  66. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +7 -7
  67. package/tencentcloud/services/dts/v20180330/dts_client.d.ts +1 -42
  68. package/tencentcloud/services/dts/v20180330/dts_client.js +0 -57
  69. package/tencentcloud/services/dts/v20180330/dts_models.d.ts +219 -645
  70. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +5 -0
  71. package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +5 -5
  72. package/tencentcloud/services/es/v20180416/es_models.d.ts +30 -0
  73. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -0
  74. package/tencentcloud/services/iotcloud/v20180614/iotcloud_models.d.ts +6 -6
  75. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +15 -3
  76. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +21 -3
  77. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +214 -54
  78. package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +5 -1
  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 +179 -25
  82. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +5 -1
  83. package/tencentcloud/services/postgres/v20170312/postgres_client.js +6 -0
  84. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +60 -2
  85. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +7 -1
  86. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +42 -0
  87. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +3 -1
  88. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +8 -6
  89. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +9 -1
  90. package/tencentcloud/services/tcb/v20180608/tcb_client.js +12 -0
  91. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +128 -21
  92. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +2 -0
  93. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +2 -0
  94. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +29 -0
  95. package/test/apigateway.v20180808.test.js +34 -4
  96. package/test/cdn.v20180606.test.js +10 -0
  97. package/test/cpdp.v20190820.test.js +10 -0
  98. package/test/dts.v20180330.test.js +0 -80
  99. package/test/iotexplorer.v20190423.test.js +32 -2
  100. package/test/ocr.v20181119.test.js +10 -0
  101. package/test/postgres.v20170312.test.js +10 -0
  102. package/test/tcb.v20180608.test.js +20 -0
@@ -4194,6 +4194,11 @@ export interface Listener {
4194
4194
  注意:此字段可能返回 null,表示取不到有效值。
4195
4195
  */
4196
4196
  SessionType: string;
4197
+ /**
4198
+ * 端口段结束端口
4199
+ 注意:此字段可能返回 null,表示取不到有效值。
4200
+ */
4201
+ EndPort: number;
4197
4202
  }
4198
4203
  /**
4199
4204
  * StartInstances请求参数结构体
@@ -1170,7 +1170,7 @@ export interface ListUsersRequest {
1170
1170
  */
1171
1171
  ExpectedFields?: Array<string>;
1172
1172
  /**
1173
- * 排序条件集合。可排序的属性支持:用户名字(UserName)、手机号(Phone)、邮箱(Email)、用户状态(Status)、创建时间 (CreationTime)、上次修改时间(LastUpdateTime)、上次登录时间(LastLoginTime)。如果不指定,则默认按照用户昵称(DisplayName)正向排序。
1173
+ * 排序条件集合。可排序的属性支持:用户名字(UserName)、用户昵称(DisplayName)、手机号(Phone)、邮箱(Email)、用户状态(Status)、创建时间 (CreationTime)、上次修改时间(LastUpdateTime)、上次登录时间(LastLoginTime)。如果不指定,则默认按照用户昵称(DisplayName)正向排序。
1174
1174
  */
1175
1175
  Sort?: SortCondition;
1176
1176
  /**
@@ -1255,12 +1255,12 @@ export interface DescribeUserInfoRequest {
1255
1255
  */
1256
1256
  export interface DescribeUserGroupResponse {
1257
1257
  /**
1258
- * 昵称,长度限制:64个字符。 DisplayName不唯一。
1258
+ * 用户组昵称,长度限制:64个字符。 DisplayName不唯一。
1259
1259
  注意:此字段可能返回 null,表示取不到有效值。
1260
1260
  */
1261
1261
  DisplayName: string;
1262
1262
  /**
1263
- * 用户备注,长度限制:512个字符。
1263
+ * 用户组备注,长度限制:512个字符。
1264
1264
  注意:此字段可能返回 null,表示取不到有效值。
1265
1265
  */
1266
1266
  Description: string;
@@ -1415,11 +1415,11 @@ export interface ListAuthorizedApplicationsToOrgNodeRequest {
1415
1415
  */
1416
1416
  export interface CreateUserGroupRequest {
1417
1417
  /**
1418
- * 昵称,长度限制:64个字符。 DisplayName是唯一的。
1418
+ * 用户组昵称,长度限制:64个字符。 DisplayName是唯一的。
1419
1419
  */
1420
1420
  DisplayName: string;
1421
1421
  /**
1422
- * 用户备注,长度限制:512个字符。
1422
+ * 用户组备注,长度限制:512个字符。
1423
1423
  */
1424
1424
  Description?: string;
1425
1425
  }
@@ -501,6 +501,10 @@ export interface CreateInstanceRequest {
501
501
  * 可视化节点配置
502
502
  */
503
503
  WebNodeTypeInfo?: WebNodeTypeInfo;
504
+ /**
505
+ * 创建https集群,默认是http
506
+ */
507
+ Protocol?: string;
504
508
  }
505
509
  /**
506
510
  * 实例详细信息
@@ -755,6 +759,16 @@ export interface InstanceInfo {
755
759
  注意:此字段可能返回 null,表示取不到有效值。
756
760
  */
757
761
  Jdk: string;
762
+ /**
763
+ * 集群网络通讯协议
764
+ 注意:此字段可能返回 null,表示取不到有效值。
765
+ */
766
+ Protocol: string;
767
+ /**
768
+ * 安全组id
769
+ 注意:此字段可能返回 null,表示取不到有效值。
770
+ */
771
+ SecurityGroups: Array<string>;
758
772
  }
759
773
  /**
760
774
  * DeleteInstance返回参数结构体
@@ -1023,6 +1037,22 @@ export interface UpdateInstanceRequest {
1023
1037
  * 可视化节点配置
1024
1038
  */
1025
1039
  WebNodeTypeInfo?: WebNodeTypeInfo;
1040
+ /**
1041
+ * 切换到新网络架构
1042
+ */
1043
+ SwitchPrivateLink?: string;
1044
+ /**
1045
+ * 启用Cerebro
1046
+ */
1047
+ EnableCerebro?: boolean;
1048
+ /**
1049
+ * Cerebro公网访问状态
1050
+ */
1051
+ CerebroPublicAccess?: string;
1052
+ /**
1053
+ * Cerebro内网访问状态
1054
+ */
1055
+ CerebroPrivateAccess?: string;
1026
1056
  }
1027
1057
  /**
1028
1058
  * ES 词库信息
@@ -614,6 +614,11 @@ export interface UsageDetail {
614
614
  注意:此字段可能返回 null,表示取不到有效值。
615
615
  */
616
616
  Date: string;
617
+ /**
618
+ * 渠道侧合作企业名
619
+ 注意:此字段可能返回 null,表示取不到有效值。
620
+ */
621
+ ProxyOrganizationName: string;
617
622
  }
618
623
  /**
619
624
  * CreateSignUrls返回参数结构体
@@ -1936,27 +1936,27 @@ export interface DescribeLoraDeviceResponse {
1936
1936
  /**
1937
1937
  * 设备名称
1938
1938
  */
1939
- DeviceName?: string;
1939
+ DeviceName: string;
1940
1940
  /**
1941
1941
  * LoRa应用UUID
1942
1942
  */
1943
- AppEui?: string;
1943
+ AppEui: string;
1944
1944
  /**
1945
1945
  * LoRa设备UUID
1946
1946
  */
1947
- DeviceEui?: string;
1947
+ DeviceEui: string;
1948
1948
  /**
1949
1949
  * LoRa应用密钥
1950
1950
  */
1951
- AppKey?: string;
1951
+ AppKey: string;
1952
1952
  /**
1953
1953
  * 设备类型,目前支持A、B、C三种
1954
1954
  */
1955
- ClassType?: string;
1955
+ ClassType: string;
1956
1956
  /**
1957
1957
  * 设备所属产品id
1958
1958
  */
1959
- ProductId?: string;
1959
+ ProductId: string;
1960
1960
  /**
1961
1961
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1962
1962
  */
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { UpdateDevicesEnableStateResponse, DeleteProjectRequest, DeleteFenceBindRequest, DescribeModelDefinitionResponse, DeleteDevicesResponse, ModifyStudioProductResponse, DeleteStudioProductResponse, GetPositionSpaceListRequest, GetDeviceListResponse, DeleteLoRaFrequencyResponse, DescribeTopicPolicyRequest, ModifyPositionFenceRequest, DeleteTopicRuleResponse, ModifyModelDefinitionRequest, CreateStudioProductResponse, CallDeviceActionSyncRequest, DescribeDevicePositionListRequest, GetDeviceLocationHistoryResponse, UpdateFirmwareResponse, ModifyPositionFenceResponse, ModifyStudioProductRequest, ModifyPositionSpaceResponse, CreateStudioProductRequest, ModifyFenceBindResponse, DeletePositionFenceResponse, UploadFirmwareRequest, ListEventHistoryRequest, SearchTopicRuleRequest, DescribeDeviceDataRequest, ListTopicPolicyResponse, SearchPositionSpaceResponse, DescribePositionFenceListResponse, GetDeviceLocationHistoryRequest, DescribeDevicePositionListResponse, GetProjectListResponse, DescribeStudioProductResponse, DescribeProjectResponse, SearchStudioProductResponse, GetTopicRuleListRequest, ListTopicPolicyRequest, DescribeLoRaFrequencyRequest, DeleteDeviceRequest, DeleteLoRaFrequencyRequest, ControlDeviceDataRequest, ListFirmwaresResponse, ReleaseStudioProductResponse, DescribeSpaceFenceEventListResponse, DeleteLoRaGatewayRequest, DescribeTopicPolicyResponse, SearchPositionSpaceRequest, ModifyTopicPolicyResponse, SearchTopicRuleResponse, DescribeFenceEventListResponse, UpdateDevicesEnableStateRequest, DescribeTopicRuleRequest, CallDeviceActionSyncResponse, CreateLoRaGatewayRequest, ReleaseStudioProductRequest, CreateProjectResponse, DescribeDeviceDataHistoryResponse, DeleteProjectResponse, CreateTopicPolicyResponse, CreateDeviceResponse, CreateDeviceRequest, DeletePositionSpaceRequest, GetStudioProductListRequest, DescribeFirmwareTaskResponse, DisableTopicRuleResponse, GetCOSURLRequest, CreateProjectRequest, CreateFenceBindRequest, DescribeDeviceResponse, ListFirmwaresRequest, GetStudioProductListResponse, PublishMessageRequest, ModifyTopicRuleRequest, GetDeviceListRequest, ModifySpacePropertyRequest, GetPositionSpaceListResponse, GetCOSURLResponse, ModifyFenceBindRequest, GetTopicRuleListResponse, DescribeFenceEventListRequest, ModifyPositionSpaceRequest, GetLoRaGatewayListResponse, DirectBindDeviceInFamilyResponse, CallDeviceActionAsyncRequest, CallDeviceActionAsyncResponse, DeleteFenceBindResponse, DeleteTopicPolicyRequest, CreateFenceBindResponse, DescribeFenceBindListRequest, CreatePositionFenceResponse, DescribeTopicRuleResponse, UpdateFirmwareRequest, DescribeDeviceRequest, DescribePositionFenceListRequest, ModifyTopicRuleResponse, CreateTopicPolicyRequest, DirectBindDeviceInFamilyRequest, DescribeLoRaFrequencyResponse, DescribeSpaceFenceEventListRequest, GetLoRaGatewayListRequest, DescribeProjectRequest, UploadFirmwareResponse, ModifyTopicPolicyRequest, DeleteTopicRuleRequest, CreateLoRaGatewayResponse, DeleteTopicPolicyResponse, DeleteLoRaGatewayResponse, CreateLoRaFrequencyRequest, ControlDeviceDataResponse, DescribeDeviceDataHistoryRequest, DescribeStudioProductRequest, CreatePositionSpaceResponse, ModifyLoRaFrequencyRequest, ModifyModelDefinitionResponse, DeletePositionFenceRequest, GetProjectListRequest, DeletePositionSpaceResponse, CreateLoRaFrequencyResponse, EnableTopicRuleResponse, SearchStudioProductRequest, DeleteDevicesRequest, ModifyProjectResponse, DeleteStudioProductRequest, ModifyProjectRequest, ModifySpacePropertyResponse, PublishMessageResponse, ModifyLoRaGatewayResponse, DescribeFenceBindListResponse, CreatePositionFenceRequest, DescribeModelDefinitionRequest, DisableTopicRuleRequest, CreateTopicRuleResponse, DescribeDeviceDataResponse, CreateTopicRuleRequest, DeleteDeviceResponse, ModifyLoRaFrequencyResponse, ModifyLoRaGatewayRequest, ListEventHistoryResponse, EnableTopicRuleRequest, DescribeFirmwareTaskRequest, CreatePositionSpaceRequest } from "./iotexplorer_models";
3
+ import { UpdateDevicesEnableStateResponse, DeleteProjectRequest, DeleteFenceBindRequest, DescribeModelDefinitionResponse, DeleteDevicesResponse, ModifyStudioProductResponse, DeleteStudioProductResponse, GetPositionSpaceListRequest, GetDeviceListResponse, DeleteLoRaFrequencyResponse, DescribeTopicPolicyRequest, ModifyPositionFenceRequest, DeleteTopicRuleResponse, ModifyModelDefinitionRequest, CreateStudioProductResponse, CallDeviceActionSyncRequest, DescribeDevicePositionListRequest, GetDeviceLocationHistoryResponse, UpdateFirmwareResponse, ModifyPositionFenceResponse, ModifyStudioProductRequest, ModifyPositionSpaceResponse, CreateStudioProductRequest, ModifyFenceBindResponse, CreateBatchProductionRequest, DeletePositionFenceResponse, UploadFirmwareRequest, ListEventHistoryRequest, SearchTopicRuleRequest, DescribeDeviceDataRequest, ListTopicPolicyResponse, SearchPositionSpaceResponse, DescribePositionFenceListResponse, GetDeviceLocationHistoryRequest, DescribeDevicePositionListResponse, GetProjectListResponse, DescribeStudioProductResponse, DescribeProjectResponse, SearchStudioProductResponse, GetTopicRuleListRequest, DescribeBatchProductionResponse, ListTopicPolicyRequest, DescribeLoRaFrequencyRequest, DeleteDeviceRequest, DeleteLoRaFrequencyRequest, ControlDeviceDataRequest, ListFirmwaresResponse, ReleaseStudioProductResponse, DescribeSpaceFenceEventListResponse, DeleteLoRaGatewayRequest, DescribeTopicPolicyResponse, SearchPositionSpaceRequest, ModifyTopicPolicyResponse, SearchTopicRuleResponse, DescribeFenceEventListResponse, UpdateDevicesEnableStateRequest, DescribeTopicRuleRequest, CallDeviceActionSyncResponse, CreateLoRaGatewayRequest, ReleaseStudioProductRequest, CreateProjectResponse, DescribeDeviceDataHistoryResponse, DeleteProjectResponse, CreateTopicPolicyResponse, CreateDeviceResponse, CreateDeviceRequest, DeletePositionSpaceRequest, GetStudioProductListRequest, DescribeFirmwareTaskResponse, DisableTopicRuleResponse, GetCOSURLRequest, CreateProjectRequest, CreateFenceBindRequest, DescribeDeviceResponse, ListFirmwaresRequest, GetStudioProductListResponse, PublishMessageRequest, ModifyTopicRuleRequest, GetDeviceListRequest, ModifySpacePropertyRequest, GetPositionSpaceListResponse, GetCOSURLResponse, ModifyFenceBindRequest, GetTopicRuleListResponse, DescribeFenceEventListRequest, ModifyPositionSpaceRequest, GetLoRaGatewayListResponse, DirectBindDeviceInFamilyResponse, CallDeviceActionAsyncRequest, CallDeviceActionAsyncResponse, DeleteFenceBindResponse, DeleteTopicPolicyRequest, CreateFenceBindResponse, DescribeFenceBindListRequest, CreatePositionFenceResponse, DescribeTopicRuleResponse, DescribeDeviceRequest, DescribePositionFenceListRequest, ModifyTopicRuleResponse, DescribeBatchProductionRequest, CreateTopicPolicyRequest, DirectBindDeviceInFamilyRequest, DescribeLoRaFrequencyResponse, DescribeSpaceFenceEventListRequest, GetLoRaGatewayListRequest, DescribeProjectRequest, ModifyLoRaFrequencyRequest, UploadFirmwareResponse, ModifyTopicPolicyRequest, DeleteTopicRuleRequest, CreateLoRaGatewayResponse, DeleteTopicPolicyResponse, DeleteLoRaGatewayResponse, CreateLoRaFrequencyRequest, ControlDeviceDataResponse, DescribeDeviceDataHistoryRequest, UpdateFirmwareRequest, DescribeStudioProductRequest, CreatePositionSpaceResponse, CreateBatchProductionResponse, ModifyModelDefinitionResponse, DeletePositionFenceRequest, GetProjectListRequest, DeletePositionSpaceResponse, CreateLoRaFrequencyResponse, EnableTopicRuleResponse, SearchStudioProductRequest, DeleteDevicesRequest, ModifyProjectResponse, DeleteStudioProductRequest, ModifyProjectRequest, ModifySpacePropertyResponse, PublishMessageResponse, ModifyLoRaGatewayResponse, DescribeFenceBindListResponse, CreatePositionFenceRequest, DescribeModelDefinitionRequest, DisableTopicRuleRequest, CreateTopicRuleResponse, DescribeDeviceDataResponse, CreateTopicRuleRequest, GetBatchProductionsListRequest, DeleteDeviceResponse, ModifyLoRaFrequencyResponse, ModifyLoRaGatewayRequest, ListEventHistoryResponse, GetBatchProductionsListResponse, EnableTopicRuleRequest, DescribeFirmwareTaskRequest, CreatePositionSpaceRequest } from "./iotexplorer_models";
4
4
  /**
5
5
  * iotexplorer client
6
6
  * @class
@@ -28,9 +28,9 @@ export declare class Client extends AbstractClient {
28
28
  */
29
29
  SearchPositionSpace(req: SearchPositionSpaceRequest, cb?: (error: string, rep: SearchPositionSpaceResponse) => void): Promise<SearchPositionSpaceResponse>;
30
30
  /**
31
- * 根据设备产品ID、设备名称,获取设备上报的属性数据。
31
+ * 获取量产详情信息。
32
32
  */
33
- DescribeDeviceData(req: DescribeDeviceDataRequest, cb?: (error: string, rep: DescribeDeviceDataResponse) => void): Promise<DescribeDeviceDataResponse>;
33
+ DescribeBatchProduction(req: DescribeBatchProductionRequest, cb?: (error: string, rep: DescribeBatchProductionResponse) => void): Promise<DescribeBatchProductionResponse>;
34
34
  /**
35
35
  * 直接绑定设备和家庭
36
36
  */
@@ -111,6 +111,10 @@ export declare class Client extends AbstractClient {
111
111
  * 修改规则
112
112
  */
113
113
  ModifyTopicRule(req: ModifyTopicRuleRequest, cb?: (error: string, rep: ModifyTopicRuleResponse) => void): Promise<ModifyTopicRuleResponse>;
114
+ /**
115
+ * 根据设备产品ID、设备名称,获取设备上报的属性数据。
116
+ */
117
+ DescribeDeviceData(req: DescribeDeviceDataRequest, cb?: (error: string, rep: DescribeDeviceDataResponse) => void): Promise<DescribeDeviceDataResponse>;
114
118
  /**
115
119
  * 本接口(DescribeTopicPolicy)用于查看Topic详细信息
116
120
  */
@@ -247,6 +251,10 @@ export declare class Client extends AbstractClient {
247
251
  * 提供修改产品的数据模板的能力
248
252
  */
249
253
  ModifyModelDefinition(req: ModifyModelDefinitionRequest, cb?: (error: string, rep: ModifyModelDefinitionResponse) => void): Promise<ModifyModelDefinitionResponse>;
254
+ /**
255
+ * 用于新建批量生产设备
256
+ */
257
+ CreateBatchProduction(req: CreateBatchProductionRequest, cb?: (error: string, rep: CreateBatchProductionResponse) => void): Promise<CreateBatchProductionResponse>;
250
258
  /**
251
259
  * 删除位置空间
252
260
  */
@@ -255,6 +263,10 @@ export declare class Client extends AbstractClient {
255
263
  * 查询产品配置的数据模板信息
256
264
  */
257
265
  DescribeModelDefinition(req: DescribeModelDefinitionRequest, cb?: (error: string, rep: DescribeModelDefinitionResponse) => void): Promise<DescribeModelDefinitionResponse>;
266
+ /**
267
+ * 列出量产数据列表信息。
268
+ */
269
+ GetBatchProductionsList(req: GetBatchProductionsListRequest, cb?: (error: string, rep: GetBatchProductionsListResponse) => void): Promise<GetBatchProductionsListResponse>;
258
270
  /**
259
271
  * 为用户提供新建项目的能力,用于集中管理产品和应用。
260
272
  */
@@ -58,10 +58,10 @@ class Client extends abstract_client_1.AbstractClient {
58
58
  return this.request("SearchPositionSpace", req, cb);
59
59
  }
60
60
  /**
61
- * 根据设备产品ID、设备名称,获取设备上报的属性数据。
61
+ * 获取量产详情信息。
62
62
  */
63
- async DescribeDeviceData(req, cb) {
64
- return this.request("DescribeDeviceData", req, cb);
63
+ async DescribeBatchProduction(req, cb) {
64
+ return this.request("DescribeBatchProduction", req, cb);
65
65
  }
66
66
  /**
67
67
  * 直接绑定设备和家庭
@@ -183,6 +183,12 @@ class Client extends abstract_client_1.AbstractClient {
183
183
  async ModifyTopicRule(req, cb) {
184
184
  return this.request("ModifyTopicRule", req, cb);
185
185
  }
186
+ /**
187
+ * 根据设备产品ID、设备名称,获取设备上报的属性数据。
188
+ */
189
+ async DescribeDeviceData(req, cb) {
190
+ return this.request("DescribeDeviceData", req, cb);
191
+ }
186
192
  /**
187
193
  * 本接口(DescribeTopicPolicy)用于查看Topic详细信息
188
194
  */
@@ -387,6 +393,12 @@ class Client extends abstract_client_1.AbstractClient {
387
393
  async ModifyModelDefinition(req, cb) {
388
394
  return this.request("ModifyModelDefinition", req, cb);
389
395
  }
396
+ /**
397
+ * 用于新建批量生产设备
398
+ */
399
+ async CreateBatchProduction(req, cb) {
400
+ return this.request("CreateBatchProduction", req, cb);
401
+ }
390
402
  /**
391
403
  * 删除位置空间
392
404
  */
@@ -399,6 +411,12 @@ class Client extends abstract_client_1.AbstractClient {
399
411
  async DescribeModelDefinition(req, cb) {
400
412
  return this.request("DescribeModelDefinition", req, cb);
401
413
  }
414
+ /**
415
+ * 列出量产数据列表信息。
416
+ */
417
+ async GetBatchProductionsList(req, cb) {
418
+ return this.request("GetBatchProductionsList", req, cb);
419
+ }
402
420
  /**
403
421
  * 为用户提供新建项目的能力,用于集中管理产品和应用。
404
422
  */
@@ -515,6 +515,39 @@ export interface ModifyFenceBindResponse {
515
515
  */
516
516
  RequestId?: string;
517
517
  }
518
+ /**
519
+ * CreateBatchProduction请求参数结构体
520
+ */
521
+ export interface CreateBatchProductionRequest {
522
+ /**
523
+ * 项目ID
524
+ */
525
+ ProjectId: string;
526
+ /**
527
+ * 产品ID
528
+ */
529
+ ProductId: string;
530
+ /**
531
+ * 烧录方式,0为直接烧录,1为动态注册。
532
+ */
533
+ BurnMethod: number;
534
+ /**
535
+ * 生成方式,0为系统生成,1为文件上传。
536
+ */
537
+ GenerationMethod: number;
538
+ /**
539
+ * 文件上传URL,用于文件上传时填写。
540
+ */
541
+ UploadUrl?: string;
542
+ /**
543
+ * 量产数量,用于系统生成时填写。
544
+ */
545
+ BatchCnt?: number;
546
+ /**
547
+ * 是否生成二维码,0为不生成,1为生成。
548
+ */
549
+ GenerationQRCode?: number;
550
+ }
518
551
  /**
519
552
  * DeletePositionFence返回参数结构体
520
553
  */
@@ -1026,6 +1059,39 @@ export interface ProjectEntryEx {
1026
1059
  */
1027
1060
  DeviceCount: number;
1028
1061
  }
1062
+ /**
1063
+ * DescribeBatchProduction返回参数结构体
1064
+ */
1065
+ export interface DescribeBatchProductionResponse {
1066
+ /**
1067
+ * 量产数量。
1068
+ */
1069
+ BatchCnt?: number;
1070
+ /**
1071
+ * 烧录方式。
1072
+ */
1073
+ BurnMethod?: number;
1074
+ /**
1075
+ * 创建时间。
1076
+ */
1077
+ CreateTime?: number;
1078
+ /**
1079
+ * 下载URL。
1080
+ */
1081
+ DownloadUrl?: string;
1082
+ /**
1083
+ * 生成方式。
1084
+ */
1085
+ GenerationMethod?: number;
1086
+ /**
1087
+ * 上传URL。
1088
+ */
1089
+ UploadUrl?: string;
1090
+ /**
1091
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1092
+ */
1093
+ RequestId?: string;
1094
+ }
1029
1095
  /**
1030
1096
  * ListTopicPolicy请求参数结构体
1031
1097
  */
@@ -2199,29 +2265,21 @@ export interface DescribeTopicRuleResponse {
2199
2265
  RequestId?: string;
2200
2266
  }
2201
2267
  /**
2202
- * UpdateFirmware请求参数结构体
2268
+ * 围栏详细信息(包含创建时间及更新时间)
2203
2269
  */
2204
- export interface UpdateFirmwareRequest {
2205
- /**
2206
- * 产品ID
2207
- */
2208
- ProductID: string;
2209
- /**
2210
- * 设备名
2211
- */
2212
- DeviceName: string;
2270
+ export interface PositionFenceInfo {
2213
2271
  /**
2214
- * 固件新的版本号
2272
+ * 围栏信息
2215
2273
  */
2216
- FirmwareVersion: string;
2274
+ GeoFence: PositionFenceItem;
2217
2275
  /**
2218
- * 固件原版本号
2276
+ * 围栏创建时间
2219
2277
  */
2220
- FirmwareOriVersion: string;
2278
+ CreateTime: number;
2221
2279
  /**
2222
- * 固件升级方式;0 静默升级 1 用户确认升级 不填默认静默升级
2280
+ * 围栏更新时间
2223
2281
  */
2224
- UpgradeMethod?: number;
2282
+ UpdateTime: number;
2225
2283
  }
2226
2284
  /**
2227
2285
  * 位置空间详情
@@ -2333,6 +2391,19 @@ export interface ModifyTopicRuleResponse {
2333
2391
  */
2334
2392
  RequestId?: string;
2335
2393
  }
2394
+ /**
2395
+ * DescribeBatchProduction请求参数结构体
2396
+ */
2397
+ export interface DescribeBatchProductionRequest {
2398
+ /**
2399
+ * 产品ID
2400
+ */
2401
+ ProductId: string;
2402
+ /**
2403
+ * 量产ID
2404
+ */
2405
+ BatchProductionId: string;
2406
+ }
2336
2407
  /**
2337
2408
  * CreateTopicPolicy请求参数结构体
2338
2409
  */
@@ -2469,6 +2540,47 @@ export interface DescribeProjectRequest {
2469
2540
  */
2470
2541
  ProjectId: string;
2471
2542
  }
2543
+ /**
2544
+ * ModifyLoRaFrequency请求参数结构体
2545
+ */
2546
+ export interface ModifyLoRaFrequencyRequest {
2547
+ /**
2548
+ * 频点唯一ID
2549
+ */
2550
+ FreqId?: string;
2551
+ /**
2552
+ * 频点名称
2553
+ */
2554
+ FreqName?: string;
2555
+ /**
2556
+ * 频点描述
2557
+ */
2558
+ Description?: string;
2559
+ /**
2560
+ * 数据上行信道
2561
+ */
2562
+ ChannelsDataUp?: Array<number>;
2563
+ /**
2564
+ * 数据下行信道RX1
2565
+ */
2566
+ ChannelsDataRX1?: Array<number>;
2567
+ /**
2568
+ * 数据下行信道RX2
2569
+ */
2570
+ ChannelsDataRX2?: Array<number>;
2571
+ /**
2572
+ * 入网上行信道
2573
+ */
2574
+ ChannelsJoinUp?: Array<number>;
2575
+ /**
2576
+ * 入网下行信道RX1
2577
+ */
2578
+ ChannelsJoinRX1?: Array<number>;
2579
+ /**
2580
+ * 入网下行信道RX2
2581
+ */
2582
+ ChannelsJoinRX2?: Array<number>;
2583
+ }
2472
2584
  /**
2473
2585
  * UploadFirmware返回参数结构体
2474
2586
  */
@@ -2677,6 +2789,31 @@ export interface DescribeDeviceDataHistoryRequest {
2677
2789
  */
2678
2790
  Context?: string;
2679
2791
  }
2792
+ /**
2793
+ * UpdateFirmware请求参数结构体
2794
+ */
2795
+ export interface UpdateFirmwareRequest {
2796
+ /**
2797
+ * 产品ID
2798
+ */
2799
+ ProductID: string;
2800
+ /**
2801
+ * 设备名
2802
+ */
2803
+ DeviceName: string;
2804
+ /**
2805
+ * 固件新的版本号
2806
+ */
2807
+ FirmwareVersion: string;
2808
+ /**
2809
+ * 固件原版本号
2810
+ */
2811
+ FirmwareOriVersion: string;
2812
+ /**
2813
+ * 固件升级方式;0 静默升级 1 用户确认升级 不填默认静默升级
2814
+ */
2815
+ UpgradeMethod?: number;
2816
+ }
2680
2817
  /**
2681
2818
  * DescribeStudioProduct请求参数结构体
2682
2819
  */
@@ -2701,45 +2838,25 @@ export interface CreatePositionSpaceResponse {
2701
2838
  RequestId?: string;
2702
2839
  }
2703
2840
  /**
2704
- * ModifyLoRaFrequency请求参数结构体
2841
+ * CreateBatchProduction返回参数结构体
2705
2842
  */
2706
- export interface ModifyLoRaFrequencyRequest {
2707
- /**
2708
- * 频点唯一ID
2709
- */
2710
- FreqId?: string;
2843
+ export interface CreateBatchProductionResponse {
2711
2844
  /**
2712
- * 频点名称
2713
- */
2714
- FreqName?: string;
2715
- /**
2716
- * 频点描述
2717
- */
2718
- Description?: string;
2719
- /**
2720
- * 数据上行信道
2721
- */
2722
- ChannelsDataUp?: Array<number>;
2723
- /**
2724
- * 数据下行信道RX1
2725
- */
2726
- ChannelsDataRX1?: Array<number>;
2727
- /**
2728
- * 数据下行信道RX2
2845
+ * 项目Id
2729
2846
  */
2730
- ChannelsDataRX2?: Array<number>;
2847
+ ProjectId: string;
2731
2848
  /**
2732
- * 入网上行信道
2849
+ * 产品Id
2733
2850
  */
2734
- ChannelsJoinUp?: Array<number>;
2851
+ ProductId: string;
2735
2852
  /**
2736
- * 入网下行信道RX1
2853
+ * 量产id
2737
2854
  */
2738
- ChannelsJoinRX1?: Array<number>;
2855
+ BatchProductionId: string;
2739
2856
  /**
2740
- * 入网下行信道RX2
2857
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2741
2858
  */
2742
- ChannelsJoinRX2?: Array<number>;
2859
+ RequestId?: string;
2743
2860
  }
2744
2861
  /**
2745
2862
  * ModifyModelDefinition返回参数结构体
@@ -2923,6 +3040,31 @@ export interface ModifyProjectResponse {
2923
3040
  */
2924
3041
  RequestId?: string;
2925
3042
  }
3043
+ /**
3044
+ * 获取返回列表的详情。
3045
+ */
3046
+ export interface BatchProductionInfo {
3047
+ /**
3048
+ * 量产ID
3049
+ */
3050
+ BatchProductionId: string;
3051
+ /**
3052
+ * 产品ID
3053
+ */
3054
+ ProductId: string;
3055
+ /**
3056
+ * 烧录方式
3057
+ */
3058
+ BurnMethod: number;
3059
+ /**
3060
+ * 创建时间
3061
+ */
3062
+ CreateTime: number;
3063
+ /**
3064
+ * 产品名称
3065
+ */
3066
+ ProductName: string;
3067
+ }
2926
3068
  /**
2927
3069
  * DeleteStudioProduct请求参数结构体
2928
3070
  */
@@ -3085,21 +3227,21 @@ export interface CreateTopicRuleRequest {
3085
3227
  TopicRulePayload: TopicRulePayload;
3086
3228
  }
3087
3229
  /**
3088
- * 围栏详细信息(包含创建时间及更新时间)
3230
+ * GetBatchProductionsList请求参数结构体
3089
3231
  */
3090
- export interface PositionFenceInfo {
3232
+ export interface GetBatchProductionsListRequest {
3091
3233
  /**
3092
- * 围栏信息
3234
+ * 项目ID
3093
3235
  */
3094
- GeoFence: PositionFenceItem;
3236
+ ProjectId: string;
3095
3237
  /**
3096
- * 围栏创建时间
3238
+ * 偏移量
3097
3239
  */
3098
- CreateTime: number;
3240
+ Offset?: number;
3099
3241
  /**
3100
- * 围栏更新时间
3242
+ * 返回数量限制
3101
3243
  */
3102
- UpdateTime: number;
3244
+ Limit?: number;
3103
3245
  }
3104
3246
  /**
3105
3247
  * DeleteDevice返回参数结构体
@@ -3302,6 +3444,24 @@ export interface ListEventHistoryResponse {
3302
3444
  */
3303
3445
  RequestId?: string;
3304
3446
  }
3447
+ /**
3448
+ * GetBatchProductionsList返回参数结构体
3449
+ */
3450
+ export interface GetBatchProductionsListResponse {
3451
+ /**
3452
+ * 返回详情信息。
3453
+ 注意:此字段可能返回 null,表示取不到有效值。
3454
+ */
3455
+ BatchProductions?: Array<BatchProductionInfo>;
3456
+ /**
3457
+ * 返回数量。
3458
+ */
3459
+ TotalCnt?: number;
3460
+ /**
3461
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3462
+ */
3463
+ RequestId?: string;
3464
+ }
3305
3465
  /**
3306
3466
  * EnableTopicRule请求参数结构体
3307
3467
  */
@@ -1852,6 +1852,10 @@ export interface DescribeCloudStorageEventsRequest {
1852
1852
  * 用户ID
1853
1853
  */
1854
1854
  UserId?: string;
1855
+ /**
1856
+ * 通道ID 非NVR设备则不填 NVR设备则必填 默认为无
1857
+ */
1858
+ ChannelId?: number;
1855
1859
  }
1856
1860
  /**
1857
1861
  * ListFirmwares请求参数结构体
@@ -2338,7 +2342,7 @@ export interface DescribeCloudStorageEventsResponse {
2338
2342
  */
2339
2343
  Listover: boolean;
2340
2344
  /**
2341
- * 拉取结果数量
2345
+ * 内部结果数量,并不等同于事件总数。
2342
2346
  */
2343
2347
  Total: number;
2344
2348
  /**
@@ -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
  */