tencentcloud-sdk-nodejs 4.0.644 → 4.0.646

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 (107) hide show
  1. package/CHANGELOG.md +674 -0
  2. package/SERVICE_CHANGELOG.md +829 -225
  3. package/package.json +1 -1
  4. package/products.md +36 -36
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_client.ts +1 -1
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +10 -8
  8. package/src/services/as/v20180419/as_client.ts +1 -0
  9. package/src/services/as/v20180419/as_models.ts +41 -18
  10. package/src/services/batch/v20170312/batch_models.ts +3 -3
  11. package/src/services/cam/v20190116/cam_models.ts +11 -6
  12. package/src/services/cdb/v20170320/cdb_client.ts +0 -14
  13. package/src/services/cdb/v20170320/cdb_models.ts +1 -29
  14. package/src/services/cdwch/v20200915/cdwch_models.ts +66 -41
  15. package/src/services/cloudstudio/v20230508/cloudstudio_client.ts +1 -1
  16. package/src/services/cloudstudio/v20230508/cloudstudio_models.ts +1 -1
  17. package/src/services/cls/v20201016/cls_client.ts +31 -18
  18. package/src/services/cls/v20201016/cls_models.ts +97 -11
  19. package/src/services/cvm/v20170312/cvm_models.ts +6 -6
  20. package/src/services/dlc/v20210125/dlc_models.ts +39 -34
  21. package/src/services/ess/v20201111/ess_models.ts +4 -0
  22. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  23. package/src/services/goosefs/v20220519/goosefs_models.ts +19 -0
  24. package/src/services/iai/v20200303/iai_models.ts +32 -32
  25. package/src/services/keewidb/v20220308/keewidb_models.ts +9 -5
  26. package/src/services/lighthouse/v20200324/lighthouse_models.ts +4 -0
  27. package/src/services/live/v20180801/live_models.ts +1 -1
  28. package/src/services/monitor/v20180724/monitor_client.ts +2 -23
  29. package/src/services/monitor/v20180724/monitor_models.ts +28 -74
  30. package/src/services/mps/v20190612/mps_models.ts +3 -1
  31. package/src/services/ocr/v20181119/ocr_client.ts +2 -2
  32. package/src/services/ocr/v20181119/ocr_models.ts +19 -2
  33. package/src/services/omics/v20221128/omics_models.ts +4 -0
  34. package/src/services/scf/v20180416/scf_client.ts +6 -2
  35. package/src/services/scf/v20180416/scf_models.ts +114 -16
  36. package/src/services/ssl/v20191205/ssl_models.ts +1 -1
  37. package/src/services/tbaas/v20180416/tbaas_client.ts +103 -220
  38. package/src/services/tbaas/v20180416/tbaas_models.ts +117 -615
  39. package/src/services/tcb/v20180608/tcb_models.ts +5 -5
  40. package/src/services/trtc/v20190722/trtc_client.ts +96 -22
  41. package/src/services/tse/v20201207/tse_client.ts +14 -0
  42. package/src/services/tse/v20201207/tse_models.ts +57 -0
  43. package/src/services/vod/v20180717/vod_models.ts +17 -17
  44. package/src/services/vpc/v20170312/vpc_client.ts +2 -3
  45. package/src/services/vpc/v20170312/vpc_models.ts +2 -2
  46. package/src/services/wedata/v20210820/wedata_client.ts +1616 -385
  47. package/src/services/wedata/v20210820/wedata_models.ts +16017 -7609
  48. package/tencentcloud/common/sdk_version.d.ts +1 -1
  49. package/tencentcloud/common/sdk_version.js +1 -1
  50. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
  51. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +1 -1
  52. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +10 -8
  53. package/tencentcloud/services/as/v20180419/as_models.d.ts +40 -18
  54. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +3 -3
  55. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +11 -6
  56. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -7
  57. package/tencentcloud/services/cdb/v20170320/cdb_client.js +0 -8
  58. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -27
  59. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +66 -41
  60. package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_client.d.ts +1 -1
  61. package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_client.js +1 -1
  62. package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +1 -1
  63. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +11 -7
  64. package/tencentcloud/services/cls/v20201016/cls_client.js +15 -9
  65. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +94 -11
  66. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -6
  67. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +39 -34
  68. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
  69. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  70. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +19 -0
  71. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +32 -32
  72. package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +9 -5
  73. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +4 -0
  74. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  75. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -13
  76. package/tencentcloud/services/monitor/v20180724/monitor_client.js +0 -14
  77. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +28 -71
  78. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +3 -1
  79. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -2
  80. package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -2
  81. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +19 -2
  82. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +4 -0
  83. package/tencentcloud/services/scf/v20180416/scf_client.d.ts +1 -1
  84. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +110 -16
  85. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
  86. package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +35 -83
  87. package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +51 -115
  88. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +107 -584
  89. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +5 -5
  90. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +94 -20
  91. package/tencentcloud/services/trtc/v20190722/trtc_client.js +94 -20
  92. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
  93. package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
  94. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +53 -0
  95. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +17 -17
  96. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +0 -1
  97. package/tencentcloud/services/vpc/v20170312/vpc_client.js +0 -1
  98. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
  99. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +488 -104
  100. package/tencentcloud/services/wedata/v20210820/wedata_client.js +725 -149
  101. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +15405 -7268
  102. package/test/cdb.v20170320.test.js +0 -10
  103. package/test/cls.v20201016.test.js +16 -6
  104. package/test/monitor.v20180724.test.js +0 -10
  105. package/test/tbaas.v20180416.test.js +34 -114
  106. package/test/tse.v20201207.test.js +10 -0
  107. package/test/wedata.v20210820.test.js +1287 -327
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { QueryChainMakerDemoBlockTransactionResponse, QueryChainMakerContractRequest, QueryChainMakerBlockTransactionRequest, GetClusterListForUserResponse, GetBlockTransactionListForUserResponse, ApplyChainMakerBatchUserCertResponse, ApplyUserCertRequest, SrvInvokeResponse, GetChaincodeInitializeResultForUserRequest, InitializeChaincodeForUserRequest, GetTransactionDetailForUserResponse, SrvInvokeRequest, ApplyUserCertResponse, GetChaincodeCompileLogForUserRequest, GetInvokeTxRequest, InvokeResponse, DownloadUserCertResponse, GetChaincodeLogForUserRequest, GetLatesdTransactionListRequest, DownloadUserCertRequest, GetTransactionDetailForUserRequest, GetBlockListResponse, GetBlockTransactionListForUserRequest, QueryChainMakerBlockTransactionResponse, InvokeChainMakerDemoContractRequest, GetClusterSummaryRequest, InvokeChainMakerContractResponse, QueryChainMakerTransactionRequest, GetPeerLogForUserRequest, GetLatesdTransactionListResponse, QueryChainMakerTransactionResponse, GetChaincodeInitializeResultForUserResponse, GetClusterSummaryResponse, CreateChaincodeAndInstallForUserRequest, GetLatestTransactionListRequest, QueryChainMakerDemoTransactionResponse, ApplyChainMakerBatchUserCertRequest, GetChaincodeLogForUserResponse, QueryChainMakerDemoTransactionRequest, InitializeChaincodeForUserResponse, QueryChainMakerDemoContractRequest, GetClusterListForUserRequest, QueryChainMakerDemoContractResponse, GetBlockListRequest, GetPeerLogForUserResponse, InvokeRequest, GetInvokeTxResponse, GetChannelListForUserResponse, QueryChainMakerContractResponse, GetChaincodeCompileLogForUserResponse, InvokeChainMakerContractRequest, GetLatestTransactionListResponse, QueryChainMakerDemoBlockTransactionRequest, QueryRequest, CreateChaincodeAndInstallForUserResponse, GetChannelListForUserRequest, InvokeChainMakerDemoContractResponse, QueryResponse } from "./tbaas_models";
3
+ import { QueryChainMakerDemoBlockTransactionResponse, QueryChainMakerContractRequest, QueryChainMakerBlockTransactionRequest, GetBlockTransactionListForUserResponse, ApplyChainMakerBatchUserCertResponse, ApplyUserCertRequest, GetTransactionDetailForUserResponse, SrvInvokeRequest, ApplyUserCertResponse, GetLatesdTransactionListRequest, InvokeResponse, DownloadUserCertResponse, GetTransactionDetailForUserRequest, GetBlockListResponse, GetBlockTransactionListForUserRequest, InvokeChainMakerDemoContractRequest, InvokeChainMakerContractResponse, SrvInvokeResponse, GetInvokeTxRequest, GetLatesdTransactionListResponse, QueryChainMakerTransactionResponse, GetLatestTransactionListResponse, GetClusterSummaryResponse, GetLatestTransactionListRequest, QueryChainMakerDemoTransactionResponse, ApplyChainMakerBatchUserCertRequest, QueryChainMakerDemoTransactionRequest, QueryChainMakerDemoContractRequest, GetClusterSummaryRequest, QueryChainMakerDemoContractResponse, GetBlockListRequest, InvokeRequest, GetInvokeTxResponse, QueryChainMakerContractResponse, DownloadUserCertRequest, InvokeChainMakerContractRequest, QueryChainMakerTransactionRequest, QueryChainMakerDemoBlockTransactionRequest, QueryRequest, QueryChainMakerBlockTransactionResponse, InvokeChainMakerDemoContractResponse, QueryResponse } from "./tbaas_models";
4
4
  /**
5
5
  * tbaas client
6
6
  * @class
@@ -12,33 +12,17 @@ export declare class Client extends AbstractClient {
12
12
  */
13
13
  QueryChainMakerTransaction(req: QueryChainMakerTransactionRequest, cb?: (error: string, rep: QueryChainMakerTransactionResponse) => void): Promise<QueryChainMakerTransactionResponse>;
14
14
  /**
15
- * 批量申请长安链用户签名证书
16
- */
17
- ApplyChainMakerBatchUserCert(req: ApplyChainMakerBatchUserCertRequest, cb?: (error: string, rep: ApplyChainMakerBatchUserCertResponse) => void): Promise<ApplyChainMakerBatchUserCertResponse>;
18
- /**
19
- * 接口已废弃,请通过控制台查询或操作
20
-
21
- 获取合约容器日志
22
- */
23
- GetChaincodeLogForUser(req: GetChaincodeLogForUserRequest, cb?: (error: string, rep: GetChaincodeLogForUserResponse) => void): Promise<GetChaincodeLogForUserResponse>;
24
- /**
25
- * 通过交易ID查询长安链体验网络交易
26
- */
27
- QueryChainMakerDemoTransaction(req: QueryChainMakerDemoTransactionRequest, cb?: (error: string, rep: QueryChainMakerDemoTransactionResponse) => void): Promise<QueryChainMakerDemoTransactionResponse>;
28
- /**
29
- * 接口已废弃,请通过控制台查询或操作
30
-
31
- 获取该用户的网络列表。网络信息中包含组织信息,但仅包含该用户所在组织的信息。
15
+ * 申请用户证书
32
16
  */
33
- GetClusterListForUser(req: GetClusterListForUserRequest, cb?: (error: string, rep: GetClusterListForUserResponse) => void): Promise<GetClusterListForUserResponse>;
17
+ ApplyUserCert(req: ApplyUserCertRequest, cb?: (error: string, rep: ApplyUserCertResponse) => void): Promise<ApplyUserCertResponse>;
34
18
  /**
35
- * 调用长安链合约查询
19
+ * 批量申请长安链用户签名证书
36
20
  */
37
- QueryChainMakerContract(req: QueryChainMakerContractRequest, cb?: (error: string, rep: QueryChainMakerContractResponse) => void): Promise<QueryChainMakerContractResponse>;
21
+ ApplyChainMakerBatchUserCert(req: ApplyChainMakerBatchUserCertRequest, cb?: (error: string, rep: ApplyChainMakerBatchUserCertResponse) => void): Promise<ApplyChainMakerBatchUserCertResponse>;
38
22
  /**
39
- * 查询长安链体验网络指定高度区块的交易
23
+ * trustsql服务统一接口
40
24
  */
41
- QueryChainMakerDemoBlockTransaction(req: QueryChainMakerDemoBlockTransactionRequest, cb?: (error: string, rep: QueryChainMakerDemoBlockTransactionResponse) => void): Promise<QueryChainMakerDemoBlockTransactionResponse>;
25
+ SrvInvoke(req: SrvInvokeRequest, cb?: (error: string, rep: SrvInvokeResponse) => void): Promise<SrvInvokeResponse>;
42
26
  /**
43
27
  * 新增交易
44
28
  */
@@ -48,95 +32,63 @@ export declare class Client extends AbstractClient {
48
32
  */
49
33
  GetClusterSummary(req: GetClusterSummaryRequest, cb?: (error: string, rep: GetClusterSummaryResponse) => void): Promise<GetClusterSummaryResponse>;
50
34
  /**
51
- * 接口已废弃,请通过控制台查询或操作
52
-
53
- 获取节点日志
54
- */
55
- GetPeerLogForUser(req: GetPeerLogForUserRequest, cb?: (error: string, rep: GetPeerLogForUserResponse) => void): Promise<GetPeerLogForUserResponse>;
56
- /**
57
- * 获取fabric最新交易列表
58
- */
59
- GetLatestTransactionList(req: GetLatestTransactionListRequest, cb?: (error: string, rep: GetLatestTransactionListResponse) => void): Promise<GetLatestTransactionListResponse>;
60
- /**
61
- * 下载用户证书
62
- */
63
- DownloadUserCert(req: DownloadUserCertRequest, cb?: (error: string, rep: DownloadUserCertResponse) => void): Promise<DownloadUserCertResponse>;
64
- /**
65
- * 接口已废弃,请通过控制台查询或操作
66
-
67
- 创建并安装合约
68
- */
69
- CreateChaincodeAndInstallForUser(req: CreateChaincodeAndInstallForUserRequest, cb?: (error: string, rep: CreateChaincodeAndInstallForUserResponse) => void): Promise<CreateChaincodeAndInstallForUserResponse>;
70
- /**
71
- * 获取最新交易列表(已废弃)
35
+ * 查询长安链指定高度区块的交易
72
36
  */
73
- GetLatesdTransactionList(req: GetLatesdTransactionListRequest, cb?: (error: string, rep: GetLatesdTransactionListResponse) => void): Promise<GetLatesdTransactionListResponse>;
37
+ QueryChainMakerBlockTransaction(req: QueryChainMakerBlockTransactionRequest, cb?: (error: string, rep: QueryChainMakerBlockTransactionResponse) => void): Promise<QueryChainMakerBlockTransactionResponse>;
74
38
  /**
75
- * 申请用户证书
39
+ * 调用长安链体验网络合约查询
76
40
  */
77
- ApplyUserCert(req: ApplyUserCertRequest, cb?: (error: string, rep: ApplyUserCertResponse) => void): Promise<ApplyUserCertResponse>;
41
+ QueryChainMakerDemoContract(req: QueryChainMakerDemoContractRequest, cb?: (error: string, rep: QueryChainMakerDemoContractResponse) => void): Promise<QueryChainMakerDemoContractResponse>;
78
42
  /**
79
- * 调用长安链合约执行交易
43
+ * 通过交易ID查询长安链体验网络交易
80
44
  */
81
- InvokeChainMakerContract(req: InvokeChainMakerContractRequest, cb?: (error: string, rep: InvokeChainMakerContractResponse) => void): Promise<InvokeChainMakerContractResponse>;
45
+ QueryChainMakerDemoTransaction(req: QueryChainMakerDemoTransactionRequest, cb?: (error: string, rep: QueryChainMakerDemoTransactionResponse) => void): Promise<QueryChainMakerDemoTransactionResponse>;
82
46
  /**
83
47
  * Invoke异步调用结果查询
84
48
  */
85
49
  GetInvokeTx(req: GetInvokeTxRequest, cb?: (error: string, rep: GetInvokeTxResponse) => void): Promise<GetInvokeTxResponse>;
86
50
  /**
87
- * 接口已废弃,请通过控制台查询或操作
88
-
89
- 实例化结果查询
90
- */
91
- GetChaincodeInitializeResultForUser(req: GetChaincodeInitializeResultForUserRequest, cb?: (error: string, rep: GetChaincodeInitializeResultForUserResponse) => void): Promise<GetChaincodeInitializeResultForUserResponse>;
92
- /**
93
- * 接口已废弃,请通过控制台查询或操作
94
-
95
- 获取通道列表
51
+ * 获取fabric最新交易列表
96
52
  */
97
- GetChannelListForUser(req: GetChannelListForUserRequest, cb?: (error: string, rep: GetChannelListForUserResponse) => void): Promise<GetChannelListForUserResponse>;
53
+ GetLatestTransactionList(req: GetLatestTransactionListRequest, cb?: (error: string, rep: GetLatestTransactionListResponse) => void): Promise<GetLatestTransactionListResponse>;
98
54
  /**
99
- * 查询长安链指定高度区块的交易
55
+ * 调用长安链体验网络合约执行交易
100
56
  */
101
- QueryChainMakerBlockTransaction(req: QueryChainMakerBlockTransactionRequest, cb?: (error: string, rep: QueryChainMakerBlockTransactionResponse) => void): Promise<QueryChainMakerBlockTransactionResponse>;
57
+ InvokeChainMakerDemoContract(req: InvokeChainMakerDemoContractRequest, cb?: (error: string, rep: InvokeChainMakerDemoContractResponse) => void): Promise<InvokeChainMakerDemoContractResponse>;
102
58
  /**
103
- * 接口已废弃,请通过控制台查询或操作
104
-
105
- 实例化合约
59
+ * 下载用户证书
106
60
  */
107
- InitializeChaincodeForUser(req: InitializeChaincodeForUserRequest, cb?: (error: string, rep: InitializeChaincodeForUserResponse) => void): Promise<InitializeChaincodeForUserResponse>;
61
+ DownloadUserCert(req: DownloadUserCertRequest, cb?: (error: string, rep: DownloadUserCertResponse) => void): Promise<DownloadUserCertResponse>;
108
62
  /**
109
- * 调用长安链体验网络合约查询
63
+ * 获取区块内的交易列表
110
64
  */
111
- QueryChainMakerDemoContract(req: QueryChainMakerDemoContractRequest, cb?: (error: string, rep: QueryChainMakerDemoContractResponse) => void): Promise<QueryChainMakerDemoContractResponse>;
65
+ GetBlockTransactionListForUser(req: GetBlockTransactionListForUserRequest, cb?: (error: string, rep: GetBlockTransactionListForUserResponse) => void): Promise<GetBlockTransactionListForUserResponse>;
112
66
  /**
113
- * 获取交易详情
67
+ * 调用长安链合约执行交易
114
68
  */
115
- GetTransactionDetailForUser(req: GetTransactionDetailForUserRequest, cb?: (error: string, rep: GetTransactionDetailForUserResponse) => void): Promise<GetTransactionDetailForUserResponse>;
69
+ InvokeChainMakerContract(req: InvokeChainMakerContractRequest, cb?: (error: string, rep: InvokeChainMakerContractResponse) => void): Promise<InvokeChainMakerContractResponse>;
116
70
  /**
117
- * trustsql服务统一接口
71
+ * 查看当前网络下的所有区块列表,分页展示
118
72
  */
119
- SrvInvoke(req: SrvInvokeRequest, cb?: (error: string, rep: SrvInvokeResponse) => void): Promise<SrvInvokeResponse>;
73
+ GetBlockList(req: GetBlockListRequest, cb?: (error: string, rep: GetBlockListResponse) => void): Promise<GetBlockListResponse>;
120
74
  /**
121
- * 调用长安链体验网络合约执行交易
75
+ * 查询交易
122
76
  */
123
- InvokeChainMakerDemoContract(req: InvokeChainMakerDemoContractRequest, cb?: (error: string, rep: InvokeChainMakerDemoContractResponse) => void): Promise<InvokeChainMakerDemoContractResponse>;
77
+ Query(req: QueryRequest, cb?: (error: string, rep: QueryResponse) => void): Promise<QueryResponse>;
124
78
  /**
125
- * 接口已废弃,请通过控制台查询或操作
126
-
127
- 获取合约编译日志
79
+ * 获取交易详情
128
80
  */
129
- GetChaincodeCompileLogForUser(req: GetChaincodeCompileLogForUserRequest, cb?: (error: string, rep: GetChaincodeCompileLogForUserResponse) => void): Promise<GetChaincodeCompileLogForUserResponse>;
81
+ GetTransactionDetailForUser(req: GetTransactionDetailForUserRequest, cb?: (error: string, rep: GetTransactionDetailForUserResponse) => void): Promise<GetTransactionDetailForUserResponse>;
130
82
  /**
131
- * 获取区块内的交易列表
83
+ * 查询长安链体验网络指定高度区块的交易
132
84
  */
133
- GetBlockTransactionListForUser(req: GetBlockTransactionListForUserRequest, cb?: (error: string, rep: GetBlockTransactionListForUserResponse) => void): Promise<GetBlockTransactionListForUserResponse>;
85
+ QueryChainMakerDemoBlockTransaction(req: QueryChainMakerDemoBlockTransactionRequest, cb?: (error: string, rep: QueryChainMakerDemoBlockTransactionResponse) => void): Promise<QueryChainMakerDemoBlockTransactionResponse>;
134
86
  /**
135
- * 查看当前网络下的所有区块列表,分页展示
87
+ * 调用长安链合约查询
136
88
  */
137
- GetBlockList(req: GetBlockListRequest, cb?: (error: string, rep: GetBlockListResponse) => void): Promise<GetBlockListResponse>;
89
+ QueryChainMakerContract(req: QueryChainMakerContractRequest, cb?: (error: string, rep: QueryChainMakerContractResponse) => void): Promise<QueryChainMakerContractResponse>;
138
90
  /**
139
- * 查询交易
91
+ * 获取最新交易列表(已废弃)
140
92
  */
141
- Query(req: QueryRequest, cb?: (error: string, rep: QueryResponse) => void): Promise<QueryResponse>;
93
+ GetLatesdTransactionList(req: GetLatesdTransactionListRequest, cb?: (error: string, rep: GetLatesdTransactionListResponse) => void): Promise<GetLatesdTransactionListResponse>;
142
94
  }
@@ -34,44 +34,22 @@ class Client extends abstract_client_1.AbstractClient {
34
34
  return this.request("QueryChainMakerTransaction", req, cb);
35
35
  }
36
36
  /**
37
- * 批量申请长安链用户签名证书
38
- */
39
- async ApplyChainMakerBatchUserCert(req, cb) {
40
- return this.request("ApplyChainMakerBatchUserCert", req, cb);
41
- }
42
- /**
43
- * 接口已废弃,请通过控制台查询或操作
44
-
45
- 获取合约容器日志
46
- */
47
- async GetChaincodeLogForUser(req, cb) {
48
- return this.request("GetChaincodeLogForUser", req, cb);
49
- }
50
- /**
51
- * 通过交易ID查询长安链体验网络交易
52
- */
53
- async QueryChainMakerDemoTransaction(req, cb) {
54
- return this.request("QueryChainMakerDemoTransaction", req, cb);
55
- }
56
- /**
57
- * 接口已废弃,请通过控制台查询或操作
58
-
59
- 获取该用户的网络列表。网络信息中包含组织信息,但仅包含该用户所在组织的信息。
37
+ * 申请用户证书
60
38
  */
61
- async GetClusterListForUser(req, cb) {
62
- return this.request("GetClusterListForUser", req, cb);
39
+ async ApplyUserCert(req, cb) {
40
+ return this.request("ApplyUserCert", req, cb);
63
41
  }
64
42
  /**
65
- * 调用长安链合约查询
43
+ * 批量申请长安链用户签名证书
66
44
  */
67
- async QueryChainMakerContract(req, cb) {
68
- return this.request("QueryChainMakerContract", req, cb);
45
+ async ApplyChainMakerBatchUserCert(req, cb) {
46
+ return this.request("ApplyChainMakerBatchUserCert", req, cb);
69
47
  }
70
48
  /**
71
- * 查询长安链体验网络指定高度区块的交易
49
+ * trustsql服务统一接口
72
50
  */
73
- async QueryChainMakerDemoBlockTransaction(req, cb) {
74
- return this.request("QueryChainMakerDemoBlockTransaction", req, cb);
51
+ async SrvInvoke(req, cb) {
52
+ return this.request("SrvInvoke", req, cb);
75
53
  }
76
54
  /**
77
55
  * 新增交易
@@ -86,50 +64,22 @@ class Client extends abstract_client_1.AbstractClient {
86
64
  return this.request("GetClusterSummary", req, cb);
87
65
  }
88
66
  /**
89
- * 接口已废弃,请通过控制台查询或操作
90
-
91
- 获取节点日志
92
- */
93
- async GetPeerLogForUser(req, cb) {
94
- return this.request("GetPeerLogForUser", req, cb);
95
- }
96
- /**
97
- * 获取fabric最新交易列表
98
- */
99
- async GetLatestTransactionList(req, cb) {
100
- return this.request("GetLatestTransactionList", req, cb);
101
- }
102
- /**
103
- * 下载用户证书
104
- */
105
- async DownloadUserCert(req, cb) {
106
- return this.request("DownloadUserCert", req, cb);
107
- }
108
- /**
109
- * 接口已废弃,请通过控制台查询或操作
110
-
111
- 创建并安装合约
112
- */
113
- async CreateChaincodeAndInstallForUser(req, cb) {
114
- return this.request("CreateChaincodeAndInstallForUser", req, cb);
115
- }
116
- /**
117
- * 获取最新交易列表(已废弃)
67
+ * 查询长安链指定高度区块的交易
118
68
  */
119
- async GetLatesdTransactionList(req, cb) {
120
- return this.request("GetLatesdTransactionList", req, cb);
69
+ async QueryChainMakerBlockTransaction(req, cb) {
70
+ return this.request("QueryChainMakerBlockTransaction", req, cb);
121
71
  }
122
72
  /**
123
- * 申请用户证书
73
+ * 调用长安链体验网络合约查询
124
74
  */
125
- async ApplyUserCert(req, cb) {
126
- return this.request("ApplyUserCert", req, cb);
75
+ async QueryChainMakerDemoContract(req, cb) {
76
+ return this.request("QueryChainMakerDemoContract", req, cb);
127
77
  }
128
78
  /**
129
- * 调用长安链合约执行交易
79
+ * 通过交易ID查询长安链体验网络交易
130
80
  */
131
- async InvokeChainMakerContract(req, cb) {
132
- return this.request("InvokeChainMakerContract", req, cb);
81
+ async QueryChainMakerDemoTransaction(req, cb) {
82
+ return this.request("QueryChainMakerDemoTransaction", req, cb);
133
83
  }
134
84
  /**
135
85
  * Invoke异步调用结果查询
@@ -138,84 +88,70 @@ class Client extends abstract_client_1.AbstractClient {
138
88
  return this.request("GetInvokeTx", req, cb);
139
89
  }
140
90
  /**
141
- * 接口已废弃,请通过控制台查询或操作
142
-
143
- 实例化结果查询
144
- */
145
- async GetChaincodeInitializeResultForUser(req, cb) {
146
- return this.request("GetChaincodeInitializeResultForUser", req, cb);
147
- }
148
- /**
149
- * 接口已废弃,请通过控制台查询或操作
150
-
151
- 获取通道列表
91
+ * 获取fabric最新交易列表
152
92
  */
153
- async GetChannelListForUser(req, cb) {
154
- return this.request("GetChannelListForUser", req, cb);
93
+ async GetLatestTransactionList(req, cb) {
94
+ return this.request("GetLatestTransactionList", req, cb);
155
95
  }
156
96
  /**
157
- * 查询长安链指定高度区块的交易
97
+ * 调用长安链体验网络合约执行交易
158
98
  */
159
- async QueryChainMakerBlockTransaction(req, cb) {
160
- return this.request("QueryChainMakerBlockTransaction", req, cb);
99
+ async InvokeChainMakerDemoContract(req, cb) {
100
+ return this.request("InvokeChainMakerDemoContract", req, cb);
161
101
  }
162
102
  /**
163
- * 接口已废弃,请通过控制台查询或操作
164
-
165
- 实例化合约
103
+ * 下载用户证书
166
104
  */
167
- async InitializeChaincodeForUser(req, cb) {
168
- return this.request("InitializeChaincodeForUser", req, cb);
105
+ async DownloadUserCert(req, cb) {
106
+ return this.request("DownloadUserCert", req, cb);
169
107
  }
170
108
  /**
171
- * 调用长安链体验网络合约查询
109
+ * 获取区块内的交易列表
172
110
  */
173
- async QueryChainMakerDemoContract(req, cb) {
174
- return this.request("QueryChainMakerDemoContract", req, cb);
111
+ async GetBlockTransactionListForUser(req, cb) {
112
+ return this.request("GetBlockTransactionListForUser", req, cb);
175
113
  }
176
114
  /**
177
- * 获取交易详情
115
+ * 调用长安链合约执行交易
178
116
  */
179
- async GetTransactionDetailForUser(req, cb) {
180
- return this.request("GetTransactionDetailForUser", req, cb);
117
+ async InvokeChainMakerContract(req, cb) {
118
+ return this.request("InvokeChainMakerContract", req, cb);
181
119
  }
182
120
  /**
183
- * trustsql服务统一接口
121
+ * 查看当前网络下的所有区块列表,分页展示
184
122
  */
185
- async SrvInvoke(req, cb) {
186
- return this.request("SrvInvoke", req, cb);
123
+ async GetBlockList(req, cb) {
124
+ return this.request("GetBlockList", req, cb);
187
125
  }
188
126
  /**
189
- * 调用长安链体验网络合约执行交易
127
+ * 查询交易
190
128
  */
191
- async InvokeChainMakerDemoContract(req, cb) {
192
- return this.request("InvokeChainMakerDemoContract", req, cb);
129
+ async Query(req, cb) {
130
+ return this.request("Query", req, cb);
193
131
  }
194
132
  /**
195
- * 接口已废弃,请通过控制台查询或操作
196
-
197
- 获取合约编译日志
133
+ * 获取交易详情
198
134
  */
199
- async GetChaincodeCompileLogForUser(req, cb) {
200
- return this.request("GetChaincodeCompileLogForUser", req, cb);
135
+ async GetTransactionDetailForUser(req, cb) {
136
+ return this.request("GetTransactionDetailForUser", req, cb);
201
137
  }
202
138
  /**
203
- * 获取区块内的交易列表
139
+ * 查询长安链体验网络指定高度区块的交易
204
140
  */
205
- async GetBlockTransactionListForUser(req, cb) {
206
- return this.request("GetBlockTransactionListForUser", req, cb);
141
+ async QueryChainMakerDemoBlockTransaction(req, cb) {
142
+ return this.request("QueryChainMakerDemoBlockTransaction", req, cb);
207
143
  }
208
144
  /**
209
- * 查看当前网络下的所有区块列表,分页展示
145
+ * 调用长安链合约查询
210
146
  */
211
- async GetBlockList(req, cb) {
212
- return this.request("GetBlockList", req, cb);
147
+ async QueryChainMakerContract(req, cb) {
148
+ return this.request("QueryChainMakerContract", req, cb);
213
149
  }
214
150
  /**
215
- * 查询交易
151
+ * 获取最新交易列表(已废弃)
216
152
  */
217
- async Query(req, cb) {
218
- return this.request("Query", req, cb);
153
+ async GetLatesdTransactionList(req, cb) {
154
+ return this.request("GetLatesdTransactionList", req, cb);
219
155
  }
220
156
  }
221
157
  exports.Client = Client;