@antchain/insurance_saas 1.8.13 → 1.8.14
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 +5 -5
- package/dist/client.js +10 -10
- package/package.json +1 -1
- package/src/client.ts +7 -7
package/dist/client.d.ts
CHANGED
|
@@ -931,7 +931,7 @@ export declare class IssueEmbedcardPaysucResponse extends $tea.Model {
|
|
|
931
931
|
[key: string]: any;
|
|
932
932
|
});
|
|
933
933
|
}
|
|
934
|
-
export declare class
|
|
934
|
+
export declare class GetEmbedoemautoinsuranceUrlRequest extends $tea.Model {
|
|
935
935
|
authToken?: string;
|
|
936
936
|
requestNo: string;
|
|
937
937
|
productCode: string;
|
|
@@ -946,7 +946,7 @@ export declare class GetEmbedomeautoinsuranceUrlRequest extends $tea.Model {
|
|
|
946
946
|
[key: string]: any;
|
|
947
947
|
});
|
|
948
948
|
}
|
|
949
|
-
export declare class
|
|
949
|
+
export declare class GetEmbedoemautoinsuranceUrlResponse extends $tea.Model {
|
|
950
950
|
reqMsgId?: string;
|
|
951
951
|
resultCode?: string;
|
|
952
952
|
resultMsg?: string;
|
|
@@ -1284,12 +1284,12 @@ export default class Client {
|
|
|
1284
1284
|
* Description: 嵌入式主机厂车险url链接获取
|
|
1285
1285
|
* Summary: 嵌入式主机厂车险url链接获取
|
|
1286
1286
|
*/
|
|
1287
|
-
|
|
1287
|
+
getEmbedoemautoinsuranceUrl(request: GetEmbedoemautoinsuranceUrlRequest): Promise<GetEmbedoemautoinsuranceUrlResponse>;
|
|
1288
1288
|
/**
|
|
1289
1289
|
* Description: 嵌入式主机厂车险url链接获取
|
|
1290
1290
|
* Summary: 嵌入式主机厂车险url链接获取
|
|
1291
1291
|
*/
|
|
1292
|
-
|
|
1292
|
+
getEmbedoemautoinsuranceUrlEx(request: GetEmbedoemautoinsuranceUrlRequest, headers: {
|
|
1293
1293
|
[key: string]: string;
|
|
1294
|
-
}, runtime: $Util.RuntimeOptions): Promise<
|
|
1294
|
+
}, runtime: $Util.RuntimeOptions): Promise<GetEmbedoemautoinsuranceUrlResponse>;
|
|
1295
1295
|
}
|
package/dist/client.js
CHANGED
|
@@ -22,7 +22,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
22
22
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
23
23
|
};
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
exports.
|
|
25
|
+
exports.GetEmbedoemautoinsuranceUrlResponse = exports.GetEmbedoemautoinsuranceUrlRequest = exports.IssueEmbedcardPaysucResponse = exports.IssueEmbedcardPaysucRequest = exports.GetEmbedcardUrlResponse = exports.GetEmbedcardUrlRequest = exports.QueryReverseCommissionResponse = exports.QueryReverseCommissionRequest = exports.SubmitInvestigateCaseResponse = exports.SubmitInvestigateCaseRequest = exports.ApplyInsureTestResponse = exports.ApplyInsureTestRequest = exports.QueryInsureResultResponse = exports.QueryInsureResultRequest = exports.SyncPolicyResultResponse = exports.SyncPolicyResultRequest = exports.ApplyEndorsementStrategyResponse = exports.ApplyEndorsementStrategyRequest = exports.FinishClaimSettleResponse = exports.FinishClaimSettleRequest = exports.ConfirmClaimSettleResponse = exports.ConfirmClaimSettleRequest = exports.UpdateClaimMaterialResponse = exports.UpdateClaimMaterialRequest = exports.CancelClaimResponse = exports.CancelClaimRequest = exports.ApplyClaimResponse = exports.ApplyClaimRequest = exports.NotifyPolicyResultResponse = exports.NotifyPolicyResultRequest = exports.ApplyInsureResponse = exports.ApplyInsureRequest = exports.QueryPolicyFileResponse = exports.QueryPolicyFileRequest = exports.QueryUnderwritingResponse = exports.QueryUnderwritingRequest = exports.ApplyUnderwritingResponse = exports.ApplyUnderwritingRequest = exports.SyncQuoteResponse = exports.SyncQuoteRequest = exports.QueryDataWeatherResponse = exports.QueryDataWeatherRequest = exports.QueryDataDisasterResponse = exports.QueryDataDisasterRequest = exports.SubmitInquiryResponse = exports.SubmitInquiryRequest = exports.QueryInquiryResponse = exports.QueryInquiryRequest = exports.EntrustGuaranteeProduct = exports.Applicant = exports.Insured = exports.FileNode = exports.Config = void 0;
|
|
26
26
|
// This file is auto-generated, don't edit it
|
|
27
27
|
const alipay_util_1 = __importDefault(require("@antchain/alipay-util"));
|
|
28
28
|
const tea_util_1 = __importStar(require("@alicloud/tea-util")), $Util = tea_util_1;
|
|
@@ -1483,7 +1483,7 @@ class IssueEmbedcardPaysucResponse extends $tea.Model {
|
|
|
1483
1483
|
}
|
|
1484
1484
|
}
|
|
1485
1485
|
exports.IssueEmbedcardPaysucResponse = IssueEmbedcardPaysucResponse;
|
|
1486
|
-
class
|
|
1486
|
+
class GetEmbedoemautoinsuranceUrlRequest extends $tea.Model {
|
|
1487
1487
|
constructor(map) {
|
|
1488
1488
|
super(map);
|
|
1489
1489
|
}
|
|
@@ -1504,8 +1504,8 @@ class GetEmbedomeautoinsuranceUrlRequest extends $tea.Model {
|
|
|
1504
1504
|
};
|
|
1505
1505
|
}
|
|
1506
1506
|
}
|
|
1507
|
-
exports.
|
|
1508
|
-
class
|
|
1507
|
+
exports.GetEmbedoemautoinsuranceUrlRequest = GetEmbedoemautoinsuranceUrlRequest;
|
|
1508
|
+
class GetEmbedoemautoinsuranceUrlResponse extends $tea.Model {
|
|
1509
1509
|
constructor(map) {
|
|
1510
1510
|
super(map);
|
|
1511
1511
|
}
|
|
@@ -1528,7 +1528,7 @@ class GetEmbedomeautoinsuranceUrlResponse extends $tea.Model {
|
|
|
1528
1528
|
};
|
|
1529
1529
|
}
|
|
1530
1530
|
}
|
|
1531
|
-
exports.
|
|
1531
|
+
exports.GetEmbedoemautoinsuranceUrlResponse = GetEmbedoemautoinsuranceUrlResponse;
|
|
1532
1532
|
class Client {
|
|
1533
1533
|
/**
|
|
1534
1534
|
* Init client with Config
|
|
@@ -1617,7 +1617,7 @@ class Client {
|
|
|
1617
1617
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
1618
1618
|
access_key: this._accessKeyId,
|
|
1619
1619
|
base_sdk_version: "TeaSDK-2.0",
|
|
1620
|
-
sdk_version: "1.8.
|
|
1620
|
+
sdk_version: "1.8.14",
|
|
1621
1621
|
_prod_code: "INSURANCE_SAAS",
|
|
1622
1622
|
_prod_channel: "undefined",
|
|
1623
1623
|
};
|
|
@@ -2049,18 +2049,18 @@ class Client {
|
|
|
2049
2049
|
* Description: 嵌入式主机厂车险url链接获取
|
|
2050
2050
|
* Summary: 嵌入式主机厂车险url链接获取
|
|
2051
2051
|
*/
|
|
2052
|
-
async
|
|
2052
|
+
async getEmbedoemautoinsuranceUrl(request) {
|
|
2053
2053
|
let runtime = new $Util.RuntimeOptions({});
|
|
2054
2054
|
let headers = {};
|
|
2055
|
-
return await this.
|
|
2055
|
+
return await this.getEmbedoemautoinsuranceUrlEx(request, headers, runtime);
|
|
2056
2056
|
}
|
|
2057
2057
|
/**
|
|
2058
2058
|
* Description: 嵌入式主机厂车险url链接获取
|
|
2059
2059
|
* Summary: 嵌入式主机厂车险url链接获取
|
|
2060
2060
|
*/
|
|
2061
|
-
async
|
|
2061
|
+
async getEmbedoemautoinsuranceUrlEx(request, headers, runtime) {
|
|
2062
2062
|
tea_util_1.default.validateModel(request);
|
|
2063
|
-
return $tea.cast(await this.doRequest("1.0", "antcloud.insurance.
|
|
2063
|
+
return $tea.cast(await this.doRequest("1.0", "antcloud.insurance.embedoemautoinsurance.url.get", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new GetEmbedoemautoinsuranceUrlResponse({}));
|
|
2064
2064
|
}
|
|
2065
2065
|
}
|
|
2066
2066
|
exports.default = Client;
|
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -2284,7 +2284,7 @@ export class IssueEmbedcardPaysucResponse extends $tea.Model {
|
|
|
2284
2284
|
}
|
|
2285
2285
|
}
|
|
2286
2286
|
|
|
2287
|
-
export class
|
|
2287
|
+
export class GetEmbedoemautoinsuranceUrlRequest extends $tea.Model {
|
|
2288
2288
|
// OAuth模式下的授权token
|
|
2289
2289
|
authToken?: string;
|
|
2290
2290
|
// 调用方生成的唯一编码,参考格式: yyyyMMdd_xxxxx,已接口请求的当前日期开头;
|
|
@@ -2316,7 +2316,7 @@ export class GetEmbedomeautoinsuranceUrlRequest extends $tea.Model {
|
|
|
2316
2316
|
}
|
|
2317
2317
|
}
|
|
2318
2318
|
|
|
2319
|
-
export class
|
|
2319
|
+
export class GetEmbedoemautoinsuranceUrlResponse extends $tea.Model {
|
|
2320
2320
|
// 请求唯一ID,用于链路跟踪和问题排查
|
|
2321
2321
|
reqMsgId?: string;
|
|
2322
2322
|
// 结果码,一般OK表示调用成功
|
|
@@ -2465,7 +2465,7 @@ export default class Client {
|
|
|
2465
2465
|
req_msg_id: AntchainUtil.getNonce(),
|
|
2466
2466
|
access_key: this._accessKeyId,
|
|
2467
2467
|
base_sdk_version: "TeaSDK-2.0",
|
|
2468
|
-
sdk_version: "1.8.
|
|
2468
|
+
sdk_version: "1.8.14",
|
|
2469
2469
|
_prod_code: "INSURANCE_SAAS",
|
|
2470
2470
|
_prod_channel: "undefined",
|
|
2471
2471
|
};
|
|
@@ -2954,19 +2954,19 @@ export default class Client {
|
|
|
2954
2954
|
* Description: 嵌入式主机厂车险url链接获取
|
|
2955
2955
|
* Summary: 嵌入式主机厂车险url链接获取
|
|
2956
2956
|
*/
|
|
2957
|
-
async
|
|
2957
|
+
async getEmbedoemautoinsuranceUrl(request: GetEmbedoemautoinsuranceUrlRequest): Promise<GetEmbedoemautoinsuranceUrlResponse> {
|
|
2958
2958
|
let runtime = new $Util.RuntimeOptions({ });
|
|
2959
2959
|
let headers : {[key: string ]: string} = { };
|
|
2960
|
-
return await this.
|
|
2960
|
+
return await this.getEmbedoemautoinsuranceUrlEx(request, headers, runtime);
|
|
2961
2961
|
}
|
|
2962
2962
|
|
|
2963
2963
|
/**
|
|
2964
2964
|
* Description: 嵌入式主机厂车险url链接获取
|
|
2965
2965
|
* Summary: 嵌入式主机厂车险url链接获取
|
|
2966
2966
|
*/
|
|
2967
|
-
async
|
|
2967
|
+
async getEmbedoemautoinsuranceUrlEx(request: GetEmbedoemautoinsuranceUrlRequest, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<GetEmbedoemautoinsuranceUrlResponse> {
|
|
2968
2968
|
Util.validateModel(request);
|
|
2969
|
-
return $tea.cast<
|
|
2969
|
+
return $tea.cast<GetEmbedoemautoinsuranceUrlResponse>(await this.doRequest("1.0", "antcloud.insurance.embedoemautoinsurance.url.get", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new GetEmbedoemautoinsuranceUrlResponse({}));
|
|
2970
2970
|
}
|
|
2971
2971
|
|
|
2972
2972
|
}
|