@antchain/ato 1.9.73 → 1.10.16

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
@@ -77,6 +77,22 @@ export declare class StaticDataModuleDetail extends $tea.Model {
77
77
  [key: string]: any;
78
78
  });
79
79
  }
80
+ export declare class SiteInfo extends $tea.Model {
81
+ tinyAppId?: string;
82
+ siteName?: string;
83
+ screenshotImage?: string;
84
+ siteUrl?: string;
85
+ siteType?: 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
+ }
80
96
  export declare class FileInfo extends $tea.Model {
81
97
  fileName: string;
82
98
  fileKey: string;
@@ -159,6 +175,18 @@ export declare class UserPerformanceInfo extends $tea.Model {
159
175
  [key: string]: any;
160
176
  });
161
177
  }
178
+ export declare class MarketingScoreQueryInfo extends $tea.Model {
179
+ phoneNum?: string;
180
+ static names(): {
181
+ [key: string]: string;
182
+ };
183
+ static types(): {
184
+ [key: string]: any;
185
+ };
186
+ constructor(map?: {
187
+ [key: string]: any;
188
+ });
189
+ }
162
190
  export declare class InsureProductInfo extends $tea.Model {
163
191
  productId: string;
164
192
  productImeiId: string;
@@ -188,6 +216,26 @@ export declare class RiskStrategy extends $tea.Model {
188
216
  [key: string]: any;
189
217
  });
190
218
  }
219
+ export declare class TemplateComponent extends $tea.Model {
220
+ templateCode: string;
221
+ id: string;
222
+ name: string;
223
+ uk?: string;
224
+ placeholder?: string;
225
+ enableEdit?: string;
226
+ required?: string;
227
+ type?: string;
228
+ value: string;
229
+ static names(): {
230
+ [key: string]: string;
231
+ };
232
+ static types(): {
233
+ [key: string]: any;
234
+ };
235
+ constructor(map?: {
236
+ [key: string]: any;
237
+ });
238
+ }
191
239
  export declare class InsureOrderInfo extends $tea.Model {
192
240
  orderId?: string;
193
241
  insureId?: string;
@@ -197,6 +245,21 @@ export declare class InsureOrderInfo extends $tea.Model {
197
245
  insureAmount?: number;
198
246
  insurePremium?: number;
199
247
  status?: string;
248
+ policyUrl?: string;
249
+ validateCode?: string;
250
+ static names(): {
251
+ [key: string]: string;
252
+ };
253
+ static types(): {
254
+ [key: string]: any;
255
+ };
256
+ constructor(map?: {
257
+ [key: string]: any;
258
+ });
259
+ }
260
+ export declare class MarketingScoreInfo extends $tea.Model {
261
+ phoneNum?: string;
262
+ score?: string;
200
263
  static names(): {
201
264
  [key: string]: string;
202
265
  };
@@ -463,6 +526,20 @@ export declare class DeliveryDetail extends $tea.Model {
463
526
  [key: string]: any;
464
527
  });
465
528
  }
529
+ export declare class OperationDivideTransInModel extends $tea.Model {
530
+ transInUserId: string;
531
+ divideAmount: number;
532
+ desc?: string;
533
+ static names(): {
534
+ [key: string]: string;
535
+ };
536
+ static types(): {
537
+ [key: string]: any;
538
+ };
539
+ constructor(map?: {
540
+ [key: string]: any;
541
+ });
542
+ }
466
543
  export declare class AgreementPage extends $tea.Model {
467
544
  agreementId: string;
468
545
  merchantName: string;
@@ -588,6 +665,7 @@ export declare class ApplicationInfo extends $tea.Model {
588
665
  merchantName: string;
589
666
  merchantServiceName: string;
590
667
  merchantServiceDesc: string;
668
+ siteInfo?: SiteInfo[];
591
669
  static names(): {
592
670
  [key: string]: string;
593
671
  };
@@ -1373,6 +1451,37 @@ export declare class SyncFundFinanceprecheckresultResponse extends $tea.Model {
1373
1451
  [key: string]: any;
1374
1452
  });
1375
1453
  }
1454
+ export declare class QueryFundCompensateaccountRequest extends $tea.Model {
1455
+ authToken?: string;
1456
+ productInstanceId?: string;
1457
+ fundId: string;
1458
+ merchantId: string;
1459
+ merchantTenantId: string;
1460
+ static names(): {
1461
+ [key: string]: string;
1462
+ };
1463
+ static types(): {
1464
+ [key: string]: any;
1465
+ };
1466
+ constructor(map?: {
1467
+ [key: string]: any;
1468
+ });
1469
+ }
1470
+ export declare class QueryFundCompensateaccountResponse extends $tea.Model {
1471
+ reqMsgId?: string;
1472
+ resultCode?: string;
1473
+ resultMsg?: string;
1474
+ availableAmount?: number;
1475
+ static names(): {
1476
+ [key: string]: string;
1477
+ };
1478
+ static types(): {
1479
+ [key: string]: any;
1480
+ };
1481
+ constructor(map?: {
1482
+ [key: string]: any;
1483
+ });
1484
+ }
1376
1485
  export declare class GetInnerProductRequest extends $tea.Model {
1377
1486
  authToken?: string;
1378
1487
  productInstanceId?: string;
@@ -2482,8 +2591,8 @@ export declare class UpdateInnerTemplateRequest extends $tea.Model {
2482
2591
  authToken?: string;
2483
2592
  productInstanceId?: string;
2484
2593
  tenantId: string;
2485
- templateVersionId: string;
2486
2594
  templateName: string;
2595
+ templateCode: string;
2487
2596
  static names(): {
2488
2597
  [key: string]: string;
2489
2598
  };
@@ -3074,48 +3183,6 @@ export declare class PagequeryInnerProductResponse extends $tea.Model {
3074
3183
  [key: string]: any;
3075
3184
  });
3076
3185
  }
3077
- export declare class DetailInnerProductRequest extends $tea.Model {
3078
- authToken?: string;
3079
- productInstanceId?: string;
3080
- tenantId: string;
3081
- merchantId: string;
3082
- productId: string;
3083
- productVersion: string;
3084
- static names(): {
3085
- [key: string]: string;
3086
- };
3087
- static types(): {
3088
- [key: string]: any;
3089
- };
3090
- constructor(map?: {
3091
- [key: string]: any;
3092
- });
3093
- }
3094
- export declare class DetailInnerProductResponse extends $tea.Model {
3095
- reqMsgId?: string;
3096
- resultCode?: string;
3097
- resultMsg?: string;
3098
- merchantId?: string;
3099
- productName?: string;
3100
- productId?: string;
3101
- productModel?: string;
3102
- productVersion?: string;
3103
- productPrice?: string;
3104
- mainClass?: string;
3105
- subClass?: string;
3106
- productBrand?: string;
3107
- productUrl?: string;
3108
- productDetailInfo?: string;
3109
- static names(): {
3110
- [key: string]: string;
3111
- };
3112
- static types(): {
3113
- [key: string]: any;
3114
- };
3115
- constructor(map?: {
3116
- [key: string]: any;
3117
- });
3118
- }
3119
3186
  export declare class GetInnerHomepagenoticeRequest extends $tea.Model {
3120
3187
  authToken?: string;
3121
3188
  productInstanceId?: string;
@@ -3153,6 +3220,7 @@ export declare class PagequeryInnerNoticeRequest extends $tea.Model {
3153
3220
  productInstanceId?: string;
3154
3221
  tenantId: string;
3155
3222
  pageInfo: PageQuery;
3223
+ unread?: boolean;
3156
3224
  static names(): {
3157
3225
  [key: string]: string;
3158
3226
  };
@@ -3285,6 +3353,68 @@ export declare class DetailInnerOrderResponse extends $tea.Model {
3285
3353
  [key: string]: any;
3286
3354
  });
3287
3355
  }
3356
+ export declare class RenderInnerTemplateinstanceRequest extends $tea.Model {
3357
+ authToken?: string;
3358
+ productInstanceId?: string;
3359
+ tenantId: string;
3360
+ templateCodes: string[];
3361
+ idempotent: string;
3362
+ bizBusinessId: string;
3363
+ componentInstDtos: TemplateComponent[];
3364
+ static names(): {
3365
+ [key: string]: string;
3366
+ };
3367
+ static types(): {
3368
+ [key: string]: any;
3369
+ };
3370
+ constructor(map?: {
3371
+ [key: string]: any;
3372
+ });
3373
+ }
3374
+ export declare class RenderInnerTemplateinstanceResponse extends $tea.Model {
3375
+ reqMsgId?: string;
3376
+ resultCode?: string;
3377
+ resultMsg?: string;
3378
+ businessId?: string;
3379
+ static names(): {
3380
+ [key: string]: string;
3381
+ };
3382
+ static types(): {
3383
+ [key: string]: any;
3384
+ };
3385
+ constructor(map?: {
3386
+ [key: string]: any;
3387
+ });
3388
+ }
3389
+ export declare class BatchqueryInnerMarketingscoreRequest extends $tea.Model {
3390
+ authToken?: string;
3391
+ productInstanceId?: string;
3392
+ marketingScoreQueryInfos: MarketingScoreQueryInfo[];
3393
+ static names(): {
3394
+ [key: string]: string;
3395
+ };
3396
+ static types(): {
3397
+ [key: string]: any;
3398
+ };
3399
+ constructor(map?: {
3400
+ [key: string]: any;
3401
+ });
3402
+ }
3403
+ export declare class BatchqueryInnerMarketingscoreResponse extends $tea.Model {
3404
+ reqMsgId?: string;
3405
+ resultCode?: string;
3406
+ resultMsg?: string;
3407
+ marketingScoreInfo?: MarketingScoreInfo[];
3408
+ static names(): {
3409
+ [key: string]: string;
3410
+ };
3411
+ static types(): {
3412
+ [key: string]: any;
3413
+ };
3414
+ constructor(map?: {
3415
+ [key: string]: any;
3416
+ });
3417
+ }
3288
3418
  export declare class CreateInsureRequest extends $tea.Model {
3289
3419
  authToken?: string;
3290
3420
  productInstanceId?: string;
@@ -3351,6 +3481,8 @@ export declare class QueryInsureResponse extends $tea.Model {
3351
3481
  insureEndTime?: string;
3352
3482
  insureAmount?: string;
3353
3483
  insurePremium?: string;
3484
+ policyUrl?: string;
3485
+ validateCode?: string;
3354
3486
  static names(): {
3355
3487
  [key: string]: string;
3356
3488
  };
@@ -4600,7 +4732,12 @@ export declare class CreateWithholdActivepayRequest extends $tea.Model {
4600
4732
  authToken?: string;
4601
4733
  productInstanceId?: string;
4602
4734
  orderId: string;
4603
- periodNum: number;
4735
+ periodNum?: number;
4736
+ payType?: string;
4737
+ payChannel?: string;
4738
+ payAmount?: number;
4739
+ operationDivideFlag?: string;
4740
+ operationDivideTransInList?: OperationDivideTransInModel[];
4604
4741
  static names(): {
4605
4742
  [key: string]: string;
4606
4743
  };
@@ -4616,6 +4753,7 @@ export declare class CreateWithholdActivepayResponse extends $tea.Model {
4616
4753
  resultCode?: string;
4617
4754
  resultMsg?: string;
4618
4755
  tradeNo?: string;
4756
+ orderStr?: string;
4619
4757
  static names(): {
4620
4758
  [key: string]: string;
4621
4759
  };
@@ -4630,8 +4768,9 @@ export declare class QueryWithholdActivepayRequest extends $tea.Model {
4630
4768
  authToken?: string;
4631
4769
  productInstanceId?: string;
4632
4770
  orderId: string;
4633
- periodNum: number;
4771
+ periodNum?: number;
4634
4772
  tradeNo?: string;
4773
+ payType?: string;
4635
4774
  static names(): {
4636
4775
  [key: string]: string;
4637
4776
  };
@@ -4693,10 +4832,11 @@ export declare class CreateWithholdRefundRequest extends $tea.Model {
4693
4832
  authToken?: string;
4694
4833
  productInstanceId?: string;
4695
4834
  orderId: string;
4696
- periodNum: number;
4835
+ periodNum?: number;
4697
4836
  refundRequestNo: string;
4698
4837
  refundMoney: number;
4699
4838
  refundReason?: string;
4839
+ payType?: string;
4700
4840
  static names(): {
4701
4841
  [key: string]: string;
4702
4842
  };
@@ -4728,8 +4868,9 @@ export declare class QueryWithholdRefundRequest extends $tea.Model {
4728
4868
  authToken?: string;
4729
4869
  productInstanceId?: string;
4730
4870
  orderId: string;
4731
- periodNum: number;
4871
+ periodNum?: number;
4732
4872
  refundRequestNo: string;
4873
+ payType?: string;
4733
4874
  static names(): {
4734
4875
  [key: string]: string;
4735
4876
  };
@@ -4761,6 +4902,38 @@ export declare class QueryWithholdRefundResponse extends $tea.Model {
4761
4902
  [key: string]: any;
4762
4903
  });
4763
4904
  }
4905
+ export declare class QueryWithholdCompensateaccountRequest extends $tea.Model {
4906
+ authToken?: string;
4907
+ productInstanceId?: string;
4908
+ merchantId: string;
4909
+ fundId: string;
4910
+ fundTenantId: string;
4911
+ static names(): {
4912
+ [key: string]: string;
4913
+ };
4914
+ static types(): {
4915
+ [key: string]: any;
4916
+ };
4917
+ constructor(map?: {
4918
+ [key: string]: any;
4919
+ });
4920
+ }
4921
+ export declare class QueryWithholdCompensateaccountResponse extends $tea.Model {
4922
+ reqMsgId?: string;
4923
+ resultCode?: string;
4924
+ resultMsg?: string;
4925
+ cardNo?: string;
4926
+ availableAmount?: number;
4927
+ static names(): {
4928
+ [key: string]: string;
4929
+ };
4930
+ static types(): {
4931
+ [key: string]: any;
4932
+ };
4933
+ constructor(map?: {
4934
+ [key: string]: any;
4935
+ });
4936
+ }
4764
4937
  export declare class CreateAntcloudGatewayxFileUploadRequest extends $tea.Model {
4765
4938
  authToken?: string;
4766
4939
  apiCode: string;
@@ -5091,6 +5264,18 @@ export default class Client {
5091
5264
  syncFundFinanceprecheckresultEx(request: SyncFundFinanceprecheckresultRequest, headers: {
5092
5265
  [key: string]: string;
5093
5266
  }, runtime: $Util.RuntimeOptions): Promise<SyncFundFinanceprecheckresultResponse>;
5267
+ /**
5268
+ * Description: 资方查询代偿户余额
5269
+ * Summary: 代偿户查询
5270
+ */
5271
+ queryFundCompensateaccount(request: QueryFundCompensateaccountRequest): Promise<QueryFundCompensateaccountResponse>;
5272
+ /**
5273
+ * Description: 资方查询代偿户余额
5274
+ * Summary: 代偿户查询
5275
+ */
5276
+ queryFundCompensateaccountEx(request: QueryFundCompensateaccountRequest, headers: {
5277
+ [key: string]: string;
5278
+ }, runtime: $Util.RuntimeOptions): Promise<QueryFundCompensateaccountResponse>;
5094
5279
  /**
5095
5280
  * Description: 内部调用,商品信息获取
5096
5281
  * Summary: 商品信息获取
@@ -5729,18 +5914,6 @@ export default class Client {
5729
5914
  pagequeryInnerProductEx(request: PagequeryInnerProductRequest, headers: {
5730
5915
  [key: string]: string;
5731
5916
  }, runtime: $Util.RuntimeOptions): Promise<PagequeryInnerProductResponse>;
5732
- /**
5733
- * Description: 商户控制台商品详情
5734
- * Summary: 商品详情
5735
- */
5736
- detailInnerProduct(request: DetailInnerProductRequest): Promise<DetailInnerProductResponse>;
5737
- /**
5738
- * Description: 商户控制台商品详情
5739
- * Summary: 商品详情
5740
- */
5741
- detailInnerProductEx(request: DetailInnerProductRequest, headers: {
5742
- [key: string]: string;
5743
- }, runtime: $Util.RuntimeOptions): Promise<DetailInnerProductResponse>;
5744
5917
  /**
5745
5918
  * Description: 商户控制台首页通知栏
5746
5919
  * Summary: 首页通知栏
@@ -5801,6 +5974,30 @@ export default class Client {
5801
5974
  detailInnerOrderEx(request: DetailInnerOrderRequest, headers: {
5802
5975
  [key: string]: string;
5803
5976
  }, runtime: $Util.RuntimeOptions): Promise<DetailInnerOrderResponse>;
5977
+ /**
5978
+ * Description: 合同模板实例化渲染,文本域赋值
5979
+ * Summary: 合同模板实例化渲染
5980
+ */
5981
+ renderInnerTemplateinstance(request: RenderInnerTemplateinstanceRequest): Promise<RenderInnerTemplateinstanceResponse>;
5982
+ /**
5983
+ * Description: 合同模板实例化渲染,文本域赋值
5984
+ * Summary: 合同模板实例化渲染
5985
+ */
5986
+ renderInnerTemplateinstanceEx(request: RenderInnerTemplateinstanceRequest, headers: {
5987
+ [key: string]: string;
5988
+ }, runtime: $Util.RuntimeOptions): Promise<RenderInnerTemplateinstanceResponse>;
5989
+ /**
5990
+ * Description: 批量查询营销分
5991
+ * Summary: 批量查询营销分
5992
+ */
5993
+ batchqueryInnerMarketingscore(request: BatchqueryInnerMarketingscoreRequest): Promise<BatchqueryInnerMarketingscoreResponse>;
5994
+ /**
5995
+ * Description: 批量查询营销分
5996
+ * Summary: 批量查询营销分
5997
+ */
5998
+ batchqueryInnerMarketingscoreEx(request: BatchqueryInnerMarketingscoreRequest, headers: {
5999
+ [key: string]: string;
6000
+ }, runtime: $Util.RuntimeOptions): Promise<BatchqueryInnerMarketingscoreResponse>;
5804
6001
  /**
5805
6002
  * Description: 一键投保
5806
6003
  * Summary: 投保
@@ -6333,6 +6530,18 @@ export default class Client {
6333
6530
  queryWithholdRefundEx(request: QueryWithholdRefundRequest, headers: {
6334
6531
  [key: string]: string;
6335
6532
  }, runtime: $Util.RuntimeOptions): Promise<QueryWithholdRefundResponse>;
6533
+ /**
6534
+ * Description: 代偿户账户查询
6535
+ * Summary: 代偿户账户查询
6536
+ */
6537
+ queryWithholdCompensateaccount(request: QueryWithholdCompensateaccountRequest): Promise<QueryWithholdCompensateaccountResponse>;
6538
+ /**
6539
+ * Description: 代偿户账户查询
6540
+ * Summary: 代偿户账户查询
6541
+ */
6542
+ queryWithholdCompensateaccountEx(request: QueryWithholdCompensateaccountRequest, headers: {
6543
+ [key: string]: string;
6544
+ }, runtime: $Util.RuntimeOptions): Promise<QueryWithholdCompensateaccountResponse>;
6336
6545
  /**
6337
6546
  * Description: 创建HTTP PUT提交的文件上传
6338
6547
  * Summary: 文件上传创建