@antchain/insurance_saas 1.8.13 → 1.9.2

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
@@ -931,7 +931,7 @@ export declare class IssueEmbedcardPaysucResponse extends $tea.Model {
931
931
  [key: string]: any;
932
932
  });
933
933
  }
934
- export declare class GetEmbedomeautoinsuranceUrlRequest extends $tea.Model {
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 GetEmbedomeautoinsuranceUrlResponse extends $tea.Model {
949
+ export declare class GetEmbedoemautoinsuranceUrlResponse extends $tea.Model {
950
950
  reqMsgId?: string;
951
951
  resultCode?: string;
952
952
  resultMsg?: string;
@@ -962,6 +962,266 @@ export declare class GetEmbedomeautoinsuranceUrlResponse extends $tea.Model {
962
962
  [key: string]: any;
963
963
  });
964
964
  }
965
+ export declare class GetRightplatformUrlRequest extends $tea.Model {
966
+ authToken?: string;
967
+ rightApplyNo: string;
968
+ applyLimitAmount: string;
969
+ dataLicensor: string;
970
+ callbackUrl: string;
971
+ productCode: string;
972
+ tbrName: string;
973
+ tbrPhone: string;
974
+ tbrIdCard: string;
975
+ static names(): {
976
+ [key: string]: string;
977
+ };
978
+ static types(): {
979
+ [key: string]: any;
980
+ };
981
+ constructor(map?: {
982
+ [key: string]: any;
983
+ });
984
+ }
985
+ export declare class GetRightplatformUrlResponse extends $tea.Model {
986
+ reqMsgId?: string;
987
+ resultCode?: string;
988
+ resultMsg?: string;
989
+ rightApplyNo?: string;
990
+ rightUrl?: string;
991
+ productId?: string;
992
+ static names(): {
993
+ [key: string]: string;
994
+ };
995
+ static types(): {
996
+ [key: string]: any;
997
+ };
998
+ constructor(map?: {
999
+ [key: string]: any;
1000
+ });
1001
+ }
1002
+ export declare class UpdateRightplatformApplyinfoRequest extends $tea.Model {
1003
+ authToken?: string;
1004
+ rightApplyNo: string;
1005
+ applyLimitAmount: string;
1006
+ applyStatus: string;
1007
+ applyInfo: string;
1008
+ productCode: string;
1009
+ static names(): {
1010
+ [key: string]: string;
1011
+ };
1012
+ static types(): {
1013
+ [key: string]: any;
1014
+ };
1015
+ constructor(map?: {
1016
+ [key: string]: any;
1017
+ });
1018
+ }
1019
+ export declare class UpdateRightplatformApplyinfoResponse extends $tea.Model {
1020
+ reqMsgId?: string;
1021
+ resultCode?: string;
1022
+ resultMsg?: string;
1023
+ rightApplyNo?: string;
1024
+ static names(): {
1025
+ [key: string]: string;
1026
+ };
1027
+ static types(): {
1028
+ [key: string]: any;
1029
+ };
1030
+ constructor(map?: {
1031
+ [key: string]: any;
1032
+ });
1033
+ }
1034
+ export declare class NotifyInterestScenesubjectRequest extends $tea.Model {
1035
+ authToken?: string;
1036
+ requestNo: string;
1037
+ interestNo: string;
1038
+ productCode: string;
1039
+ applyLimitAmount: string;
1040
+ applyLimitStatus: string;
1041
+ interestSubjectInfo: string;
1042
+ static names(): {
1043
+ [key: string]: string;
1044
+ };
1045
+ static types(): {
1046
+ [key: string]: any;
1047
+ };
1048
+ constructor(map?: {
1049
+ [key: string]: any;
1050
+ });
1051
+ }
1052
+ export declare class NotifyInterestScenesubjectResponse extends $tea.Model {
1053
+ reqMsgId?: string;
1054
+ resultCode?: string;
1055
+ resultMsg?: string;
1056
+ bizResult?: string;
1057
+ static names(): {
1058
+ [key: string]: string;
1059
+ };
1060
+ static types(): {
1061
+ [key: string]: any;
1062
+ };
1063
+ constructor(map?: {
1064
+ [key: string]: any;
1065
+ });
1066
+ }
1067
+ export declare class QueryInterestSuppliersubjectRequest extends $tea.Model {
1068
+ authToken?: string;
1069
+ orderNo: string;
1070
+ interestNo: string;
1071
+ static names(): {
1072
+ [key: string]: string;
1073
+ };
1074
+ static types(): {
1075
+ [key: string]: any;
1076
+ };
1077
+ constructor(map?: {
1078
+ [key: string]: any;
1079
+ });
1080
+ }
1081
+ export declare class QueryInterestSuppliersubjectResponse extends $tea.Model {
1082
+ reqMsgId?: string;
1083
+ resultCode?: string;
1084
+ resultMsg?: string;
1085
+ bizResult?: string;
1086
+ static names(): {
1087
+ [key: string]: string;
1088
+ };
1089
+ static types(): {
1090
+ [key: string]: any;
1091
+ };
1092
+ constructor(map?: {
1093
+ [key: string]: any;
1094
+ });
1095
+ }
1096
+ export declare class NotifyInterestSupplierpolicyRequest extends $tea.Model {
1097
+ authToken?: string;
1098
+ requestNo: string;
1099
+ orderNo: string;
1100
+ policyInfo: string;
1101
+ static names(): {
1102
+ [key: string]: string;
1103
+ };
1104
+ static types(): {
1105
+ [key: string]: any;
1106
+ };
1107
+ constructor(map?: {
1108
+ [key: string]: any;
1109
+ });
1110
+ }
1111
+ export declare class NotifyInterestSupplierpolicyResponse extends $tea.Model {
1112
+ reqMsgId?: string;
1113
+ resultCode?: string;
1114
+ resultMsg?: string;
1115
+ bizResult?: string;
1116
+ static names(): {
1117
+ [key: string]: string;
1118
+ };
1119
+ static types(): {
1120
+ [key: string]: any;
1121
+ };
1122
+ constructor(map?: {
1123
+ [key: string]: any;
1124
+ });
1125
+ }
1126
+ export declare class GetInterestUrlRequest extends $tea.Model {
1127
+ authToken?: string;
1128
+ rightApplyNo: string;
1129
+ applyLimitAmount: string;
1130
+ dataLicensor: string;
1131
+ callbackUrl?: string;
1132
+ productCode: string;
1133
+ tbrName: string;
1134
+ tbrPhone: string;
1135
+ tbrIdCard: string;
1136
+ static names(): {
1137
+ [key: string]: string;
1138
+ };
1139
+ static types(): {
1140
+ [key: string]: any;
1141
+ };
1142
+ constructor(map?: {
1143
+ [key: string]: any;
1144
+ });
1145
+ }
1146
+ export declare class GetInterestUrlResponse extends $tea.Model {
1147
+ reqMsgId?: string;
1148
+ resultCode?: string;
1149
+ resultMsg?: string;
1150
+ bizResult?: string;
1151
+ static names(): {
1152
+ [key: string]: string;
1153
+ };
1154
+ static types(): {
1155
+ [key: string]: any;
1156
+ };
1157
+ constructor(map?: {
1158
+ [key: string]: any;
1159
+ });
1160
+ }
1161
+ export declare class QueryInterestSceneorderRequest extends $tea.Model {
1162
+ authToken?: string;
1163
+ requestNo: string;
1164
+ interestNo: string;
1165
+ productCode: string;
1166
+ static names(): {
1167
+ [key: string]: string;
1168
+ };
1169
+ static types(): {
1170
+ [key: string]: any;
1171
+ };
1172
+ constructor(map?: {
1173
+ [key: string]: any;
1174
+ });
1175
+ }
1176
+ export declare class QueryInterestSceneorderResponse extends $tea.Model {
1177
+ reqMsgId?: string;
1178
+ resultCode?: string;
1179
+ resultMsg?: string;
1180
+ bizResult?: string;
1181
+ static names(): {
1182
+ [key: string]: string;
1183
+ };
1184
+ static types(): {
1185
+ [key: string]: any;
1186
+ };
1187
+ constructor(map?: {
1188
+ [key: string]: any;
1189
+ });
1190
+ }
1191
+ export declare class NotifyInterestSupplierorderRequest extends $tea.Model {
1192
+ authToken?: string;
1193
+ requestNo: string;
1194
+ orderNo: string;
1195
+ interestNo: string;
1196
+ userPermitStatus: string;
1197
+ orderStatus: string;
1198
+ refundAmount?: string;
1199
+ refundTime?: string;
1200
+ static names(): {
1201
+ [key: string]: string;
1202
+ };
1203
+ static types(): {
1204
+ [key: string]: any;
1205
+ };
1206
+ constructor(map?: {
1207
+ [key: string]: any;
1208
+ });
1209
+ }
1210
+ export declare class NotifyInterestSupplierorderResponse extends $tea.Model {
1211
+ reqMsgId?: string;
1212
+ resultCode?: string;
1213
+ resultMsg?: string;
1214
+ bizResult?: string;
1215
+ static names(): {
1216
+ [key: string]: string;
1217
+ };
1218
+ static types(): {
1219
+ [key: string]: any;
1220
+ };
1221
+ constructor(map?: {
1222
+ [key: string]: any;
1223
+ });
1224
+ }
965
1225
  export default class Client {
966
1226
  _endpoint: string;
967
1227
  _regionId: string;
@@ -1284,12 +1544,108 @@ export default class Client {
1284
1544
  * Description: 嵌入式主机厂车险url链接获取
1285
1545
  * Summary: 嵌入式主机厂车险url链接获取
1286
1546
  */
1287
- getEmbedomeautoinsuranceUrl(request: GetEmbedomeautoinsuranceUrlRequest): Promise<GetEmbedomeautoinsuranceUrlResponse>;
1547
+ getEmbedoemautoinsuranceUrl(request: GetEmbedoemautoinsuranceUrlRequest): Promise<GetEmbedoemautoinsuranceUrlResponse>;
1288
1548
  /**
1289
1549
  * Description: 嵌入式主机厂车险url链接获取
1290
1550
  * Summary: 嵌入式主机厂车险url链接获取
1291
1551
  */
1292
- getEmbedomeautoinsuranceUrlEx(request: GetEmbedomeautoinsuranceUrlRequest, headers: {
1552
+ getEmbedoemautoinsuranceUrlEx(request: GetEmbedoemautoinsuranceUrlRequest, headers: {
1553
+ [key: string]: string;
1554
+ }, runtime: $Util.RuntimeOptions): Promise<GetEmbedoemautoinsuranceUrlResponse>;
1555
+ /**
1556
+ * Description: 场景方获取权益链接
1557
+ * Summary: 场景方获取权益链接
1558
+ */
1559
+ getRightplatformUrl(request: GetRightplatformUrlRequest): Promise<GetRightplatformUrlResponse>;
1560
+ /**
1561
+ * Description: 场景方获取权益链接
1562
+ * Summary: 场景方获取权益链接
1563
+ */
1564
+ getRightplatformUrlEx(request: GetRightplatformUrlRequest, headers: {
1565
+ [key: string]: string;
1566
+ }, runtime: $Util.RuntimeOptions): Promise<GetRightplatformUrlResponse>;
1567
+ /**
1568
+ * Description: 更新申请额度状态&投保人信息
1569
+ * Summary: 更新申请额度状态&投保人信息
1570
+ */
1571
+ updateRightplatformApplyinfo(request: UpdateRightplatformApplyinfoRequest): Promise<UpdateRightplatformApplyinfoResponse>;
1572
+ /**
1573
+ * Description: 更新申请额度状态&投保人信息
1574
+ * Summary: 更新申请额度状态&投保人信息
1575
+ */
1576
+ updateRightplatformApplyinfoEx(request: UpdateRightplatformApplyinfoRequest, headers: {
1577
+ [key: string]: string;
1578
+ }, runtime: $Util.RuntimeOptions): Promise<UpdateRightplatformApplyinfoResponse>;
1579
+ /**
1580
+ * Description: 场景方标的信息通知
1581
+ * Summary: 场景方标的信息通知
1582
+ */
1583
+ notifyInterestScenesubject(request: NotifyInterestScenesubjectRequest): Promise<NotifyInterestScenesubjectResponse>;
1584
+ /**
1585
+ * Description: 场景方标的信息通知
1586
+ * Summary: 场景方标的信息通知
1587
+ */
1588
+ notifyInterestScenesubjectEx(request: NotifyInterestScenesubjectRequest, headers: {
1589
+ [key: string]: string;
1590
+ }, runtime: $Util.RuntimeOptions): Promise<NotifyInterestScenesubjectResponse>;
1591
+ /**
1592
+ * Description: 权益服务商标的信息查询
1593
+ * Summary: 权益服务商标的信息查询
1594
+ */
1595
+ queryInterestSuppliersubject(request: QueryInterestSuppliersubjectRequest): Promise<QueryInterestSuppliersubjectResponse>;
1596
+ /**
1597
+ * Description: 权益服务商标的信息查询
1598
+ * Summary: 权益服务商标的信息查询
1599
+ */
1600
+ queryInterestSuppliersubjectEx(request: QueryInterestSuppliersubjectRequest, headers: {
1601
+ [key: string]: string;
1602
+ }, runtime: $Util.RuntimeOptions): Promise<QueryInterestSuppliersubjectResponse>;
1603
+ /**
1604
+ * Description: 权益服务商投保后通知保单信息
1605
+ * Summary: 权益服务商投保后通知保单信息
1606
+ */
1607
+ notifyInterestSupplierpolicy(request: NotifyInterestSupplierpolicyRequest): Promise<NotifyInterestSupplierpolicyResponse>;
1608
+ /**
1609
+ * Description: 权益服务商投保后通知保单信息
1610
+ * Summary: 权益服务商投保后通知保单信息
1611
+ */
1612
+ notifyInterestSupplierpolicyEx(request: NotifyInterestSupplierpolicyRequest, headers: {
1613
+ [key: string]: string;
1614
+ }, runtime: $Util.RuntimeOptions): Promise<NotifyInterestSupplierpolicyResponse>;
1615
+ /**
1616
+ * Description: 场景方获取权益链接
1617
+ * Summary: 场景方获取权益链接
1618
+ */
1619
+ getInterestUrl(request: GetInterestUrlRequest): Promise<GetInterestUrlResponse>;
1620
+ /**
1621
+ * Description: 场景方获取权益链接
1622
+ * Summary: 场景方获取权益链接
1623
+ */
1624
+ getInterestUrlEx(request: GetInterestUrlRequest, headers: {
1625
+ [key: string]: string;
1626
+ }, runtime: $Util.RuntimeOptions): Promise<GetInterestUrlResponse>;
1627
+ /**
1628
+ * Description: 场景方订单信息查询
1629
+ * Summary: 场景方订单信息查询
1630
+ */
1631
+ queryInterestSceneorder(request: QueryInterestSceneorderRequest): Promise<QueryInterestSceneorderResponse>;
1632
+ /**
1633
+ * Description: 场景方订单信息查询
1634
+ * Summary: 场景方订单信息查询
1635
+ */
1636
+ queryInterestSceneorderEx(request: QueryInterestSceneorderRequest, headers: {
1637
+ [key: string]: string;
1638
+ }, runtime: $Util.RuntimeOptions): Promise<QueryInterestSceneorderResponse>;
1639
+ /**
1640
+ * Description: 权益服务商订单状态通知
1641
+ * Summary: 权益服务商订单状态通知
1642
+ */
1643
+ notifyInterestSupplierorder(request: NotifyInterestSupplierorderRequest): Promise<NotifyInterestSupplierorderResponse>;
1644
+ /**
1645
+ * Description: 权益服务商订单状态通知
1646
+ * Summary: 权益服务商订单状态通知
1647
+ */
1648
+ notifyInterestSupplierorderEx(request: NotifyInterestSupplierorderRequest, headers: {
1293
1649
  [key: string]: string;
1294
- }, runtime: $Util.RuntimeOptions): Promise<GetEmbedomeautoinsuranceUrlResponse>;
1650
+ }, runtime: $Util.RuntimeOptions): Promise<NotifyInterestSupplierorderResponse>;
1295
1651
  }