@antchain/insurance_saas 1.12.45 → 1.12.53
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 +198 -4
- package/dist/client.js +294 -6
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +421 -7
package/dist/client.d.ts
CHANGED
|
@@ -420,6 +420,10 @@ export declare class CallbackMktLiveeffectRequest extends $tea.Model {
|
|
|
420
420
|
liveStartTime?: string;
|
|
421
421
|
extInfo?: string;
|
|
422
422
|
liveSessionId?: string;
|
|
423
|
+
marketingChannel?: string;
|
|
424
|
+
rtaTraceId?: string;
|
|
425
|
+
rtaExpId?: string;
|
|
426
|
+
rtbTraceId?: string;
|
|
423
427
|
static names(): {
|
|
424
428
|
[key: string]: string;
|
|
425
429
|
};
|
|
@@ -507,6 +511,140 @@ export declare class CallbackMktMonitordataResponse extends $tea.Model {
|
|
|
507
511
|
[key: string]: any;
|
|
508
512
|
});
|
|
509
513
|
}
|
|
514
|
+
export declare class NotifyEmbedoemautoinsuranceEventRequest extends $tea.Model {
|
|
515
|
+
authToken?: string;
|
|
516
|
+
requestNo: string;
|
|
517
|
+
eventType: string;
|
|
518
|
+
eventTime: string;
|
|
519
|
+
data: string;
|
|
520
|
+
static names(): {
|
|
521
|
+
[key: string]: string;
|
|
522
|
+
};
|
|
523
|
+
static types(): {
|
|
524
|
+
[key: string]: any;
|
|
525
|
+
};
|
|
526
|
+
constructor(map?: {
|
|
527
|
+
[key: string]: any;
|
|
528
|
+
});
|
|
529
|
+
}
|
|
530
|
+
export declare class NotifyEmbedoemautoinsuranceEventResponse extends $tea.Model {
|
|
531
|
+
reqMsgId?: string;
|
|
532
|
+
resultCode?: string;
|
|
533
|
+
resultMsg?: string;
|
|
534
|
+
code?: number;
|
|
535
|
+
message?: string;
|
|
536
|
+
success?: boolean;
|
|
537
|
+
static names(): {
|
|
538
|
+
[key: string]: string;
|
|
539
|
+
};
|
|
540
|
+
static types(): {
|
|
541
|
+
[key: string]: any;
|
|
542
|
+
};
|
|
543
|
+
constructor(map?: {
|
|
544
|
+
[key: string]: any;
|
|
545
|
+
});
|
|
546
|
+
}
|
|
547
|
+
export declare class CallbackMktMediastatisticaldataRequest extends $tea.Model {
|
|
548
|
+
authToken?: string;
|
|
549
|
+
requestId: string;
|
|
550
|
+
projectId: string;
|
|
551
|
+
mediaSource: string;
|
|
552
|
+
dimension: string;
|
|
553
|
+
statisticalDataList: string;
|
|
554
|
+
static names(): {
|
|
555
|
+
[key: string]: string;
|
|
556
|
+
};
|
|
557
|
+
static types(): {
|
|
558
|
+
[key: string]: any;
|
|
559
|
+
};
|
|
560
|
+
constructor(map?: {
|
|
561
|
+
[key: string]: any;
|
|
562
|
+
});
|
|
563
|
+
}
|
|
564
|
+
export declare class CallbackMktMediastatisticaldataResponse extends $tea.Model {
|
|
565
|
+
reqMsgId?: string;
|
|
566
|
+
resultCode?: string;
|
|
567
|
+
resultMsg?: string;
|
|
568
|
+
requestId?: string;
|
|
569
|
+
static names(): {
|
|
570
|
+
[key: string]: string;
|
|
571
|
+
};
|
|
572
|
+
static types(): {
|
|
573
|
+
[key: string]: any;
|
|
574
|
+
};
|
|
575
|
+
constructor(map?: {
|
|
576
|
+
[key: string]: any;
|
|
577
|
+
});
|
|
578
|
+
}
|
|
579
|
+
export declare class CallbackMktEffectsimpleRequest extends $tea.Model {
|
|
580
|
+
authToken?: string;
|
|
581
|
+
requestId: string;
|
|
582
|
+
projectId: string;
|
|
583
|
+
marketingMode: string;
|
|
584
|
+
insureShortUrl: string;
|
|
585
|
+
encryptionType: string;
|
|
586
|
+
encryptedUserId: string;
|
|
587
|
+
landingVisitId: string;
|
|
588
|
+
nodeType: string;
|
|
589
|
+
nodeStatus: string;
|
|
590
|
+
eventTime: string;
|
|
591
|
+
static names(): {
|
|
592
|
+
[key: string]: string;
|
|
593
|
+
};
|
|
594
|
+
static types(): {
|
|
595
|
+
[key: string]: any;
|
|
596
|
+
};
|
|
597
|
+
constructor(map?: {
|
|
598
|
+
[key: string]: any;
|
|
599
|
+
});
|
|
600
|
+
}
|
|
601
|
+
export declare class CallbackMktEffectsimpleResponse extends $tea.Model {
|
|
602
|
+
reqMsgId?: string;
|
|
603
|
+
resultCode?: string;
|
|
604
|
+
resultMsg?: string;
|
|
605
|
+
requestId?: string;
|
|
606
|
+
static names(): {
|
|
607
|
+
[key: string]: string;
|
|
608
|
+
};
|
|
609
|
+
static types(): {
|
|
610
|
+
[key: string]: any;
|
|
611
|
+
};
|
|
612
|
+
constructor(map?: {
|
|
613
|
+
[key: string]: any;
|
|
614
|
+
});
|
|
615
|
+
}
|
|
616
|
+
export declare class ApplyMktserviceproviderAudiencecircleRequest extends $tea.Model {
|
|
617
|
+
authToken?: string;
|
|
618
|
+
requestId: string;
|
|
619
|
+
projectId: string;
|
|
620
|
+
bizScene: string;
|
|
621
|
+
encryptionType: string;
|
|
622
|
+
encryptedUserIds: string[];
|
|
623
|
+
static names(): {
|
|
624
|
+
[key: string]: string;
|
|
625
|
+
};
|
|
626
|
+
static types(): {
|
|
627
|
+
[key: string]: any;
|
|
628
|
+
};
|
|
629
|
+
constructor(map?: {
|
|
630
|
+
[key: string]: any;
|
|
631
|
+
});
|
|
632
|
+
}
|
|
633
|
+
export declare class ApplyMktserviceproviderAudiencecircleResponse extends $tea.Model {
|
|
634
|
+
reqMsgId?: string;
|
|
635
|
+
resultCode?: string;
|
|
636
|
+
resultMsg?: string;
|
|
637
|
+
requestId?: string;
|
|
638
|
+
static names(): {
|
|
639
|
+
[key: string]: string;
|
|
640
|
+
};
|
|
641
|
+
static types(): {
|
|
642
|
+
[key: string]: any;
|
|
643
|
+
};
|
|
644
|
+
constructor(map?: {
|
|
645
|
+
[key: string]: any;
|
|
646
|
+
});
|
|
647
|
+
}
|
|
510
648
|
export declare class QueryInquiryRequest extends $tea.Model {
|
|
511
649
|
authToken?: string;
|
|
512
650
|
inquiryNoInner: string;
|
|
@@ -2091,14 +2229,14 @@ export default class Client {
|
|
|
2091
2229
|
}, runtime: $Util.RuntimeOptions): Promise<GetAasButleragentChaturlResponse>;
|
|
2092
2230
|
/**
|
|
2093
2231
|
* @remarks
|
|
2094
|
-
* Description:
|
|
2095
|
-
* Summary:
|
|
2232
|
+
* Description: 保险营销效果回传接口——媒体
|
|
2233
|
+
* Summary: 保险营销效果回传接口——媒体
|
|
2096
2234
|
*/
|
|
2097
2235
|
callbackMktLiveeffect(request: CallbackMktLiveeffectRequest): Promise<CallbackMktLiveeffectResponse>;
|
|
2098
2236
|
/**
|
|
2099
2237
|
* @remarks
|
|
2100
|
-
* Description:
|
|
2101
|
-
* Summary:
|
|
2238
|
+
* Description: 保险营销效果回传接口——媒体
|
|
2239
|
+
* Summary: 保险营销效果回传接口——媒体
|
|
2102
2240
|
*/
|
|
2103
2241
|
callbackMktLiveeffectEx(request: CallbackMktLiveeffectRequest, headers: {
|
|
2104
2242
|
[key: string]: string;
|
|
@@ -2131,6 +2269,62 @@ export default class Client {
|
|
|
2131
2269
|
callbackMktMonitordataEx(request: CallbackMktMonitordataRequest, headers: {
|
|
2132
2270
|
[key: string]: string;
|
|
2133
2271
|
}, runtime: $Util.RuntimeOptions): Promise<CallbackMktMonitordataResponse>;
|
|
2272
|
+
/**
|
|
2273
|
+
* @remarks
|
|
2274
|
+
* Description: 理想蚂蚁保项目
|
|
2275
|
+
* Summary: 理想蚂蚁保项目
|
|
2276
|
+
*/
|
|
2277
|
+
notifyEmbedoemautoinsuranceEvent(request: NotifyEmbedoemautoinsuranceEventRequest): Promise<NotifyEmbedoemautoinsuranceEventResponse>;
|
|
2278
|
+
/**
|
|
2279
|
+
* @remarks
|
|
2280
|
+
* Description: 理想蚂蚁保项目
|
|
2281
|
+
* Summary: 理想蚂蚁保项目
|
|
2282
|
+
*/
|
|
2283
|
+
notifyEmbedoemautoinsuranceEventEx(request: NotifyEmbedoemautoinsuranceEventRequest, headers: {
|
|
2284
|
+
[key: string]: string;
|
|
2285
|
+
}, runtime: $Util.RuntimeOptions): Promise<NotifyEmbedoemautoinsuranceEventResponse>;
|
|
2286
|
+
/**
|
|
2287
|
+
* @remarks
|
|
2288
|
+
* Description: 1
|
|
2289
|
+
* Summary: 1
|
|
2290
|
+
*/
|
|
2291
|
+
callbackMktMediastatisticaldata(request: CallbackMktMediastatisticaldataRequest): Promise<CallbackMktMediastatisticaldataResponse>;
|
|
2292
|
+
/**
|
|
2293
|
+
* @remarks
|
|
2294
|
+
* Description: 1
|
|
2295
|
+
* Summary: 1
|
|
2296
|
+
*/
|
|
2297
|
+
callbackMktMediastatisticaldataEx(request: CallbackMktMediastatisticaldataRequest, headers: {
|
|
2298
|
+
[key: string]: string;
|
|
2299
|
+
}, runtime: $Util.RuntimeOptions): Promise<CallbackMktMediastatisticaldataResponse>;
|
|
2300
|
+
/**
|
|
2301
|
+
* @remarks
|
|
2302
|
+
* Description: 营销效果节点数据(简版)
|
|
2303
|
+
* Summary: 营销效果节点数据(简版)
|
|
2304
|
+
*/
|
|
2305
|
+
callbackMktEffectsimple(request: CallbackMktEffectsimpleRequest): Promise<CallbackMktEffectsimpleResponse>;
|
|
2306
|
+
/**
|
|
2307
|
+
* @remarks
|
|
2308
|
+
* Description: 营销效果节点数据(简版)
|
|
2309
|
+
* Summary: 营销效果节点数据(简版)
|
|
2310
|
+
*/
|
|
2311
|
+
callbackMktEffectsimpleEx(request: CallbackMktEffectsimpleRequest, headers: {
|
|
2312
|
+
[key: string]: string;
|
|
2313
|
+
}, runtime: $Util.RuntimeOptions): Promise<CallbackMktEffectsimpleResponse>;
|
|
2314
|
+
/**
|
|
2315
|
+
* @remarks
|
|
2316
|
+
* Description: 保险营销服务商人群圈选
|
|
2317
|
+
* Summary: 保险营销服务商人群圈选
|
|
2318
|
+
*/
|
|
2319
|
+
applyMktserviceproviderAudiencecircle(request: ApplyMktserviceproviderAudiencecircleRequest): Promise<ApplyMktserviceproviderAudiencecircleResponse>;
|
|
2320
|
+
/**
|
|
2321
|
+
* @remarks
|
|
2322
|
+
* Description: 保险营销服务商人群圈选
|
|
2323
|
+
* Summary: 保险营销服务商人群圈选
|
|
2324
|
+
*/
|
|
2325
|
+
applyMktserviceproviderAudiencecircleEx(request: ApplyMktserviceproviderAudiencecircleRequest, headers: {
|
|
2326
|
+
[key: string]: string;
|
|
2327
|
+
}, runtime: $Util.RuntimeOptions): Promise<ApplyMktserviceproviderAudiencecircleResponse>;
|
|
2134
2328
|
/**
|
|
2135
2329
|
* @remarks
|
|
2136
2330
|
* Description: 保险询报价结果查询
|
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.CreateAntcloudGatewayxFileUploadResponse = exports.CreateAntcloudGatewayxFileUploadRequest = exports.ReceiveBusinessOpportunitiesResponse = exports.ReceiveBusinessOpportunitiesRequest = exports.CallbackMktEffectResponse = exports.CallbackMktEffectRequest = exports.UploadMktFileResponse = exports.UploadMktFileRequest = exports.NotifyAutoinsuranceEventResponse = exports.NotifyAutoinsuranceEventRequest = exports.QueryLeadMarketResponse = exports.QueryLeadMarketRequest = exports.CallbackMarketingPolicycancelResponse = exports.CallbackMarketingPolicycancelRequest = exports.CallbackMarketingEventResponse = exports.CallbackMarketingEventRequest = exports.GetMarketingInsureurlResponse = exports.GetMarketingInsureurlRequest = exports.ReceiveLeadMarketResponse = exports.ReceiveLeadMarketRequest = exports.NotifyInterestSupplierorderResponse = exports.NotifyInterestSupplierorderRequest = exports.QueryInterestSceneorderResponse = exports.QueryInterestSceneorderRequest = exports.GetInterestUrlResponse = exports.GetInterestUrlRequest = exports.NotifyInterestSupplierpolicyResponse = exports.NotifyInterestSupplierpolicyRequest = exports.QueryInterestSuppliersubjectResponse = exports.QueryInterestSuppliersubjectRequest = exports.NotifyInterestScenesubjectResponse = exports.NotifyInterestScenesubjectRequest = exports.UpdateRightplatformApplyinfoResponse = exports.UpdateRightplatformApplyinfoRequest = exports.GetRightplatformUrlResponse = exports.GetRightplatformUrlRequest = 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.CallbackMktMonitordataResponse = exports.CallbackMktMonitordataRequest = exports.ApplyMktRealtimemktResponse = exports.ApplyMktRealtimemktRequest = exports.CallbackMktLiveeffectResponse = exports.CallbackMktLiveeffectRequest = exports.GetAasButleragentChaturlResponse = exports.GetAasButleragentChaturlRequest = exports.GetAasButleragentPlanurlResponse = exports.GetAasButleragentPlanurlRequest = exports.QueryAasButleragentSessionResponse = exports.QueryAasButleragentSessionRequest = exports.XNameValuePair = exports.RealtimeMktAudience = exports.EntrustGuaranteeProduct = exports.Applicant = exports.Insured = exports.FileNode = exports.Config = void 0;
|
|
25
|
+
exports.CreateAntcloudGatewayxFileUploadResponse = exports.CreateAntcloudGatewayxFileUploadRequest = exports.ReceiveBusinessOpportunitiesResponse = exports.ReceiveBusinessOpportunitiesRequest = exports.CallbackMktEffectResponse = exports.CallbackMktEffectRequest = exports.UploadMktFileResponse = exports.UploadMktFileRequest = exports.NotifyAutoinsuranceEventResponse = exports.NotifyAutoinsuranceEventRequest = exports.QueryLeadMarketResponse = exports.QueryLeadMarketRequest = exports.CallbackMarketingPolicycancelResponse = exports.CallbackMarketingPolicycancelRequest = exports.CallbackMarketingEventResponse = exports.CallbackMarketingEventRequest = exports.GetMarketingInsureurlResponse = exports.GetMarketingInsureurlRequest = exports.ReceiveLeadMarketResponse = exports.ReceiveLeadMarketRequest = exports.NotifyInterestSupplierorderResponse = exports.NotifyInterestSupplierorderRequest = exports.QueryInterestSceneorderResponse = exports.QueryInterestSceneorderRequest = exports.GetInterestUrlResponse = exports.GetInterestUrlRequest = exports.NotifyInterestSupplierpolicyResponse = exports.NotifyInterestSupplierpolicyRequest = exports.QueryInterestSuppliersubjectResponse = exports.QueryInterestSuppliersubjectRequest = exports.NotifyInterestScenesubjectResponse = exports.NotifyInterestScenesubjectRequest = exports.UpdateRightplatformApplyinfoResponse = exports.UpdateRightplatformApplyinfoRequest = exports.GetRightplatformUrlResponse = exports.GetRightplatformUrlRequest = 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.ApplyMktserviceproviderAudiencecircleResponse = exports.ApplyMktserviceproviderAudiencecircleRequest = exports.CallbackMktEffectsimpleResponse = exports.CallbackMktEffectsimpleRequest = exports.CallbackMktMediastatisticaldataResponse = exports.CallbackMktMediastatisticaldataRequest = exports.NotifyEmbedoemautoinsuranceEventResponse = exports.NotifyEmbedoemautoinsuranceEventRequest = exports.CallbackMktMonitordataResponse = exports.CallbackMktMonitordataRequest = exports.ApplyMktRealtimemktResponse = exports.ApplyMktRealtimemktRequest = exports.CallbackMktLiveeffectResponse = exports.CallbackMktLiveeffectRequest = exports.GetAasButleragentChaturlResponse = exports.GetAasButleragentChaturlRequest = exports.GetAasButleragentPlanurlResponse = exports.GetAasButleragentPlanurlRequest = exports.QueryAasButleragentSessionResponse = exports.QueryAasButleragentSessionRequest = exports.XNameValuePair = exports.RealtimeMktAudience = 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;
|
|
@@ -376,6 +376,10 @@ class CallbackMktLiveeffectRequest extends $tea.Model {
|
|
|
376
376
|
liveStartTime: 'live_start_time',
|
|
377
377
|
extInfo: 'ext_info',
|
|
378
378
|
liveSessionId: 'live_session_id',
|
|
379
|
+
marketingChannel: 'marketing_channel',
|
|
380
|
+
rtaTraceId: 'rta_trace_id',
|
|
381
|
+
rtaExpId: 'rta_exp_id',
|
|
382
|
+
rtbTraceId: 'rtb_trace_id',
|
|
379
383
|
};
|
|
380
384
|
}
|
|
381
385
|
static types() {
|
|
@@ -398,6 +402,10 @@ class CallbackMktLiveeffectRequest extends $tea.Model {
|
|
|
398
402
|
liveStartTime: 'string',
|
|
399
403
|
extInfo: 'string',
|
|
400
404
|
liveSessionId: 'string',
|
|
405
|
+
marketingChannel: 'string',
|
|
406
|
+
rtaTraceId: 'string',
|
|
407
|
+
rtaExpId: 'string',
|
|
408
|
+
rtbTraceId: 'string',
|
|
401
409
|
};
|
|
402
410
|
}
|
|
403
411
|
}
|
|
@@ -516,6 +524,210 @@ class CallbackMktMonitordataResponse extends $tea.Model {
|
|
|
516
524
|
}
|
|
517
525
|
}
|
|
518
526
|
exports.CallbackMktMonitordataResponse = CallbackMktMonitordataResponse;
|
|
527
|
+
class NotifyEmbedoemautoinsuranceEventRequest extends $tea.Model {
|
|
528
|
+
constructor(map) {
|
|
529
|
+
super(map);
|
|
530
|
+
}
|
|
531
|
+
static names() {
|
|
532
|
+
return {
|
|
533
|
+
authToken: 'auth_token',
|
|
534
|
+
requestNo: 'request_no',
|
|
535
|
+
eventType: 'event_type',
|
|
536
|
+
eventTime: 'event_time',
|
|
537
|
+
data: 'data',
|
|
538
|
+
};
|
|
539
|
+
}
|
|
540
|
+
static types() {
|
|
541
|
+
return {
|
|
542
|
+
authToken: 'string',
|
|
543
|
+
requestNo: 'string',
|
|
544
|
+
eventType: 'string',
|
|
545
|
+
eventTime: 'string',
|
|
546
|
+
data: 'string',
|
|
547
|
+
};
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
exports.NotifyEmbedoemautoinsuranceEventRequest = NotifyEmbedoemautoinsuranceEventRequest;
|
|
551
|
+
class NotifyEmbedoemautoinsuranceEventResponse extends $tea.Model {
|
|
552
|
+
constructor(map) {
|
|
553
|
+
super(map);
|
|
554
|
+
}
|
|
555
|
+
static names() {
|
|
556
|
+
return {
|
|
557
|
+
reqMsgId: 'req_msg_id',
|
|
558
|
+
resultCode: 'result_code',
|
|
559
|
+
resultMsg: 'result_msg',
|
|
560
|
+
code: 'code',
|
|
561
|
+
message: 'message',
|
|
562
|
+
success: 'success',
|
|
563
|
+
};
|
|
564
|
+
}
|
|
565
|
+
static types() {
|
|
566
|
+
return {
|
|
567
|
+
reqMsgId: 'string',
|
|
568
|
+
resultCode: 'string',
|
|
569
|
+
resultMsg: 'string',
|
|
570
|
+
code: 'number',
|
|
571
|
+
message: 'string',
|
|
572
|
+
success: 'boolean',
|
|
573
|
+
};
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
exports.NotifyEmbedoemautoinsuranceEventResponse = NotifyEmbedoemautoinsuranceEventResponse;
|
|
577
|
+
class CallbackMktMediastatisticaldataRequest extends $tea.Model {
|
|
578
|
+
constructor(map) {
|
|
579
|
+
super(map);
|
|
580
|
+
}
|
|
581
|
+
static names() {
|
|
582
|
+
return {
|
|
583
|
+
authToken: 'auth_token',
|
|
584
|
+
requestId: 'request_id',
|
|
585
|
+
projectId: 'project_id',
|
|
586
|
+
mediaSource: 'media_source',
|
|
587
|
+
dimension: 'dimension',
|
|
588
|
+
statisticalDataList: 'statistical_data_list',
|
|
589
|
+
};
|
|
590
|
+
}
|
|
591
|
+
static types() {
|
|
592
|
+
return {
|
|
593
|
+
authToken: 'string',
|
|
594
|
+
requestId: 'string',
|
|
595
|
+
projectId: 'string',
|
|
596
|
+
mediaSource: 'string',
|
|
597
|
+
dimension: 'string',
|
|
598
|
+
statisticalDataList: 'string',
|
|
599
|
+
};
|
|
600
|
+
}
|
|
601
|
+
}
|
|
602
|
+
exports.CallbackMktMediastatisticaldataRequest = CallbackMktMediastatisticaldataRequest;
|
|
603
|
+
class CallbackMktMediastatisticaldataResponse extends $tea.Model {
|
|
604
|
+
constructor(map) {
|
|
605
|
+
super(map);
|
|
606
|
+
}
|
|
607
|
+
static names() {
|
|
608
|
+
return {
|
|
609
|
+
reqMsgId: 'req_msg_id',
|
|
610
|
+
resultCode: 'result_code',
|
|
611
|
+
resultMsg: 'result_msg',
|
|
612
|
+
requestId: 'request_id',
|
|
613
|
+
};
|
|
614
|
+
}
|
|
615
|
+
static types() {
|
|
616
|
+
return {
|
|
617
|
+
reqMsgId: 'string',
|
|
618
|
+
resultCode: 'string',
|
|
619
|
+
resultMsg: 'string',
|
|
620
|
+
requestId: 'string',
|
|
621
|
+
};
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
exports.CallbackMktMediastatisticaldataResponse = CallbackMktMediastatisticaldataResponse;
|
|
625
|
+
class CallbackMktEffectsimpleRequest extends $tea.Model {
|
|
626
|
+
constructor(map) {
|
|
627
|
+
super(map);
|
|
628
|
+
}
|
|
629
|
+
static names() {
|
|
630
|
+
return {
|
|
631
|
+
authToken: 'auth_token',
|
|
632
|
+
requestId: 'request_id',
|
|
633
|
+
projectId: 'project_id',
|
|
634
|
+
marketingMode: 'marketing_mode',
|
|
635
|
+
insureShortUrl: 'insure_short_url',
|
|
636
|
+
encryptionType: 'encryption_type',
|
|
637
|
+
encryptedUserId: 'encrypted_user_id',
|
|
638
|
+
landingVisitId: 'landing_visit_id',
|
|
639
|
+
nodeType: 'node_type',
|
|
640
|
+
nodeStatus: 'node_status',
|
|
641
|
+
eventTime: 'event_time',
|
|
642
|
+
};
|
|
643
|
+
}
|
|
644
|
+
static types() {
|
|
645
|
+
return {
|
|
646
|
+
authToken: 'string',
|
|
647
|
+
requestId: 'string',
|
|
648
|
+
projectId: 'string',
|
|
649
|
+
marketingMode: 'string',
|
|
650
|
+
insureShortUrl: 'string',
|
|
651
|
+
encryptionType: 'string',
|
|
652
|
+
encryptedUserId: 'string',
|
|
653
|
+
landingVisitId: 'string',
|
|
654
|
+
nodeType: 'string',
|
|
655
|
+
nodeStatus: 'string',
|
|
656
|
+
eventTime: 'string',
|
|
657
|
+
};
|
|
658
|
+
}
|
|
659
|
+
}
|
|
660
|
+
exports.CallbackMktEffectsimpleRequest = CallbackMktEffectsimpleRequest;
|
|
661
|
+
class CallbackMktEffectsimpleResponse extends $tea.Model {
|
|
662
|
+
constructor(map) {
|
|
663
|
+
super(map);
|
|
664
|
+
}
|
|
665
|
+
static names() {
|
|
666
|
+
return {
|
|
667
|
+
reqMsgId: 'req_msg_id',
|
|
668
|
+
resultCode: 'result_code',
|
|
669
|
+
resultMsg: 'result_msg',
|
|
670
|
+
requestId: 'request_id',
|
|
671
|
+
};
|
|
672
|
+
}
|
|
673
|
+
static types() {
|
|
674
|
+
return {
|
|
675
|
+
reqMsgId: 'string',
|
|
676
|
+
resultCode: 'string',
|
|
677
|
+
resultMsg: 'string',
|
|
678
|
+
requestId: 'string',
|
|
679
|
+
};
|
|
680
|
+
}
|
|
681
|
+
}
|
|
682
|
+
exports.CallbackMktEffectsimpleResponse = CallbackMktEffectsimpleResponse;
|
|
683
|
+
class ApplyMktserviceproviderAudiencecircleRequest extends $tea.Model {
|
|
684
|
+
constructor(map) {
|
|
685
|
+
super(map);
|
|
686
|
+
}
|
|
687
|
+
static names() {
|
|
688
|
+
return {
|
|
689
|
+
authToken: 'auth_token',
|
|
690
|
+
requestId: 'request_id',
|
|
691
|
+
projectId: 'project_id',
|
|
692
|
+
bizScene: 'biz_scene',
|
|
693
|
+
encryptionType: 'encryption_type',
|
|
694
|
+
encryptedUserIds: 'encrypted_user_ids',
|
|
695
|
+
};
|
|
696
|
+
}
|
|
697
|
+
static types() {
|
|
698
|
+
return {
|
|
699
|
+
authToken: 'string',
|
|
700
|
+
requestId: 'string',
|
|
701
|
+
projectId: 'string',
|
|
702
|
+
bizScene: 'string',
|
|
703
|
+
encryptionType: 'string',
|
|
704
|
+
encryptedUserIds: { 'type': 'array', 'itemType': 'string' },
|
|
705
|
+
};
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
exports.ApplyMktserviceproviderAudiencecircleRequest = ApplyMktserviceproviderAudiencecircleRequest;
|
|
709
|
+
class ApplyMktserviceproviderAudiencecircleResponse extends $tea.Model {
|
|
710
|
+
constructor(map) {
|
|
711
|
+
super(map);
|
|
712
|
+
}
|
|
713
|
+
static names() {
|
|
714
|
+
return {
|
|
715
|
+
reqMsgId: 'req_msg_id',
|
|
716
|
+
resultCode: 'result_code',
|
|
717
|
+
resultMsg: 'result_msg',
|
|
718
|
+
requestId: 'request_id',
|
|
719
|
+
};
|
|
720
|
+
}
|
|
721
|
+
static types() {
|
|
722
|
+
return {
|
|
723
|
+
reqMsgId: 'string',
|
|
724
|
+
resultCode: 'string',
|
|
725
|
+
resultMsg: 'string',
|
|
726
|
+
requestId: 'string',
|
|
727
|
+
};
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
exports.ApplyMktserviceproviderAudiencecircleResponse = ApplyMktserviceproviderAudiencecircleResponse;
|
|
519
731
|
class QueryInquiryRequest extends $tea.Model {
|
|
520
732
|
constructor(map) {
|
|
521
733
|
super(map);
|
|
@@ -2908,7 +3120,7 @@ class Client {
|
|
|
2908
3120
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
2909
3121
|
access_key: this._accessKeyId,
|
|
2910
3122
|
base_sdk_version: "TeaSDK-2.0",
|
|
2911
|
-
sdk_version: "1.12.
|
|
3123
|
+
sdk_version: "1.12.53",
|
|
2912
3124
|
_prod_code: "INSURANCE_SAAS",
|
|
2913
3125
|
_prod_channel: "undefined",
|
|
2914
3126
|
};
|
|
@@ -3004,8 +3216,8 @@ class Client {
|
|
|
3004
3216
|
}
|
|
3005
3217
|
/**
|
|
3006
3218
|
* @remarks
|
|
3007
|
-
* Description:
|
|
3008
|
-
* Summary:
|
|
3219
|
+
* Description: 保险营销效果回传接口——媒体
|
|
3220
|
+
* Summary: 保险营销效果回传接口——媒体
|
|
3009
3221
|
*/
|
|
3010
3222
|
async callbackMktLiveeffect(request) {
|
|
3011
3223
|
let runtime = new $Util.RuntimeOptions({});
|
|
@@ -3014,8 +3226,8 @@ class Client {
|
|
|
3014
3226
|
}
|
|
3015
3227
|
/**
|
|
3016
3228
|
* @remarks
|
|
3017
|
-
* Description:
|
|
3018
|
-
* Summary:
|
|
3229
|
+
* Description: 保险营销效果回传接口——媒体
|
|
3230
|
+
* Summary: 保险营销效果回传接口——媒体
|
|
3019
3231
|
*/
|
|
3020
3232
|
async callbackMktLiveeffectEx(request, headers, runtime) {
|
|
3021
3233
|
tea_util_1.default.validateModel(request);
|
|
@@ -3059,6 +3271,82 @@ class Client {
|
|
|
3059
3271
|
tea_util_1.default.validateModel(request);
|
|
3060
3272
|
return $tea.cast(await this.doRequest("1.0", "antcloud.insurance.mkt.monitordata.callback", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new CallbackMktMonitordataResponse({}));
|
|
3061
3273
|
}
|
|
3274
|
+
/**
|
|
3275
|
+
* @remarks
|
|
3276
|
+
* Description: 理想蚂蚁保项目
|
|
3277
|
+
* Summary: 理想蚂蚁保项目
|
|
3278
|
+
*/
|
|
3279
|
+
async notifyEmbedoemautoinsuranceEvent(request) {
|
|
3280
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
3281
|
+
let headers = {};
|
|
3282
|
+
return await this.notifyEmbedoemautoinsuranceEventEx(request, headers, runtime);
|
|
3283
|
+
}
|
|
3284
|
+
/**
|
|
3285
|
+
* @remarks
|
|
3286
|
+
* Description: 理想蚂蚁保项目
|
|
3287
|
+
* Summary: 理想蚂蚁保项目
|
|
3288
|
+
*/
|
|
3289
|
+
async notifyEmbedoemautoinsuranceEventEx(request, headers, runtime) {
|
|
3290
|
+
tea_util_1.default.validateModel(request);
|
|
3291
|
+
return $tea.cast(await this.doRequest("1.0", "antcloud.insurance.embedoemautoinsurance.event.notify", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new NotifyEmbedoemautoinsuranceEventResponse({}));
|
|
3292
|
+
}
|
|
3293
|
+
/**
|
|
3294
|
+
* @remarks
|
|
3295
|
+
* Description: 1
|
|
3296
|
+
* Summary: 1
|
|
3297
|
+
*/
|
|
3298
|
+
async callbackMktMediastatisticaldata(request) {
|
|
3299
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
3300
|
+
let headers = {};
|
|
3301
|
+
return await this.callbackMktMediastatisticaldataEx(request, headers, runtime);
|
|
3302
|
+
}
|
|
3303
|
+
/**
|
|
3304
|
+
* @remarks
|
|
3305
|
+
* Description: 1
|
|
3306
|
+
* Summary: 1
|
|
3307
|
+
*/
|
|
3308
|
+
async callbackMktMediastatisticaldataEx(request, headers, runtime) {
|
|
3309
|
+
tea_util_1.default.validateModel(request);
|
|
3310
|
+
return $tea.cast(await this.doRequest("1.0", "antcloud.insurance.mkt.mediastatisticaldata.callback", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new CallbackMktMediastatisticaldataResponse({}));
|
|
3311
|
+
}
|
|
3312
|
+
/**
|
|
3313
|
+
* @remarks
|
|
3314
|
+
* Description: 营销效果节点数据(简版)
|
|
3315
|
+
* Summary: 营销效果节点数据(简版)
|
|
3316
|
+
*/
|
|
3317
|
+
async callbackMktEffectsimple(request) {
|
|
3318
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
3319
|
+
let headers = {};
|
|
3320
|
+
return await this.callbackMktEffectsimpleEx(request, headers, runtime);
|
|
3321
|
+
}
|
|
3322
|
+
/**
|
|
3323
|
+
* @remarks
|
|
3324
|
+
* Description: 营销效果节点数据(简版)
|
|
3325
|
+
* Summary: 营销效果节点数据(简版)
|
|
3326
|
+
*/
|
|
3327
|
+
async callbackMktEffectsimpleEx(request, headers, runtime) {
|
|
3328
|
+
tea_util_1.default.validateModel(request);
|
|
3329
|
+
return $tea.cast(await this.doRequest("1.0", "antcloud.insurance.mkt.effectsimple.callback", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new CallbackMktEffectsimpleResponse({}));
|
|
3330
|
+
}
|
|
3331
|
+
/**
|
|
3332
|
+
* @remarks
|
|
3333
|
+
* Description: 保险营销服务商人群圈选
|
|
3334
|
+
* Summary: 保险营销服务商人群圈选
|
|
3335
|
+
*/
|
|
3336
|
+
async applyMktserviceproviderAudiencecircle(request) {
|
|
3337
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
3338
|
+
let headers = {};
|
|
3339
|
+
return await this.applyMktserviceproviderAudiencecircleEx(request, headers, runtime);
|
|
3340
|
+
}
|
|
3341
|
+
/**
|
|
3342
|
+
* @remarks
|
|
3343
|
+
* Description: 保险营销服务商人群圈选
|
|
3344
|
+
* Summary: 保险营销服务商人群圈选
|
|
3345
|
+
*/
|
|
3346
|
+
async applyMktserviceproviderAudiencecircleEx(request, headers, runtime) {
|
|
3347
|
+
tea_util_1.default.validateModel(request);
|
|
3348
|
+
return $tea.cast(await this.doRequest("1.0", "antcloud.insurance.mktserviceprovider.audiencecircle.apply", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new ApplyMktserviceproviderAudiencecircleResponse({}));
|
|
3349
|
+
}
|
|
3062
3350
|
/**
|
|
3063
3351
|
* @remarks
|
|
3064
3352
|
* Description: 保险询报价结果查询
|