@antchain/ato 1.20.7 → 1.20.19

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
@@ -3870,6 +3870,42 @@ export declare class OrderSearchInfo extends $tea.Model {
3870
3870
  [key: string]: any;
3871
3871
  });
3872
3872
  }
3873
+ export declare class AIOperationTenant extends $tea.Model {
3874
+ /**
3875
+ * @example
3876
+ * LDCJAHSJ
3877
+ */
3878
+ tenantId: string;
3879
+ /**
3880
+ * @example
3881
+ * 91301010101010101A
3882
+ */
3883
+ merchantId: string;
3884
+ /**
3885
+ * @example
3886
+ * 测试企业
3887
+ */
3888
+ companyName: string;
3889
+ /**
3890
+ * @example
3891
+ * 91301010101010101A
3892
+ */
3893
+ serviceTenantId: string;
3894
+ /**
3895
+ * @example
3896
+ * 测试服务商企业
3897
+ */
3898
+ serviceCompanyName: string;
3899
+ static names(): {
3900
+ [key: string]: string;
3901
+ };
3902
+ static types(): {
3903
+ [key: string]: any;
3904
+ };
3905
+ constructor(map?: {
3906
+ [key: string]: any;
3907
+ });
3908
+ }
3873
3909
  export declare class PromotionScene extends $tea.Model {
3874
3910
  /**
3875
3911
  * @example
@@ -4787,6 +4823,171 @@ export declare class XNameValuePair extends $tea.Model {
4787
4823
  [key: string]: any;
4788
4824
  });
4789
4825
  }
4826
+ export declare class TestAgenticnesxusDemoRequest extends $tea.Model {
4827
+ authToken?: string;
4828
+ productInstanceId?: string;
4829
+ static names(): {
4830
+ [key: string]: string;
4831
+ };
4832
+ static types(): {
4833
+ [key: string]: any;
4834
+ };
4835
+ constructor(map?: {
4836
+ [key: string]: any;
4837
+ });
4838
+ }
4839
+ export declare class TestAgenticnesxusDemoResponse extends $tea.Model {
4840
+ reqMsgId?: string;
4841
+ resultCode?: string;
4842
+ resultMsg?: string;
4843
+ greet?: string;
4844
+ static names(): {
4845
+ [key: string]: string;
4846
+ };
4847
+ static types(): {
4848
+ [key: string]: any;
4849
+ };
4850
+ constructor(map?: {
4851
+ [key: string]: any;
4852
+ });
4853
+ }
4854
+ export declare class TestAgenticnexusDemoRequest extends $tea.Model {
4855
+ authToken?: string;
4856
+ productInstanceId?: string;
4857
+ static names(): {
4858
+ [key: string]: string;
4859
+ };
4860
+ static types(): {
4861
+ [key: string]: any;
4862
+ };
4863
+ constructor(map?: {
4864
+ [key: string]: any;
4865
+ });
4866
+ }
4867
+ export declare class TestAgenticnexusDemoResponse extends $tea.Model {
4868
+ reqMsgId?: string;
4869
+ resultCode?: string;
4870
+ resultMsg?: string;
4871
+ greet?: string;
4872
+ static names(): {
4873
+ [key: string]: string;
4874
+ };
4875
+ static types(): {
4876
+ [key: string]: any;
4877
+ };
4878
+ constructor(map?: {
4879
+ [key: string]: any;
4880
+ });
4881
+ }
4882
+ export declare class SummaryAgenticnexusDashboardRequest extends $tea.Model {
4883
+ authToken?: string;
4884
+ productInstanceId?: string;
4885
+ module: string;
4886
+ input: string;
4887
+ rawData?: string;
4888
+ date?: string;
4889
+ static names(): {
4890
+ [key: string]: string;
4891
+ };
4892
+ static types(): {
4893
+ [key: string]: any;
4894
+ };
4895
+ constructor(map?: {
4896
+ [key: string]: any;
4897
+ });
4898
+ }
4899
+ export declare class SummaryAgenticnexusDashboardResponse extends $tea.Model {
4900
+ reqMsgId?: string;
4901
+ resultCode?: string;
4902
+ resultMsg?: string;
4903
+ module?: string;
4904
+ summary?: string;
4905
+ static names(): {
4906
+ [key: string]: string;
4907
+ };
4908
+ static types(): {
4909
+ [key: string]: any;
4910
+ };
4911
+ constructor(map?: {
4912
+ [key: string]: any;
4913
+ });
4914
+ }
4915
+ export declare class InvokeAgenticnexusAioperationRequest extends $tea.Model {
4916
+ authToken?: string;
4917
+ productInstanceId?: string;
4918
+ tenantId: string;
4919
+ merchantId: string;
4920
+ scene: string;
4921
+ bizRequest?: string;
4922
+ sysName: string;
4923
+ traceId: string;
4924
+ static names(): {
4925
+ [key: string]: string;
4926
+ };
4927
+ static types(): {
4928
+ [key: string]: any;
4929
+ };
4930
+ constructor(map?: {
4931
+ [key: string]: any;
4932
+ });
4933
+ }
4934
+ export declare class InvokeAgenticnexusAioperationResponse extends $tea.Model {
4935
+ reqMsgId?: string;
4936
+ resultCode?: string;
4937
+ resultMsg?: string;
4938
+ success?: boolean;
4939
+ code?: string;
4940
+ message?: string;
4941
+ traceId?: string;
4942
+ bizData?: string;
4943
+ static names(): {
4944
+ [key: string]: string;
4945
+ };
4946
+ static types(): {
4947
+ [key: string]: any;
4948
+ };
4949
+ constructor(map?: {
4950
+ [key: string]: any;
4951
+ });
4952
+ }
4953
+ export declare class InvokeAgenticnexusAilongoperationRequest extends $tea.Model {
4954
+ authToken?: string;
4955
+ productInstanceId?: string;
4956
+ tenantId: string;
4957
+ merchantId: string;
4958
+ scene: string;
4959
+ bizRequest?: string;
4960
+ sysName: string;
4961
+ traceId: string;
4962
+ static names(): {
4963
+ [key: string]: string;
4964
+ };
4965
+ static types(): {
4966
+ [key: string]: any;
4967
+ };
4968
+ constructor(map?: {
4969
+ [key: string]: any;
4970
+ });
4971
+ }
4972
+ export declare class InvokeAgenticnexusAilongoperationResponse extends $tea.Model {
4973
+ reqMsgId?: string;
4974
+ resultCode?: string;
4975
+ resultMsg?: string;
4976
+ success?: boolean;
4977
+ code?: string;
4978
+ message?: string;
4979
+ traceId?: string;
4980
+ bizData?: string;
4981
+ static names(): {
4982
+ [key: string]: string;
4983
+ };
4984
+ static types(): {
4985
+ [key: string]: any;
4986
+ };
4987
+ constructor(map?: {
4988
+ [key: string]: any;
4989
+ });
4990
+ }
4790
4991
  export declare class InitFundAlipaysettletocardRequest extends $tea.Model {
4791
4992
  authToken?: string;
4792
4993
  productInstanceId?: string;
@@ -5186,6 +5387,35 @@ export declare class ExecFundPlanResponse extends $tea.Model {
5186
5387
  [key: string]: any;
5187
5388
  });
5188
5389
  }
5390
+ export declare class QueryInnerAioperationlistRequest extends $tea.Model {
5391
+ authToken?: string;
5392
+ productInstanceId?: string;
5393
+ tenantId: string;
5394
+ static names(): {
5395
+ [key: string]: string;
5396
+ };
5397
+ static types(): {
5398
+ [key: string]: any;
5399
+ };
5400
+ constructor(map?: {
5401
+ [key: string]: any;
5402
+ });
5403
+ }
5404
+ export declare class QueryInnerAioperationlistResponse extends $tea.Model {
5405
+ reqMsgId?: string;
5406
+ resultCode?: string;
5407
+ resultMsg?: string;
5408
+ aiOperationTenantList?: AIOperationTenant[];
5409
+ static names(): {
5410
+ [key: string]: string;
5411
+ };
5412
+ static types(): {
5413
+ [key: string]: any;
5414
+ };
5415
+ constructor(map?: {
5416
+ [key: string]: any;
5417
+ });
5418
+ }
5189
5419
  export declare class QueryInnerFundassetpackagerepaymentRequest extends $tea.Model {
5190
5420
  authToken?: string;
5191
5421
  productInstanceId?: string;
@@ -8786,6 +9016,7 @@ export declare class GetFundCompensatesignurlRequest extends $tea.Model {
8786
9016
  merchantTenantId: string;
8787
9017
  merchantId: string;
8788
9018
  type: string;
9019
+ alipayUid?: string;
8789
9020
  static names(): {
8790
9021
  [key: string]: string;
8791
9022
  };
@@ -14800,11 +15031,11 @@ export declare class QueryPromotionUserunvisitedappidResponse extends $tea.Model
14800
15031
  [key: string]: any;
14801
15032
  });
14802
15033
  }
14803
- export declare class SyncTradeRequest extends $tea.Model {
15034
+ export declare class QueryInnerSppdemoRequest extends $tea.Model {
14804
15035
  authToken?: string;
14805
15036
  productInstanceId?: string;
14806
- bizContent: string;
14807
- type: string;
15037
+ tenantId: string;
15038
+ traceId: string;
14808
15039
  static names(): {
14809
15040
  [key: string]: string;
14810
15041
  };
@@ -14815,11 +15046,11 @@ export declare class SyncTradeRequest extends $tea.Model {
14815
15046
  [key: string]: any;
14816
15047
  });
14817
15048
  }
14818
- export declare class SyncTradeResponse extends $tea.Model {
15049
+ export declare class QueryInnerSppdemoResponse extends $tea.Model {
14819
15050
  reqMsgId?: string;
14820
15051
  resultCode?: string;
14821
15052
  resultMsg?: string;
14822
- responseData?: string;
15053
+ result?: string;
14823
15054
  static names(): {
14824
15055
  [key: string]: string;
14825
15056
  };
@@ -14830,11 +15061,12 @@ export declare class SyncTradeResponse extends $tea.Model {
14830
15061
  [key: string]: any;
14831
15062
  });
14832
15063
  }
14833
- export declare class GetTradeRequest extends $tea.Model {
15064
+ export declare class QueryInnerSppdashboardtrafficRequest extends $tea.Model {
14834
15065
  authToken?: string;
14835
15066
  productInstanceId?: string;
14836
- bizContent: string;
14837
- type: string;
15067
+ tenantId: string;
15068
+ traceId: string;
15069
+ date?: string;
14838
15070
  static names(): {
14839
15071
  [key: string]: string;
14840
15072
  };
@@ -14845,11 +15077,12 @@ export declare class GetTradeRequest extends $tea.Model {
14845
15077
  [key: string]: any;
14846
15078
  });
14847
15079
  }
14848
- export declare class GetTradeResponse extends $tea.Model {
15080
+ export declare class QueryInnerSppdashboardtrafficResponse extends $tea.Model {
14849
15081
  reqMsgId?: string;
14850
15082
  resultCode?: string;
14851
15083
  resultMsg?: string;
14852
- responseData?: string;
15084
+ conversion?: string;
15085
+ income?: string;
14853
15086
  static names(): {
14854
15087
  [key: string]: string;
14855
15088
  };
@@ -14860,11 +15093,12 @@ export declare class GetTradeResponse extends $tea.Model {
14860
15093
  [key: string]: any;
14861
15094
  });
14862
15095
  }
14863
- export declare class SyncFrontTradeRequest extends $tea.Model {
15096
+ export declare class QueryInnerSppdashboardscreeningRequest extends $tea.Model {
14864
15097
  authToken?: string;
14865
15098
  productInstanceId?: string;
14866
- type: string;
14867
- bizContent: string;
15099
+ tenantId: string;
15100
+ traceId: string;
15101
+ date?: string;
14868
15102
  static names(): {
14869
15103
  [key: string]: string;
14870
15104
  };
@@ -14875,11 +15109,11 @@ export declare class SyncFrontTradeRequest extends $tea.Model {
14875
15109
  [key: string]: any;
14876
15110
  });
14877
15111
  }
14878
- export declare class SyncFrontTradeResponse extends $tea.Model {
15112
+ export declare class QueryInnerSppdashboardscreeningResponse extends $tea.Model {
14879
15113
  reqMsgId?: string;
14880
15114
  resultCode?: string;
14881
15115
  resultMsg?: string;
14882
- responseData?: string;
15116
+ merchants?: string;
14883
15117
  static names(): {
14884
15118
  [key: string]: string;
14885
15119
  };
@@ -14890,17 +15124,12 @@ export declare class SyncFrontTradeResponse extends $tea.Model {
14890
15124
  [key: string]: any;
14891
15125
  });
14892
15126
  }
14893
- export declare class SyncTradeFinanceloanapplyRequest extends $tea.Model {
15127
+ export declare class QueryInnerSppdashboardpurchaseRequest extends $tea.Model {
14894
15128
  authToken?: string;
14895
15129
  productInstanceId?: string;
14896
- orderId?: string;
14897
- merchantId: string;
14898
- merchantName: string;
14899
- fundId?: string;
14900
- type?: string;
14901
- assetPackageId?: string;
14902
- stage?: string;
14903
- orderIdList?: string;
15130
+ tenantId: string;
15131
+ traceId: string;
15132
+ date?: string;
14904
15133
  static names(): {
14905
15134
  [key: string]: string;
14906
15135
  };
@@ -14911,13 +15140,13 @@ export declare class SyncTradeFinanceloanapplyRequest extends $tea.Model {
14911
15140
  [key: string]: any;
14912
15141
  });
14913
15142
  }
14914
- export declare class SyncTradeFinanceloanapplyResponse extends $tea.Model {
15143
+ export declare class QueryInnerSppdashboardpurchaseResponse extends $tea.Model {
14915
15144
  reqMsgId?: string;
14916
15145
  resultCode?: string;
14917
15146
  resultMsg?: string;
14918
- orderId?: string;
14919
- merchantId?: string;
14920
- illegalOrderIdList?: string[];
15147
+ overview?: string;
15148
+ merchants?: string;
15149
+ evaluations?: string;
14921
15150
  static names(): {
14922
15151
  [key: string]: string;
14923
15152
  };
@@ -14928,12 +15157,14 @@ export declare class SyncTradeFinanceloanapplyResponse extends $tea.Model {
14928
15157
  [key: string]: any;
14929
15158
  });
14930
15159
  }
14931
- export declare class GetTradeMerchantfulfillmentRequest extends $tea.Model {
15160
+ export declare class QueryInnerSppdashboarddistributionRequest extends $tea.Model {
14932
15161
  authToken?: string;
14933
15162
  productInstanceId?: string;
14934
- orderId: string;
14935
- merchantId: string;
14936
- termIdx?: number;
15163
+ tenantId: string;
15164
+ traceId: string;
15165
+ date?: string;
15166
+ sinceTime?: number;
15167
+ logLimit?: number;
14937
15168
  static names(): {
14938
15169
  [key: string]: string;
14939
15170
  };
@@ -14944,11 +15175,13 @@ export declare class GetTradeMerchantfulfillmentRequest extends $tea.Model {
14944
15175
  [key: string]: any;
14945
15176
  });
14946
15177
  }
14947
- export declare class GetTradeMerchantfulfillmentResponse extends $tea.Model {
15178
+ export declare class QueryInnerSppdashboarddistributionResponse extends $tea.Model {
14948
15179
  reqMsgId?: string;
14949
15180
  resultCode?: string;
14950
15181
  resultMsg?: string;
14951
- responseData?: string;
15182
+ total?: number;
15183
+ distribution?: string;
15184
+ logs?: string;
14952
15185
  static names(): {
14953
15186
  [key: string]: string;
14954
15187
  };
@@ -14959,11 +15192,14 @@ export declare class GetTradeMerchantfulfillmentResponse extends $tea.Model {
14959
15192
  [key: string]: any;
14960
15193
  });
14961
15194
  }
14962
- export declare class GetTradeUserperformanceRequest extends $tea.Model {
15195
+ export declare class QueryInnerSppdashboardsentinelRequest extends $tea.Model {
14963
15196
  authToken?: string;
14964
15197
  productInstanceId?: string;
14965
- orderId: string;
14966
- merchantId: string;
15198
+ tenantId: string;
15199
+ traceId: string;
15200
+ date?: string;
15201
+ page?: number;
15202
+ size?: number;
14967
15203
  static names(): {
14968
15204
  [key: string]: string;
14969
15205
  };
@@ -14974,11 +15210,12 @@ export declare class GetTradeUserperformanceRequest extends $tea.Model {
14974
15210
  [key: string]: any;
14975
15211
  });
14976
15212
  }
14977
- export declare class GetTradeUserperformanceResponse extends $tea.Model {
15213
+ export declare class QueryInnerSppdashboardsentinelResponse extends $tea.Model {
14978
15214
  reqMsgId?: string;
14979
15215
  resultCode?: string;
14980
15216
  resultMsg?: string;
14981
- responseData?: string;
15217
+ stats?: string;
15218
+ alerts?: string;
14982
15219
  static names(): {
14983
15220
  [key: string]: string;
14984
15221
  };
@@ -14989,11 +15226,15 @@ export declare class GetTradeUserperformanceResponse extends $tea.Model {
14989
15226
  [key: string]: any;
14990
15227
  });
14991
15228
  }
14992
- export declare class GetTradeMerchantperformanceRequest extends $tea.Model {
15229
+ export declare class QueryInnerSppdashboardsummaryRequest extends $tea.Model {
14993
15230
  authToken?: string;
14994
15231
  productInstanceId?: string;
14995
- orderId: string;
14996
- merchantId: string;
15232
+ tenantId: string;
15233
+ traceId: string;
15234
+ module: string;
15235
+ input: string;
15236
+ rawData?: string;
15237
+ date?: string;
14997
15238
  static names(): {
14998
15239
  [key: string]: string;
14999
15240
  };
@@ -15004,11 +15245,12 @@ export declare class GetTradeMerchantperformanceRequest extends $tea.Model {
15004
15245
  [key: string]: any;
15005
15246
  });
15006
15247
  }
15007
- export declare class GetTradeMerchantperformanceResponse extends $tea.Model {
15248
+ export declare class QueryInnerSppdashboardsummaryResponse extends $tea.Model {
15008
15249
  reqMsgId?: string;
15009
15250
  resultCode?: string;
15010
15251
  resultMsg?: string;
15011
- responseData?: string;
15252
+ module?: string;
15253
+ summary?: string;
15012
15254
  static names(): {
15013
15255
  [key: string]: string;
15014
15256
  };
@@ -15019,10 +15261,294 @@ export declare class GetTradeMerchantperformanceResponse extends $tea.Model {
15019
15261
  [key: string]: any;
15020
15262
  });
15021
15263
  }
15022
- export declare class UpdateTradeUserpromiseRequest extends $tea.Model {
15264
+ export declare class QueryInnerSppdashboardreasoningRequest extends $tea.Model {
15023
15265
  authToken?: string;
15024
15266
  productInstanceId?: string;
15025
- orderId: string;
15267
+ tenantId?: string;
15268
+ traceId?: string;
15269
+ date?: string;
15270
+ module: string;
15271
+ sinceTime?: string;
15272
+ static names(): {
15273
+ [key: string]: string;
15274
+ };
15275
+ static types(): {
15276
+ [key: string]: any;
15277
+ };
15278
+ constructor(map?: {
15279
+ [key: string]: any;
15280
+ });
15281
+ }
15282
+ export declare class QueryInnerSppdashboardreasoningResponse extends $tea.Model {
15283
+ reqMsgId?: string;
15284
+ resultCode?: string;
15285
+ resultMsg?: string;
15286
+ module?: string;
15287
+ reasoning?: string;
15288
+ static names(): {
15289
+ [key: string]: string;
15290
+ };
15291
+ static types(): {
15292
+ [key: string]: any;
15293
+ };
15294
+ constructor(map?: {
15295
+ [key: string]: any;
15296
+ });
15297
+ }
15298
+ export declare class QueryInnerSppdashboardprefilterRequest extends $tea.Model {
15299
+ authToken?: string;
15300
+ productInstanceId?: string;
15301
+ tenantId: string;
15302
+ traceId: string;
15303
+ date?: string;
15304
+ static names(): {
15305
+ [key: string]: string;
15306
+ };
15307
+ static types(): {
15308
+ [key: string]: any;
15309
+ };
15310
+ constructor(map?: {
15311
+ [key: string]: any;
15312
+ });
15313
+ }
15314
+ export declare class QueryInnerSppdashboardprefilterResponse extends $tea.Model {
15315
+ reqMsgId?: string;
15316
+ resultCode?: string;
15317
+ resultMsg?: string;
15318
+ merchants?: string;
15319
+ static names(): {
15320
+ [key: string]: string;
15321
+ };
15322
+ static types(): {
15323
+ [key: string]: any;
15324
+ };
15325
+ constructor(map?: {
15326
+ [key: string]: any;
15327
+ });
15328
+ }
15329
+ export declare class SyncTradeRequest extends $tea.Model {
15330
+ authToken?: string;
15331
+ productInstanceId?: string;
15332
+ bizContent: string;
15333
+ type: string;
15334
+ static names(): {
15335
+ [key: string]: string;
15336
+ };
15337
+ static types(): {
15338
+ [key: string]: any;
15339
+ };
15340
+ constructor(map?: {
15341
+ [key: string]: any;
15342
+ });
15343
+ }
15344
+ export declare class SyncTradeResponse extends $tea.Model {
15345
+ reqMsgId?: string;
15346
+ resultCode?: string;
15347
+ resultMsg?: string;
15348
+ responseData?: string;
15349
+ static names(): {
15350
+ [key: string]: string;
15351
+ };
15352
+ static types(): {
15353
+ [key: string]: any;
15354
+ };
15355
+ constructor(map?: {
15356
+ [key: string]: any;
15357
+ });
15358
+ }
15359
+ export declare class GetTradeRequest extends $tea.Model {
15360
+ authToken?: string;
15361
+ productInstanceId?: string;
15362
+ bizContent: string;
15363
+ type: string;
15364
+ static names(): {
15365
+ [key: string]: string;
15366
+ };
15367
+ static types(): {
15368
+ [key: string]: any;
15369
+ };
15370
+ constructor(map?: {
15371
+ [key: string]: any;
15372
+ });
15373
+ }
15374
+ export declare class GetTradeResponse extends $tea.Model {
15375
+ reqMsgId?: string;
15376
+ resultCode?: string;
15377
+ resultMsg?: string;
15378
+ responseData?: string;
15379
+ static names(): {
15380
+ [key: string]: string;
15381
+ };
15382
+ static types(): {
15383
+ [key: string]: any;
15384
+ };
15385
+ constructor(map?: {
15386
+ [key: string]: any;
15387
+ });
15388
+ }
15389
+ export declare class SyncFrontTradeRequest extends $tea.Model {
15390
+ authToken?: string;
15391
+ productInstanceId?: string;
15392
+ type: string;
15393
+ bizContent: string;
15394
+ static names(): {
15395
+ [key: string]: string;
15396
+ };
15397
+ static types(): {
15398
+ [key: string]: any;
15399
+ };
15400
+ constructor(map?: {
15401
+ [key: string]: any;
15402
+ });
15403
+ }
15404
+ export declare class SyncFrontTradeResponse extends $tea.Model {
15405
+ reqMsgId?: string;
15406
+ resultCode?: string;
15407
+ resultMsg?: string;
15408
+ responseData?: string;
15409
+ static names(): {
15410
+ [key: string]: string;
15411
+ };
15412
+ static types(): {
15413
+ [key: string]: any;
15414
+ };
15415
+ constructor(map?: {
15416
+ [key: string]: any;
15417
+ });
15418
+ }
15419
+ export declare class SyncTradeFinanceloanapplyRequest extends $tea.Model {
15420
+ authToken?: string;
15421
+ productInstanceId?: string;
15422
+ orderId?: string;
15423
+ merchantId: string;
15424
+ merchantName: string;
15425
+ fundId?: string;
15426
+ type?: string;
15427
+ assetPackageId?: string;
15428
+ stage?: string;
15429
+ orderIdList?: string;
15430
+ static names(): {
15431
+ [key: string]: string;
15432
+ };
15433
+ static types(): {
15434
+ [key: string]: any;
15435
+ };
15436
+ constructor(map?: {
15437
+ [key: string]: any;
15438
+ });
15439
+ }
15440
+ export declare class SyncTradeFinanceloanapplyResponse extends $tea.Model {
15441
+ reqMsgId?: string;
15442
+ resultCode?: string;
15443
+ resultMsg?: string;
15444
+ orderId?: string;
15445
+ merchantId?: string;
15446
+ illegalOrderIdList?: string[];
15447
+ static names(): {
15448
+ [key: string]: string;
15449
+ };
15450
+ static types(): {
15451
+ [key: string]: any;
15452
+ };
15453
+ constructor(map?: {
15454
+ [key: string]: any;
15455
+ });
15456
+ }
15457
+ export declare class GetTradeMerchantfulfillmentRequest extends $tea.Model {
15458
+ authToken?: string;
15459
+ productInstanceId?: string;
15460
+ orderId: string;
15461
+ merchantId: string;
15462
+ termIdx?: number;
15463
+ static names(): {
15464
+ [key: string]: string;
15465
+ };
15466
+ static types(): {
15467
+ [key: string]: any;
15468
+ };
15469
+ constructor(map?: {
15470
+ [key: string]: any;
15471
+ });
15472
+ }
15473
+ export declare class GetTradeMerchantfulfillmentResponse extends $tea.Model {
15474
+ reqMsgId?: string;
15475
+ resultCode?: string;
15476
+ resultMsg?: string;
15477
+ responseData?: string;
15478
+ static names(): {
15479
+ [key: string]: string;
15480
+ };
15481
+ static types(): {
15482
+ [key: string]: any;
15483
+ };
15484
+ constructor(map?: {
15485
+ [key: string]: any;
15486
+ });
15487
+ }
15488
+ export declare class GetTradeUserperformanceRequest extends $tea.Model {
15489
+ authToken?: string;
15490
+ productInstanceId?: string;
15491
+ orderId: string;
15492
+ merchantId: string;
15493
+ static names(): {
15494
+ [key: string]: string;
15495
+ };
15496
+ static types(): {
15497
+ [key: string]: any;
15498
+ };
15499
+ constructor(map?: {
15500
+ [key: string]: any;
15501
+ });
15502
+ }
15503
+ export declare class GetTradeUserperformanceResponse extends $tea.Model {
15504
+ reqMsgId?: string;
15505
+ resultCode?: string;
15506
+ resultMsg?: string;
15507
+ responseData?: string;
15508
+ static names(): {
15509
+ [key: string]: string;
15510
+ };
15511
+ static types(): {
15512
+ [key: string]: any;
15513
+ };
15514
+ constructor(map?: {
15515
+ [key: string]: any;
15516
+ });
15517
+ }
15518
+ export declare class GetTradeMerchantperformanceRequest extends $tea.Model {
15519
+ authToken?: string;
15520
+ productInstanceId?: string;
15521
+ orderId: string;
15522
+ merchantId: string;
15523
+ static names(): {
15524
+ [key: string]: string;
15525
+ };
15526
+ static types(): {
15527
+ [key: string]: any;
15528
+ };
15529
+ constructor(map?: {
15530
+ [key: string]: any;
15531
+ });
15532
+ }
15533
+ export declare class GetTradeMerchantperformanceResponse extends $tea.Model {
15534
+ reqMsgId?: string;
15535
+ resultCode?: string;
15536
+ resultMsg?: string;
15537
+ responseData?: string;
15538
+ static names(): {
15539
+ [key: string]: string;
15540
+ };
15541
+ static types(): {
15542
+ [key: string]: any;
15543
+ };
15544
+ constructor(map?: {
15545
+ [key: string]: any;
15546
+ });
15547
+ }
15548
+ export declare class UpdateTradeUserpromiseRequest extends $tea.Model {
15549
+ authToken?: string;
15550
+ productInstanceId?: string;
15551
+ orderId: string;
15026
15552
  merchantId: string;
15027
15553
  termIdx: number;
15028
15554
  updatedRentalMoney: number;
@@ -16312,6 +16838,76 @@ export default class Client {
16312
16838
  }, runtime: $Util.RuntimeOptions): Promise<{
16313
16839
  [key: string]: any;
16314
16840
  }>;
16841
+ /**
16842
+ * @remarks
16843
+ * Description: 基础项目搭建
16844
+ * Summary: 基础项目搭建
16845
+ */
16846
+ testAgenticnesxusDemo(request: TestAgenticnesxusDemoRequest): Promise<TestAgenticnesxusDemoResponse>;
16847
+ /**
16848
+ * @remarks
16849
+ * Description: 基础项目搭建
16850
+ * Summary: 基础项目搭建
16851
+ */
16852
+ testAgenticnesxusDemoEx(request: TestAgenticnesxusDemoRequest, headers: {
16853
+ [key: string]: string;
16854
+ }, runtime: $Util.RuntimeOptions): Promise<TestAgenticnesxusDemoResponse>;
16855
+ /**
16856
+ * @remarks
16857
+ * Description: 基础项目搭建-测试连通性
16858
+ * Summary: 基础项目搭建-测试连通性
16859
+ */
16860
+ testAgenticnexusDemo(request: TestAgenticnexusDemoRequest): Promise<TestAgenticnexusDemoResponse>;
16861
+ /**
16862
+ * @remarks
16863
+ * Description: 基础项目搭建-测试连通性
16864
+ * Summary: 基础项目搭建-测试连通性
16865
+ */
16866
+ testAgenticnexusDemoEx(request: TestAgenticnexusDemoRequest, headers: {
16867
+ [key: string]: string;
16868
+ }, runtime: $Util.RuntimeOptions): Promise<TestAgenticnexusDemoResponse>;
16869
+ /**
16870
+ * @remarks
16871
+ * Description: 营销大脑看板- 总结
16872
+ * Summary: 营销大脑看板- 总结
16873
+ */
16874
+ summaryAgenticnexusDashboard(request: SummaryAgenticnexusDashboardRequest): Promise<SummaryAgenticnexusDashboardResponse>;
16875
+ /**
16876
+ * @remarks
16877
+ * Description: 营销大脑看板- 总结
16878
+ * Summary: 营销大脑看板- 总结
16879
+ */
16880
+ summaryAgenticnexusDashboardEx(request: SummaryAgenticnexusDashboardRequest, headers: {
16881
+ [key: string]: string;
16882
+ }, runtime: $Util.RuntimeOptions): Promise<SummaryAgenticnexusDashboardResponse>;
16883
+ /**
16884
+ * @remarks
16885
+ * Description: AI经营智能体统一invoke接口
16886
+ * Summary: AI经营智能体统一invoke接口
16887
+ */
16888
+ invokeAgenticnexusAioperation(request: InvokeAgenticnexusAioperationRequest): Promise<InvokeAgenticnexusAioperationResponse>;
16889
+ /**
16890
+ * @remarks
16891
+ * Description: AI经营智能体统一invoke接口
16892
+ * Summary: AI经营智能体统一invoke接口
16893
+ */
16894
+ invokeAgenticnexusAioperationEx(request: InvokeAgenticnexusAioperationRequest, headers: {
16895
+ [key: string]: string;
16896
+ }, runtime: $Util.RuntimeOptions): Promise<InvokeAgenticnexusAioperationResponse>;
16897
+ /**
16898
+ * @remarks
16899
+ * Description: AI经营智能体统一invoke接口(长耗时)
16900
+ * Summary: AI经营智能体统一invoke接口(长耗时)
16901
+ */
16902
+ invokeAgenticnexusAilongoperation(request: InvokeAgenticnexusAilongoperationRequest): Promise<InvokeAgenticnexusAilongoperationResponse>;
16903
+ /**
16904
+ * @remarks
16905
+ * Description: AI经营智能体统一invoke接口(长耗时)
16906
+ * Summary: AI经营智能体统一invoke接口(长耗时)
16907
+ */
16908
+ invokeAgenticnexusAilongoperationEx(request: InvokeAgenticnexusAilongoperationRequest, headers: {
16909
+ [key: string]: string;
16910
+ }, runtime: $Util.RuntimeOptions): Promise<InvokeAgenticnexusAilongoperationResponse>;
16315
16911
  /**
16316
16912
  * @remarks
16317
16913
  * Description: 支付宝结算到卡交易流水任务创建接口
@@ -16492,6 +17088,20 @@ export default class Client {
16492
17088
  execFundPlanEx(request: ExecFundPlanRequest, headers: {
16493
17089
  [key: string]: string;
16494
17090
  }, runtime: $Util.RuntimeOptions): Promise<ExecFundPlanResponse>;
17091
+ /**
17092
+ * @remarks
17093
+ * Description: AI经营团队项目,查询租户对应的数据列表
17094
+ * Summary: AI经营团队项目,查询租户对应的数据列表
17095
+ */
17096
+ queryInnerAioperationlist(request: QueryInnerAioperationlistRequest): Promise<QueryInnerAioperationlistResponse>;
17097
+ /**
17098
+ * @remarks
17099
+ * Description: AI经营团队项目,查询租户对应的数据列表
17100
+ * Summary: AI经营团队项目,查询租户对应的数据列表
17101
+ */
17102
+ queryInnerAioperationlistEx(request: QueryInnerAioperationlistRequest, headers: {
17103
+ [key: string]: string;
17104
+ }, runtime: $Util.RuntimeOptions): Promise<QueryInnerAioperationlistResponse>;
16495
17105
  /**
16496
17106
  * @remarks
16497
17107
  * Description: 资产包还款列表查询
@@ -20440,6 +21050,132 @@ export default class Client {
20440
21050
  queryPromotionUserunvisitedappidEx(request: QueryPromotionUserunvisitedappidRequest, headers: {
20441
21051
  [key: string]: string;
20442
21052
  }, runtime: $Util.RuntimeOptions): Promise<QueryPromotionUserunvisitedappidResponse>;
21053
+ /**
21054
+ * @remarks
21055
+ * Description: spp(SmartPromotion 智能营销系统)demo测试接口
21056
+ * Summary: spp(SmartPromotion 智能营销系统)demo测试接口
21057
+ */
21058
+ queryInnerSppdemo(request: QueryInnerSppdemoRequest): Promise<QueryInnerSppdemoResponse>;
21059
+ /**
21060
+ * @remarks
21061
+ * Description: spp(SmartPromotion 智能营销系统)demo测试接口
21062
+ * Summary: spp(SmartPromotion 智能营销系统)demo测试接口
21063
+ */
21064
+ queryInnerSppdemoEx(request: QueryInnerSppdemoRequest, headers: {
21065
+ [key: string]: string;
21066
+ }, runtime: $Util.RuntimeOptions): Promise<QueryInnerSppdemoResponse>;
21067
+ /**
21068
+ * @remarks
21069
+ * Description: 流量看板查询
21070
+ * Summary: 流量看板查询
21071
+ */
21072
+ queryInnerSppdashboardtraffic(request: QueryInnerSppdashboardtrafficRequest): Promise<QueryInnerSppdashboardtrafficResponse>;
21073
+ /**
21074
+ * @remarks
21075
+ * Description: 流量看板查询
21076
+ * Summary: 流量看板查询
21077
+ */
21078
+ queryInnerSppdashboardtrafficEx(request: QueryInnerSppdashboardtrafficRequest, headers: {
21079
+ [key: string]: string;
21080
+ }, runtime: $Util.RuntimeOptions): Promise<QueryInnerSppdashboardtrafficResponse>;
21081
+ /**
21082
+ * @remarks
21083
+ * Description: 前筛查询
21084
+ * Summary: 前筛查询
21085
+ */
21086
+ queryInnerSppdashboardscreening(request: QueryInnerSppdashboardscreeningRequest): Promise<QueryInnerSppdashboardscreeningResponse>;
21087
+ /**
21088
+ * @remarks
21089
+ * Description: 前筛查询
21090
+ * Summary: 前筛查询
21091
+ */
21092
+ queryInnerSppdashboardscreeningEx(request: QueryInnerSppdashboardscreeningRequest, headers: {
21093
+ [key: string]: string;
21094
+ }, runtime: $Util.RuntimeOptions): Promise<QueryInnerSppdashboardscreeningResponse>;
21095
+ /**
21096
+ * @remarks
21097
+ * Description: 采买查询
21098
+ * Summary: 采买查询
21099
+ */
21100
+ queryInnerSppdashboardpurchase(request: QueryInnerSppdashboardpurchaseRequest): Promise<QueryInnerSppdashboardpurchaseResponse>;
21101
+ /**
21102
+ * @remarks
21103
+ * Description: 采买查询
21104
+ * Summary: 采买查询
21105
+ */
21106
+ queryInnerSppdashboardpurchaseEx(request: QueryInnerSppdashboardpurchaseRequest, headers: {
21107
+ [key: string]: string;
21108
+ }, runtime: $Util.RuntimeOptions): Promise<QueryInnerSppdashboardpurchaseResponse>;
21109
+ /**
21110
+ * @remarks
21111
+ * Description: 分发查询
21112
+ * Summary: 分发查询
21113
+ */
21114
+ queryInnerSppdashboarddistribution(request: QueryInnerSppdashboarddistributionRequest): Promise<QueryInnerSppdashboarddistributionResponse>;
21115
+ /**
21116
+ * @remarks
21117
+ * Description: 分发查询
21118
+ * Summary: 分发查询
21119
+ */
21120
+ queryInnerSppdashboarddistributionEx(request: QueryInnerSppdashboarddistributionRequest, headers: {
21121
+ [key: string]: string;
21122
+ }, runtime: $Util.RuntimeOptions): Promise<QueryInnerSppdashboarddistributionResponse>;
21123
+ /**
21124
+ * @remarks
21125
+ * Description: 预警查询
21126
+ * Summary: 预警查询
21127
+ */
21128
+ queryInnerSppdashboardsentinel(request: QueryInnerSppdashboardsentinelRequest): Promise<QueryInnerSppdashboardsentinelResponse>;
21129
+ /**
21130
+ * @remarks
21131
+ * Description: 预警查询
21132
+ * Summary: 预警查询
21133
+ */
21134
+ queryInnerSppdashboardsentinelEx(request: QueryInnerSppdashboardsentinelRequest, headers: {
21135
+ [key: string]: string;
21136
+ }, runtime: $Util.RuntimeOptions): Promise<QueryInnerSppdashboardsentinelResponse>;
21137
+ /**
21138
+ * @remarks
21139
+ * Description: 前筛/采买/分发/预警 4 部分的数据总结
21140
+ * Summary: 前筛/采买/分发/预警 4 部分的数据总结
21141
+ */
21142
+ queryInnerSppdashboardsummary(request: QueryInnerSppdashboardsummaryRequest): Promise<QueryInnerSppdashboardsummaryResponse>;
21143
+ /**
21144
+ * @remarks
21145
+ * Description: 前筛/采买/分发/预警 4 部分的数据总结
21146
+ * Summary: 前筛/采买/分发/预警 4 部分的数据总结
21147
+ */
21148
+ queryInnerSppdashboardsummaryEx(request: QueryInnerSppdashboardsummaryRequest, headers: {
21149
+ [key: string]: string;
21150
+ }, runtime: $Util.RuntimeOptions): Promise<QueryInnerSppdashboardsummaryResponse>;
21151
+ /**
21152
+ * @remarks
21153
+ * Description: 思考过程查询
21154
+ * Summary: 思考过程查询
21155
+ */
21156
+ queryInnerSppdashboardreasoning(request: QueryInnerSppdashboardreasoningRequest): Promise<QueryInnerSppdashboardreasoningResponse>;
21157
+ /**
21158
+ * @remarks
21159
+ * Description: 思考过程查询
21160
+ * Summary: 思考过程查询
21161
+ */
21162
+ queryInnerSppdashboardreasoningEx(request: QueryInnerSppdashboardreasoningRequest, headers: {
21163
+ [key: string]: string;
21164
+ }, runtime: $Util.RuntimeOptions): Promise<QueryInnerSppdashboardreasoningResponse>;
21165
+ /**
21166
+ * @remarks
21167
+ * Description: 前筛查询
21168
+ * Summary: 前筛查询
21169
+ */
21170
+ queryInnerSppdashboardprefilter(request: QueryInnerSppdashboardprefilterRequest): Promise<QueryInnerSppdashboardprefilterResponse>;
21171
+ /**
21172
+ * @remarks
21173
+ * Description: 前筛查询
21174
+ * Summary: 前筛查询
21175
+ */
21176
+ queryInnerSppdashboardprefilterEx(request: QueryInnerSppdashboardprefilterRequest, headers: {
21177
+ [key: string]: string;
21178
+ }, runtime: $Util.RuntimeOptions): Promise<QueryInnerSppdashboardprefilterResponse>;
20443
21179
  /**
20444
21180
  * @remarks
20445
21181
  * Description: 对账saas交易信息同步接口