tencentcloud-sdk-nodejs 4.0.916 → 4.0.917
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +275 -0
- package/SERVICE_CHANGELOG.md +478 -13
- package/package.json +1 -1
- package/products.md +12 -12
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +64 -5
- package/src/services/btoe/index.ts +2 -2
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dts/index.ts +2 -2
- package/src/services/eis/index.ts +2 -2
- package/src/services/es/v20180416/es_client.ts +3 -2
- package/src/services/es/v20180416/es_models.ts +39 -1
- package/src/services/ess/v20201111/ess_client.ts +23 -4
- package/src/services/ess/v20201111/ess_models.ts +110 -58
- package/src/services/essbasic/index.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +21 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +521 -475
- package/src/services/faceid/v20180301/faceid_models.ts +2 -0
- package/src/services/iai/index.ts +2 -2
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/irp/index.ts +2 -2
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/mongodb/v20190725/mongodb_models.ts +83 -64
- package/src/services/ms/v20180408/ms_client.ts +88 -42
- package/src/services/ocr/v20181119/ocr_models.ts +1 -1
- package/src/services/organization/v20210331/organization_client.ts +992 -396
- package/src/services/organization/v20210331/organization_models.ts +4192 -1603
- package/src/services/tat/v20201028/tat_client.ts +13 -0
- package/src/services/tat/v20201028/tat_models.ts +78 -1
- package/src/services/tem/index.ts +2 -2
- package/src/services/teo/index.ts +2 -2
- package/src/services/thpc/index.ts +4 -4
- package/src/services/trocket/v20230308/trocket_models.ts +31 -7
- package/src/services/tsw/index.ts +2 -2
- package/src/services/vm/index.ts +2 -2
- package/src/services/yunsou/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +64 -5
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dts/index.d.ts +4 -4
- package/tencentcloud/services/dts/index.js +2 -2
- package/tencentcloud/services/eis/index.d.ts +4 -4
- package/tencentcloud/services/eis/index.js +2 -2
- package/tencentcloud/services/es/v20180416/es_client.d.ts +1 -0
- package/tencentcloud/services/es/v20180416/es_client.js +1 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +39 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +13 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +108 -58
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +11 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +12 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +516 -472
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -0
- package/tencentcloud/services/iai/index.d.ts +4 -4
- package/tencentcloud/services/iai/index.js +2 -2
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +83 -64
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +69 -23
- package/tencentcloud/services/ms/v20180408/ms_client.js +69 -23
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +313 -121
- package/tencentcloud/services/organization/v20210331/organization_client.js +468 -180
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +4093 -1620
- package/tencentcloud/services/tat/v20201028/tat_client.d.ts +5 -1
- package/tencentcloud/services/tat/v20201028/tat_client.js +6 -0
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +75 -1
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +6 -6
- package/tencentcloud/services/thpc/index.js +4 -4
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +31 -7
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/organization.v20210331.test.js +605 -125
- package/test/tat.v20201028.test.js +10 -0
package/products.md
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-06-25 01:07:59 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2024-03-20 01:08:23 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-07-26 01:11:20 |
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-08-14 01:07:50 |
|
|
27
27
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
28
28
|
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2024-03-20 01:08:40 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2024-04-24 01:05:22 |
|
|
@@ -97,11 +97,11 @@
|
|
|
97
97
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
|
|
98
98
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
99
99
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-08-12 01:41:17 |
|
|
100
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-08-
|
|
101
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-08-
|
|
102
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-08-
|
|
100
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-08-14 01:44:38 |
|
|
101
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-08-14 01:45:25 |
|
|
102
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-08-14 01:46:41 |
|
|
103
103
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-07-16 01:16:45 |
|
|
104
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-
|
|
104
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-08-14 01:47:53 |
|
|
105
105
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
|
|
106
106
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
|
|
107
107
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-07-23 01:36:12 |
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
|
|
137
137
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-08-01 01:53:15 |
|
|
138
138
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-07-26 01:52:51 |
|
|
139
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-08-
|
|
139
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-08-14 02:01:47 |
|
|
140
140
|
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-08-09 01:52:09 |
|
|
141
141
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
142
142
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
@@ -147,19 +147,19 @@
|
|
|
147
147
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
148
148
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-07-02 01:19:41 |
|
|
149
149
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-07-22 01:55:24 |
|
|
150
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-
|
|
150
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-08-14 02:06:02 |
|
|
151
151
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-08-05 01:52:14 |
|
|
152
152
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-08-02 01:54:19 |
|
|
153
153
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-06-14 02:16:42 |
|
|
154
|
-
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-
|
|
154
|
+
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-08-14 02:10:26 |
|
|
155
155
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
|
|
156
156
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
157
157
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
|
|
158
158
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
159
159
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-07-23 01:53:12 |
|
|
160
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-08-
|
|
160
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-08-14 02:11:42 |
|
|
161
161
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
|
|
162
|
-
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-08-
|
|
162
|
+
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-08-14 02:13:26 |
|
|
163
163
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
|
|
164
164
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
165
165
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-07-23 01:55:36 |
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2024-06-12 02:24:32 |
|
|
190
190
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2024-03-22 01:21:43 |
|
|
191
191
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2024-03-20 01:24:15 |
|
|
192
|
-
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2024-
|
|
192
|
+
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2024-08-14 02:23:52 |
|
|
193
193
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
194
194
|
| tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2024-05-14 02:28:40 |
|
|
195
195
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-08-02 02:17:43 |
|
|
225
225
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
|
|
226
226
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
227
|
-
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-08-
|
|
227
|
+
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-08-14 02:39:09 |
|
|
228
228
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-06-06 02:42:14 |
|
|
229
229
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-07-31 02:17:29 |
|
|
230
230
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-08-12 02:26:47 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.917"
|
|
@@ -1926,16 +1926,35 @@ export interface UsageRecords {
|
|
|
1926
1926
|
/**
|
|
1927
1927
|
* 使用金额(微分)
|
|
1928
1928
|
*/
|
|
1929
|
-
UsedAmount
|
|
1929
|
+
UsedAmount?: number
|
|
1930
1930
|
/**
|
|
1931
1931
|
* 使用时间
|
|
1932
1932
|
*/
|
|
1933
|
-
UsedTime
|
|
1933
|
+
UsedTime?: string
|
|
1934
1934
|
/**
|
|
1935
1935
|
* 使用记录细节
|
|
1936
1936
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1937
1937
|
*/
|
|
1938
|
-
UsageDetails
|
|
1938
|
+
UsageDetails?: Array<UsageDetails>
|
|
1939
|
+
/**
|
|
1940
|
+
* 付费模式
|
|
1941
|
+
*/
|
|
1942
|
+
PayMode?: string
|
|
1943
|
+
/**
|
|
1944
|
+
* 查询的券id
|
|
1945
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1946
|
+
*/
|
|
1947
|
+
VoucherId?: string
|
|
1948
|
+
/**
|
|
1949
|
+
* 交易场景:(adjust:调账、common:正常交易场景)
|
|
1950
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1951
|
+
*/
|
|
1952
|
+
PayScene?: string
|
|
1953
|
+
/**
|
|
1954
|
+
* 唯一id,对应交易:预付费的dealName,调账/后付费的outTradeNo
|
|
1955
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1956
|
+
*/
|
|
1957
|
+
SeqId?: string
|
|
1939
1958
|
}
|
|
1940
1959
|
|
|
1941
1960
|
/**
|
|
@@ -5767,12 +5786,52 @@ export interface UsageDetails {
|
|
|
5767
5786
|
* 商品名
|
|
5768
5787
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5769
5788
|
*/
|
|
5770
|
-
ProductName
|
|
5789
|
+
ProductName?: string
|
|
5771
5790
|
/**
|
|
5772
5791
|
* 商品细节
|
|
5773
5792
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5774
5793
|
*/
|
|
5775
|
-
SubProductName
|
|
5794
|
+
SubProductName?: string
|
|
5795
|
+
/**
|
|
5796
|
+
* 产品码
|
|
5797
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5798
|
+
*/
|
|
5799
|
+
ProductCode?: string
|
|
5800
|
+
/**
|
|
5801
|
+
* 子产品码
|
|
5802
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5803
|
+
*/
|
|
5804
|
+
SubProductCode?: string
|
|
5805
|
+
/**
|
|
5806
|
+
* 计费项码
|
|
5807
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5808
|
+
*/
|
|
5809
|
+
BillingItemCode?: string
|
|
5810
|
+
/**
|
|
5811
|
+
* 计费细项码
|
|
5812
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5813
|
+
*/
|
|
5814
|
+
SubBillingItemCode?: string
|
|
5815
|
+
/**
|
|
5816
|
+
* 产品英文名
|
|
5817
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5818
|
+
*/
|
|
5819
|
+
ProductEnName?: string
|
|
5820
|
+
/**
|
|
5821
|
+
* 子产品英文名
|
|
5822
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5823
|
+
*/
|
|
5824
|
+
SubProductEnName?: string
|
|
5825
|
+
/**
|
|
5826
|
+
* 结算周期
|
|
5827
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5828
|
+
*/
|
|
5829
|
+
CalcUnit?: string
|
|
5830
|
+
/**
|
|
5831
|
+
* payMode为prepay 且 payScene为common的情况下存在
|
|
5832
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5833
|
+
*/
|
|
5834
|
+
Action?: string
|
|
5776
5835
|
}
|
|
5777
5836
|
|
|
5778
5837
|
/**
|
|
@@ -511,8 +511,9 @@ export class Client extends AbstractClient {
|
|
|
511
511
|
}
|
|
512
512
|
|
|
513
513
|
/**
|
|
514
|
-
|
|
515
|
-
|
|
514
|
+
* 获取serverless实例对应指标,获取space维度时不需要传入indexid,获取index时不需要传入spaceid
|
|
515
|
+
获取一段时间时间范围内的指标数据
|
|
516
|
+
*/
|
|
516
517
|
async DescribeServerlessMetrics(
|
|
517
518
|
req: DescribeServerlessMetricsRequest,
|
|
518
519
|
cb?: (error: string, rep: DescribeServerlessMetricsResponse) => void
|
|
@@ -299,6 +299,10 @@ export interface CreateServerlessSpaceV2Request {
|
|
|
299
299
|
* 空间id
|
|
300
300
|
*/
|
|
301
301
|
ZoneId?: number
|
|
302
|
+
/**
|
|
303
|
+
* 标签信息
|
|
304
|
+
*/
|
|
305
|
+
TagList?: Array<TagInfo>
|
|
302
306
|
}
|
|
303
307
|
|
|
304
308
|
/**
|
|
@@ -1059,6 +1063,11 @@ export interface ServerlessSpace {
|
|
|
1059
1063
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1060
1064
|
*/
|
|
1061
1065
|
ClusterType?: number
|
|
1066
|
+
/**
|
|
1067
|
+
* key:value
|
|
1068
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1069
|
+
*/
|
|
1070
|
+
TagList?: Array<TagInfo>
|
|
1062
1071
|
}
|
|
1063
1072
|
|
|
1064
1073
|
/**
|
|
@@ -1389,9 +1398,13 @@ export interface DescribeServerlessMetricsRequest {
|
|
|
1389
1398
|
*/
|
|
1390
1399
|
IndexId?: string
|
|
1391
1400
|
/**
|
|
1392
|
-
* 指标类型,暂时只支持Storage
|
|
1401
|
+
* 指标类型,暂时只支持Storage(存储大小),AllMetric(所有存储指标:索引流量、存储大小、文档数量、读请求和写请求)
|
|
1393
1402
|
*/
|
|
1394
1403
|
MetricType?: Array<string>
|
|
1404
|
+
/**
|
|
1405
|
+
* 时间长度类型DurationType(1: 3小时, 2: 昨天1天,3: 今日0点到现在)
|
|
1406
|
+
*/
|
|
1407
|
+
DurationType?: number
|
|
1395
1408
|
}
|
|
1396
1409
|
|
|
1397
1410
|
/**
|
|
@@ -1510,6 +1523,10 @@ export interface DescribeServerlessSpacesRequest {
|
|
|
1510
1523
|
* 分页条数
|
|
1511
1524
|
*/
|
|
1512
1525
|
Limit?: number
|
|
1526
|
+
/**
|
|
1527
|
+
* 标签信息
|
|
1528
|
+
*/
|
|
1529
|
+
TagList?: Array<TagInfo>
|
|
1513
1530
|
}
|
|
1514
1531
|
|
|
1515
1532
|
/**
|
|
@@ -3721,6 +3738,11 @@ export interface ServerlessIndexMetaField {
|
|
|
3721
3738
|
* 标签信息
|
|
3722
3739
|
*/
|
|
3723
3740
|
TagList?: Array<TagInfo>
|
|
3741
|
+
/**
|
|
3742
|
+
* 3782478.47
|
|
3743
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3744
|
+
*/
|
|
3745
|
+
IndexTraffic?: number
|
|
3724
3746
|
}
|
|
3725
3747
|
|
|
3726
3748
|
/**
|
|
@@ -4831,6 +4853,22 @@ export interface DescribeServerlessMetricsResponse {
|
|
|
4831
4853
|
* storage指标值,单位byte
|
|
4832
4854
|
*/
|
|
4833
4855
|
Storage?: number
|
|
4856
|
+
/**
|
|
4857
|
+
* IndexTraffic指标值,单位byte
|
|
4858
|
+
*/
|
|
4859
|
+
IndexTraffic?: number
|
|
4860
|
+
/**
|
|
4861
|
+
* 读请求数,单位次数
|
|
4862
|
+
*/
|
|
4863
|
+
ReadReqTimes?: number
|
|
4864
|
+
/**
|
|
4865
|
+
* 写请求数,单位次数
|
|
4866
|
+
*/
|
|
4867
|
+
WriteReqTimes?: number
|
|
4868
|
+
/**
|
|
4869
|
+
* 文档数量,单位个数
|
|
4870
|
+
*/
|
|
4871
|
+
DocCount?: number
|
|
4834
4872
|
/**
|
|
4835
4873
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4836
4874
|
*/
|
|
@@ -51,7 +51,7 @@ import {
|
|
|
51
51
|
DisableUserAutoSignResponse,
|
|
52
52
|
OrgBillSummary,
|
|
53
53
|
ModifyExtendedServiceRequest,
|
|
54
|
-
|
|
54
|
+
CreateBatchInitOrganizationUrlResponse,
|
|
55
55
|
BindEmployeeUserIdWithClientOpenIdResponse,
|
|
56
56
|
CreateIntegrationEmployeesRequest,
|
|
57
57
|
CreateFlowOption,
|
|
@@ -100,6 +100,7 @@ import {
|
|
|
100
100
|
DescribeThirdPartyAuthCodeRequest,
|
|
101
101
|
CreateBatchOrganizationRegistrationTasksResponse,
|
|
102
102
|
CreateReleaseFlowResponse,
|
|
103
|
+
CreateBatchInitOrganizationUrlRequest,
|
|
103
104
|
CreateWebThemeConfigResponse,
|
|
104
105
|
BindEmployeeUserIdWithClientOpenIdRequest,
|
|
105
106
|
CreateOrganizationInfoChangeUrlResponse,
|
|
@@ -149,7 +150,7 @@ import {
|
|
|
149
150
|
ModifyFlowDeadlineResponse,
|
|
150
151
|
ExtendAuthInfo,
|
|
151
152
|
FlowCreateApprover,
|
|
152
|
-
|
|
153
|
+
ApproverComponentLimitType,
|
|
153
154
|
HasAuthOrganization,
|
|
154
155
|
RecipientComponentInfo,
|
|
155
156
|
CreateFlowEvidenceReportResponse,
|
|
@@ -219,7 +220,7 @@ import {
|
|
|
219
220
|
DeleteStaffsResult,
|
|
220
221
|
CancelMultiFlowSignQRCodeRequest,
|
|
221
222
|
DeleteIntegrationDepartmentRequest,
|
|
222
|
-
|
|
223
|
+
CancelUserAutoSignEnableUrlResponse,
|
|
223
224
|
ModifyApplicationCallbackInfoRequest,
|
|
224
225
|
DescribeUserAutoSignStatusRequest,
|
|
225
226
|
StartFlowRequest,
|
|
@@ -262,6 +263,7 @@ import {
|
|
|
262
263
|
UploadFilesRequest,
|
|
263
264
|
DescribePersonCertificateRequest,
|
|
264
265
|
RelieveInfo,
|
|
266
|
+
UserFlowType,
|
|
265
267
|
EmbedUrlOption,
|
|
266
268
|
CreateBatchCancelFlowUrlRequest,
|
|
267
269
|
WebThemeConfig,
|
|
@@ -281,7 +283,7 @@ import {
|
|
|
281
283
|
FileUrl,
|
|
282
284
|
CreateOrganizationInfoChangeUrlRequest,
|
|
283
285
|
DescribeOrganizationGroupOrganizationsResponse,
|
|
284
|
-
|
|
286
|
+
CreateOrganizationGroupInvitationLinkResponse,
|
|
285
287
|
CcInfo,
|
|
286
288
|
IntentionQuestion,
|
|
287
289
|
CreateResultPageConfig,
|
|
@@ -1102,6 +1104,23 @@ export class Client extends AbstractClient {
|
|
|
1102
1104
|
return this.request("CreateFlowSignUrl", req, cb)
|
|
1103
1105
|
}
|
|
1104
1106
|
|
|
1107
|
+
/**
|
|
1108
|
+
* 支持企业进行批量初始化操作:
|
|
1109
|
+
|
|
1110
|
+
此接口存在以下限制:
|
|
1111
|
+
1. 若批量操作中包含<font color="red">加入集团企业</font>操作,则调用此接口的员工须有<font color="red">集团企业管理权限</font>。
|
|
1112
|
+
2. 批量操作的企业需要已经完成电子签的认证流程。
|
|
1113
|
+
3. 通过此接口生成的链接在小程序端进行操作时,操作人需要是<font color="red">所有企业的超管或法人</font>。
|
|
1114
|
+
4. 批量操作的企业,需要是<a href="https://qian.tencent.com/developers/companyApis/organizations/CreateOrganizationAuthUrl" target="_blank">通过平台方引导认证</a>的企业。
|
|
1115
|
+
5. <font color="red">操作链接过期时间默认为生成链接后7天。</font>
|
|
1116
|
+
*/
|
|
1117
|
+
async CreateBatchInitOrganizationUrl(
|
|
1118
|
+
req: CreateBatchInitOrganizationUrlRequest,
|
|
1119
|
+
cb?: (error: string, rep: CreateBatchInitOrganizationUrlResponse) => void
|
|
1120
|
+
): Promise<CreateBatchInitOrganizationUrlResponse> {
|
|
1121
|
+
return this.request("CreateBatchInitOrganizationUrl", req, cb)
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1105
1124
|
/**
|
|
1106
1125
|
* 用来撤销<a href="https://qian.tencent.com/developers/companyApis/users/CreateUserAutoSignEnableUrl" target="_blank">获取个人用户自动签的开通状态</a>生成的开通链接,撤销生成的链接失效。
|
|
1107
1126
|
|
|
@@ -921,9 +921,25 @@ export interface ModifyExtendedServiceRequest {
|
|
|
921
921
|
}
|
|
922
922
|
|
|
923
923
|
/**
|
|
924
|
-
*
|
|
924
|
+
* CreateBatchInitOrganizationUrl返回参数结构体
|
|
925
925
|
*/
|
|
926
|
-
export interface
|
|
926
|
+
export interface CreateBatchInitOrganizationUrlResponse {
|
|
927
|
+
/**
|
|
928
|
+
* 小程序路径
|
|
929
|
+
*/
|
|
930
|
+
MiniAppPath?: string
|
|
931
|
+
/**
|
|
932
|
+
* 操作长链
|
|
933
|
+
*/
|
|
934
|
+
OperateLongUrl?: string
|
|
935
|
+
/**
|
|
936
|
+
* 操作短链
|
|
937
|
+
*/
|
|
938
|
+
OperateShortUrl?: string
|
|
939
|
+
/**
|
|
940
|
+
* 操作二维码
|
|
941
|
+
*/
|
|
942
|
+
QRCodeUrl?: string
|
|
927
943
|
/**
|
|
928
944
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
929
945
|
*/
|
|
@@ -2769,6 +2785,32 @@ export interface CreateReleaseFlowResponse {
|
|
|
2769
2785
|
RequestId?: string
|
|
2770
2786
|
}
|
|
2771
2787
|
|
|
2788
|
+
/**
|
|
2789
|
+
* CreateBatchInitOrganizationUrl请求参数结构体
|
|
2790
|
+
*/
|
|
2791
|
+
export interface CreateBatchInitOrganizationUrlRequest {
|
|
2792
|
+
/**
|
|
2793
|
+
* 执行本接口操作的员工信息。
|
|
2794
|
+
注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
|
|
2795
|
+
*/
|
|
2796
|
+
Operator: UserInfo
|
|
2797
|
+
/**
|
|
2798
|
+
* 初始化操作类型
|
|
2799
|
+
<ul><li>CREATE_SEAL : 创建印章</li>
|
|
2800
|
+
<li>AUTH_JOIN_ORGANIZATION_GROUP : 加入集团企业</li>
|
|
2801
|
+
<li>OPEN_AUTO_SIGN :开通企业自动签署</li></ul>
|
|
2802
|
+
*/
|
|
2803
|
+
OperateTypes: Array<string>
|
|
2804
|
+
/**
|
|
2805
|
+
* 批量操作的企业Id列表,最大支持50个
|
|
2806
|
+
*/
|
|
2807
|
+
OrganizationIds: Array<string>
|
|
2808
|
+
/**
|
|
2809
|
+
* 代理相关应用信息,如集团主企业代子企业操作的场景中ProxyOrganizationId必填
|
|
2810
|
+
*/
|
|
2811
|
+
Agent?: Agent
|
|
2812
|
+
}
|
|
2813
|
+
|
|
2772
2814
|
/**
|
|
2773
2815
|
* CreateWebThemeConfig返回参数结构体
|
|
2774
2816
|
*/
|
|
@@ -4943,40 +4985,25 @@ export interface FlowCreateApprover {
|
|
|
4943
4985
|
}
|
|
4944
4986
|
|
|
4945
4987
|
/**
|
|
4946
|
-
*
|
|
4988
|
+
* 签署方在使用个人印章签署控件(SIGN_SIGNATURE) 时可使用的签署方式
|
|
4947
4989
|
*/
|
|
4948
|
-
export interface
|
|
4949
|
-
/**
|
|
4950
|
-
* 加入集团二维码链接,子企业的管理员可以直接扫码进入。
|
|
4951
|
-
注意:1. 该链接有效期时间为ExpireTime,同时需要注意保密,不要外泄给无关用户。2. 该链接不支持小程序嵌入,仅支持<b>移动端浏览器</b>打开。3. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
4952
|
-
*/
|
|
4953
|
-
Link?: string
|
|
4954
|
-
/**
|
|
4955
|
-
* 到期时间(以秒为单位的时间戳)
|
|
4956
|
-
*/
|
|
4957
|
-
ExpireTime?: number
|
|
4990
|
+
export interface ApproverComponentLimitType {
|
|
4958
4991
|
/**
|
|
4959
|
-
*
|
|
4960
|
-
注意:
|
|
4961
|
-
1. 该链接有效期时间为ExpireTime,同时需要注意保密,不要外泄给无关用户。
|
|
4962
|
-
2. 该链接不支持小程序嵌入,仅支持<b>移动端浏览器</b>打开。
|
|
4963
|
-
3. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
4992
|
+
* 签署方经办人在模板中配置的参与方ID,与控件绑定,是控件的归属方,ID为32位字符串。
|
|
4964
4993
|
*/
|
|
4965
|
-
|
|
4994
|
+
RecipientId: string
|
|
4966
4995
|
/**
|
|
4967
|
-
*
|
|
4968
|
-
|
|
4969
|
-
<li>小程序和APP集成使用</li>
|
|
4970
|
-
<li>得到的链接类似于`pages/guide?shortKey=yDw***k1xFc5`, 用法可以参考:<a href="https://qian.tencent.com/developers/company/openwxminiprogram" target="_blank">跳转电子签小程序</a></li>
|
|
4971
|
-
|
|
4996
|
+
* 签署方经办人控件类型是个人印章签署控件(SIGN_SIGNATURE) 时,可选的签名方式,可多选
|
|
4972
4997
|
|
|
4973
|
-
|
|
4974
|
-
|
|
4975
|
-
|
|
4976
|
-
|
|
4977
|
-
|
|
4998
|
+
签名方式:
|
|
4999
|
+
<ul>
|
|
5000
|
+
<li>HANDWRITE-手写签名</li>
|
|
5001
|
+
<li>ESIGN-个人印章类型</li>
|
|
5002
|
+
<li>OCR_ESIGN-AI智能识别手写签名</li>
|
|
5003
|
+
<li>SYSTEM_ESIGN-系统签名</li>
|
|
5004
|
+
</ul>
|
|
4978
5005
|
*/
|
|
4979
|
-
|
|
5006
|
+
Values: Array<string>
|
|
4980
5007
|
}
|
|
4981
5008
|
|
|
4982
5009
|
/**
|
|
@@ -7155,24 +7182,13 @@ export interface DeleteIntegrationDepartmentRequest {
|
|
|
7155
7182
|
}
|
|
7156
7183
|
|
|
7157
7184
|
/**
|
|
7158
|
-
*
|
|
7185
|
+
* CancelUserAutoSignEnableUrl返回参数结构体
|
|
7159
7186
|
*/
|
|
7160
|
-
export interface
|
|
7161
|
-
/**
|
|
7162
|
-
* 合同类型ID
|
|
7163
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7164
|
-
*/
|
|
7165
|
-
UserFlowTypeId?: string
|
|
7166
|
-
/**
|
|
7167
|
-
* 合同类型名称
|
|
7168
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7169
|
-
*/
|
|
7170
|
-
Name?: string
|
|
7187
|
+
export interface CancelUserAutoSignEnableUrlResponse {
|
|
7171
7188
|
/**
|
|
7172
|
-
*
|
|
7173
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7189
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7174
7190
|
*/
|
|
7175
|
-
|
|
7191
|
+
RequestId?: string
|
|
7176
7192
|
}
|
|
7177
7193
|
|
|
7178
7194
|
/**
|
|
@@ -8776,6 +8792,27 @@ export interface RelieveInfo {
|
|
|
8776
8792
|
OtherDeals?: string
|
|
8777
8793
|
}
|
|
8778
8794
|
|
|
8795
|
+
/**
|
|
8796
|
+
* 用户自定义合同类型, 自定义合同类型的管理可以[点击查看在控制台位置的截图](https://qcloudimg.tencent-cloud.cn/raw/85a9b2ebce07b0cd6d75d5327d538235.png)
|
|
8797
|
+
*/
|
|
8798
|
+
export interface UserFlowType {
|
|
8799
|
+
/**
|
|
8800
|
+
* 合同类型ID
|
|
8801
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8802
|
+
*/
|
|
8803
|
+
UserFlowTypeId?: string
|
|
8804
|
+
/**
|
|
8805
|
+
* 合同类型名称
|
|
8806
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8807
|
+
*/
|
|
8808
|
+
Name?: string
|
|
8809
|
+
/**
|
|
8810
|
+
* 合同类型说明
|
|
8811
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8812
|
+
*/
|
|
8813
|
+
Description?: string
|
|
8814
|
+
}
|
|
8815
|
+
|
|
8779
8816
|
/**
|
|
8780
8817
|
* 个性化参数
|
|
8781
8818
|
*/
|
|
@@ -9285,25 +9322,40 @@ export interface DescribeOrganizationGroupOrganizationsResponse {
|
|
|
9285
9322
|
}
|
|
9286
9323
|
|
|
9287
9324
|
/**
|
|
9288
|
-
*
|
|
9325
|
+
* CreateOrganizationGroupInvitationLink返回参数结构体
|
|
9289
9326
|
*/
|
|
9290
|
-
export interface
|
|
9327
|
+
export interface CreateOrganizationGroupInvitationLinkResponse {
|
|
9291
9328
|
/**
|
|
9292
|
-
*
|
|
9329
|
+
* 加入集团二维码链接,子企业的管理员可以直接扫码进入。
|
|
9330
|
+
注意:1. 该链接有效期时间为ExpireTime,同时需要注意保密,不要外泄给无关用户。2. 该链接不支持小程序嵌入,仅支持<b>移动端浏览器</b>打开。3. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
9293
9331
|
*/
|
|
9294
|
-
|
|
9332
|
+
Link?: string
|
|
9295
9333
|
/**
|
|
9296
|
-
*
|
|
9334
|
+
* 到期时间(以秒为单位的时间戳)
|
|
9335
|
+
*/
|
|
9336
|
+
ExpireTime?: number
|
|
9337
|
+
/**
|
|
9338
|
+
* 加入集团短链接。
|
|
9339
|
+
注意:
|
|
9340
|
+
1. 该链接有效期时间为ExpireTime,同时需要注意保密,不要外泄给无关用户。
|
|
9341
|
+
2. 该链接不支持小程序嵌入,仅支持<b>移动端浏览器</b>打开。
|
|
9342
|
+
3. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
9343
|
+
*/
|
|
9344
|
+
JumpUrl?: string
|
|
9345
|
+
/**
|
|
9346
|
+
* 腾讯电子签小程序加入集团链接。
|
|
9297
9347
|
|
|
9298
|
-
|
|
9299
|
-
<
|
|
9300
|
-
|
|
9301
|
-
|
|
9302
|
-
<
|
|
9303
|
-
<li>SYSTEM_ESIGN-系统签名</li>
|
|
9304
|
-
</ul>
|
|
9348
|
+
<li>小程序和APP集成使用</li>
|
|
9349
|
+
<li>得到的链接类似于`pages/guide?shortKey=yDw***k1xFc5`, 用法可以参考:<a href="https://qian.tencent.com/developers/company/openwxminiprogram" target="_blank">跳转电子签小程序</a></li>
|
|
9350
|
+
|
|
9351
|
+
|
|
9352
|
+
注: <font color="red">生成的链路后面不能再增加参数</font>
|
|
9305
9353
|
*/
|
|
9306
|
-
|
|
9354
|
+
MiniAppPath?: string
|
|
9355
|
+
/**
|
|
9356
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9357
|
+
*/
|
|
9358
|
+
RequestId?: string
|
|
9307
9359
|
}
|
|
9308
9360
|
|
|
9309
9361
|
/**
|