@antchain/insurance_saas 1.7.10 → 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 CHANGED
@@ -32,6 +32,67 @@ export declare class Config extends $tea.Model {
32
32
  [key: string]: any;
33
33
  });
34
34
  }
35
+ export declare class FileNode extends $tea.Model {
36
+ url: string;
37
+ name: string;
38
+ static names(): {
39
+ [key: string]: string;
40
+ };
41
+ static types(): {
42
+ [key: string]: any;
43
+ };
44
+ constructor(map?: {
45
+ [key: string]: any;
46
+ });
47
+ }
48
+ export declare class Insured extends $tea.Model {
49
+ insuredName: string;
50
+ insuredCardType: string;
51
+ insuredCardCode: string;
52
+ insuredContactInfo?: string;
53
+ static names(): {
54
+ [key: string]: string;
55
+ };
56
+ static types(): {
57
+ [key: string]: any;
58
+ };
59
+ constructor(map?: {
60
+ [key: string]: any;
61
+ });
62
+ }
63
+ export declare class Applicant extends $tea.Model {
64
+ applicantName: string;
65
+ applicantCardType: string;
66
+ applicantCardCode: string;
67
+ applicantContactInfo?: string;
68
+ static names(): {
69
+ [key: string]: string;
70
+ };
71
+ static types(): {
72
+ [key: string]: any;
73
+ };
74
+ constructor(map?: {
75
+ [key: string]: any;
76
+ });
77
+ }
78
+ export declare class EntrustGuaranteeProduct extends $tea.Model {
79
+ guaranteeExpiryDate: number;
80
+ guaranteeEffectiveDate: number;
81
+ waitingPeriodDeadLine?: number;
82
+ policyNo?: string;
83
+ guaranteeProductCode?: string;
84
+ insuranceProductCode?: string;
85
+ insuranceProductName?: string;
86
+ static names(): {
87
+ [key: string]: string;
88
+ };
89
+ static types(): {
90
+ [key: string]: any;
91
+ };
92
+ constructor(map?: {
93
+ [key: string]: any;
94
+ });
95
+ }
35
96
  export declare class QueryInquiryRequest extends $tea.Model {
36
97
  authToken?: string;
37
98
  inquiryNoInner: string;
@@ -654,6 +715,253 @@ export declare class QueryInsureResultResponse extends $tea.Model {
654
715
  [key: string]: any;
655
716
  });
656
717
  }
718
+ export declare class ApplyInsureTestRequest extends $tea.Model {
719
+ authToken?: string;
720
+ insuranceApplicationNo: string;
721
+ insuranceCompanyNo: string;
722
+ trustworthyValueInsuranceTypeCode: string;
723
+ insuranceProjectCode: string;
724
+ insuranceOptionsCode: string;
725
+ applicant: string;
726
+ insuredList?: string;
727
+ beneficiaryList?: string;
728
+ insurancePeriodStart: string;
729
+ insurancePeriodEnd?: string;
730
+ appliedInsuranceAmount: string;
731
+ insurancePeriod?: string;
732
+ insuredObjectList?: string;
733
+ static names(): {
734
+ [key: string]: string;
735
+ };
736
+ static types(): {
737
+ [key: string]: any;
738
+ };
739
+ constructor(map?: {
740
+ [key: string]: any;
741
+ });
742
+ }
743
+ export declare class ApplyInsureTestResponse extends $tea.Model {
744
+ reqMsgId?: string;
745
+ resultCode?: string;
746
+ resultMsg?: string;
747
+ bizResult?: string;
748
+ static names(): {
749
+ [key: string]: string;
750
+ };
751
+ static types(): {
752
+ [key: string]: any;
753
+ };
754
+ constructor(map?: {
755
+ [key: string]: any;
756
+ });
757
+ }
758
+ export declare class SubmitInvestigateCaseRequest extends $tea.Model {
759
+ authToken?: string;
760
+ reportNo: string;
761
+ outCaseNo: string;
762
+ policyNo?: string;
763
+ entrustInsuranceCompanyId: string;
764
+ investEndTime: number;
765
+ entrustName: string;
766
+ entrustTel: string;
767
+ entrustTime: number;
768
+ accidentTel: string;
769
+ accidentName: string;
770
+ accidentCardNo: string;
771
+ accidentCardType: string;
772
+ accidentDesc: string;
773
+ accidentAddressInfo: string;
774
+ accidentAddressDetail: string;
775
+ accidentTime: number;
776
+ reporterTel: string;
777
+ reporterName: string;
778
+ reporterCardNo: string;
779
+ reporterCardType: string;
780
+ reporterRelationToAccident: string;
781
+ reportTime?: number;
782
+ eventAddressInfo: string;
783
+ eventAddressDetail: string;
784
+ confirmHospital: string;
785
+ confirmHospitalAddressInfo: string;
786
+ confirmIllnessName: string;
787
+ productType: string;
788
+ fileList: FileNode[];
789
+ entrustGuaranteeProductList: EntrustGuaranteeProduct[];
790
+ static names(): {
791
+ [key: string]: string;
792
+ };
793
+ static types(): {
794
+ [key: string]: any;
795
+ };
796
+ constructor(map?: {
797
+ [key: string]: any;
798
+ });
799
+ }
800
+ export declare class SubmitInvestigateCaseResponse extends $tea.Model {
801
+ reqMsgId?: string;
802
+ resultCode?: string;
803
+ resultMsg?: string;
804
+ static names(): {
805
+ [key: string]: string;
806
+ };
807
+ static types(): {
808
+ [key: string]: any;
809
+ };
810
+ constructor(map?: {
811
+ [key: string]: any;
812
+ });
813
+ }
814
+ export declare class QueryReverseCommissionRequest extends $tea.Model {
815
+ authToken?: string;
816
+ outCaseNo: string;
817
+ entrustInsuranceCompanyId: string;
818
+ static names(): {
819
+ [key: string]: string;
820
+ };
821
+ static types(): {
822
+ [key: string]: any;
823
+ };
824
+ constructor(map?: {
825
+ [key: string]: any;
826
+ });
827
+ }
828
+ export declare class QueryReverseCommissionResponse extends $tea.Model {
829
+ reqMsgId?: string;
830
+ resultCode?: string;
831
+ resultMsg?: string;
832
+ bizResult?: string;
833
+ static names(): {
834
+ [key: string]: string;
835
+ };
836
+ static types(): {
837
+ [key: string]: any;
838
+ };
839
+ constructor(map?: {
840
+ [key: string]: any;
841
+ });
842
+ }
843
+ export declare class GetEmbedcardUrlRequest extends $tea.Model {
844
+ authToken?: string;
845
+ insuranceTypeCode: string;
846
+ insuranceCompanyNo: string;
847
+ embedProductCode: string;
848
+ isNeedInquiry: boolean;
849
+ tradeNo: string;
850
+ schemeName: string;
851
+ applicant: Applicant;
852
+ insured: Insured;
853
+ subjectInfo: string;
854
+ static names(): {
855
+ [key: string]: string;
856
+ };
857
+ static types(): {
858
+ [key: string]: any;
859
+ };
860
+ constructor(map?: {
861
+ [key: string]: any;
862
+ });
863
+ }
864
+ export declare class GetEmbedcardUrlResponse extends $tea.Model {
865
+ reqMsgId?: string;
866
+ resultCode?: string;
867
+ resultMsg?: string;
868
+ tradeNo?: string;
869
+ insuranceTypeCode?: string;
870
+ insuranceCompanyNo?: string;
871
+ embedProductCode?: string;
872
+ embedProductUrl?: string;
873
+ schemeName?: string;
874
+ premium?: string;
875
+ inquiryNo?: string;
876
+ static names(): {
877
+ [key: string]: string;
878
+ };
879
+ static types(): {
880
+ [key: string]: any;
881
+ };
882
+ constructor(map?: {
883
+ [key: string]: any;
884
+ });
885
+ }
886
+ export declare class IssueEmbedcardPaysucRequest extends $tea.Model {
887
+ authToken?: string;
888
+ insuranceTypeCode: string;
889
+ insuranceCompanyNo: string;
890
+ embedProductCode: string;
891
+ tradeNo: string;
892
+ schemeName: string;
893
+ premium: string;
894
+ premiumPaymentChannel: string;
895
+ premiumPaymentNo: string;
896
+ premiumPaymentAmount: string;
897
+ premiumPaymentTime: string;
898
+ inquiryNo: string;
899
+ static names(): {
900
+ [key: string]: string;
901
+ };
902
+ static types(): {
903
+ [key: string]: any;
904
+ };
905
+ constructor(map?: {
906
+ [key: string]: any;
907
+ });
908
+ }
909
+ export declare class IssueEmbedcardPaysucResponse extends $tea.Model {
910
+ reqMsgId?: string;
911
+ resultCode?: string;
912
+ resultMsg?: string;
913
+ tradeNo?: string;
914
+ insuranceTypeCode?: string;
915
+ insuranceCompanyNo?: string;
916
+ embedProductCode?: string;
917
+ schemeName?: string;
918
+ insureStart?: string;
919
+ insureEnd?: string;
920
+ premium?: string;
921
+ amount?: string;
922
+ inquiryNo?: string;
923
+ voucherNo?: string;
924
+ static names(): {
925
+ [key: string]: string;
926
+ };
927
+ static types(): {
928
+ [key: string]: any;
929
+ };
930
+ constructor(map?: {
931
+ [key: string]: any;
932
+ });
933
+ }
934
+ export declare class GetEmbedoemautoinsuranceUrlRequest extends $tea.Model {
935
+ authToken?: string;
936
+ requestNo: string;
937
+ productCode: string;
938
+ bizInfo: string;
939
+ static names(): {
940
+ [key: string]: string;
941
+ };
942
+ static types(): {
943
+ [key: string]: any;
944
+ };
945
+ constructor(map?: {
946
+ [key: string]: any;
947
+ });
948
+ }
949
+ export declare class GetEmbedoemautoinsuranceUrlResponse extends $tea.Model {
950
+ reqMsgId?: string;
951
+ resultCode?: string;
952
+ resultMsg?: string;
953
+ url?: string;
954
+ requestNo?: string;
955
+ static names(): {
956
+ [key: string]: string;
957
+ };
958
+ static types(): {
959
+ [key: string]: any;
960
+ };
961
+ constructor(map?: {
962
+ [key: string]: any;
963
+ });
964
+ }
657
965
  export default class Client {
658
966
  _endpoint: string;
659
967
  _regionId: string;
@@ -912,4 +1220,76 @@ export default class Client {
912
1220
  queryInsureResultEx(request: QueryInsureResultRequest, headers: {
913
1221
  [key: string]: string;
914
1222
  }, runtime: $Util.RuntimeOptions): Promise<QueryInsureResultResponse>;
1223
+ /**
1224
+ * Description: 投保测试接口
1225
+ * Summary: 投保测试接口
1226
+ */
1227
+ applyInsureTest(request: ApplyInsureTestRequest): Promise<ApplyInsureTestResponse>;
1228
+ /**
1229
+ * Description: 投保测试接口
1230
+ * Summary: 投保测试接口
1231
+ */
1232
+ applyInsureTestEx(request: ApplyInsureTestRequest, headers: {
1233
+ [key: string]: string;
1234
+ }, runtime: $Util.RuntimeOptions): Promise<ApplyInsureTestResponse>;
1235
+ /**
1236
+ * Description: 本接口用于调查报案数据的提交
1237
+ * Summary: 调查报案提交接口
1238
+ */
1239
+ submitInvestigateCase(request: SubmitInvestigateCaseRequest): Promise<SubmitInvestigateCaseResponse>;
1240
+ /**
1241
+ * Description: 本接口用于调查报案数据的提交
1242
+ * Summary: 调查报案提交接口
1243
+ */
1244
+ submitInvestigateCaseEx(request: SubmitInvestigateCaseRequest, headers: {
1245
+ [key: string]: string;
1246
+ }, runtime: $Util.RuntimeOptions): Promise<SubmitInvestigateCaseResponse>;
1247
+ /**
1248
+ * Description: 回销结果查询接口
1249
+ * Summary: 回销结果查询接口
1250
+ */
1251
+ queryReverseCommission(request: QueryReverseCommissionRequest): Promise<QueryReverseCommissionResponse>;
1252
+ /**
1253
+ * Description: 回销结果查询接口
1254
+ * Summary: 回销结果查询接口
1255
+ */
1256
+ queryReverseCommissionEx(request: QueryReverseCommissionRequest, headers: {
1257
+ [key: string]: string;
1258
+ }, runtime: $Util.RuntimeOptions): Promise<QueryReverseCommissionResponse>;
1259
+ /**
1260
+ * Description: 嵌入式保险服务卡片url链接获取
1261
+ * Summary: 嵌入式保险服务卡片url链接获取
1262
+ */
1263
+ getEmbedcardUrl(request: GetEmbedcardUrlRequest): Promise<GetEmbedcardUrlResponse>;
1264
+ /**
1265
+ * Description: 嵌入式保险服务卡片url链接获取
1266
+ * Summary: 嵌入式保险服务卡片url链接获取
1267
+ */
1268
+ getEmbedcardUrlEx(request: GetEmbedcardUrlRequest, headers: {
1269
+ [key: string]: string;
1270
+ }, runtime: $Util.RuntimeOptions): Promise<GetEmbedcardUrlResponse>;
1271
+ /**
1272
+ * Description: 嵌入式保险服务打款成功出单接口
1273
+ * Summary: 嵌入式保险服务打款成功出单接口
1274
+ */
1275
+ issueEmbedcardPaysuc(request: IssueEmbedcardPaysucRequest): Promise<IssueEmbedcardPaysucResponse>;
1276
+ /**
1277
+ * Description: 嵌入式保险服务打款成功出单接口
1278
+ * Summary: 嵌入式保险服务打款成功出单接口
1279
+ */
1280
+ issueEmbedcardPaysucEx(request: IssueEmbedcardPaysucRequest, headers: {
1281
+ [key: string]: string;
1282
+ }, runtime: $Util.RuntimeOptions): Promise<IssueEmbedcardPaysucResponse>;
1283
+ /**
1284
+ * Description: 嵌入式主机厂车险url链接获取
1285
+ * Summary: 嵌入式主机厂车险url链接获取
1286
+ */
1287
+ getEmbedoemautoinsuranceUrl(request: GetEmbedoemautoinsuranceUrlRequest): Promise<GetEmbedoemautoinsuranceUrlResponse>;
1288
+ /**
1289
+ * Description: 嵌入式主机厂车险url链接获取
1290
+ * Summary: 嵌入式主机厂车险url链接获取
1291
+ */
1292
+ getEmbedoemautoinsuranceUrlEx(request: GetEmbedoemautoinsuranceUrlRequest, headers: {
1293
+ [key: string]: string;
1294
+ }, runtime: $Util.RuntimeOptions): Promise<GetEmbedoemautoinsuranceUrlResponse>;
915
1295
  }