tencentcloud-sdk-nodejs 4.0.703 → 4.0.705
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 +471 -0
- package/SERVICE_CHANGELOG.md +461 -134
- package/package.json +1 -1
- package/products.md +31 -31
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/apigateway/v20180808/apigateway_models.ts +13 -0
- package/src/services/ccc/v20200210/ccc_client.ts +13 -1
- package/src/services/ccc/v20200210/ccc_models.ts +117 -29
- package/src/services/cdwpg/v20201230/cdwpg_client.ts +40 -1
- package/src/services/cdwpg/v20201230/cdwpg_models.ts +297 -18
- package/src/services/csip/v20221121/csip_client.ts +46 -7
- package/src/services/csip/v20221121/csip_models.ts +365 -57
- package/src/services/cvm/v20170312/cvm_client.ts +2 -2
- package/src/services/cvm/v20170312/cvm_models.ts +6 -6
- package/src/services/cwp/v20180228/cwp_models.ts +66 -39
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +2 -2
- package/src/services/dasb/v20191018/dasb_models.ts +32 -0
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dlc/v20210125/dlc_models.ts +9 -0
- package/src/services/es/v20180416/es_models.ts +8 -4
- package/src/services/ess/v20201111/ess_client.ts +3 -2
- package/src/services/ess/v20201111/ess_models.ts +15 -9
- package/src/services/essbasic/index.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +191 -11
- package/src/services/goosefs/v20220519/goosefs_models.ts +6 -6
- package/src/services/iai/index.ts +2 -2
- package/src/services/ims/index.ts +2 -2
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/iss/v20230517/iss_client.ts +15 -1
- package/src/services/iss/v20230517/iss_models.ts +69 -18
- package/src/services/lcic/v20220817/lcic_client.ts +16 -3
- package/src/services/lcic/v20220817/lcic_models.ts +135 -67
- package/src/services/live/v20180801/live_models.ts +13 -0
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/monitor/v20180724/monitor_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +23 -21
- package/src/services/oceanus/v20190422/oceanus_client.ts +3 -1
- package/src/services/oceanus/v20190422/oceanus_models.ts +108 -26
- package/src/services/ocr/v20181119/ocr_models.ts +23 -22
- package/src/services/organization/index.ts +2 -2
- package/src/services/privatedns/v20201028/privatedns_models.ts +1 -1
- package/src/services/rum/v20210622/rum_models.ts +5 -1
- package/src/services/sms/index.ts +2 -2
- package/src/services/tbp/index.ts +2 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +3 -3
- package/src/services/tem/index.ts +2 -2
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/tms/index.ts +2 -2
- package/src/services/tse/v20201207/tse_client.ts +12 -0
- package/src/services/tse/v20201207/tse_models.ts +53 -0
- package/src/services/vm/index.ts +2 -2
- package/src/services/vpc/v20170312/vpc_models.ts +1 -1
- package/src/services/waf/v20180125/waf_client.ts +95 -20
- package/src/services/waf/v20180125/waf_models.ts +383 -41
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +13 -0
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +115 -29
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.d.ts +13 -1
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.js +18 -0
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +288 -18
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +13 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +18 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +355 -56
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -6
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +66 -39
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +2 -2
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +32 -0
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +9 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +8 -4
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +3 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +15 -9
- 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 +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +191 -11
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +6 -6
- package/tencentcloud/services/iai/index.d.ts +4 -4
- package/tencentcloud/services/iai/index.js +2 -2
- package/tencentcloud/services/ims/index.d.ts +4 -4
- package/tencentcloud/services/ims/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/iss/v20230517/iss_client.d.ts +5 -1
- package/tencentcloud/services/iss/v20230517/iss_client.js +6 -0
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +65 -18
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +131 -66
- package/tencentcloud/services/live/v20180801/live_models.d.ts +13 -0
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +23 -21
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +106 -26
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +23 -22
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +1 -1
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +5 -1
- package/tencentcloud/services/sms/index.d.ts +4 -4
- package/tencentcloud/services/sms/index.js +2 -2
- package/tencentcloud/services/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +3 -3
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tms/index.d.ts +4 -4
- package/tencentcloud/services/tms/index.js +2 -2
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
- package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +51 -0
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +29 -5
- package/tencentcloud/services/waf/v20180125/waf_client.js +42 -6
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +368 -41
- package/test/ccc.v20200210.test.js +10 -0
- package/test/cdwpg.v20201230.test.js +30 -0
- package/test/csip.v20221121.test.js +30 -0
- package/test/iss.v20230517.test.js +10 -0
- package/test/lcic.v20220817.test.js +10 -0
- package/test/tse.v20201207.test.js +10 -0
- package/test/waf.v20180125.test.js +64 -4
|
@@ -676,7 +676,9 @@ export interface DescribeAssetProcessInfoListRequest {
|
|
|
676
676
|
Quuid?: string;
|
|
677
677
|
/**
|
|
678
678
|
* 过滤条件。
|
|
679
|
-
<li>
|
|
679
|
+
<li>IP - String - 是否必填:否 - 主机ip</li>
|
|
680
|
+
<li>MachineName - String - 是否必填:否 - 主机名称</li>
|
|
681
|
+
<li>InstanceID - string - 是否必填:否 - 实例ID</li>
|
|
680
682
|
<li>Name - String - 是否必填:否 - 进程名</li>
|
|
681
683
|
<li>User - String - 是否必填:否 - 进程用户</li>
|
|
682
684
|
<li>Group - String - 是否必填:否 - 进程用户组</li>
|
|
@@ -818,7 +820,9 @@ export interface DescribeAssetWebFrameListRequest {
|
|
|
818
820
|
Quuid?: string;
|
|
819
821
|
/**
|
|
820
822
|
* 过滤条件。
|
|
821
|
-
<li>
|
|
823
|
+
<li>IP - String - 是否必填:否 - 主机ip</li>
|
|
824
|
+
<li>MachineName - String - 是否必填:否 - 主机名称</li>
|
|
825
|
+
<li>InstanceID - string - 是否必填:否 - 实例ID</li>
|
|
822
826
|
<li>Name - String - 是否必填:否 - 框架名</li>
|
|
823
827
|
<li>NameStrict - String - 是否必填:否 - 框架名(严格匹配)</li>
|
|
824
828
|
<li>Lang - String - 是否必填:否 - 框架语言:java/python</li>
|
|
@@ -1824,7 +1828,9 @@ export interface DescribeAssetJarListRequest {
|
|
|
1824
1828
|
Quuid?: string;
|
|
1825
1829
|
/**
|
|
1826
1830
|
* 过滤条件。
|
|
1827
|
-
<li>
|
|
1831
|
+
<li>IP - String - 是否必填:否 - 主机ip</li>
|
|
1832
|
+
<li>MachineName - String - 是否必填:否 - 主机名称</li>
|
|
1833
|
+
<li>InstanceID - string - 是否必填:否 - 实例ID</li>
|
|
1828
1834
|
<li>Name- string - 是否必填:否 - 包名</li>
|
|
1829
1835
|
<li>Type- uint - 是否必填:否 - 类型
|
|
1830
1836
|
1: 应用程序
|
|
@@ -5162,7 +5168,9 @@ export interface DescribeAssetInitServiceListRequest {
|
|
|
5162
5168
|
Quuid?: string;
|
|
5163
5169
|
/**
|
|
5164
5170
|
* 过滤条件。
|
|
5165
|
-
<li>
|
|
5171
|
+
<li>IP - String - 是否必填:否 - 主机ip</li>
|
|
5172
|
+
<li>MachineName - String - 是否必填:否 - 主机名称</li>
|
|
5173
|
+
<li>InstanceID - string - 是否必填:否 - 实例ID</li>
|
|
5166
5174
|
<li>Name- string - 是否必填:否 - 包名</li>
|
|
5167
5175
|
<li>User- string - 是否必填:否 - 用户</li>
|
|
5168
5176
|
<li>IsAutoRun - string - 是否必填:否 - 是否开机自启动:0否,1是</li>
|
|
@@ -5540,11 +5548,11 @@ export interface DescribeAssetJarListResponse {
|
|
|
5540
5548
|
* 应用列表
|
|
5541
5549
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5542
5550
|
*/
|
|
5543
|
-
Jars
|
|
5551
|
+
Jars?: Array<AssetJarBaseInfo>;
|
|
5544
5552
|
/**
|
|
5545
5553
|
* 总数量
|
|
5546
5554
|
*/
|
|
5547
|
-
Total
|
|
5555
|
+
Total?: number;
|
|
5548
5556
|
/**
|
|
5549
5557
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5550
5558
|
*/
|
|
@@ -6153,11 +6161,11 @@ export interface DescribeAssetPlanTaskListResponse {
|
|
|
6153
6161
|
* 列表
|
|
6154
6162
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6155
6163
|
*/
|
|
6156
|
-
Tasks
|
|
6164
|
+
Tasks?: Array<AssetPlanTask>;
|
|
6157
6165
|
/**
|
|
6158
6166
|
* 总数量
|
|
6159
6167
|
*/
|
|
6160
|
-
Total
|
|
6168
|
+
Total?: number;
|
|
6161
6169
|
/**
|
|
6162
6170
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6163
6171
|
*/
|
|
@@ -6542,7 +6550,7 @@ export interface ExportAssetAppListResponse {
|
|
|
6542
6550
|
/**
|
|
6543
6551
|
* 异步下载任务ID,需要配合ExportTasks接口使用
|
|
6544
6552
|
*/
|
|
6545
|
-
TaskId
|
|
6553
|
+
TaskId?: string;
|
|
6546
6554
|
/**
|
|
6547
6555
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6548
6556
|
*/
|
|
@@ -8613,7 +8621,9 @@ export interface DescribeAssetAppListRequest {
|
|
|
8613
8621
|
/**
|
|
8614
8622
|
* 过滤条件。
|
|
8615
8623
|
<li>AppName- string - 是否必填:否 - 应用名搜索</li>
|
|
8616
|
-
<li>
|
|
8624
|
+
<li>IP - String - 是否必填:否 - 主机ip</li>
|
|
8625
|
+
<li>MachineName - String - 是否必填:否 - 主机名称</li>
|
|
8626
|
+
<li>InstanceID - string - 是否必填:否 - 实例ID</li>
|
|
8617
8627
|
<li>Type - int - 是否必填:否 - 类型 : 仅linux
|
|
8618
8628
|
0: 全部
|
|
8619
8629
|
1: 运维
|
|
@@ -9652,12 +9662,12 @@ export interface DescribeAssetWebLocationListResponse {
|
|
|
9652
9662
|
/**
|
|
9653
9663
|
* 记录总数
|
|
9654
9664
|
*/
|
|
9655
|
-
Total
|
|
9665
|
+
Total?: number;
|
|
9656
9666
|
/**
|
|
9657
9667
|
* 站点列表
|
|
9658
9668
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9659
9669
|
*/
|
|
9660
|
-
Locations
|
|
9670
|
+
Locations?: Array<AssetWebLocationBaseInfo>;
|
|
9661
9671
|
/**
|
|
9662
9672
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
9663
9673
|
*/
|
|
@@ -13729,12 +13739,12 @@ export interface DescribeAssetUserListResponse {
|
|
|
13729
13739
|
/**
|
|
13730
13740
|
* 记录总数
|
|
13731
13741
|
*/
|
|
13732
|
-
Total
|
|
13742
|
+
Total?: number;
|
|
13733
13743
|
/**
|
|
13734
13744
|
* 账号列表
|
|
13735
13745
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
13736
13746
|
*/
|
|
13737
|
-
Users
|
|
13747
|
+
Users?: Array<AssetUserBaseInfo>;
|
|
13738
13748
|
/**
|
|
13739
13749
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
13740
13750
|
*/
|
|
@@ -15300,12 +15310,12 @@ export interface DescribeAssetWebAppListResponse {
|
|
|
15300
15310
|
/**
|
|
15301
15311
|
* 记录总数
|
|
15302
15312
|
*/
|
|
15303
|
-
Total
|
|
15313
|
+
Total?: number;
|
|
15304
15314
|
/**
|
|
15305
15315
|
* 列表
|
|
15306
15316
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
15307
15317
|
*/
|
|
15308
|
-
WebApps
|
|
15318
|
+
WebApps?: Array<AssetWebAppBaseInfo>;
|
|
15309
15319
|
/**
|
|
15310
15320
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
15311
15321
|
*/
|
|
@@ -17123,7 +17133,7 @@ export interface ExportAssetMachineListResponse {
|
|
|
17123
17133
|
/**
|
|
17124
17134
|
* 异步下载任务ID,需要配合ExportTasks接口使用
|
|
17125
17135
|
*/
|
|
17126
|
-
TaskId
|
|
17136
|
+
TaskId?: string;
|
|
17127
17137
|
/**
|
|
17128
17138
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
17129
17139
|
*/
|
|
@@ -19272,7 +19282,9 @@ export interface DescribeIgnoreRuleEffectHostListRequest {
|
|
|
19272
19282
|
export interface ExportAssetMachineListRequest {
|
|
19273
19283
|
/**
|
|
19274
19284
|
* 过滤条件。
|
|
19275
|
-
<li>
|
|
19285
|
+
<li>IP - String - 是否必填:否 - 主机ip</li>
|
|
19286
|
+
<li>MachineName - String - 是否必填:否 - 主机名称</li>
|
|
19287
|
+
<li>InstanceID - string - 是否必填:否 - 实例ID</li>
|
|
19276
19288
|
<li>OsType - String - 是否必填:否 - windows或linux</li>
|
|
19277
19289
|
<li>CpuLoad - Int - 是否必填:否 -
|
|
19278
19290
|
0: 0%或未知 1: 0%~20%
|
|
@@ -20456,11 +20468,11 @@ export interface DescribeAssetAppListResponse {
|
|
|
20456
20468
|
* 应用列表
|
|
20457
20469
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
20458
20470
|
*/
|
|
20459
|
-
Apps
|
|
20471
|
+
Apps?: Array<AssetAppBaseInfo>;
|
|
20460
20472
|
/**
|
|
20461
20473
|
* 总数量
|
|
20462
20474
|
*/
|
|
20463
|
-
Total
|
|
20475
|
+
Total?: number;
|
|
20464
20476
|
/**
|
|
20465
20477
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
20466
20478
|
*/
|
|
@@ -20510,7 +20522,9 @@ export interface ExportAssetAppListRequest {
|
|
|
20510
20522
|
/**
|
|
20511
20523
|
* 过滤条件。
|
|
20512
20524
|
<li>AppName- string - 是否必填:否 - 应用名搜索</li>
|
|
20513
|
-
<li>
|
|
20525
|
+
<li>IP - String - 是否必填:否 - 主机ip</li>
|
|
20526
|
+
<li>MachineName - String - 是否必填:否 - 主机名称</li>
|
|
20527
|
+
<li>InstanceID - string - 是否必填:否 - 实例ID</li>
|
|
20514
20528
|
<li>Type - int - 是否必填:否 - 类型 : 仅linux
|
|
20515
20529
|
0: 全部
|
|
20516
20530
|
1: 运维
|
|
@@ -21709,12 +21723,12 @@ export interface DescribeAssetPortInfoListResponse {
|
|
|
21709
21723
|
/**
|
|
21710
21724
|
* 记录总数
|
|
21711
21725
|
*/
|
|
21712
|
-
Total
|
|
21726
|
+
Total?: number;
|
|
21713
21727
|
/**
|
|
21714
21728
|
* 列表
|
|
21715
21729
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
21716
21730
|
*/
|
|
21717
|
-
Ports
|
|
21731
|
+
Ports?: Array<AssetPortBaseInfo>;
|
|
21718
21732
|
/**
|
|
21719
21733
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
21720
21734
|
*/
|
|
@@ -22219,9 +22233,10 @@ export interface DescribeAssetDatabaseListRequest {
|
|
|
22219
22233
|
Quuid?: string;
|
|
22220
22234
|
/**
|
|
22221
22235
|
* 过滤条件。
|
|
22222
|
-
<li>
|
|
22236
|
+
<li>MachineName- String - 是否必填:否 - 主机别名筛选</li>
|
|
22237
|
+
<li>IP- String - 是否必填:否 - 主机ip筛选</li>
|
|
22238
|
+
<li>InstanceID- String - 是否必填:否 - 主机实例ID筛选</li>
|
|
22223
22239
|
<li>User- string - 是否必填:否 - 运行用户</li>
|
|
22224
|
-
<li>Ip - String - 是否必填:否 - 绑定IP</li>
|
|
22225
22240
|
<li>Port - Int - 是否必填:否 - 端口</li>
|
|
22226
22241
|
<li>Name - Int - 是否必填:否 - 数据库名称
|
|
22227
22242
|
0:全部
|
|
@@ -22482,11 +22497,11 @@ export interface DescribeAssetDatabaseListResponse {
|
|
|
22482
22497
|
* 列表
|
|
22483
22498
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
22484
22499
|
*/
|
|
22485
|
-
Databases
|
|
22500
|
+
Databases?: Array<AssetDatabaseBaseInfo>;
|
|
22486
22501
|
/**
|
|
22487
22502
|
* 总数量
|
|
22488
22503
|
*/
|
|
22489
|
-
Total
|
|
22504
|
+
Total?: number;
|
|
22490
22505
|
/**
|
|
22491
22506
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
22492
22507
|
*/
|
|
@@ -23120,7 +23135,9 @@ export interface DescribeAssetPortInfoListRequest {
|
|
|
23120
23135
|
/**
|
|
23121
23136
|
* 过滤条件。
|
|
23122
23137
|
<li>Port - uint64 - 是否必填:否 - 端口</li>
|
|
23123
|
-
<li>
|
|
23138
|
+
<li>IP - String - 是否必填:否 - 主机ip</li>
|
|
23139
|
+
<li>MachineName - String - 是否必填:否 - 主机名称</li>
|
|
23140
|
+
<li>InstanceID - string - 是否必填:否 - 实例ID</li>
|
|
23124
23141
|
<li>ProcessName - String - 是否必填:否 - 监听进程</li>
|
|
23125
23142
|
<li>Pid - uint64 - 是否必填:否 - PID</li>
|
|
23126
23143
|
<li>User - String - 是否必填:否 - 运行用户</li>
|
|
@@ -24325,11 +24342,11 @@ export interface DescribeAssetCoreModuleListResponse {
|
|
|
24325
24342
|
* 列表
|
|
24326
24343
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
24327
24344
|
*/
|
|
24328
|
-
Modules
|
|
24345
|
+
Modules?: Array<AssetCoreModuleBaseInfo>;
|
|
24329
24346
|
/**
|
|
24330
24347
|
* 总数量
|
|
24331
24348
|
*/
|
|
24332
|
-
Total
|
|
24349
|
+
Total?: number;
|
|
24333
24350
|
/**
|
|
24334
24351
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
24335
24352
|
*/
|
|
@@ -25064,7 +25081,9 @@ export interface DescribeAssetPlanTaskListRequest {
|
|
|
25064
25081
|
Quuid?: string;
|
|
25065
25082
|
/**
|
|
25066
25083
|
* 过滤条件。
|
|
25067
|
-
<li>
|
|
25084
|
+
<li>IP - String - 是否必填:否 - 主机ip</li>
|
|
25085
|
+
<li>MachineName - String - 是否必填:否 - 主机名称</li>
|
|
25086
|
+
<li>InstanceID - string - 是否必填:否 - 实例ID</li>
|
|
25068
25087
|
<li>User- string - 是否必填:否 - 用户</li>
|
|
25069
25088
|
<li>Status- int - 是否必填:否 - 默认启用状态:0未启用, 1启用 </li>
|
|
25070
25089
|
*/
|
|
@@ -26381,7 +26400,9 @@ export interface DescribeAssetCoreModuleListRequest {
|
|
|
26381
26400
|
Quuid?: string;
|
|
26382
26401
|
/**
|
|
26383
26402
|
* 过滤条件。
|
|
26384
|
-
<li>
|
|
26403
|
+
<li>IP - String - 是否必填:否 - 主机ip</li>
|
|
26404
|
+
<li>MachineName - String - 是否必填:否 - 主机名称</li>
|
|
26405
|
+
<li>InstanceID - string - 是否必填:否 - 实例ID</li>
|
|
26385
26406
|
<li>Name- string - 是否必填:否 - 包名</li>
|
|
26386
26407
|
<li>User- string - 是否必填:否 - 用户</li>
|
|
26387
26408
|
*/
|
|
@@ -27045,12 +27066,12 @@ export interface DescribeAssetProcessInfoListResponse {
|
|
|
27045
27066
|
/**
|
|
27046
27067
|
* 记录总数
|
|
27047
27068
|
*/
|
|
27048
|
-
Total
|
|
27069
|
+
Total?: number;
|
|
27049
27070
|
/**
|
|
27050
27071
|
* 列表
|
|
27051
27072
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
27052
27073
|
*/
|
|
27053
|
-
Process
|
|
27074
|
+
Process?: Array<AssetProcessBaseInfo>;
|
|
27054
27075
|
/**
|
|
27055
27076
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
27056
27077
|
*/
|
|
@@ -27214,7 +27235,9 @@ export interface DescribeAssetWebAppListRequest {
|
|
|
27214
27235
|
Quuid?: string;
|
|
27215
27236
|
/**
|
|
27216
27237
|
* 过滤条件。
|
|
27217
|
-
<li>
|
|
27238
|
+
<li>IP - String - 是否必填:否 - 主机ip</li>
|
|
27239
|
+
<li>MachineName - String - 是否必填:否 - 主机名称</li>
|
|
27240
|
+
<li>InstanceID - string - 是否必填:否 - 实例ID</li>
|
|
27218
27241
|
<li>Name - String - 是否必填:否 - 应用名</li>
|
|
27219
27242
|
<li>Domain - String - 是否必填:否 - 站点域名</li>
|
|
27220
27243
|
<li>Type - int - 是否必填:否 - 服务类型:
|
|
@@ -27537,7 +27560,9 @@ export interface DescribeAssetWebLocationListRequest {
|
|
|
27537
27560
|
Quuid?: string;
|
|
27538
27561
|
/**
|
|
27539
27562
|
* 过滤条件。
|
|
27540
|
-
<li>
|
|
27563
|
+
<li>IP - String - 是否必填:否 - 主机ip</li>
|
|
27564
|
+
<li>MachineName - String - 是否必填:否 - 主机名称</li>
|
|
27565
|
+
<li>InstanceID - string - 是否必填:否 - 实例ID</li>
|
|
27541
27566
|
<li>Name - String - 是否必填:否 - 域名</li>
|
|
27542
27567
|
<li>User - String - 是否必填:否 - 运行用户</li>
|
|
27543
27568
|
<li>Port - uint64 - 是否必填:否 - 站点端口</li>
|
|
@@ -28990,12 +29015,12 @@ export interface DescribeAssetWebFrameListResponse {
|
|
|
28990
29015
|
/**
|
|
28991
29016
|
* 记录总数
|
|
28992
29017
|
*/
|
|
28993
|
-
Total
|
|
29018
|
+
Total?: number;
|
|
28994
29019
|
/**
|
|
28995
29020
|
* 列表
|
|
28996
29021
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
28997
29022
|
*/
|
|
28998
|
-
WebFrames
|
|
29023
|
+
WebFrames?: Array<AssetWebFrameBaseInfo>;
|
|
28999
29024
|
/**
|
|
29000
29025
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
29001
29026
|
*/
|
|
@@ -29063,7 +29088,9 @@ export interface DescribeAssetUserListRequest {
|
|
|
29063
29088
|
Quuid?: string;
|
|
29064
29089
|
/**
|
|
29065
29090
|
* 过滤条件。
|
|
29066
|
-
<li>
|
|
29091
|
+
<li>IP - String - 是否必填:否 - 主机ip</li>
|
|
29092
|
+
<li>MachineName - String - 是否必填:否 - 主机名称</li>
|
|
29093
|
+
<li>InstanceID - string - 是否必填:否 - 实例ID</li>
|
|
29067
29094
|
<li>Name - String - 是否必填:否 - 账户名(模糊匹配)</li>
|
|
29068
29095
|
<li>NameStrict - String - 是否必填:否 - 账户名(严格匹配)</li>
|
|
29069
29096
|
<li>Uid - uint64 - 是否必填:否 - Uid</li>
|
|
@@ -2191,7 +2191,7 @@ export interface InstanceNetInfo {
|
|
|
2191
2191
|
*/
|
|
2192
2192
|
WanDomain?: string;
|
|
2193
2193
|
/**
|
|
2194
|
-
* 外网
|
|
2194
|
+
* 外网IP
|
|
2195
2195
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2196
2196
|
*/
|
|
2197
2197
|
WanIP?: string;
|
|
@@ -5013,7 +5013,7 @@ export interface AuditRuleTemplateInfo {
|
|
|
5013
5013
|
*/
|
|
5014
5014
|
AlarmPolicy?: number;
|
|
5015
5015
|
/**
|
|
5016
|
-
*
|
|
5016
|
+
* 模板状态。0-无任务 ,1-修改中。
|
|
5017
5017
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5018
5018
|
*/
|
|
5019
5019
|
Status?: number;
|
|
@@ -206,6 +206,10 @@ export interface AddUserGroupMembersRequest {
|
|
|
206
206
|
* CreateResource请求参数结构体
|
|
207
207
|
*/
|
|
208
208
|
export interface CreateResourceRequest {
|
|
209
|
+
/**
|
|
210
|
+
* 部署region
|
|
211
|
+
*/
|
|
212
|
+
DeployRegion: string;
|
|
209
213
|
/**
|
|
210
214
|
* 部署堡垒机的VpcId
|
|
211
215
|
*/
|
|
@@ -214,6 +218,34 @@ export interface CreateResourceRequest {
|
|
|
214
218
|
* 部署堡垒机的SubnetId
|
|
215
219
|
*/
|
|
216
220
|
SubnetId: string;
|
|
221
|
+
/**
|
|
222
|
+
* 资源类型。取值:standard/pro
|
|
223
|
+
*/
|
|
224
|
+
ResourceEdition: string;
|
|
225
|
+
/**
|
|
226
|
+
* 资源节点数
|
|
227
|
+
*/
|
|
228
|
+
ResourceNode: number;
|
|
229
|
+
/**
|
|
230
|
+
* 计费周期
|
|
231
|
+
*/
|
|
232
|
+
TimeUnit: string;
|
|
233
|
+
/**
|
|
234
|
+
* 计费时长
|
|
235
|
+
*/
|
|
236
|
+
TimeSpan: number;
|
|
237
|
+
/**
|
|
238
|
+
* 计费模式 1预付费
|
|
239
|
+
*/
|
|
240
|
+
PayMode: number;
|
|
241
|
+
/**
|
|
242
|
+
* 自动续费
|
|
243
|
+
*/
|
|
244
|
+
AutoRenewFlag: number;
|
|
245
|
+
/**
|
|
246
|
+
* 部署zone
|
|
247
|
+
*/
|
|
248
|
+
DeployZone?: string;
|
|
217
249
|
}
|
|
218
250
|
/**
|
|
219
251
|
* DescribeDevices返回参数结构体
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const dbbrain: {
|
|
2
|
-
v20210527: {
|
|
3
|
-
Client: typeof import("./v20210527/dbbrain_client").Client;
|
|
4
|
-
Models: typeof import("./v20210527/dbbrain_models");
|
|
5
|
-
};
|
|
6
2
|
v20191016: {
|
|
7
3
|
Client: typeof import("./v20191016/dbbrain_client").Client;
|
|
8
4
|
Models: typeof import("./v20191016/dbbrain_models");
|
|
9
5
|
};
|
|
6
|
+
v20210527: {
|
|
7
|
+
Client: typeof import("./v20210527/dbbrain_client").Client;
|
|
8
|
+
Models: typeof import("./v20210527/dbbrain_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.dbbrain = void 0;
|
|
4
|
-
const v20210527_1 = require("./v20210527");
|
|
5
4
|
const v20191016_1 = require("./v20191016");
|
|
5
|
+
const v20210527_1 = require("./v20210527");
|
|
6
6
|
exports.dbbrain = {
|
|
7
|
-
v20210527: v20210527_1.v20210527,
|
|
8
7
|
v20191016: v20191016_1.v20191016,
|
|
8
|
+
v20210527: v20210527_1.v20210527,
|
|
9
9
|
};
|
|
@@ -7866,6 +7866,15 @@ export interface TColumn {
|
|
|
7866
7866
|
* 字段是否是非空
|
|
7867
7867
|
*/
|
|
7868
7868
|
NotNull?: boolean;
|
|
7869
|
+
/**
|
|
7870
|
+
* 表示整个 numeric 的长度,取值1-38
|
|
7871
|
+
*/
|
|
7872
|
+
Precision?: number;
|
|
7873
|
+
/**
|
|
7874
|
+
* 表示小数部分的长度
|
|
7875
|
+
Scale小于Precision
|
|
7876
|
+
*/
|
|
7877
|
+
Scale?: number;
|
|
7869
7878
|
}
|
|
7870
7879
|
/**
|
|
7871
7880
|
* DescribeResultDownload请求参数结构体
|
|
@@ -1287,7 +1287,7 @@ export interface CreateLogstashInstanceResponse {
|
|
|
1287
1287
|
/**
|
|
1288
1288
|
* 实例ID
|
|
1289
1289
|
*/
|
|
1290
|
-
InstanceId
|
|
1290
|
+
InstanceId?: string;
|
|
1291
1291
|
/**
|
|
1292
1292
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1293
1293
|
*/
|
|
@@ -2858,6 +2858,10 @@ export interface NodeView {
|
|
|
2858
2858
|
* 是否为隐藏可用区
|
|
2859
2859
|
*/
|
|
2860
2860
|
Hidden: boolean;
|
|
2861
|
+
/**
|
|
2862
|
+
* 是否充当协调节点的角色
|
|
2863
|
+
*/
|
|
2864
|
+
IsCoordinationNode?: boolean;
|
|
2861
2865
|
}
|
|
2862
2866
|
/**
|
|
2863
2867
|
* ModifyEsVipSecurityGroup返回参数结构体
|
|
@@ -3214,17 +3218,17 @@ export interface DescribeViewsResponse {
|
|
|
3214
3218
|
* 集群维度视图
|
|
3215
3219
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3216
3220
|
*/
|
|
3217
|
-
ClusterView
|
|
3221
|
+
ClusterView?: ClusterView;
|
|
3218
3222
|
/**
|
|
3219
3223
|
* 节点维度视图
|
|
3220
3224
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3221
3225
|
*/
|
|
3222
|
-
NodesView
|
|
3226
|
+
NodesView?: Array<NodeView>;
|
|
3223
3227
|
/**
|
|
3224
3228
|
* Kibana维度视图
|
|
3225
3229
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3226
3230
|
*/
|
|
3227
|
-
KibanasView
|
|
3231
|
+
KibanasView?: Array<KibanaView>;
|
|
3228
3232
|
/**
|
|
3229
3233
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3230
3234
|
*/
|
|
@@ -254,11 +254,12 @@ export declare class Client extends AbstractClient {
|
|
|
254
254
|
CreateFlowGroupByTemplates(req: CreateFlowGroupByTemplatesRequest, cb?: (error: string, rep: CreateFlowGroupByTemplatesResponse) => void): Promise<CreateFlowGroupByTemplatesResponse>;
|
|
255
255
|
/**
|
|
256
256
|
* 查询企业扩展服务的开通和授权情况,当前支持查询以下内容:
|
|
257
|
-
1.
|
|
257
|
+
1. 企业自动签
|
|
258
258
|
2. 企业与港澳台居民签署合同
|
|
259
259
|
3. 使用手机号验证签署方身份
|
|
260
260
|
4. 骑缝章
|
|
261
261
|
5. 批量签署能力
|
|
262
|
+
6. 拓宽签署方年龄限制
|
|
262
263
|
*/
|
|
263
264
|
DescribeExtendedServiceAuthInfos(req: DescribeExtendedServiceAuthInfosRequest, cb?: (error: string, rep: DescribeExtendedServiceAuthInfosResponse) => void): Promise<DescribeExtendedServiceAuthInfosResponse>;
|
|
264
265
|
/**
|
|
@@ -336,7 +337,7 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
336
337
|
`1. 该接口目前仅支持签署人类型是个人签署方的场景(PERSON)。` <br/>
|
|
337
338
|
`2. 该接口可生成签署链接的C端签署人必须仅有手写签名和时间类型的签署控件,不支持填写控件 。` <br/>
|
|
338
339
|
`3. 该签署链接有效期为30分钟,过期后将失效,如需签署可重新创建签署链接 。` <br/>
|
|
339
|
-
`4.
|
|
340
|
+
`4. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,不支持微信小程序嵌入`。<br/>
|
|
340
341
|
跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>
|
|
341
342
|
*/
|
|
342
343
|
CreateFlowSignUrl(req: CreateFlowSignUrlRequest, cb?: (error: string, rep: CreateFlowSignUrlResponse) => void): Promise<CreateFlowSignUrlResponse>;
|
|
@@ -334,11 +334,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
334
334
|
}
|
|
335
335
|
/**
|
|
336
336
|
* 查询企业扩展服务的开通和授权情况,当前支持查询以下内容:
|
|
337
|
-
1.
|
|
337
|
+
1. 企业自动签
|
|
338
338
|
2. 企业与港澳台居民签署合同
|
|
339
339
|
3. 使用手机号验证签署方身份
|
|
340
340
|
4. 骑缝章
|
|
341
341
|
5. 批量签署能力
|
|
342
|
+
6. 拓宽签署方年龄限制
|
|
342
343
|
*/
|
|
343
344
|
async DescribeExtendedServiceAuthInfos(req, cb) {
|
|
344
345
|
return this.request("DescribeExtendedServiceAuthInfos", req, cb);
|
|
@@ -436,7 +437,7 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
436
437
|
`1. 该接口目前仅支持签署人类型是个人签署方的场景(PERSON)。` <br/>
|
|
437
438
|
`2. 该接口可生成签署链接的C端签署人必须仅有手写签名和时间类型的签署控件,不支持填写控件 。` <br/>
|
|
438
439
|
`3. 该签署链接有效期为30分钟,过期后将失效,如需签署可重新创建签署链接 。` <br/>
|
|
439
|
-
`4.
|
|
440
|
+
`4. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,不支持微信小程序嵌入`。<br/>
|
|
440
441
|
跳转到小程序的实现,参考微信官方文档(分为<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html">全屏</a>、<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html">半屏</a>两种方式),如何配置也可以请参考: <a href="https://qian.tencent.com/developers/company/openwxminiprogram">跳转电子签小程序配置</a>
|
|
441
442
|
*/
|
|
442
443
|
async CreateFlowSignUrl(req, cb) {
|
|
@@ -2773,7 +2773,7 @@ export interface DescribeFileUrlsRequest {
|
|
|
2773
2773
|
|
|
2774
2774
|
当控件的 ComponentType='TEXT'时,FormField.ComponentValue填入文本内容
|
|
2775
2775
|
```
|
|
2776
|
-
|
|
2776
|
+
FormField输入示例:
|
|
2777
2777
|
{
|
|
2778
2778
|
"ComponentId": "componentId1",
|
|
2779
2779
|
"ComponentValue": "文本内容"
|
|
@@ -2781,7 +2781,7 @@ FormFiled输入示例:
|
|
|
2781
2781
|
```
|
|
2782
2782
|
当控件的 ComponentType='MULTI_LINE_TEXT'时,FormField.ComponentValue填入文本内容,支持自动换行。
|
|
2783
2783
|
```
|
|
2784
|
-
|
|
2784
|
+
FormField输入示例:
|
|
2785
2785
|
{
|
|
2786
2786
|
"ComponentId": "componentId1",
|
|
2787
2787
|
"ComponentValue": "多行文本内容"
|
|
@@ -2789,7 +2789,7 @@ FormFiled输入示例:
|
|
|
2789
2789
|
```
|
|
2790
2790
|
当控件的 ComponentType='CHECK_BOX'时,FormField.ComponentValue填入true或false文本
|
|
2791
2791
|
```
|
|
2792
|
-
|
|
2792
|
+
FormField输入示例:
|
|
2793
2793
|
{
|
|
2794
2794
|
"ComponentId": "componentId1",
|
|
2795
2795
|
"ComponentValue": "true"
|
|
@@ -2797,7 +2797,7 @@ FormFiled输入示例:
|
|
|
2797
2797
|
```
|
|
2798
2798
|
当控件的 ComponentType='FILL_IMAGE'时,FormField.ComponentValue填入图片的资源ID
|
|
2799
2799
|
```
|
|
2800
|
-
|
|
2800
|
+
FormField输入示例:
|
|
2801
2801
|
{
|
|
2802
2802
|
"ComponentId": "componentId1",
|
|
2803
2803
|
"ComponentValue": "yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
|
@@ -2805,7 +2805,7 @@ FormFiled输入示例:
|
|
|
2805
2805
|
```
|
|
2806
2806
|
当控件的 ComponentType='ATTACHMENT'时,FormField.ComponentValue填入附件图片的资源ID列表,以逗号分隔,单个附件控件最多支持6个资源ID;
|
|
2807
2807
|
```
|
|
2808
|
-
|
|
2808
|
+
FormField输入示例:
|
|
2809
2809
|
{
|
|
2810
2810
|
"ComponentId": "componentId1",
|
|
2811
2811
|
"ComponentValue": "yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx1,yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx2,yDwhsxxxxxxxxxxxxxxxxxxxxxxxxxx3"
|
|
@@ -2813,7 +2813,7 @@ FormFiled输入示例:
|
|
|
2813
2813
|
```
|
|
2814
2814
|
当控件的 ComponentType='SELECTOR'时,FormField.ComponentValue填入选择的选项内容;
|
|
2815
2815
|
```
|
|
2816
|
-
|
|
2816
|
+
FormField输入示例:
|
|
2817
2817
|
{
|
|
2818
2818
|
"ComponentId": "componentId1",
|
|
2819
2819
|
"ComponentValue": "选择的内容"
|
|
@@ -2821,7 +2821,7 @@ FormFiled输入示例:
|
|
|
2821
2821
|
```
|
|
2822
2822
|
当控件的 ComponentType='DATE'时,FormField.ComponentValue填入日期内容;
|
|
2823
2823
|
```
|
|
2824
|
-
|
|
2824
|
+
FormField输入示例:
|
|
2825
2825
|
{
|
|
2826
2826
|
"ComponentId": "componentId1",
|
|
2827
2827
|
"ComponentValue": "2023年01月01日"
|
|
@@ -2829,7 +2829,7 @@ FormFiled输入示例:
|
|
|
2829
2829
|
```
|
|
2830
2830
|
当控件的 ComponentType='DISTRICT'时,FormField.ComponentValue填入省市区内容;
|
|
2831
2831
|
```
|
|
2832
|
-
|
|
2832
|
+
FormField输入示例:
|
|
2833
2833
|
{
|
|
2834
2834
|
"ComponentId": "componentId1",
|
|
2835
2835
|
"ComponentValue": "广东省深圳市福田区"
|
|
@@ -4563,6 +4563,10 @@ export interface ApproverInfo {
|
|
|
4563
4563
|
注:`限制印章控件或骑缝章控件情况下,仅本企业签署方可以指定具体印章(通过传递ComponentValue,支持多个),他方企业或个人只支持限制控件类型。`
|
|
4564
4564
|
*/
|
|
4565
4565
|
AddSignComponentsLimits?: Array<ComponentLimit>;
|
|
4566
|
+
/**
|
|
4567
|
+
* 签署须知:支持传入富文本,最长字数:500个中文字符
|
|
4568
|
+
*/
|
|
4569
|
+
SignInstructionContent?: string;
|
|
4566
4570
|
}
|
|
4567
4571
|
/**
|
|
4568
4572
|
* CreateFlowSignReview返回参数结构体
|
|
@@ -5710,7 +5714,9 @@ export interface DescribeExtendedServiceAuthInfosRequest {
|
|
|
5710
5714
|
<li>OVERSEA_SIGN:企业与港澳台居民签署合同</li>
|
|
5711
5715
|
<li>MOBILE_CHECK_APPROVER:使用手机号验证签署方身份</li>
|
|
5712
5716
|
<li>PAGING_SEAL:骑缝章</li>
|
|
5713
|
-
<li>BATCH_SIGN:批量签署</li
|
|
5717
|
+
<li>BATCH_SIGN:批量签署</li>
|
|
5718
|
+
<li>AGE_LIMIT_EXPANSION:拓宽签署方年龄限制</li></ul>
|
|
5719
|
+
|
|
5714
5720
|
*/
|
|
5715
5721
|
ExtendServiceType?: string;
|
|
5716
5722
|
/**
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const essbasic: {
|
|
2
|
-
v20201222: {
|
|
3
|
-
Client: typeof import("./v20201222/essbasic_client").Client;
|
|
4
|
-
Models: typeof import("./v20201222/essbasic_models");
|
|
5
|
-
};
|
|
6
2
|
v20210526: {
|
|
7
3
|
Client: typeof import("./v20210526/essbasic_client").Client;
|
|
8
4
|
Models: typeof import("./v20210526/essbasic_models");
|
|
9
5
|
};
|
|
6
|
+
v20201222: {
|
|
7
|
+
Client: typeof import("./v20201222/essbasic_client").Client;
|
|
8
|
+
Models: typeof import("./v20201222/essbasic_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.essbasic = void 0;
|
|
4
|
-
const v20201222_1 = require("./v20201222");
|
|
5
4
|
const v20210526_1 = require("./v20210526");
|
|
5
|
+
const v20201222_1 = require("./v20201222");
|
|
6
6
|
exports.essbasic = {
|
|
7
|
-
v20201222: v20201222_1.v20201222,
|
|
8
7
|
v20210526: v20210526_1.v20210526,
|
|
8
|
+
v20201222: v20201222_1.v20201222,
|
|
9
9
|
};
|
|
@@ -340,7 +340,8 @@ https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchAp
|
|
|
340
340
|
*/
|
|
341
341
|
ChannelCreateFlowApprovers(req: ChannelCreateFlowApproversRequest, cb?: (error: string, rep: ChannelCreateFlowApproversResponse) => void): Promise<ChannelCreateFlowApproversResponse>;
|
|
342
342
|
/**
|
|
343
|
-
*
|
|
343
|
+
* 分页查询企业角色列表,法人的角色是系统保留角色,不会返回,按照角色创建时间升序排列。
|
|
344
|
+
相关系统默认角色说明可参考文档:https://cloud.tencent.com/document/product/1323/61355
|
|
344
345
|
*/
|
|
345
346
|
ChannelDescribeRoles(req: ChannelDescribeRolesRequest, cb?: (error: string, rep: ChannelDescribeRolesResponse) => void): Promise<ChannelDescribeRolesResponse>;
|
|
346
347
|
/**
|