tencentcloud-sdk-nodejs 4.0.1045 → 4.0.1046
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/package.json +1 -1
- package/src/common/sdk_version.ts +1 -1
- package/src/services/acp/v20220105/acp_models.ts +29 -45
- package/src/services/as/v20180419/as_client.ts +3 -2
- package/src/services/controlcenter/v20230110/controlcenter_client.ts +52 -0
- package/src/services/controlcenter/v20230110/controlcenter_models.ts +276 -0
- package/src/services/cvm/v20170312/cvm_client.ts +57 -3
- package/src/services/cvm/v20170312/cvm_models.ts +428 -14
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +5 -1
- package/src/services/domain/v20180808/domain_models.ts +2 -2
- package/src/services/ims/v20201229/ims_client.ts +18 -12
- package/src/services/keewidb/v20220308/keewidb_models.ts +0 -1
- package/src/services/lcic/v20220817/lcic_models.ts +23 -30
- package/src/services/lke/v20231130/lke_client.ts +2 -30
- package/src/services/lke/v20231130/lke_models.ts +20 -101
- package/src/services/lowcode/v20210108/lowcode_models.ts +49 -1
- package/src/services/mariadb/v20170312/mariadb_models.ts +6 -6
- package/src/services/mongodb/v20190725/mongodb_models.ts +2 -2
- package/src/services/mqtt/v20240516/mqtt_client.ts +16 -4
- package/src/services/mqtt/v20240516/mqtt_models.ts +85 -61
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +2 -11
- package/src/services/partners/v20180321/partners_client.ts +19 -6
- package/src/services/partners/v20180321/partners_models.ts +55 -0
- package/src/services/tat/v20201028/tat_client.ts +2 -2
- package/src/services/tat/v20201028/tat_models.ts +253 -102
- package/src/services/teo/v20220901/teo_models.ts +7 -2
- package/src/services/tke/v20180525/tke_models.ts +4 -150
- package/src/services/tke/v20220501/tke_models.ts +0 -1
- package/src/services/vdb/v20230616/vdb_models.ts +0 -6
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/acp/v20220105/acp_models.d.ts +29 -45
- package/tencentcloud/services/as/v20180419/as_client.d.ts +3 -2
- package/tencentcloud/services/as/v20180419/as_client.js +3 -2
- package/tencentcloud/services/controlcenter/v20230110/controlcenter_client.d.ts +17 -1
- package/tencentcloud/services/controlcenter/v20230110/controlcenter_client.js +24 -0
- package/tencentcloud/services/controlcenter/v20230110/controlcenter_models.d.ts +264 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +17 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +24 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +414 -14
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +5 -1
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +2 -2
- package/tencentcloud/services/ims/v20201229/ims_client.d.ts +18 -12
- package/tencentcloud/services/ims/v20201229/ims_client.js +18 -12
- package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +0 -1
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +20 -27
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -13
- package/tencentcloud/services/lke/v20231130/lke_client.js +0 -16
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +20 -97
- package/tencentcloud/services/lowcode/v20210108/lowcode_models.d.ts +49 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +6 -6
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +2 -2
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +5 -1
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +6 -0
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +81 -59
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -11
- package/tencentcloud/services/partners/v20180321/partners_client.d.ts +7 -3
- package/tencentcloud/services/partners/v20180321/partners_client.js +9 -3
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +52 -0
- package/tencentcloud/services/tat/v20201028/tat_client.d.ts +2 -2
- package/tencentcloud/services/tat/v20201028/tat_client.js +2 -2
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +253 -102
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +7 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +0 -146
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +0 -1
- package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +0 -6
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
ApplyRegistrationCodeRequest,
|
|
29
29
|
ModifyJWTAuthenticatorRequest,
|
|
30
30
|
AuthorizationPolicyPriority,
|
|
31
|
-
|
|
31
|
+
DescribeInsPublicEndpointsResponse,
|
|
32
32
|
DeleteTopicRequest,
|
|
33
33
|
ModifyUserResponse,
|
|
34
34
|
DescribeCaCertificateResponse,
|
|
@@ -40,10 +40,11 @@ import {
|
|
|
40
40
|
ProductSkuItem,
|
|
41
41
|
ModifyJWKSAuthenticatorRequest,
|
|
42
42
|
RegisterCaCertificateResponse,
|
|
43
|
+
DeleteInstanceRequest,
|
|
44
|
+
ModifyInstanceRequest,
|
|
43
45
|
RegisterDeviceCertificateResponse,
|
|
44
46
|
MQTTAuthenticatorItem,
|
|
45
47
|
Tag,
|
|
46
|
-
DescribeDeviceCertificateRequest,
|
|
47
48
|
MQTTInstanceItem,
|
|
48
49
|
DescribeInstanceListResponse,
|
|
49
50
|
ApplyRegistrationCodeResponse,
|
|
@@ -82,6 +83,7 @@ import {
|
|
|
82
83
|
CreateTopicResponse,
|
|
83
84
|
DeleteInsPublicEndpointResponse,
|
|
84
85
|
MQTTEndpointItem,
|
|
86
|
+
DescribeInsVPCEndpointsRequest,
|
|
85
87
|
DescribeTopicListRequest,
|
|
86
88
|
AuthorizationPolicyItem,
|
|
87
89
|
RevokedDeviceCertificateRequest,
|
|
@@ -98,8 +100,8 @@ import {
|
|
|
98
100
|
CreateUserRequest,
|
|
99
101
|
DescribeInstanceResponse,
|
|
100
102
|
ModifyInstanceCertBindingResponse,
|
|
101
|
-
|
|
102
|
-
|
|
103
|
+
DescribeInsVPCEndpointsResponse,
|
|
104
|
+
DescribeDeviceCertificateRequest,
|
|
103
105
|
ModifyInsPublicEndpointRequest,
|
|
104
106
|
DeleteInsPublicEndpointRequest,
|
|
105
107
|
DescribeUserListRequest,
|
|
@@ -331,6 +333,16 @@ export class Client extends AbstractClient {
|
|
|
331
333
|
return this.request("ModifyInstanceCertBinding", req, cb)
|
|
332
334
|
}
|
|
333
335
|
|
|
336
|
+
/**
|
|
337
|
+
* 查询MQTT实例公网接入点
|
|
338
|
+
*/
|
|
339
|
+
async DescribeInsVPCEndpoints(
|
|
340
|
+
req: DescribeInsVPCEndpointsRequest,
|
|
341
|
+
cb?: (error: string, rep: DescribeInsVPCEndpointsResponse) => void
|
|
342
|
+
): Promise<DescribeInsVPCEndpointsResponse> {
|
|
343
|
+
return this.request("DescribeInsVPCEndpoints", req, cb)
|
|
344
|
+
}
|
|
345
|
+
|
|
334
346
|
/**
|
|
335
347
|
* 获取产品售卖规格
|
|
336
348
|
*/
|
|
@@ -216,35 +216,38 @@ export interface AuthorizationPolicyPriority {
|
|
|
216
216
|
}
|
|
217
217
|
|
|
218
218
|
/**
|
|
219
|
-
*
|
|
219
|
+
* DescribeInsPublicEndpoints返回参数结构体
|
|
220
220
|
*/
|
|
221
|
-
export interface
|
|
221
|
+
export interface DescribeInsPublicEndpointsResponse {
|
|
222
222
|
/**
|
|
223
|
-
*
|
|
223
|
+
* 接入点
|
|
224
224
|
*/
|
|
225
|
-
|
|
225
|
+
Endpoints?: Array<MQTTEndpointItem>
|
|
226
226
|
/**
|
|
227
|
-
*
|
|
227
|
+
* 实例id
|
|
228
228
|
*/
|
|
229
|
-
|
|
229
|
+
InstanceId?: string
|
|
230
230
|
/**
|
|
231
|
-
*
|
|
231
|
+
* 带宽
|
|
232
232
|
*/
|
|
233
|
-
|
|
233
|
+
Bandwidth?: number
|
|
234
234
|
/**
|
|
235
|
-
*
|
|
235
|
+
* 公网访问规则
|
|
236
236
|
*/
|
|
237
|
-
|
|
237
|
+
Rules?: Array<PublicAccessRule>
|
|
238
238
|
/**
|
|
239
|
-
*
|
|
240
|
-
|
|
241
|
-
|
|
239
|
+
* 公网状态:
|
|
240
|
+
NORMAL-正常
|
|
241
|
+
CLOSING-关闭中
|
|
242
|
+
MODIFYING-修改中
|
|
243
|
+
CREATING-开启中
|
|
244
|
+
CLOSE-关闭
|
|
242
245
|
*/
|
|
243
|
-
|
|
246
|
+
Status?: string
|
|
244
247
|
/**
|
|
245
|
-
*
|
|
248
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
246
249
|
*/
|
|
247
|
-
|
|
250
|
+
RequestId?: string
|
|
248
251
|
}
|
|
249
252
|
|
|
250
253
|
/**
|
|
@@ -518,6 +521,48 @@ export interface RegisterCaCertificateResponse {
|
|
|
518
521
|
RequestId?: string
|
|
519
522
|
}
|
|
520
523
|
|
|
524
|
+
/**
|
|
525
|
+
* DeleteInstance请求参数结构体
|
|
526
|
+
*/
|
|
527
|
+
export interface DeleteInstanceRequest {
|
|
528
|
+
/**
|
|
529
|
+
* 实例ID
|
|
530
|
+
*/
|
|
531
|
+
InstanceId: string
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
/**
|
|
535
|
+
* ModifyInstance请求参数结构体
|
|
536
|
+
*/
|
|
537
|
+
export interface ModifyInstanceRequest {
|
|
538
|
+
/**
|
|
539
|
+
* 实例ID
|
|
540
|
+
*/
|
|
541
|
+
InstanceId: string
|
|
542
|
+
/**
|
|
543
|
+
* 要修改实例名称
|
|
544
|
+
*/
|
|
545
|
+
Name?: string
|
|
546
|
+
/**
|
|
547
|
+
* 要修改的备注信息
|
|
548
|
+
*/
|
|
549
|
+
Remark?: string
|
|
550
|
+
/**
|
|
551
|
+
* 要变更的配置规格
|
|
552
|
+
*/
|
|
553
|
+
SkuCode?: string
|
|
554
|
+
/**
|
|
555
|
+
* 客户端证书注册方式:
|
|
556
|
+
JITP:自动注册
|
|
557
|
+
API:手动通过API注册
|
|
558
|
+
*/
|
|
559
|
+
DeviceCertificateProvisionType?: string
|
|
560
|
+
/**
|
|
561
|
+
* 自动注册证书是否自动激活
|
|
562
|
+
*/
|
|
563
|
+
AutomaticActivation?: boolean
|
|
564
|
+
}
|
|
565
|
+
|
|
521
566
|
/**
|
|
522
567
|
* RegisterDeviceCertificate返回参数结构体
|
|
523
568
|
*/
|
|
@@ -575,20 +620,6 @@ export interface Tag {
|
|
|
575
620
|
TagValue: string
|
|
576
621
|
}
|
|
577
622
|
|
|
578
|
-
/**
|
|
579
|
-
* DescribeDeviceCertificate请求参数结构体
|
|
580
|
-
*/
|
|
581
|
-
export interface DescribeDeviceCertificateRequest {
|
|
582
|
-
/**
|
|
583
|
-
* 设备证书sn
|
|
584
|
-
*/
|
|
585
|
-
DeviceCertificateSn: string
|
|
586
|
-
/**
|
|
587
|
-
* 集群id
|
|
588
|
-
*/
|
|
589
|
-
InstanceId: string
|
|
590
|
-
}
|
|
591
|
-
|
|
592
623
|
/**
|
|
593
624
|
* MQTT 实例信息
|
|
594
625
|
*/
|
|
@@ -1312,6 +1343,16 @@ export interface MQTTEndpointItem {
|
|
|
1312
1343
|
Ip?: string
|
|
1313
1344
|
}
|
|
1314
1345
|
|
|
1346
|
+
/**
|
|
1347
|
+
* DescribeInsVPCEndpoints请求参数结构体
|
|
1348
|
+
*/
|
|
1349
|
+
export interface DescribeInsVPCEndpointsRequest {
|
|
1350
|
+
/**
|
|
1351
|
+
* 实例ID
|
|
1352
|
+
*/
|
|
1353
|
+
InstanceId: string
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1315
1356
|
/**
|
|
1316
1357
|
* DescribeTopicList请求参数结构体
|
|
1317
1358
|
*/
|
|
@@ -1794,48 +1835,31 @@ export interface ModifyInstanceCertBindingResponse {
|
|
|
1794
1835
|
}
|
|
1795
1836
|
|
|
1796
1837
|
/**
|
|
1797
|
-
*
|
|
1838
|
+
* DescribeInsVPCEndpoints返回参数结构体
|
|
1798
1839
|
*/
|
|
1799
|
-
export interface
|
|
1800
|
-
/**
|
|
1801
|
-
* 实例ID
|
|
1802
|
-
*/
|
|
1803
|
-
InstanceId: string
|
|
1804
|
-
}
|
|
1805
|
-
|
|
1806
|
-
/**
|
|
1807
|
-
* DescribeInsPublicEndpoints返回参数结构体
|
|
1808
|
-
*/
|
|
1809
|
-
export interface DescribeInsPublicEndpointsResponse {
|
|
1840
|
+
export interface DescribeInsVPCEndpointsResponse {
|
|
1810
1841
|
/**
|
|
1811
1842
|
* 接入点
|
|
1812
1843
|
*/
|
|
1813
1844
|
Endpoints?: Array<MQTTEndpointItem>
|
|
1814
1845
|
/**
|
|
1815
|
-
*
|
|
1816
|
-
*/
|
|
1817
|
-
InstanceId?: string
|
|
1818
|
-
/**
|
|
1819
|
-
* 带宽
|
|
1820
|
-
*/
|
|
1821
|
-
Bandwidth?: number
|
|
1822
|
-
/**
|
|
1823
|
-
* 公网访问规则
|
|
1846
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1824
1847
|
*/
|
|
1825
|
-
|
|
1848
|
+
RequestId?: string
|
|
1849
|
+
}
|
|
1850
|
+
|
|
1851
|
+
/**
|
|
1852
|
+
* DescribeDeviceCertificate请求参数结构体
|
|
1853
|
+
*/
|
|
1854
|
+
export interface DescribeDeviceCertificateRequest {
|
|
1826
1855
|
/**
|
|
1827
|
-
*
|
|
1828
|
-
NORMAL-正常
|
|
1829
|
-
CLOSING-关闭中
|
|
1830
|
-
MODIFYING-修改中
|
|
1831
|
-
CREATING-开启中
|
|
1832
|
-
CLOSE-关闭
|
|
1856
|
+
* 设备证书sn
|
|
1833
1857
|
*/
|
|
1834
|
-
|
|
1858
|
+
DeviceCertificateSn: string
|
|
1835
1859
|
/**
|
|
1836
|
-
*
|
|
1860
|
+
* 集群id
|
|
1837
1861
|
*/
|
|
1838
|
-
|
|
1862
|
+
InstanceId: string
|
|
1839
1863
|
}
|
|
1840
1864
|
|
|
1841
1865
|
/**
|
|
@@ -742,7 +742,7 @@ export class Client extends AbstractClient {
|
|
|
742
742
|
}
|
|
743
743
|
|
|
744
744
|
/**
|
|
745
|
-
* 本接口支持 PDF多页(最多30
|
|
745
|
+
* 本接口支持 PDF多页(最多30页)、一页中单张、多张、类型票据的混合识别,同时支持单选识别某类票据,已支持票种包括:增值税发票(专票、普票、卷票、区块链发票、通行费发票)、全电发票(专票、普票)、非税发票(通用票据、统一缴纳书)、定额发票、通用机打发票、购车发票(机动车销售发票、二手车发票)、火车票、出租车发票、机票行程单、汽车票、轮船票、过路过桥费发票等常用标准报销发票,支持OFD格式的 增值税电子普通发票、增值税电子专用发票、电子发票(普通发票)、电子发票(增值税专用发票)、电子发票(机票行程单)、电子发票(铁路电子客票)的第一页识别,并支持非上述类型的其他发票的智能识别,点击[立即试用](https://cloud.tencent.com/product/ocr)。
|
|
746
746
|
|
|
747
747
|
默认接口请求频率限制:5次/秒。
|
|
748
748
|
|
|
@@ -3327,20 +3327,11 @@ export interface TaxiInvoiceOCRResponse {
|
|
|
3327
3327
|
*/
|
|
3328
3328
|
export interface RecognizeGeneralInvoiceRequest {
|
|
3329
3329
|
/**
|
|
3330
|
-
* 图片的 Base64
|
|
3331
|
-
支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。
|
|
3332
|
-
支持的图片大小:所下载图片经Base64编码后不超过 8M。图片下载时间不超过 3 秒。
|
|
3333
|
-
支持的图片像素:单边介于20-10000px之间。
|
|
3334
|
-
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
|
3330
|
+
* 图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:单边介于20-10000px之间。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
|
3335
3331
|
*/
|
|
3336
3332
|
ImageBase64?: string
|
|
3337
3333
|
/**
|
|
3338
|
-
* 图片的 Url
|
|
3339
|
-
支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。
|
|
3340
|
-
支持的图片大小:所下载图片经 Base64 编码后不超过 8M。图片下载时间不超过 3 秒。
|
|
3341
|
-
支持的图片像素:单边介于20-10000px之间。
|
|
3342
|
-
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
|
3343
|
-
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
|
3334
|
+
* 图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG、PDF,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 10M。图片下载时间不超过 3 秒。支持的图片像素:单边介于20-10000px之间。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
|
3344
3335
|
*/
|
|
3345
3336
|
ImageUrl?: string
|
|
3346
3337
|
/**
|
|
@@ -23,10 +23,12 @@ import {
|
|
|
23
23
|
DescribeAgentAuditedClientsRequest,
|
|
24
24
|
DescribeRebateInfosNewRequest,
|
|
25
25
|
RemovePayRelationForClientRequest,
|
|
26
|
+
DescribeClientJoinIncreaseListResponse,
|
|
26
27
|
DescribeRebateInfosNewResponse,
|
|
27
28
|
AgentPayDealsRequest,
|
|
28
29
|
DescribeAgentClientGradeResponse,
|
|
29
30
|
DescribeAgentDealsByCacheResponse,
|
|
31
|
+
ClientIncreaseInfoList,
|
|
30
32
|
RebateInfoElem,
|
|
31
33
|
DescribeAgentPayDealsV2Response,
|
|
32
34
|
AgentTransferMoneyRequest,
|
|
@@ -35,6 +37,7 @@ import {
|
|
|
35
37
|
UnbindClientElem,
|
|
36
38
|
RemovePayRelationForClientResponse,
|
|
37
39
|
DescribeAgentRelateBigDealIdsRequest,
|
|
40
|
+
DescribeClientJoinIncreaseListRequest,
|
|
38
41
|
DescribeRebateInfosRequest,
|
|
39
42
|
CreatePayRelationForClientResponse,
|
|
40
43
|
DescribeAgentAuditedClientsResponse,
|
|
@@ -80,6 +83,16 @@ export class Client extends AbstractClient {
|
|
|
80
83
|
super("partners.tencentcloudapi.com", "2018-03-21", clientConfig)
|
|
81
84
|
}
|
|
82
85
|
|
|
86
|
+
/**
|
|
87
|
+
* 合作伙伴为客户消除强代付关系
|
|
88
|
+
*/
|
|
89
|
+
async RemovePayRelationForClient(
|
|
90
|
+
req: RemovePayRelationForClientRequest,
|
|
91
|
+
cb?: (error: string, rep: RemovePayRelationForClientResponse) => void
|
|
92
|
+
): Promise<RemovePayRelationForClientResponse> {
|
|
93
|
+
return this.request("RemovePayRelationForClient", req, cb)
|
|
94
|
+
}
|
|
95
|
+
|
|
83
96
|
/**
|
|
84
97
|
* 为代客or申请中代客分派跟进人(业务员),入参可从以下API获取
|
|
85
98
|
- 代客列表获取API: [DescribeAgentAuditedClients](https://cloud.tencent.com/document/product/563/19184)
|
|
@@ -184,13 +197,13 @@ export class Client extends AbstractClient {
|
|
|
184
197
|
}
|
|
185
198
|
|
|
186
199
|
/**
|
|
187
|
-
*
|
|
200
|
+
* 查询合作伙伴名下客户的参与增量激励考核信息列表
|
|
188
201
|
*/
|
|
189
|
-
async
|
|
190
|
-
req:
|
|
191
|
-
cb?: (error: string, rep:
|
|
192
|
-
): Promise<
|
|
193
|
-
return this.request("
|
|
202
|
+
async DescribeClientJoinIncreaseList(
|
|
203
|
+
req: DescribeClientJoinIncreaseListRequest,
|
|
204
|
+
cb?: (error: string, rep: DescribeClientJoinIncreaseListResponse) => void
|
|
205
|
+
): Promise<DescribeClientJoinIncreaseListResponse> {
|
|
206
|
+
return this.request("DescribeClientJoinIncreaseList", req, cb)
|
|
194
207
|
}
|
|
195
208
|
|
|
196
209
|
/**
|
|
@@ -177,6 +177,20 @@ export interface RemovePayRelationForClientRequest {
|
|
|
177
177
|
ClientUin: string
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
+
/**
|
|
181
|
+
* DescribeClientJoinIncreaseList返回参数结构体
|
|
182
|
+
*/
|
|
183
|
+
export interface DescribeClientJoinIncreaseListResponse {
|
|
184
|
+
/**
|
|
185
|
+
* 已审核代客列表
|
|
186
|
+
*/
|
|
187
|
+
List?: Array<ClientIncreaseInfoList>
|
|
188
|
+
/**
|
|
189
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
190
|
+
*/
|
|
191
|
+
RequestId?: string
|
|
192
|
+
}
|
|
193
|
+
|
|
180
194
|
/**
|
|
181
195
|
* DescribeRebateInfosNew返回参数结构体
|
|
182
196
|
*/
|
|
@@ -257,6 +271,37 @@ export interface DescribeAgentDealsByCacheResponse {
|
|
|
257
271
|
RequestId?: string
|
|
258
272
|
}
|
|
259
273
|
|
|
274
|
+
/**
|
|
275
|
+
* 客户增量激励考核信息列表
|
|
276
|
+
*/
|
|
277
|
+
export interface ClientIncreaseInfoList {
|
|
278
|
+
/**
|
|
279
|
+
* 客户UIN
|
|
280
|
+
*/
|
|
281
|
+
ClientUin?: string
|
|
282
|
+
/**
|
|
283
|
+
* 是否参与增量政策,
|
|
284
|
+
Y:是,N:否
|
|
285
|
+
*/
|
|
286
|
+
IsJoinIncrease?: string
|
|
287
|
+
/**
|
|
288
|
+
* 增量考核关联时间
|
|
289
|
+
*/
|
|
290
|
+
IncreaseUseAssociateDate?: string
|
|
291
|
+
/**
|
|
292
|
+
* 参与增量考核的原始客户等级
|
|
293
|
+
*/
|
|
294
|
+
TLevel?: string
|
|
295
|
+
/**
|
|
296
|
+
* 增量考核目标,分
|
|
297
|
+
*/
|
|
298
|
+
IncreaseGoal?: string
|
|
299
|
+
/**
|
|
300
|
+
* 完成订单金额,分
|
|
301
|
+
*/
|
|
302
|
+
TotalBaseAmt?: string
|
|
303
|
+
}
|
|
304
|
+
|
|
260
305
|
/**
|
|
261
306
|
* 返佣信息定义
|
|
262
307
|
*/
|
|
@@ -421,6 +466,16 @@ export interface DescribeAgentRelateBigDealIdsRequest {
|
|
|
421
466
|
BigDealId: string
|
|
422
467
|
}
|
|
423
468
|
|
|
469
|
+
/**
|
|
470
|
+
* DescribeClientJoinIncreaseList请求参数结构体
|
|
471
|
+
*/
|
|
472
|
+
export interface DescribeClientJoinIncreaseListRequest {
|
|
473
|
+
/**
|
|
474
|
+
* 客户UIN列表
|
|
475
|
+
*/
|
|
476
|
+
ClientUins: Array<string>
|
|
477
|
+
}
|
|
478
|
+
|
|
424
479
|
/**
|
|
425
480
|
* DescribeRebateInfos请求参数结构体
|
|
426
481
|
*/
|
|
@@ -106,9 +106,9 @@ export class Client extends AbstractClient {
|
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
/**
|
|
109
|
-
*
|
|
109
|
+
* 取消一台或多台实例执行的命令
|
|
110
110
|
|
|
111
|
-
* 如果命令还未下发到agent
|
|
111
|
+
* 如果命令还未下发到agent,任务状态处于PENDING、DELIVERING、DELIVER_DELAYED,取消后任务状态是CANCELLED
|
|
112
112
|
* 如果命令已下发到agent,任务状态处于RUNNING, 取消后任务状态是TERMINATED
|
|
113
113
|
*/
|
|
114
114
|
async CancelInvocation(
|