@antchain/insurance_saas 1.10.0 → 1.10.1
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 +2 -2
- package/dist/client.js +1 -1
- package/package.json +1 -1
- package/src/client.ts +3 -3
package/dist/client.d.ts
CHANGED
|
@@ -1036,7 +1036,7 @@ export declare class NotifyInterestScenesubjectRequest extends $tea.Model {
|
|
|
1036
1036
|
requestNo: string;
|
|
1037
1037
|
interestNo: string;
|
|
1038
1038
|
productCode: string;
|
|
1039
|
-
applyLimitAmount
|
|
1039
|
+
applyLimitAmount?: string;
|
|
1040
1040
|
applyLimitStatus: string;
|
|
1041
1041
|
interestSubjectInfo?: string;
|
|
1042
1042
|
static names(): {
|
|
@@ -1133,7 +1133,7 @@ export declare class GetInterestUrlRequest extends $tea.Model {
|
|
|
1133
1133
|
tbrName: string;
|
|
1134
1134
|
tbrPhone: string;
|
|
1135
1135
|
tbrIdCard: string;
|
|
1136
|
-
sceneInfo
|
|
1136
|
+
sceneInfo?: string;
|
|
1137
1137
|
static names(): {
|
|
1138
1138
|
[key: string]: string;
|
|
1139
1139
|
};
|
package/dist/client.js
CHANGED
|
@@ -2013,7 +2013,7 @@ class Client {
|
|
|
2013
2013
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
2014
2014
|
access_key: this._accessKeyId,
|
|
2015
2015
|
base_sdk_version: "TeaSDK-2.0",
|
|
2016
|
-
sdk_version: "1.10.
|
|
2016
|
+
sdk_version: "1.10.1",
|
|
2017
2017
|
_prod_code: "INSURANCE_SAAS",
|
|
2018
2018
|
_prod_channel: "undefined",
|
|
2019
2019
|
};
|
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -2527,7 +2527,7 @@ export class NotifyInterestScenesubjectRequest extends $tea.Model {
|
|
|
2527
2527
|
// 产品编码
|
|
2528
2528
|
productCode: string;
|
|
2529
2529
|
// 申请审批额度,单位元
|
|
2530
|
-
applyLimitAmount
|
|
2530
|
+
applyLimitAmount?: string;
|
|
2531
2531
|
// 申请额度审批状态
|
|
2532
2532
|
applyLimitStatus: string;
|
|
2533
2533
|
// 权益标的信息,JSON字符串
|
|
@@ -2739,7 +2739,7 @@ export class GetInterestUrlRequest extends $tea.Model {
|
|
|
2739
2739
|
// 用户身份证,明文
|
|
2740
2740
|
tbrIdCard: string;
|
|
2741
2741
|
// 场景方信息,JSON字符串
|
|
2742
|
-
sceneInfo
|
|
2742
|
+
sceneInfo?: string;
|
|
2743
2743
|
static names(): { [key: string]: string } {
|
|
2744
2744
|
return {
|
|
2745
2745
|
authToken: 'auth_token',
|
|
@@ -3068,7 +3068,7 @@ export default class Client {
|
|
|
3068
3068
|
req_msg_id: AntchainUtil.getNonce(),
|
|
3069
3069
|
access_key: this._accessKeyId,
|
|
3070
3070
|
base_sdk_version: "TeaSDK-2.0",
|
|
3071
|
-
sdk_version: "1.10.
|
|
3071
|
+
sdk_version: "1.10.1",
|
|
3072
3072
|
_prod_code: "INSURANCE_SAAS",
|
|
3073
3073
|
_prod_channel: "undefined",
|
|
3074
3074
|
};
|