@antchain/riskplus 1.19.21 → 1.19.23
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/dist/client.d.ts +9 -2
- package/dist/client.js +15 -1
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +31 -3
package/dist/client.d.ts
CHANGED
|
@@ -4179,8 +4179,8 @@ export declare class QueryDubbridgeAccountUsecreditRequest extends $tea.Model {
|
|
|
4179
4179
|
authToken?: string;
|
|
4180
4180
|
productInstanceId?: string;
|
|
4181
4181
|
channelCode: string;
|
|
4182
|
-
customNo
|
|
4183
|
-
openId
|
|
4182
|
+
customNo?: string;
|
|
4183
|
+
openId?: string;
|
|
4184
4184
|
static names(): {
|
|
4185
4185
|
[key: string]: string;
|
|
4186
4186
|
};
|
|
@@ -4693,6 +4693,7 @@ export declare class QueryQmpRobotcallDetailRequest extends $tea.Model {
|
|
|
4693
4693
|
phoneNumber: string;
|
|
4694
4694
|
templateType: string;
|
|
4695
4695
|
sceneStrategyId: number;
|
|
4696
|
+
industryTag?: string;
|
|
4696
4697
|
static names(): {
|
|
4697
4698
|
[key: string]: string;
|
|
4698
4699
|
};
|
|
@@ -4724,6 +4725,7 @@ export declare class QueryQmpDataaccessStatisticRequest extends $tea.Model {
|
|
|
4724
4725
|
authToken?: string;
|
|
4725
4726
|
productInstanceId?: string;
|
|
4726
4727
|
taskId: number;
|
|
4728
|
+
industryTag?: string;
|
|
4727
4729
|
static names(): {
|
|
4728
4730
|
[key: string]: string;
|
|
4729
4731
|
};
|
|
@@ -4755,6 +4757,7 @@ export declare class QueryQmpRobotcallStatisticinfoRequest extends $tea.Model {
|
|
|
4755
4757
|
productInstanceId?: string;
|
|
4756
4758
|
sceneStrategyId: number;
|
|
4757
4759
|
outInfo: string;
|
|
4760
|
+
industryTag?: string;
|
|
4758
4761
|
static names(): {
|
|
4759
4762
|
[key: string]: string;
|
|
4760
4763
|
};
|
|
@@ -4794,6 +4797,7 @@ export declare class BatchqueryQmpTaskDetailRequest extends $tea.Model {
|
|
|
4794
4797
|
sceneStrategyId: number;
|
|
4795
4798
|
callDate?: string;
|
|
4796
4799
|
endCallDate?: string;
|
|
4800
|
+
industryTag?: string;
|
|
4797
4801
|
static names(): {
|
|
4798
4802
|
[key: string]: string;
|
|
4799
4803
|
};
|
|
@@ -4856,6 +4860,7 @@ export declare class BatchqueryQmpActionplanDetailRequest extends $tea.Model {
|
|
|
4856
4860
|
authToken?: string;
|
|
4857
4861
|
productInstanceId?: string;
|
|
4858
4862
|
sceneStrategyId: number[];
|
|
4863
|
+
industryTag?: string;
|
|
4859
4864
|
static names(): {
|
|
4860
4865
|
[key: string]: string;
|
|
4861
4866
|
};
|
|
@@ -4919,6 +4924,7 @@ export declare class BatchqueryQmpTenantActionplaninfoRequest extends $tea.Model
|
|
|
4919
4924
|
contentType: string;
|
|
4920
4925
|
pageNum: number;
|
|
4921
4926
|
pageSize: number;
|
|
4927
|
+
industryTag?: string;
|
|
4922
4928
|
static names(): {
|
|
4923
4929
|
[key: string]: string;
|
|
4924
4930
|
};
|
|
@@ -4951,6 +4957,7 @@ export declare class QueryQmpTenantActionplaninfoRequest extends $tea.Model {
|
|
|
4951
4957
|
pageNum?: number;
|
|
4952
4958
|
pageSize?: number;
|
|
4953
4959
|
channelType: string;
|
|
4960
|
+
industryTag?: string;
|
|
4954
4961
|
static names(): {
|
|
4955
4962
|
[key: string]: string;
|
|
4956
4963
|
};
|
package/dist/client.js
CHANGED
|
@@ -7390,6 +7390,7 @@ class QueryQmpRobotcallDetailRequest extends $tea.Model {
|
|
|
7390
7390
|
phoneNumber: 'phone_number',
|
|
7391
7391
|
templateType: 'template_type',
|
|
7392
7392
|
sceneStrategyId: 'scene_strategy_id',
|
|
7393
|
+
industryTag: 'industry_tag',
|
|
7393
7394
|
};
|
|
7394
7395
|
}
|
|
7395
7396
|
static types() {
|
|
@@ -7400,6 +7401,7 @@ class QueryQmpRobotcallDetailRequest extends $tea.Model {
|
|
|
7400
7401
|
phoneNumber: 'string',
|
|
7401
7402
|
templateType: 'string',
|
|
7402
7403
|
sceneStrategyId: 'number',
|
|
7404
|
+
industryTag: 'string',
|
|
7403
7405
|
};
|
|
7404
7406
|
}
|
|
7405
7407
|
}
|
|
@@ -7439,6 +7441,7 @@ class QueryQmpDataaccessStatisticRequest extends $tea.Model {
|
|
|
7439
7441
|
authToken: 'auth_token',
|
|
7440
7442
|
productInstanceId: 'product_instance_id',
|
|
7441
7443
|
taskId: 'task_id',
|
|
7444
|
+
industryTag: 'industry_tag',
|
|
7442
7445
|
};
|
|
7443
7446
|
}
|
|
7444
7447
|
static types() {
|
|
@@ -7446,6 +7449,7 @@ class QueryQmpDataaccessStatisticRequest extends $tea.Model {
|
|
|
7446
7449
|
authToken: 'string',
|
|
7447
7450
|
productInstanceId: 'string',
|
|
7448
7451
|
taskId: 'number',
|
|
7452
|
+
industryTag: 'string',
|
|
7449
7453
|
};
|
|
7450
7454
|
}
|
|
7451
7455
|
}
|
|
@@ -7484,6 +7488,7 @@ class QueryQmpRobotcallStatisticinfoRequest extends $tea.Model {
|
|
|
7484
7488
|
productInstanceId: 'product_instance_id',
|
|
7485
7489
|
sceneStrategyId: 'scene_strategy_id',
|
|
7486
7490
|
outInfo: 'out_info',
|
|
7491
|
+
industryTag: 'industry_tag',
|
|
7487
7492
|
};
|
|
7488
7493
|
}
|
|
7489
7494
|
static types() {
|
|
@@ -7492,6 +7497,7 @@ class QueryQmpRobotcallStatisticinfoRequest extends $tea.Model {
|
|
|
7492
7497
|
productInstanceId: 'string',
|
|
7493
7498
|
sceneStrategyId: 'number',
|
|
7494
7499
|
outInfo: 'string',
|
|
7500
|
+
industryTag: 'string',
|
|
7495
7501
|
};
|
|
7496
7502
|
}
|
|
7497
7503
|
}
|
|
@@ -7542,6 +7548,7 @@ class BatchqueryQmpTaskDetailRequest extends $tea.Model {
|
|
|
7542
7548
|
sceneStrategyId: 'scene_strategy_id',
|
|
7543
7549
|
callDate: 'call_date',
|
|
7544
7550
|
endCallDate: 'end_call_date',
|
|
7551
|
+
industryTag: 'industry_tag',
|
|
7545
7552
|
};
|
|
7546
7553
|
}
|
|
7547
7554
|
static types() {
|
|
@@ -7554,6 +7561,7 @@ class BatchqueryQmpTaskDetailRequest extends $tea.Model {
|
|
|
7554
7561
|
sceneStrategyId: 'number',
|
|
7555
7562
|
callDate: 'string',
|
|
7556
7563
|
endCallDate: 'string',
|
|
7564
|
+
industryTag: 'string',
|
|
7557
7565
|
};
|
|
7558
7566
|
}
|
|
7559
7567
|
}
|
|
@@ -7639,6 +7647,7 @@ class BatchqueryQmpActionplanDetailRequest extends $tea.Model {
|
|
|
7639
7647
|
authToken: 'auth_token',
|
|
7640
7648
|
productInstanceId: 'product_instance_id',
|
|
7641
7649
|
sceneStrategyId: 'scene_strategy_id',
|
|
7650
|
+
industryTag: 'industry_tag',
|
|
7642
7651
|
};
|
|
7643
7652
|
}
|
|
7644
7653
|
static types() {
|
|
@@ -7646,6 +7655,7 @@ class BatchqueryQmpActionplanDetailRequest extends $tea.Model {
|
|
|
7646
7655
|
authToken: 'string',
|
|
7647
7656
|
productInstanceId: 'string',
|
|
7648
7657
|
sceneStrategyId: { 'type': 'array', 'itemType': 'number' },
|
|
7658
|
+
industryTag: 'string',
|
|
7649
7659
|
};
|
|
7650
7660
|
}
|
|
7651
7661
|
}
|
|
@@ -7731,6 +7741,7 @@ class BatchqueryQmpTenantActionplaninfoRequest extends $tea.Model {
|
|
|
7731
7741
|
contentType: 'content_type',
|
|
7732
7742
|
pageNum: 'page_num',
|
|
7733
7743
|
pageSize: 'page_size',
|
|
7744
|
+
industryTag: 'industry_tag',
|
|
7734
7745
|
};
|
|
7735
7746
|
}
|
|
7736
7747
|
static types() {
|
|
@@ -7740,6 +7751,7 @@ class BatchqueryQmpTenantActionplaninfoRequest extends $tea.Model {
|
|
|
7740
7751
|
contentType: 'string',
|
|
7741
7752
|
pageNum: 'number',
|
|
7742
7753
|
pageSize: 'number',
|
|
7754
|
+
industryTag: 'string',
|
|
7743
7755
|
};
|
|
7744
7756
|
}
|
|
7745
7757
|
}
|
|
@@ -7779,6 +7791,7 @@ class QueryQmpTenantActionplaninfoRequest extends $tea.Model {
|
|
|
7779
7791
|
pageNum: 'page_num',
|
|
7780
7792
|
pageSize: 'page_size',
|
|
7781
7793
|
channelType: 'channel_type',
|
|
7794
|
+
industryTag: 'industry_tag',
|
|
7782
7795
|
};
|
|
7783
7796
|
}
|
|
7784
7797
|
static types() {
|
|
@@ -7788,6 +7801,7 @@ class QueryQmpTenantActionplaninfoRequest extends $tea.Model {
|
|
|
7788
7801
|
pageNum: 'number',
|
|
7789
7802
|
pageSize: 'number',
|
|
7790
7803
|
channelType: 'string',
|
|
7804
|
+
industryTag: 'string',
|
|
7791
7805
|
};
|
|
7792
7806
|
}
|
|
7793
7807
|
}
|
|
@@ -13022,7 +13036,7 @@ class Client {
|
|
|
13022
13036
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
13023
13037
|
access_key: this._accessKeyId,
|
|
13024
13038
|
base_sdk_version: "TeaSDK-2.0",
|
|
13025
|
-
sdk_version: "1.19.
|
|
13039
|
+
sdk_version: "1.19.23",
|
|
13026
13040
|
_prod_code: "RISKPLUS",
|
|
13027
13041
|
_prod_channel: "undefined",
|
|
13028
13042
|
};
|