tencentcloud-sdk-nodejs 4.0.881 → 4.0.882

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 (92) hide show
  1. package/CHANGELOG.md +301 -0
  2. package/SERVICE_CHANGELOG.md +458 -50
  3. package/package.json +1 -1
  4. package/products.md +19 -18
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_client.ts +18 -4
  7. package/src/services/asr/v20190614/asr_models.ts +156 -53
  8. package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
  9. package/src/services/dlc/v20210125/dlc_client.ts +15 -1
  10. package/src/services/dlc/v20210125/dlc_models.ts +79 -4
  11. package/src/services/dsgc/v20190723/dsgc_models.ts +18 -18
  12. package/src/services/eiam/v20210420/eiam_models.ts +4 -4
  13. package/src/services/ess/v20201111/ess_models.ts +1 -0
  14. package/src/services/essbasic/v20210526/essbasic_models.ts +2 -0
  15. package/src/services/index.ts +1 -0
  16. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +14 -2
  17. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +110 -44
  18. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
  19. package/src/services/lighthouse/v20200324/lighthouse_models.ts +14 -11
  20. package/src/services/lke/v20231130/lke_client.ts +60 -23
  21. package/src/services/lke/v20231130/lke_models.ts +265 -63
  22. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  23. package/src/services/tdmq/v20200217/tdmq_client.ts +29 -16
  24. package/src/services/tdmq/v20200217/tdmq_models.ts +153 -0
  25. package/src/services/tem/v20210701/tem_models.ts +4 -4
  26. package/src/services/trocket/v20230308/trocket_client.ts +14 -0
  27. package/src/services/trocket/v20230308/trocket_models.ts +106 -0
  28. package/src/services/trtc/v20190722/trtc_models.ts +17 -5
  29. package/src/services/tsi/index.ts +5 -0
  30. package/src/services/tsi/v20210325/index.ts +6 -0
  31. package/src/services/tsi/v20210325/tsi_client.ts +68 -0
  32. package/src/services/tsi/v20210325/tsi_models.ts +190 -0
  33. package/src/services/vpc/v20170312/vpc_client.ts +4 -4
  34. package/src/services/vpc/v20170312/vpc_models.ts +15 -7
  35. package/src/services/waf/v20180125/waf_client.ts +12 -0
  36. package/src/services/waf/v20180125/waf_models.ts +36 -0
  37. package/tencentcloud/common/sdk_version.d.ts +1 -1
  38. package/tencentcloud/common/sdk_version.js +1 -1
  39. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +6 -2
  40. package/tencentcloud/services/asr/v20190614/asr_client.js +6 -0
  41. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +152 -53
  42. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
  43. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  44. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  45. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +75 -4
  46. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +18 -18
  47. package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +4 -4
  48. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -0
  49. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -0
  50. package/tencentcloud/services/index.d.ts +1 -0
  51. package/tencentcloud/services/index.js +2 -0
  52. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
  53. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
  54. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +108 -44
  55. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
  56. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
  57. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +14 -11
  58. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +19 -7
  59. package/tencentcloud/services/lke/v20231130/lke_client.js +27 -9
  60. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +258 -63
  61. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  62. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  63. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +11 -7
  64. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +15 -9
  65. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +150 -0
  66. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +4 -4
  67. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +5 -1
  68. package/tencentcloud/services/trocket/v20230308/trocket_client.js +6 -0
  69. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +102 -0
  70. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +17 -5
  71. package/tencentcloud/services/tsi/index.d.ts +6 -0
  72. package/tencentcloud/services/tsi/index.js +7 -0
  73. package/tencentcloud/services/tsi/v20210325/index.d.ts +6 -0
  74. package/tencentcloud/services/tsi/v20210325/index.js +9 -0
  75. package/tencentcloud/services/tsi/v20210325/tsi_client.d.ts +22 -0
  76. package/tencentcloud/services/tsi/v20210325/tsi_client.js +49 -0
  77. package/tencentcloud/services/tsi/v20210325/tsi_models.d.ts +167 -0
  78. package/tencentcloud/services/tsi/v20210325/tsi_models.js +18 -0
  79. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +4 -4
  80. package/tencentcloud/services/vpc/v20170312/vpc_client.js +4 -4
  81. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +15 -7
  82. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  83. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  84. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +34 -0
  85. package/test/asr.v20190614.test.js +10 -0
  86. package/test/dlc.v20210125.test.js +10 -0
  87. package/test/iotexplorer.v20190423.test.js +10 -0
  88. package/test/lke.v20231130.test.js +36 -6
  89. package/test/tdmq.v20200217.test.js +22 -12
  90. package/test/trocket.v20230308.test.js +10 -0
  91. package/test/tsi.v20210325.test.js +51 -0
  92. package/test/waf.v20180125.test.js +10 -0
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { GetTWeCallPkgListRequest, DescribeCloudStorageDateRequest, DescribeDeviceLocationSolveRequest, DeleteProjectRequest, DescribeCloudStorageAIServiceResponse, AssignTWeCallLicenseRequest, ListEventHistoryResponse, ModifyLoRaGatewayRequest, DescribeDeviceFirmwaresRequest, DeleteFenceBindRequest, DescribeModelDefinitionResponse, UnbindDevicesRequest, PublishBroadcastMessageRequest, DeleteDevicesResponse, DeleteCloudStorageEventResponse, DescribeCloudStorageTimeResponse, GetGatewaySubDeviceListResponse, DescribeCloudStorageThumbnailListRequest, DeleteStudioProductResponse, BindDevicesRequest, DescribeDevicePackagesRequest, GetDeviceListResponse, DismissRoomByStrRoomIdFromTRTCResponse, UpdateDevicesEnableStateResponse, GenerateSignedVideoURLRequest, DeleteLoRaFrequencyResponse, DescribeGatewaySubDeviceListResponse, DescribeCloudStorageMultiThumbnailResponse, ModifyPositionFenceRequest, DeleteTopicRuleResponse, InheritCloudStorageUserRequest, GetDeviceLocationHistoryRequest, TransferCloudStorageResponse, CreateStudioProductResponse, CallDeviceActionSyncRequest, GetProjectListResponse, ModifyFenceBindResponse, DescribeDevicePositionListRequest, DescribeCloudStorageAIServiceTaskRequest, GetDeviceLocationHistoryResponse, UpdateFirmwareResponse, ModifyPositionFenceResponse, ModifyStudioProductRequest, ModifyFenceBindRequest, CreateStudioProductRequest, DisableTopicRuleRequest, CreateBatchProductionRequest, DeletePositionFenceResponse, CancelAssignTWeCallLicenseRequest, DescribeCloudStoragePackageConsumeDetailsResponse, DescribeCloudStoragePackageConsumeStatsResponse, GetWechatDeviceTicketRequest, GetTWeCallActiveStatusResponse, GetAuthMiniProgramAppListResponse, UnbindDevicesResponse, ModifyCloudStorageAIServiceCallbackResponse, DescribeCloudStorageUsersResponse, SearchTopicRuleRequest, DescribeDeviceDataRequest, ModifyProductCloudStorageAIServiceResponse, DescribeCloudStorageStreamDataRequest, ListTopicPolicyResponse, SearchPositionSpaceResponse, DescribePositionFenceListResponse, DescribeCloudStorageMultiThumbnailRequest, GenSingleDeviceSignatureOfPublicResponse, GetDeviceSumStatisticsResponse, DeletePositionSpaceRequest, DescribePackageConsumeTasksRequest, CreateProjectRequest, DescribeProjectResponse, UnbindProductsRequest, SearchStudioProductResponse, PublishMessageRequest, ModifyCloudStorageAIServiceResponse, GetTopicRuleListRequest, GenerateCloudStorageAIServiceTaskFileURLResponse, GetFamilyDeviceUserListResponse, DescribeCloudStorageOrderRequest, ModifyProjectRequest, DescribeBatchProductionResponse, PublishRRPCMessageRequest, DescribeProductCloudStorageAIServiceResponse, DeleteDeviceRequest, DeleteLoRaFrequencyRequest, ModifyStudioProductResponse, ControlDeviceDataRequest, ListFirmwaresResponse, DescribeCloudStorageAIServiceTaskResponse, ReleaseStudioProductResponse, DescribeSpaceFenceEventListResponse, DescribePackageConsumeTasksResponse, DeleteLoRaGatewayRequest, UnbindProductsResponse, DescribeTopicPolicyResponse, SearchPositionSpaceRequest, ModifyTopicPolicyResponse, DescribeCloudStorageStreamDataResponse, GetPositionSpaceListRequest, DescribeDeviceFirmWareResponse, SearchTopicRuleResponse, DescribeFenceEventListResponse, ModifyCloudStorageAIServiceCallbackRequest, DescribeDeviceFirmWareRequest, UpdateDevicesEnableStateRequest, BindCloudStorageUserRequest, DescribeTopicRuleRequest, AssignTWeCallLicenseResponse, CallDeviceActionSyncResponse, CreateLoRaGatewayRequest, GetWechatDeviceTicketResponse, ReleaseStudioProductRequest, CreateProjectResponse, DescribeDeviceDataHistoryResponse, DeleteProjectResponse, CreateTopicPolicyResponse, ModifyCloudStorageAIServiceRequest, CreateDeviceResponse, UpdateDeviceTWeCallAuthorizeStatusRequest, CreateDeviceRequest, DescribeDevicePositionListResponse, InheritCloudStorageUserResponse, GetStudioProductListRequest, DescribeFirmwareTaskResponse, DescribeTopicPolicyRequest, DisableTopicRuleResponse, DescribeDeviceLocationSolveResponse, DescribeCloudStorageAIServiceTasksRequest, DescribeStudioProductResponse, CreateFenceBindRequest, CreateIotVideoCloudStorageResponse, DescribePackageConsumeTaskResponse, DescribeDeviceResponse, DescribeCloudStorageEventsRequest, ListFirmwaresRequest, GetStudioProductListResponse, DescribeProductCloudStorageAIServiceRequest, ModifyTopicRuleRequest, UploadFirmwareRequest, GetDeviceListRequest, ModifySpacePropertyRequest, GetPositionSpaceListResponse, GetTWeCallActiveStatusRequest, GetCOSURLResponse, GetAuthMiniProgramAppListRequest, GetTopicRuleListResponse, ResetCloudStorageEventRequest, DescribeFenceEventListRequest, GetLoRaGatewayListResponse, ModifyPositionSpaceRequest, DescribeGatewaySubProductsResponse, ModifyLoRaGatewayResponse, DescribeStudioProductRequest, DirectBindDeviceInFamilyResponse, CallDeviceActionAsyncRequest, CallDeviceActionAsyncResponse, DescribeCloudStoragePackageConsumeStatsRequest, ListEventHistoryRequest, DeleteFenceBindResponse, DeleteTopicPolicyRequest, CreateFenceBindResponse, DescribeTopicRuleResponse, CreatePositionFenceResponse, DescribeCloudStorageThumbnailRequest, PublishBroadcastMessageResponse, DescribeFenceBindListRequest, EnableTopicRuleRequest, RemoveUserByRoomIdFromTRTCRequest, DescribeBindedProductsResponse, DescribeDeviceRequest, ModifyModelDefinitionRequest, DescribePositionFenceListRequest, ModifyTopicRuleResponse, DescribeBatchProductionRequest, CreateTopicPolicyRequest, DirectBindDeviceInFamilyRequest, CancelAssignTWeCallLicenseResponse, DescribeCloudStorageEventsResponse, GetFamilyDeviceUserListRequest, DescribeBindedProductsRequest, DescribeCloudStorageDateResponse, DescribeInstanceResponse, CreateTRTCSignaturesWithRoomIdRequest, DescribeSpaceFenceEventListRequest, GetLoRaGatewayListRequest, DescribeProjectRequest, ModifyPositionSpaceResponse, ModifyModelDefinitionResponse, CreateIotVideoCloudStorageRequest, DismissRoomByStrRoomIdFromTRTCRequest, DescribeCloudStoragePackageConsumeDetailsRequest, UploadFirmwareResponse, DescribePackageConsumeTaskRequest, DeleteTopicRuleRequest, CreateLoRaGatewayResponse, BindCloudStorageUserResponse, DeleteTopicPolicyResponse, DeleteLoRaGatewayResponse, CreateLoRaFrequencyRequest, DescribeDeviceBindGatewayResponse, DescribeGatewaySubDeviceListRequest, ControlDeviceDataResponse, DescribeDeviceDataHistoryRequest, UpdateFirmwareRequest, ActivateTWeCallLicenseResponse, CreatePositionSpaceResponse, CreateBatchProductionResponse, ModifyLoRaFrequencyResponse, DescribeFenceBindListResponse, DescribeCloudStorageThumbnailListResponse, DeletePositionFenceRequest, ResetCloudStorageResponse, ResetCloudStorageEventResponse, GetProjectListRequest, ModifyLoRaFrequencyRequest, DescribeCloudStorageAIServiceTasksResponse, DeletePositionSpaceResponse, DescribeDeviceBindGatewayRequest, CreateLoRaFrequencyResponse, EnableTopicRuleResponse, TransferCloudStorageRequest, GetGatewaySubDeviceListRequest, ListTopicPolicyRequest, GenSingleDeviceSignatureOfPublicRequest, DeleteDevicesRequest, BindProductsResponse, ModifyProjectResponse, DeleteCloudStorageEventRequest, GetCOSURLRequest, DescribeLoRaFrequencyRequest, ModifyProductCloudStorageAIServiceRequest, DescribeCloudStorageResponse, ResetCloudStorageRequest, DescribeGatewayBindDevicesRequest, DescribeCloudStorageAIServiceCallbackResponse, DescribeGatewaySubProductsRequest, DeleteStudioProductRequest, BindProductsRequest, GetDeviceSumStatisticsRequest, ModifySpacePropertyResponse, PublishMessageResponse, DescribeCloudStorageAIServiceCallbackRequest, ModifyTopicPolicyRequest, DescribeCloudStorageRequest, BindDevicesResponse, GenerateSignedVideoURLResponse, DescribeCloudStorageThumbnailResponse, CreatePositionFenceRequest, DescribeModelDefinitionRequest, DescribeCloudStorageAIServiceRequest, DescribeCloudStorageUsersRequest, UpdateDeviceTWeCallAuthorizeStatusResponse, ActivateTWeCallLicenseRequest, CreateTopicRuleResponse, DescribeDeviceDataResponse, DescribeCloudStorageOrderResponse, CreateTopicRuleRequest, PublishRRPCMessageResponse, CreateTRTCSignaturesWithRoomIdResponse, DescribeDevicePackagesResponse, GetBatchProductionsListRequest, DeleteDeviceResponse, GenerateCloudStorageAIServiceTaskFileURLRequest, DescribeInstanceRequest, SearchStudioProductRequest, RemoveUserByRoomIdFromTRTCResponse, DescribeLoRaFrequencyResponse, DescribeCloudStorageTimeRequest, GetBatchProductionsListResponse, DescribeGatewayBindDevicesResponse, GetTWeCallPkgListResponse, DescribeDeviceFirmwaresResponse, DescribeFirmwareTaskRequest, CreatePositionSpaceRequest } from "./iotexplorer_models";
3
+ import { GetTWeCallPkgListRequest, DescribeCloudStorageDateRequest, DescribeDeviceLocationSolveRequest, DeleteProjectRequest, DescribeCloudStorageAIServiceResponse, AssignTWeCallLicenseRequest, ListEventHistoryResponse, ModifyLoRaGatewayRequest, DescribeDeviceFirmwaresRequest, DeleteFenceBindRequest, DescribeModelDefinitionResponse, UnbindDevicesRequest, PublishBroadcastMessageRequest, DeleteDevicesResponse, DeleteCloudStorageEventResponse, DescribeCloudStorageTimeResponse, GetGatewaySubDeviceListResponse, DescribeCloudStorageThumbnailListRequest, DeleteStudioProductResponse, BindDevicesRequest, DescribeDevicePackagesRequest, GetDeviceListResponse, DismissRoomByStrRoomIdFromTRTCResponse, UpdateDevicesEnableStateResponse, GenerateSignedVideoURLRequest, DeleteLoRaFrequencyResponse, DescribeGatewaySubDeviceListResponse, DescribeCloudStorageMultiThumbnailResponse, ModifyPositionFenceRequest, DeleteTopicRuleResponse, InheritCloudStorageUserRequest, GetDeviceLocationHistoryRequest, TransferCloudStorageResponse, CreateStudioProductResponse, CallDeviceActionSyncRequest, GetProjectListResponse, ModifyFenceBindResponse, DescribeDevicePositionListRequest, DescribeCloudStorageAIServiceTaskRequest, GetDeviceLocationHistoryResponse, UpdateFirmwareResponse, ModifyPositionFenceResponse, ModifyStudioProductRequest, ModifyFenceBindRequest, CreateStudioProductRequest, GetTWeCallActiveStatusResponse, DisableTopicRuleRequest, CreateBatchProductionRequest, DeletePositionFenceResponse, CancelAssignTWeCallLicenseRequest, DescribeCloudStoragePackageConsumeDetailsResponse, DescribeCloudStoragePackageConsumeStatsResponse, GetWechatDeviceTicketRequest, DescribeFirmwareRequest, GetAuthMiniProgramAppListResponse, UnbindDevicesResponse, ModifyCloudStorageAIServiceCallbackResponse, DescribeCloudStorageUsersResponse, SearchTopicRuleRequest, DescribeDeviceDataRequest, ModifyProductCloudStorageAIServiceResponse, DescribeCloudStorageStreamDataRequest, ListTopicPolicyResponse, SearchPositionSpaceResponse, DescribePositionFenceListResponse, DescribeCloudStorageMultiThumbnailRequest, GenSingleDeviceSignatureOfPublicResponse, GetDeviceSumStatisticsResponse, DeletePositionSpaceRequest, DescribePackageConsumeTasksRequest, CreateProjectRequest, DescribeProjectResponse, UnbindProductsRequest, SearchStudioProductResponse, PublishMessageRequest, ModifyCloudStorageAIServiceResponse, GetTopicRuleListRequest, GenerateCloudStorageAIServiceTaskFileURLResponse, GetFamilyDeviceUserListResponse, DescribeCloudStorageOrderRequest, ModifyProjectRequest, DescribeBatchProductionResponse, PublishRRPCMessageRequest, DescribeProductCloudStorageAIServiceResponse, DeleteDeviceRequest, DeleteLoRaFrequencyRequest, ModifyStudioProductResponse, ControlDeviceDataRequest, ListFirmwaresResponse, DescribeCloudStorageAIServiceTaskResponse, ReleaseStudioProductResponse, DescribeSpaceFenceEventListResponse, DescribeFirmwareResponse, DescribePackageConsumeTasksResponse, DeleteLoRaGatewayRequest, UnbindProductsResponse, DescribeTopicPolicyResponse, SearchPositionSpaceRequest, ModifyTopicPolicyResponse, DescribeCloudStorageStreamDataResponse, GetPositionSpaceListRequest, DescribeDeviceFirmWareResponse, SearchTopicRuleResponse, DescribeFenceEventListResponse, ModifyCloudStorageAIServiceCallbackRequest, DescribeDeviceFirmWareRequest, UpdateDevicesEnableStateRequest, BindCloudStorageUserRequest, DescribeTopicRuleRequest, AssignTWeCallLicenseResponse, CallDeviceActionSyncResponse, CreateLoRaGatewayRequest, GetWechatDeviceTicketResponse, ReleaseStudioProductRequest, CreateProjectResponse, DescribeDeviceDataHistoryResponse, DeleteProjectResponse, CreateTopicPolicyResponse, ModifyCloudStorageAIServiceRequest, CreateDeviceResponse, UpdateDeviceTWeCallAuthorizeStatusRequest, CreateDeviceRequest, DescribeDevicePositionListResponse, InheritCloudStorageUserResponse, GetStudioProductListRequest, DescribeFirmwareTaskResponse, DescribeTopicPolicyRequest, DisableTopicRuleResponse, DescribeDeviceLocationSolveResponse, DescribeCloudStorageAIServiceTasksRequest, DescribeStudioProductResponse, CreateFenceBindRequest, CreateIotVideoCloudStorageResponse, DescribePackageConsumeTaskResponse, DescribeDeviceResponse, DescribeCloudStorageEventsRequest, ListFirmwaresRequest, GetStudioProductListResponse, DescribeProductCloudStorageAIServiceRequest, ModifyTopicRuleRequest, UploadFirmwareRequest, GetDeviceListRequest, ModifySpacePropertyRequest, GetPositionSpaceListResponse, GetTWeCallActiveStatusRequest, GetCOSURLResponse, GetAuthMiniProgramAppListRequest, GetTopicRuleListResponse, ResetCloudStorageEventRequest, DescribeFenceEventListRequest, GetLoRaGatewayListResponse, ModifyPositionSpaceRequest, DescribeGatewaySubProductsResponse, ModifyLoRaGatewayResponse, DescribeStudioProductRequest, DirectBindDeviceInFamilyResponse, CallDeviceActionAsyncRequest, CallDeviceActionAsyncResponse, DescribeCloudStoragePackageConsumeStatsRequest, ListEventHistoryRequest, DeleteFenceBindResponse, DeleteTopicPolicyRequest, CreateFenceBindResponse, DescribeTopicRuleResponse, CreatePositionFenceResponse, DescribeCloudStorageThumbnailRequest, PublishBroadcastMessageResponse, DescribeFenceBindListRequest, EnableTopicRuleRequest, RemoveUserByRoomIdFromTRTCRequest, DescribeBindedProductsResponse, DescribeDeviceRequest, ModifyModelDefinitionRequest, DescribePositionFenceListRequest, ModifyTopicRuleResponse, DescribeBatchProductionRequest, CreateTopicPolicyRequest, DirectBindDeviceInFamilyRequest, CancelAssignTWeCallLicenseResponse, DescribeCloudStorageEventsResponse, GetFamilyDeviceUserListRequest, DescribeBindedProductsRequest, DescribeCloudStorageDateResponse, DescribeInstanceResponse, CreateTRTCSignaturesWithRoomIdRequest, DescribeSpaceFenceEventListRequest, GetLoRaGatewayListRequest, DescribeProjectRequest, ModifyPositionSpaceResponse, ModifyModelDefinitionResponse, CreateIotVideoCloudStorageRequest, DismissRoomByStrRoomIdFromTRTCRequest, DescribeCloudStoragePackageConsumeDetailsRequest, UploadFirmwareResponse, DescribePackageConsumeTaskRequest, DeleteTopicRuleRequest, CreateLoRaGatewayResponse, BindCloudStorageUserResponse, DeleteTopicPolicyResponse, DeleteLoRaGatewayResponse, CreateLoRaFrequencyRequest, DescribeDeviceBindGatewayResponse, DescribeGatewaySubDeviceListRequest, ControlDeviceDataResponse, DescribeDeviceDataHistoryRequest, UpdateFirmwareRequest, ActivateTWeCallLicenseResponse, CreatePositionSpaceResponse, CreateBatchProductionResponse, ModifyLoRaFrequencyResponse, DescribeFenceBindListResponse, DescribeCloudStorageThumbnailListResponse, DeletePositionFenceRequest, ResetCloudStorageResponse, ResetCloudStorageEventResponse, GetProjectListRequest, ModifyLoRaFrequencyRequest, DescribeCloudStorageAIServiceTasksResponse, DeletePositionSpaceResponse, DescribeDeviceBindGatewayRequest, CreateLoRaFrequencyResponse, EnableTopicRuleResponse, TransferCloudStorageRequest, GetGatewaySubDeviceListRequest, ListTopicPolicyRequest, GenSingleDeviceSignatureOfPublicRequest, DeleteDevicesRequest, BindProductsResponse, ModifyProjectResponse, DeleteCloudStorageEventRequest, GetCOSURLRequest, DescribeLoRaFrequencyRequest, ModifyProductCloudStorageAIServiceRequest, DescribeCloudStorageResponse, ResetCloudStorageRequest, DescribeGatewayBindDevicesRequest, DescribeCloudStorageAIServiceCallbackResponse, DescribeGatewaySubProductsRequest, DeleteStudioProductRequest, BindProductsRequest, GetDeviceSumStatisticsRequest, ModifySpacePropertyResponse, PublishMessageResponse, DescribeCloudStorageAIServiceCallbackRequest, ModifyTopicPolicyRequest, DescribeCloudStorageRequest, BindDevicesResponse, GenerateSignedVideoURLResponse, DescribeCloudStorageThumbnailResponse, CreatePositionFenceRequest, DescribeModelDefinitionRequest, DescribeCloudStorageAIServiceRequest, DescribeCloudStorageUsersRequest, UpdateDeviceTWeCallAuthorizeStatusResponse, ActivateTWeCallLicenseRequest, CreateTopicRuleResponse, DescribeDeviceDataResponse, DescribeCloudStorageOrderResponse, CreateTopicRuleRequest, PublishRRPCMessageResponse, CreateTRTCSignaturesWithRoomIdResponse, DescribeDevicePackagesResponse, GetBatchProductionsListRequest, DeleteDeviceResponse, GenerateCloudStorageAIServiceTaskFileURLRequest, DescribeInstanceRequest, SearchStudioProductRequest, RemoveUserByRoomIdFromTRTCResponse, DescribeLoRaFrequencyResponse, DescribeCloudStorageTimeRequest, GetBatchProductionsListResponse, DescribeGatewayBindDevicesResponse, GetTWeCallPkgListResponse, DescribeDeviceFirmwaresResponse, DescribeFirmwareTaskRequest, CreatePositionSpaceRequest } from "./iotexplorer_models";
4
4
  /**
5
5
  * iotexplorer client
6
6
  * @class
@@ -367,6 +367,10 @@ export declare class Client extends AbstractClient {
367
367
  * 获取设备位置列表
368
368
  */
369
369
  DescribeDevicePositionList(req: DescribeDevicePositionListRequest, cb?: (error: string, rep: DescribeDevicePositionListResponse) => void): Promise<DescribeDevicePositionListResponse>;
370
+ /**
371
+ * 查询固件信息
372
+ */
373
+ DescribeFirmware(req: DescribeFirmwareRequest, cb?: (error: string, rep: DescribeFirmwareResponse) => void): Promise<DescribeFirmwareResponse>;
370
374
  /**
371
375
  * 获取设备当前固件信息
372
376
  */
@@ -567,6 +567,12 @@ class Client extends abstract_client_1.AbstractClient {
567
567
  async DescribeDevicePositionList(req, cb) {
568
568
  return this.request("DescribeDevicePositionList", req, cb);
569
569
  }
570
+ /**
571
+ * 查询固件信息
572
+ */
573
+ async DescribeFirmware(req, cb) {
574
+ return this.request("DescribeFirmware", req, cb);
575
+ }
570
576
  /**
571
577
  * 获取设备当前固件信息
572
578
  */
@@ -800,6 +800,51 @@ export interface TransferCloudStorageResponse {
800
800
  */
801
801
  RequestId?: string;
802
802
  }
803
+ /**
804
+ * LoRa自定义频点信息
805
+ */
806
+ export interface LoRaFrequencyEntry {
807
+ /**
808
+ * 频点唯一ID
809
+ */
810
+ FreqId: string;
811
+ /**
812
+ * 频点名称
813
+ */
814
+ FreqName: string;
815
+ /**
816
+ * 频点描述
817
+ */
818
+ Description: string;
819
+ /**
820
+ * 数据上行信道
821
+ */
822
+ ChannelsDataUp: Array<number | bigint>;
823
+ /**
824
+ * 数据下行信道RX1
825
+ */
826
+ ChannelsDataRX1: Array<number | bigint>;
827
+ /**
828
+ * 数据下行信道RX2
829
+ */
830
+ ChannelsDataRX2: Array<number | bigint>;
831
+ /**
832
+ * 入网上行信道
833
+ */
834
+ ChannelsJoinUp: Array<number | bigint>;
835
+ /**
836
+ * 入网下行RX1信道
837
+ */
838
+ ChannelsJoinRX1: Array<number | bigint>;
839
+ /**
840
+ * 入网下行RX2信道
841
+ */
842
+ ChannelsJoinRX2: Array<number | bigint>;
843
+ /**
844
+ * 创建时间
845
+ */
846
+ CreateTime: number;
847
+ }
803
848
  /**
804
849
  * CreateStudioProduct返回参数结构体
805
850
  */
@@ -1067,49 +1112,17 @@ export interface CreateStudioProductRequest {
1067
1112
  Period?: string;
1068
1113
  }
1069
1114
  /**
1070
- * LoRa自定义频点信息
1115
+ * GetTWeCallActiveStatus返回参数结构体
1071
1116
  */
1072
- export interface LoRaFrequencyEntry {
1073
- /**
1074
- * 频点唯一ID
1075
- */
1076
- FreqId: string;
1077
- /**
1078
- * 频点名称
1079
- */
1080
- FreqName: string;
1081
- /**
1082
- * 频点描述
1083
- */
1084
- Description: string;
1085
- /**
1086
- * 数据上行信道
1087
- */
1088
- ChannelsDataUp: Array<number | bigint>;
1089
- /**
1090
- * 数据下行信道RX1
1091
- */
1092
- ChannelsDataRX1: Array<number | bigint>;
1093
- /**
1094
- * 数据下行信道RX2
1095
- */
1096
- ChannelsDataRX2: Array<number | bigint>;
1097
- /**
1098
- * 入网上行信道
1099
- */
1100
- ChannelsJoinUp: Array<number | bigint>;
1101
- /**
1102
- * 入网下行RX1信道
1103
- */
1104
- ChannelsJoinRX1: Array<number | bigint>;
1117
+ export interface GetTWeCallActiveStatusResponse {
1105
1118
  /**
1106
- * 入网下行RX2信道
1119
+ * 激活状态
1107
1120
  */
1108
- ChannelsJoinRX2: Array<number | bigint>;
1121
+ TWeCallActiveInfos?: Array<TWeCallActiveInfo>;
1109
1122
  /**
1110
- * 创建时间
1123
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1111
1124
  */
1112
- CreateTime: number;
1125
+ RequestId?: string;
1113
1126
  }
1114
1127
  /**
1115
1128
  * DisableTopicRule请求参数结构体
@@ -1236,17 +1249,17 @@ export interface GetWechatDeviceTicketRequest {
1236
1249
  MiniProgramAppId?: string;
1237
1250
  }
1238
1251
  /**
1239
- * GetTWeCallActiveStatus返回参数结构体
1252
+ * DescribeFirmware请求参数结构体
1240
1253
  */
1241
- export interface GetTWeCallActiveStatusResponse {
1254
+ export interface DescribeFirmwareRequest {
1242
1255
  /**
1243
- * 激活状态
1256
+ * 产品ID
1244
1257
  */
1245
- TWeCallActiveInfos?: Array<TWeCallActiveInfo>;
1258
+ ProductID: string;
1246
1259
  /**
1247
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1260
+ * 固件版本号
1248
1261
  */
1249
- RequestId?: string;
1262
+ FirmwareVersion: string;
1250
1263
  }
1251
1264
  /**
1252
1265
  * GetAuthMiniProgramAppList返回参数结构体
@@ -2112,6 +2125,57 @@ export interface DescribeSpaceFenceEventListResponse {
2112
2125
  */
2113
2126
  RequestId?: string;
2114
2127
  }
2128
+ /**
2129
+ * DescribeFirmware返回参数结构体
2130
+ */
2131
+ export interface DescribeFirmwareResponse {
2132
+ /**
2133
+ * 固件版本号
2134
+ */
2135
+ Version?: string;
2136
+ /**
2137
+ * 产品ID
2138
+ */
2139
+ ProductId?: string;
2140
+ /**
2141
+ * 固件名称
2142
+ 注意:此字段可能返回 null,表示取不到有效值。
2143
+ */
2144
+ Name?: string;
2145
+ /**
2146
+ * 固件描述
2147
+ 注意:此字段可能返回 null,表示取不到有效值。
2148
+ */
2149
+ Description?: string;
2150
+ /**
2151
+ * 固件Md5值
2152
+ 注意:此字段可能返回 null,表示取不到有效值。
2153
+ */
2154
+ Md5sum?: string;
2155
+ /**
2156
+ * 固件上传的秒级时间戳
2157
+ 注意:此字段可能返回 null,表示取不到有效值。
2158
+ */
2159
+ Createtime?: number;
2160
+ /**
2161
+ * 产品名称
2162
+ */
2163
+ ProductName?: string;
2164
+ /**
2165
+ * 固件升级模块
2166
+ 注意:此字段可能返回 null,表示取不到有效值。
2167
+ */
2168
+ FwType?: string;
2169
+ /**
2170
+ * 固件用户自定义配置信息
2171
+ 注意:此字段可能返回 null,表示取不到有效值。
2172
+ */
2173
+ UserDefined?: string;
2174
+ /**
2175
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2176
+ */
2177
+ RequestId?: string;
2178
+ }
2115
2179
  /**
2116
2180
  * DescribePackageConsumeTasks返回参数结构体
2117
2181
  */
@@ -111,7 +111,7 @@ export declare class Client extends AbstractClient {
111
111
  */
112
112
  ModifyInstancesLoginKeyPairAttribute(req: ModifyInstancesLoginKeyPairAttributeRequest, cb?: (error: string, rep: ModifyInstancesLoginKeyPairAttributeResponse) => void): Promise<ModifyInstancesLoginKeyPairAttributeResponse>;
113
113
  /**
114
- * 重新创建并运行实例内的Docker容器,之后可以通过返回的ActivityId调用DescribeDockerActivities接口查询重建情况。
114
+ * 重新创建并运行实例内的Docker容器,之后可以通过返回的ActivityId调用[DescribeDockerActivities](https://cloud.tencent.com/document/product/1207/95476)接口查询重建情况。
115
115
  */
116
116
  RerunDockerContainer(req: RerunDockerContainerRequest, cb?: (error: string, rep: RerunDockerContainerResponse) => void): Promise<RerunDockerContainerResponse>;
117
117
  /**
@@ -173,7 +173,7 @@ class Client extends abstract_client_1.AbstractClient {
173
173
  return this.request("ModifyInstancesLoginKeyPairAttribute", req, cb);
174
174
  }
175
175
  /**
176
- * 重新创建并运行实例内的Docker容器,之后可以通过返回的ActivityId调用DescribeDockerActivities接口查询重建情况。
176
+ * 重新创建并运行实例内的Docker容器,之后可以通过返回的ActivityId调用[DescribeDockerActivities](https://cloud.tencent.com/document/product/1207/95476)接口查询重建情况。
177
177
  */
178
178
  async RerunDockerContainer(req, cb) {
179
179
  return this.request("RerunDockerContainer", req, cb);
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export interface RunDockerContainersRequest {
5
5
  /**
6
- * 实例ID
6
+ * 实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/1207/47573)接口返回值中的InstanceId获取。
7
7
  */
8
8
  InstanceId: string;
9
9
  /**
@@ -569,7 +569,7 @@ export interface RerunDockerContainerResponse {
569
569
  /**
570
570
  * Docker活动ID。
571
571
  */
572
- DockerActivityId: string;
572
+ DockerActivityId?: string;
573
573
  /**
574
574
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
575
575
  */
@@ -1424,7 +1424,7 @@ export interface DeleteFirewallRulesRequest {
1424
1424
  */
1425
1425
  export interface RerunDockerContainerRequest {
1426
1426
  /**
1427
- * 实例ID
1427
+ * 实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/1207/47573)接口返回值中的InstanceId获取。
1428
1428
  */
1429
1429
  InstanceId: string;
1430
1430
  /**
@@ -1432,7 +1432,7 @@ export interface RerunDockerContainerRequest {
1432
1432
  */
1433
1433
  ContainerConfiguration: DockerContainerConfiguration;
1434
1434
  /**
1435
- * 容器ID
1435
+ * 容器ID。可通过[DescribeDockerContainers](https://cloud.tencent.com/document/product/1207/95473)接口返回值中的ContainerId获取。
1436
1436
  */
1437
1437
  ContainerId: string;
1438
1438
  }
@@ -2711,7 +2711,7 @@ export interface DescribeCcnAttachedInstancesResponse {
2711
2711
  */
2712
2712
  export interface DescribeBundlesRequest {
2713
2713
  /**
2714
- * 套餐 ID 列表。
2714
+ * 套餐 ID 列表。可通过[DescribeBundles](https://cloud.tencent.com/document/product/1207/47575)接口返回值中的BundleId获取。
2715
2715
  */
2716
2716
  BundleIds?: Array<string>;
2717
2717
  /**
@@ -3093,11 +3093,11 @@ export interface CreateFirewallTemplateRulesResponse {
3093
3093
  */
3094
3094
  export interface ModifyDockerContainerRequest {
3095
3095
  /**
3096
- * 实例ID
3096
+ * 实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/1207/47573)接口返回值中的InstanceId获取。
3097
3097
  */
3098
3098
  InstanceId: string;
3099
3099
  /**
3100
- * 容器ID
3100
+ * 容器ID。可通过[DescribeDockerContainers](https://cloud.tencent.com/document/product/1207/95473)接口返回值中的ContainerId获取。
3101
3101
  */
3102
3102
  ContainerId: string;
3103
3103
  /**
@@ -3958,7 +3958,7 @@ export interface LoginConfiguration {
3958
3958
  */
3959
3959
  export interface DescribeResetInstanceBlueprintsRequest {
3960
3960
  /**
3961
- * 实例ID
3961
+ * 实例ID。可通过 <a href="https://cloud.tencent.com/document/product/1207/47573">DescribeInstances</a> 接口返回值中的 InstanceId 获取。
3962
3962
  */
3963
3963
  InstanceId: string;
3964
3964
  /**
@@ -3974,6 +3974,7 @@ export interface DescribeResetInstanceBlueprintsRequest {
3974
3974
  <li>blueprint-id</li>按照【镜像 ID】进行过滤。
3975
3975
  类型:String
3976
3976
  必选:否
3977
+ 可通过 <a href="https://cloud.tencent.com/document/product/1207/47689">DescribeBlueprints</a> 接口返回值中的 BlueprintId 获取。
3977
3978
  <li>blueprint-type</li>按照【镜像类型】进行过滤。
3978
3979
  取值: APP_OS(应用镜像 );PURE_OS( 系统镜像);PRIVATE(自定义镜像)。
3979
3980
  类型:String
@@ -3985,9 +3986,11 @@ export interface DescribeResetInstanceBlueprintsRequest {
3985
3986
  <li>blueprint-name</li>按照【镜像名称】进行过滤。
3986
3987
  类型:String
3987
3988
  必选:否
3989
+ 可通过 <a href="https://cloud.tencent.com/document/product/1207/47689">DescribeBlueprints</a> 接口返回值中的 BlueprintName 获取。
3988
3990
  <li>blueprint-state</li>按照【镜像状态】进行过滤。
3989
3991
  类型:String
3990
3992
  必选:否
3993
+ 可通过 <a href="https://cloud.tencent.com/document/product/1207/47689">DescribeBlueprints</a> 接口返回值中的 BlueprintState 获取。
3991
3994
 
3992
3995
  每次请求的 Filters 的上限为 10,Filter.Values 的上限为 5。参数不支持同时指定 BlueprintIds 和 Filters 。
3993
3996
  */
@@ -4379,7 +4382,7 @@ export interface DescribeDockerContainerDetailResponse {
4379
4382
  */
4380
4383
  export interface DescribeBundleDiscountRequest {
4381
4384
  /**
4382
- * 套餐 ID
4385
+ * 套餐 ID。可通过[DescribeBundles](https://cloud.tencent.com/document/product/1207/47575)接口返回值中的BundleId获取。
4383
4386
  */
4384
4387
  BundleId: string;
4385
4388
  }
@@ -4492,11 +4495,11 @@ export interface DescribeResetInstanceBlueprintsResponse {
4492
4495
  /**
4493
4496
  * 符合条件的镜像数量。
4494
4497
  */
4495
- TotalCount: number;
4498
+ TotalCount?: number;
4496
4499
  /**
4497
4500
  * 镜像重置信息列表
4498
4501
  */
4499
- ResetInstanceBlueprintSet: Array<ResetInstanceBlueprint>;
4502
+ ResetInstanceBlueprintSet?: Array<ResetInstanceBlueprint>;
4500
4503
  /**
4501
4504
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4502
4505
  */
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { ModifyQAAttrRangeResponse, GetWsTokenResponse, CheckAttributeLabelExistRequest, DescribeQAResponse, GetAppKnowledgeCountRequest, ResetSessionResponse, ListSelectDocResponse, DescribeReleaseInfoRequest, DeleteDocRequest, ReconstructDocumentResponse, DescribeAppResponse, UploadAttributeLabelResponse, ListUnsatisfiedReplyResponse, ExportAttributeLabelResponse, ExportQAListResponse, GetAppSecretResponse, CreateQACateResponse, ModifyDocAttrRangeResponse, DescribeQARequest, DescribeUnsatisfiedReplyContextRequest, ListAppRequest, ModifyQAAttrRangeRequest, ListRejectedQuestionResponse, ModifyDocResponse, CreateCorpResponse, ListQARequest, ListUnsatisfiedReplyRequest, DeleteQARequest, ParseDocRequest, ListReleaseRequest, ListModelRequest, ModifyAppResponse, ListDocResponse, ModifyQARequest, GetDocPreviewRequest, ListRejectedQuestionPreviewResponse, DescribeCorpRequest, ListAppCategoryResponse, CreateAppResponse, DescribeAttributeLabelRequest, CreateQARequest, CreateCorpRequest, RetryDocParseRequest, QueryRewriteResponse, DeleteAttributeLabelRequest, DescribeRobotBizIDByAppKeyResponse, DescribeDocResponse, CreateReleaseRequest, CheckAttributeLabelReferRequest, ModifyQACateRequest, ModifyAttributeLabelRequest, VerifyQARequest, ResetSessionRequest, GetAppSecretRequest, DeleteQACateResponse, QueryParseDocResultResponse, ListReleaseDocPreviewResponse, GenerateQAResponse, GetTaskStatusResponse, DescribeDocRequest, RetryDocAuditRequest, SaveDocRequest, ModifyQACateResponse, DescribeAttributeLabelResponse, ModifyAttributeLabelResponse, ListQACateResponse, RetryDocParseResponse, CreateRejectedQuestionResponse, GetEmbeddingResponse, ExportUnsatisfiedReplyRequest, GroupQAResponse, RetryReleaseRequest, CreateAppRequest, DescribeReleaseRequest, ListAppCategoryRequest, ListReleaseConfigPreviewRequest, ListReleaseQAPreviewResponse, ModifyRejectedQuestionResponse, ListReleaseDocPreviewRequest, DescribeUnsatisfiedReplyContextResponse, ExportUnsatisfiedReplyResponse, RateMsgRecordResponse, DescribeReferResponse, ListDocRequest, GetEmbeddingRequest, GroupQARequest, RateMsgRecordRequest, IsTransferIntentResponse, GetMsgRecordResponse, DescribeAppRequest, GetReconstructDocumentResultRequest, ListQAResponse, IgnoreUnsatisfiedReplyRequest, DescribeReleaseResponse, ReconstructDocumentRequest, RetryDocAuditResponse, GetReconstructDocumentResultResponse, SaveDocResponse, DeleteRejectedQuestionResponse, CreateAttributeLabelRequest, ListAppResponse, CreateReconstructDocumentFlowRequest, QueryParseDocResultRequest, ListRejectedQuestionPreviewRequest, ListReleaseConfigPreviewResponse, DeleteRejectedQuestionRequest, ExportQAListRequest, GetDocPreviewResponse, CreateReleaseResponse, QueryRewriteRequest, ModifyAppRequest, DeleteAttributeLabelResponse, DeleteQACateRequest, GenerateQARequest, GetWsTokenRequest, ModifyDocRequest, DeleteAppResponse, ListAttributeLabelRequest, DeleteDocResponse, UploadAttributeLabelRequest, ExportAttributeLabelRequest, GetAppKnowledgeCountResponse, RetryReleaseResponse, CreateAttributeLabelResponse, CreateQAResponse, StopDocParseResponse, ParseDocResponse, ListQACateRequest, ListReleaseQAPreviewRequest, DescribeReleaseInfoResponse, IsTransferIntentRequest, DescribeReferRequest, DeleteAppRequest, CreateRejectedQuestionRequest, DescribeStorageCredentialRequest, DescribeCorpResponse, ListReleaseResponse, ListModelResponse, ListAttributeLabelResponse, ModifyQAResponse, DeleteQAResponse, GetMsgRecordRequest, DescribeStorageCredentialResponse, CheckAttributeLabelExistResponse, GetTaskStatusRequest, CheckAttributeLabelReferResponse, ModifyDocAttrRangeRequest, CreateQACateRequest, DescribeRobotBizIDByAppKeyRequest, CreateReconstructDocumentFlowResponse, ListRejectedQuestionRequest, VerifyQAResponse, ModifyRejectedQuestionRequest, IgnoreUnsatisfiedReplyResponse, StopDocParseRequest, ListSelectDocRequest } from "./lke_models";
3
+ import { ModifyQAAttrRangeResponse, GetWsTokenResponse, CheckAttributeLabelExistRequest, DescribeQAResponse, GetAppKnowledgeCountRequest, ResetSessionResponse, ListSelectDocResponse, DescribeReleaseInfoRequest, DeleteDocRequest, GetAnswerTypeDataCountRequest, DescribeAppResponse, UploadAttributeLabelResponse, ListUnsatisfiedReplyResponse, ExportAttributeLabelResponse, ExportQAListResponse, GetAppSecretResponse, CreateQACateResponse, ModifyDocAttrRangeResponse, GetAnswerTypeDataCountResponse, DescribeQARequest, DescribeUnsatisfiedReplyContextRequest, ListAppRequest, ModifyQAAttrRangeRequest, ListRejectedQuestionResponse, ModifyDocResponse, CreateCorpResponse, ListQARequest, ListUnsatisfiedReplyRequest, DeleteQARequest, GetLikeDataCountResponse, ListReleaseRequest, ListModelRequest, ModifyAppResponse, ListDocResponse, ModifyQARequest, GetDocPreviewRequest, ListRejectedQuestionPreviewResponse, DescribeCorpRequest, ListAppCategoryResponse, CreateAppResponse, DescribeAttributeLabelRequest, CreateQARequest, CreateCorpRequest, RetryDocParseRequest, QueryRewriteResponse, DeleteAttributeLabelRequest, DescribeRobotBizIDByAppKeyResponse, ReconstructDocumentResponse, DescribeDocResponse, CreateReleaseRequest, CheckAttributeLabelReferRequest, ModifyQACateRequest, ModifyAttributeLabelRequest, ResetSessionRequest, GetAppSecretRequest, DeleteQACateResponse, QueryParseDocResultResponse, ListReleaseDocPreviewResponse, GenerateQAResponse, GetTaskStatusResponse, DescribeDocRequest, ConvertDocumentResponse, RetryDocAuditRequest, SaveDocRequest, ModifyQACateResponse, DescribeAttributeLabelResponse, ModifyAttributeLabelResponse, ListQACateResponse, RetryDocParseResponse, CreateRejectedQuestionResponse, GetEmbeddingResponse, ExportUnsatisfiedReplyRequest, GroupQAResponse, RetryReleaseRequest, CreateAppRequest, DescribeReleaseRequest, ListAppCategoryRequest, ListReleaseConfigPreviewRequest, ListReleaseQAPreviewResponse, ModifyRejectedQuestionResponse, ListReleaseDocPreviewRequest, DescribeUnsatisfiedReplyContextResponse, ExportUnsatisfiedReplyResponse, RateMsgRecordResponse, DescribeReferResponse, ListDocRequest, GetEmbeddingRequest, GroupQARequest, RateMsgRecordRequest, IsTransferIntentResponse, GetMsgRecordResponse, DescribeAppRequest, GetReconstructDocumentResultRequest, ListQAResponse, IgnoreUnsatisfiedReplyRequest, DescribeReleaseResponse, ConvertDocumentRequest, ParseDocRequest, ReconstructDocumentRequest, RetryDocAuditResponse, GetReconstructDocumentResultResponse, GetLikeDataCountRequest, DeleteRejectedQuestionResponse, CreateAttributeLabelRequest, ListAppResponse, CreateReconstructDocumentFlowRequest, QueryParseDocResultRequest, ListRejectedQuestionPreviewRequest, ListReleaseConfigPreviewResponse, DeleteRejectedQuestionRequest, ExportQAListRequest, GetDocPreviewResponse, CreateReleaseResponse, QueryRewriteRequest, ModifyAppRequest, DeleteAttributeLabelResponse, VerifyQARequest, DeleteQACateRequest, GenerateQARequest, GetWsTokenRequest, ModifyDocRequest, DeleteAppResponse, ListAttributeLabelRequest, DeleteDocResponse, UploadAttributeLabelRequest, ExportAttributeLabelRequest, GetAppKnowledgeCountResponse, RetryReleaseResponse, CreateAttributeLabelResponse, CreateQAResponse, StopDocParseResponse, ParseDocResponse, ListQACateRequest, ListReleaseQAPreviewRequest, DescribeReleaseInfoResponse, IsTransferIntentRequest, DescribeReferRequest, DeleteAppRequest, CreateRejectedQuestionRequest, DescribeStorageCredentialRequest, DescribeCorpResponse, SaveDocResponse, ListReleaseResponse, ListModelResponse, ListAttributeLabelResponse, ModifyQAResponse, DeleteQAResponse, GetMsgRecordRequest, DescribeStorageCredentialResponse, CheckAttributeLabelExistResponse, GetTaskStatusRequest, CheckAttributeLabelReferResponse, ModifyDocAttrRangeRequest, CreateQACateRequest, DescribeRobotBizIDByAppKeyRequest, CreateReconstructDocumentFlowResponse, ListRejectedQuestionRequest, VerifyQAResponse, ModifyRejectedQuestionRequest, IgnoreUnsatisfiedReplyResponse, StopDocParseRequest, ListSelectDocRequest } from "./lke_models";
4
4
  /**
5
5
  * lke client
6
6
  * @class
@@ -43,6 +43,10 @@ export declare class Client extends AbstractClient {
43
43
  * 文档详情
44
44
  */
45
45
  DescribeDoc(req: DescribeDocRequest, cb?: (error: string, rep: DescribeDocResponse) => void): Promise<DescribeDocResponse>;
46
+ /**
47
+ * 获取文档预览信息
48
+ */
49
+ GetDocPreview(req: GetDocPreviewRequest, cb?: (error: string, rep: GetDocPreviewResponse) => void): Promise<GetDocPreviewResponse>;
46
50
  /**
47
51
  * 删除拒答问题
48
52
  */
@@ -102,9 +106,13 @@ export declare class Client extends AbstractClient {
102
106
  */
103
107
  RateMsgRecord(req: RateMsgRecordRequest, cb?: (error: string, rep: RateMsgRecordResponse) => void): Promise<RateMsgRecordResponse>;
104
108
  /**
105
- * 问答列表
109
+ * 回答类型数据统计
106
110
  */
107
- ListQA(req: ListQARequest, cb?: (error: string, rep: ListQAResponse) => void): Promise<ListQAResponse>;
111
+ GetAnswerTypeDataCount(req: GetAnswerTypeDataCountRequest, cb?: (error: string, rep: GetAnswerTypeDataCountResponse) => void): Promise<GetAnswerTypeDataCountResponse>;
112
+ /**
113
+ * 点赞点踩数据统计
114
+ */
115
+ GetLikeDataCount(req: GetLikeDataCountRequest, cb?: (error: string, rep: GetLikeDataCountResponse) => void): Promise<GetLikeDataCountResponse>;
108
116
  /**
109
117
  * 删除问答
110
118
  */
@@ -169,13 +177,17 @@ export declare class Client extends AbstractClient {
169
177
  */
170
178
  ListApp(req: ListAppRequest, cb?: (error: string, rep: ListAppResponse) => void): Promise<ListAppResponse>;
171
179
  /**
172
- * 获取文档预览信息
180
+ * 文档生成问答
173
181
  */
174
- GetDocPreview(req: GetDocPreviewRequest, cb?: (error: string, rep: GetDocPreviewResponse) => void): Promise<GetDocPreviewResponse>;
182
+ GenerateQA(req: GenerateQARequest, cb?: (error: string, rep: GenerateQAResponse) => void): Promise<GenerateQAResponse>;
175
183
  /**
176
184
  * 发布文档预览
177
185
  */
178
186
  ListReleaseDocPreview(req: ListReleaseDocPreviewRequest, cb?: (error: string, rep: ListReleaseDocPreviewResponse) => void): Promise<ListReleaseDocPreviewResponse>;
187
+ /**
188
+ * 问答列表
189
+ */
190
+ ListQA(req: ListQARequest, cb?: (error: string, rep: ListQAResponse) => void): Promise<ListQAResponse>;
179
191
  /**
180
192
  * 创建企业
181
193
  */
@@ -221,9 +233,9 @@ export declare class Client extends AbstractClient {
221
233
  */
222
234
  GetAppKnowledgeCount(req: GetAppKnowledgeCountRequest, cb?: (error: string, rep: GetAppKnowledgeCountResponse) => void): Promise<GetAppKnowledgeCountResponse>;
223
235
  /**
224
- * 文档生成问答
236
+ * 接口支持图片和PDF转可编辑word格式文件,将文件中的图片、文本、表格等元素识别,并根据位置进行还原。
225
237
  */
226
- GenerateQA(req: GenerateQARequest, cb?: (error: string, rep: GenerateQAResponse) => void): Promise<GenerateQAResponse>;
238
+ ConvertDocument(req: ConvertDocumentRequest, cb?: (error: string, rep: ConvertDocumentResponse) => void): Promise<ConvertDocumentResponse>;
227
239
  /**
228
240
  * 应用类型列表
229
241
  */
@@ -81,6 +81,12 @@ class Client extends abstract_client_1.AbstractClient {
81
81
  async DescribeDoc(req, cb) {
82
82
  return this.request("DescribeDoc", req, cb);
83
83
  }
84
+ /**
85
+ * 获取文档预览信息
86
+ */
87
+ async GetDocPreview(req, cb) {
88
+ return this.request("GetDocPreview", req, cb);
89
+ }
84
90
  /**
85
91
  * 删除拒答问题
86
92
  */
@@ -168,10 +174,16 @@ class Client extends abstract_client_1.AbstractClient {
168
174
  return this.request("RateMsgRecord", req, cb);
169
175
  }
170
176
  /**
171
- * 问答列表
177
+ * 回答类型数据统计
172
178
  */
173
- async ListQA(req, cb) {
174
- return this.request("ListQA", req, cb);
179
+ async GetAnswerTypeDataCount(req, cb) {
180
+ return this.request("GetAnswerTypeDataCount", req, cb);
181
+ }
182
+ /**
183
+ * 点赞点踩数据统计
184
+ */
185
+ async GetLikeDataCount(req, cb) {
186
+ return this.request("GetLikeDataCount", req, cb);
175
187
  }
176
188
  /**
177
189
  * 删除问答
@@ -267,10 +279,10 @@ class Client extends abstract_client_1.AbstractClient {
267
279
  return this.request("ListApp", req, cb);
268
280
  }
269
281
  /**
270
- * 获取文档预览信息
282
+ * 文档生成问答
271
283
  */
272
- async GetDocPreview(req, cb) {
273
- return this.request("GetDocPreview", req, cb);
284
+ async GenerateQA(req, cb) {
285
+ return this.request("GenerateQA", req, cb);
274
286
  }
275
287
  /**
276
288
  * 发布文档预览
@@ -278,6 +290,12 @@ class Client extends abstract_client_1.AbstractClient {
278
290
  async ListReleaseDocPreview(req, cb) {
279
291
  return this.request("ListReleaseDocPreview", req, cb);
280
292
  }
293
+ /**
294
+ * 问答列表
295
+ */
296
+ async ListQA(req, cb) {
297
+ return this.request("ListQA", req, cb);
298
+ }
281
299
  /**
282
300
  * 创建企业
283
301
  */
@@ -345,10 +363,10 @@ class Client extends abstract_client_1.AbstractClient {
345
363
  return this.request("GetAppKnowledgeCount", req, cb);
346
364
  }
347
365
  /**
348
- * 文档生成问答
366
+ * 接口支持图片和PDF转可编辑word格式文件,将文件中的图片、文本、表格等元素识别,并根据位置进行还原。
349
367
  */
350
- async GenerateQA(req, cb) {
351
- return this.request("GenerateQA", req, cb);
368
+ async ConvertDocument(req, cb) {
369
+ return this.request("ConvertDocument", req, cb);
352
370
  }
353
371
  /**
354
372
  * 应用类型列表