@alicloud/aimiaobi20230801 1.2.0 → 1.3.1

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
@@ -35,11 +35,11 @@ export declare class CancelAsyncTaskResponseBody extends $tea.Model {
35
35
  });
36
36
  }
37
37
  export declare class CancelAsyncTaskResponse extends $tea.Model {
38
- headers: {
38
+ headers?: {
39
39
  [key: string]: string;
40
40
  };
41
- statusCode: number;
42
- body: CancelAsyncTaskResponseBody;
41
+ statusCode?: number;
42
+ body?: CancelAsyncTaskResponseBody;
43
43
  static names(): {
44
44
  [key: string]: string;
45
45
  };
@@ -108,11 +108,11 @@ export declare class CreateGeneratedContentResponseBody extends $tea.Model {
108
108
  });
109
109
  }
110
110
  export declare class CreateGeneratedContentResponse extends $tea.Model {
111
- headers: {
111
+ headers?: {
112
112
  [key: string]: string;
113
113
  };
114
- statusCode: number;
115
- body: CreateGeneratedContentResponseBody;
114
+ statusCode?: number;
115
+ body?: CreateGeneratedContentResponseBody;
116
116
  static names(): {
117
117
  [key: string]: string;
118
118
  };
@@ -153,11 +153,11 @@ export declare class CreateTokenResponseBody extends $tea.Model {
153
153
  });
154
154
  }
155
155
  export declare class CreateTokenResponse extends $tea.Model {
156
- headers: {
156
+ headers?: {
157
157
  [key: string]: string;
158
158
  };
159
- statusCode: number;
160
- body: CreateTokenResponseBody;
159
+ statusCode?: number;
160
+ body?: CreateTokenResponseBody;
161
161
  static names(): {
162
162
  [key: string]: string;
163
163
  };
@@ -199,11 +199,11 @@ export declare class DeleteGeneratedContentResponseBody extends $tea.Model {
199
199
  });
200
200
  }
201
201
  export declare class DeleteGeneratedContentResponse extends $tea.Model {
202
- headers: {
202
+ headers?: {
203
203
  [key: string]: string;
204
204
  };
205
- statusCode: number;
206
- body: DeleteGeneratedContentResponseBody;
205
+ statusCode?: number;
206
+ body?: DeleteGeneratedContentResponseBody;
207
207
  static names(): {
208
208
  [key: string]: string;
209
209
  };
@@ -245,11 +245,11 @@ export declare class DeleteMaterialByIdResponseBody extends $tea.Model {
245
245
  });
246
246
  }
247
247
  export declare class DeleteMaterialByIdResponse extends $tea.Model {
248
- headers: {
248
+ headers?: {
249
249
  [key: string]: string;
250
250
  };
251
- statusCode: number;
252
- body: DeleteMaterialByIdResponseBody;
251
+ statusCode?: number;
252
+ body?: DeleteMaterialByIdResponseBody;
253
253
  static names(): {
254
254
  [key: string]: string;
255
255
  };
@@ -291,11 +291,11 @@ export declare class ExportGeneratedContentResponseBody extends $tea.Model {
291
291
  });
292
292
  }
293
293
  export declare class ExportGeneratedContentResponse extends $tea.Model {
294
- headers: {
294
+ headers?: {
295
295
  [key: string]: string;
296
296
  };
297
- statusCode: number;
298
- body: ExportGeneratedContentResponseBody;
297
+ statusCode?: number;
298
+ body?: ExportGeneratedContentResponseBody;
299
299
  static names(): {
300
300
  [key: string]: string;
301
301
  };
@@ -361,11 +361,11 @@ export declare class FeedbackDialogueResponseBody extends $tea.Model {
361
361
  });
362
362
  }
363
363
  export declare class FeedbackDialogueResponse extends $tea.Model {
364
- headers: {
364
+ headers?: {
365
365
  [key: string]: string;
366
366
  };
367
- statusCode: number;
368
- body: FeedbackDialogueResponseBody;
367
+ statusCode?: number;
368
+ body?: FeedbackDialogueResponseBody;
369
369
  static names(): {
370
370
  [key: string]: string;
371
371
  };
@@ -422,11 +422,58 @@ export declare class FetchImageTaskResponseBody extends $tea.Model {
422
422
  });
423
423
  }
424
424
  export declare class FetchImageTaskResponse extends $tea.Model {
425
- headers: {
425
+ headers?: {
426
426
  [key: string]: string;
427
427
  };
428
- statusCode: number;
429
- body: FetchImageTaskResponseBody;
428
+ statusCode?: number;
429
+ body?: FetchImageTaskResponseBody;
430
+ static names(): {
431
+ [key: string]: string;
432
+ };
433
+ static types(): {
434
+ [key: string]: any;
435
+ };
436
+ constructor(map?: {
437
+ [key: string]: any;
438
+ });
439
+ }
440
+ export declare class GenerateFileUrlByKeyRequest extends $tea.Model {
441
+ agentKey?: string;
442
+ fileKey?: string;
443
+ fileName?: string;
444
+ static names(): {
445
+ [key: string]: string;
446
+ };
447
+ static types(): {
448
+ [key: string]: any;
449
+ };
450
+ constructor(map?: {
451
+ [key: string]: any;
452
+ });
453
+ }
454
+ export declare class GenerateFileUrlByKeyResponseBody extends $tea.Model {
455
+ code?: string;
456
+ data?: string;
457
+ httpStatusCode?: number;
458
+ message?: string;
459
+ requestId?: string;
460
+ success?: boolean;
461
+ static names(): {
462
+ [key: string]: string;
463
+ };
464
+ static types(): {
465
+ [key: string]: any;
466
+ };
467
+ constructor(map?: {
468
+ [key: string]: any;
469
+ });
470
+ }
471
+ export declare class GenerateFileUrlByKeyResponse extends $tea.Model {
472
+ headers?: {
473
+ [key: string]: string;
474
+ };
475
+ statusCode?: number;
476
+ body?: GenerateFileUrlByKeyResponseBody;
430
477
  static names(): {
431
478
  [key: string]: string;
432
479
  };
@@ -487,11 +534,58 @@ export declare class GenerateImageTaskResponseBody extends $tea.Model {
487
534
  });
488
535
  }
489
536
  export declare class GenerateImageTaskResponse extends $tea.Model {
490
- headers: {
537
+ headers?: {
491
538
  [key: string]: string;
492
539
  };
493
- statusCode: number;
494
- body: GenerateImageTaskResponseBody;
540
+ statusCode?: number;
541
+ body?: GenerateImageTaskResponseBody;
542
+ static names(): {
543
+ [key: string]: string;
544
+ };
545
+ static types(): {
546
+ [key: string]: any;
547
+ };
548
+ constructor(map?: {
549
+ [key: string]: any;
550
+ });
551
+ }
552
+ export declare class GenerateUploadConfigRequest extends $tea.Model {
553
+ agentKey?: string;
554
+ fileName?: string;
555
+ parentDir?: string;
556
+ static names(): {
557
+ [key: string]: string;
558
+ };
559
+ static types(): {
560
+ [key: string]: any;
561
+ };
562
+ constructor(map?: {
563
+ [key: string]: any;
564
+ });
565
+ }
566
+ export declare class GenerateUploadConfigResponseBody extends $tea.Model {
567
+ code?: string;
568
+ data?: GenerateUploadConfigResponseBodyData;
569
+ httpStatusCode?: number;
570
+ message?: string;
571
+ requestId?: string;
572
+ success?: boolean;
573
+ static names(): {
574
+ [key: string]: string;
575
+ };
576
+ static types(): {
577
+ [key: string]: any;
578
+ };
579
+ constructor(map?: {
580
+ [key: string]: any;
581
+ });
582
+ }
583
+ export declare class GenerateUploadConfigResponse extends $tea.Model {
584
+ headers?: {
585
+ [key: string]: string;
586
+ };
587
+ statusCode?: number;
588
+ body?: GenerateUploadConfigResponseBody;
495
589
  static names(): {
496
590
  [key: string]: string;
497
591
  };
@@ -546,11 +640,11 @@ export declare class GenerateViewPointResponseBody extends $tea.Model {
546
640
  });
547
641
  }
548
642
  export declare class GenerateViewPointResponse extends $tea.Model {
549
- headers: {
643
+ headers?: {
550
644
  [key: string]: string;
551
645
  };
552
- statusCode: number;
553
- body: GenerateViewPointResponseBody;
646
+ statusCode?: number;
647
+ body?: GenerateViewPointResponseBody;
554
648
  static names(): {
555
649
  [key: string]: string;
556
650
  };
@@ -592,11 +686,11 @@ export declare class GetDataSourceOrderConfigResponseBody extends $tea.Model {
592
686
  });
593
687
  }
594
688
  export declare class GetDataSourceOrderConfigResponse extends $tea.Model {
595
- headers: {
689
+ headers?: {
596
690
  [key: string]: string;
597
691
  };
598
- statusCode: number;
599
- body: GetDataSourceOrderConfigResponseBody;
692
+ statusCode?: number;
693
+ body?: GetDataSourceOrderConfigResponseBody;
600
694
  static names(): {
601
695
  [key: string]: string;
602
696
  };
@@ -638,11 +732,11 @@ export declare class GetGeneratedContentResponseBody extends $tea.Model {
638
732
  });
639
733
  }
640
734
  export declare class GetGeneratedContentResponse extends $tea.Model {
641
- headers: {
735
+ headers?: {
642
736
  [key: string]: string;
643
737
  };
644
- statusCode: number;
645
- body: GetGeneratedContentResponseBody;
738
+ statusCode?: number;
739
+ body?: GetGeneratedContentResponseBody;
646
740
  static names(): {
647
741
  [key: string]: string;
648
742
  };
@@ -684,11 +778,11 @@ export declare class GetMaterialByIdResponseBody extends $tea.Model {
684
778
  });
685
779
  }
686
780
  export declare class GetMaterialByIdResponse extends $tea.Model {
687
- headers: {
781
+ headers?: {
688
782
  [key: string]: string;
689
783
  };
690
- statusCode: number;
691
- body: GetMaterialByIdResponseBody;
784
+ statusCode?: number;
785
+ body?: GetMaterialByIdResponseBody;
692
786
  static names(): {
693
787
  [key: string]: string;
694
788
  };
@@ -729,11 +823,11 @@ export declare class GetPropertiesResponseBody extends $tea.Model {
729
823
  });
730
824
  }
731
825
  export declare class GetPropertiesResponse extends $tea.Model {
732
- headers: {
826
+ headers?: {
733
827
  [key: string]: string;
734
828
  };
735
- statusCode: number;
736
- body: GetPropertiesResponseBody;
829
+ statusCode?: number;
830
+ body?: GetPropertiesResponseBody;
737
831
  static names(): {
738
832
  [key: string]: string;
739
833
  };
@@ -809,11 +903,11 @@ export declare class ListAsyncTasksResponseBody extends $tea.Model {
809
903
  });
810
904
  }
811
905
  export declare class ListAsyncTasksResponse extends $tea.Model {
812
- headers: {
906
+ headers?: {
813
907
  [key: string]: string;
814
908
  };
815
- statusCode: number;
816
- body: ListAsyncTasksResponseBody;
909
+ statusCode?: number;
910
+ body?: ListAsyncTasksResponseBody;
817
911
  static names(): {
818
912
  [key: string]: string;
819
913
  };
@@ -855,11 +949,11 @@ export declare class ListBuildConfigsResponseBody extends $tea.Model {
855
949
  });
856
950
  }
857
951
  export declare class ListBuildConfigsResponse extends $tea.Model {
858
- headers: {
952
+ headers?: {
859
953
  [key: string]: string;
860
954
  };
861
- statusCode: number;
862
- body: ListBuildConfigsResponseBody;
955
+ statusCode?: number;
956
+ body?: ListBuildConfigsResponseBody;
863
957
  static names(): {
864
958
  [key: string]: string;
865
959
  };
@@ -909,11 +1003,11 @@ export declare class ListDialoguesResponseBody extends $tea.Model {
909
1003
  });
910
1004
  }
911
1005
  export declare class ListDialoguesResponse extends $tea.Model {
912
- headers: {
1006
+ headers?: {
913
1007
  [key: string]: string;
914
1008
  };
915
- statusCode: number;
916
- body: ListDialoguesResponseBody;
1009
+ statusCode?: number;
1010
+ body?: ListDialoguesResponseBody;
917
1011
  static names(): {
918
1012
  [key: string]: string;
919
1013
  };
@@ -963,11 +1057,11 @@ export declare class ListGeneratedContentsResponseBody extends $tea.Model {
963
1057
  });
964
1058
  }
965
1059
  export declare class ListGeneratedContentsResponse extends $tea.Model {
966
- headers: {
1060
+ headers?: {
967
1061
  [key: string]: string;
968
1062
  };
969
- statusCode: number;
970
- body: ListGeneratedContentsResponseBody;
1063
+ statusCode?: number;
1064
+ body?: ListGeneratedContentsResponseBody;
971
1065
  static names(): {
972
1066
  [key: string]: string;
973
1067
  };
@@ -1028,11 +1122,11 @@ export declare class ListHotNewsWithTypeResponseBody extends $tea.Model {
1028
1122
  });
1029
1123
  }
1030
1124
  export declare class ListHotNewsWithTypeResponse extends $tea.Model {
1031
- headers: {
1125
+ headers?: {
1032
1126
  [key: string]: string;
1033
1127
  };
1034
- statusCode: number;
1035
- body: ListHotNewsWithTypeResponseBody;
1128
+ statusCode?: number;
1129
+ body?: ListHotNewsWithTypeResponseBody;
1036
1130
  static names(): {
1037
1131
  [key: string]: string;
1038
1132
  };
@@ -1118,11 +1212,11 @@ export declare class ListMaterialDocumentsResponseBody extends $tea.Model {
1118
1212
  });
1119
1213
  }
1120
1214
  export declare class ListMaterialDocumentsResponse extends $tea.Model {
1121
- headers: {
1215
+ headers?: {
1122
1216
  [key: string]: string;
1123
1217
  };
1124
- statusCode: number;
1125
- body: ListMaterialDocumentsResponseBody;
1218
+ statusCode?: number;
1219
+ body?: ListMaterialDocumentsResponseBody;
1126
1220
  static names(): {
1127
1221
  [key: string]: string;
1128
1222
  };
@@ -1163,11 +1257,11 @@ export declare class ListVersionsResponseBody extends $tea.Model {
1163
1257
  });
1164
1258
  }
1165
1259
  export declare class ListVersionsResponse extends $tea.Model {
1166
- headers: {
1260
+ headers?: {
1167
1261
  [key: string]: string;
1168
1262
  };
1169
- statusCode: number;
1170
- body: ListVersionsResponseBody;
1263
+ statusCode?: number;
1264
+ body?: ListVersionsResponseBody;
1171
1265
  static names(): {
1172
1266
  [key: string]: string;
1173
1267
  };
@@ -1209,11 +1303,11 @@ export declare class QueryAsyncTaskResponseBody extends $tea.Model {
1209
1303
  });
1210
1304
  }
1211
1305
  export declare class QueryAsyncTaskResponse extends $tea.Model {
1212
- headers: {
1306
+ headers?: {
1213
1307
  [key: string]: string;
1214
1308
  };
1215
- statusCode: number;
1216
- body: QueryAsyncTaskResponseBody;
1309
+ statusCode?: number;
1310
+ body?: QueryAsyncTaskResponseBody;
1217
1311
  static names(): {
1218
1312
  [key: string]: string;
1219
1313
  };
@@ -1270,11 +1364,11 @@ export declare class SaveDataSourceOrderConfigResponseBody extends $tea.Model {
1270
1364
  });
1271
1365
  }
1272
1366
  export declare class SaveDataSourceOrderConfigResponse extends $tea.Model {
1273
- headers: {
1367
+ headers?: {
1274
1368
  [key: string]: string;
1275
1369
  };
1276
- statusCode: number;
1277
- body: SaveDataSourceOrderConfigResponseBody;
1370
+ statusCode?: number;
1371
+ body?: SaveDataSourceOrderConfigResponseBody;
1278
1372
  static names(): {
1279
1373
  [key: string]: string;
1280
1374
  };
@@ -1353,11 +1447,83 @@ export declare class SaveMaterialDocumentResponseBody extends $tea.Model {
1353
1447
  });
1354
1448
  }
1355
1449
  export declare class SaveMaterialDocumentResponse extends $tea.Model {
1356
- headers: {
1450
+ headers?: {
1451
+ [key: string]: string;
1452
+ };
1453
+ statusCode?: number;
1454
+ body?: SaveMaterialDocumentResponseBody;
1455
+ static names(): {
1456
+ [key: string]: string;
1457
+ };
1458
+ static types(): {
1459
+ [key: string]: any;
1460
+ };
1461
+ constructor(map?: {
1462
+ [key: string]: any;
1463
+ });
1464
+ }
1465
+ export declare class SearchNewsRequest extends $tea.Model {
1466
+ agentKey?: string;
1467
+ filterNotNull?: boolean;
1468
+ includeContent?: boolean;
1469
+ page?: number;
1470
+ pageSize?: number;
1471
+ query?: string;
1472
+ searchSources?: string[];
1473
+ static names(): {
1474
+ [key: string]: string;
1475
+ };
1476
+ static types(): {
1477
+ [key: string]: any;
1478
+ };
1479
+ constructor(map?: {
1480
+ [key: string]: any;
1481
+ });
1482
+ }
1483
+ export declare class SearchNewsShrinkRequest extends $tea.Model {
1484
+ agentKey?: string;
1485
+ filterNotNull?: boolean;
1486
+ includeContent?: boolean;
1487
+ page?: number;
1488
+ pageSize?: number;
1489
+ query?: string;
1490
+ searchSourcesShrink?: string;
1491
+ static names(): {
1357
1492
  [key: string]: string;
1358
1493
  };
1359
- statusCode: number;
1360
- body: SaveMaterialDocumentResponseBody;
1494
+ static types(): {
1495
+ [key: string]: any;
1496
+ };
1497
+ constructor(map?: {
1498
+ [key: string]: any;
1499
+ });
1500
+ }
1501
+ export declare class SearchNewsResponseBody extends $tea.Model {
1502
+ code?: string;
1503
+ current?: number;
1504
+ data?: SearchNewsResponseBodyData[];
1505
+ httpStatusCode?: number;
1506
+ message?: string;
1507
+ requestId?: string;
1508
+ size?: number;
1509
+ success?: boolean;
1510
+ total?: number;
1511
+ static names(): {
1512
+ [key: string]: string;
1513
+ };
1514
+ static types(): {
1515
+ [key: string]: any;
1516
+ };
1517
+ constructor(map?: {
1518
+ [key: string]: any;
1519
+ });
1520
+ }
1521
+ export declare class SearchNewsResponse extends $tea.Model {
1522
+ headers?: {
1523
+ [key: string]: string;
1524
+ };
1525
+ statusCode?: number;
1526
+ body?: SearchNewsResponseBody;
1361
1527
  static names(): {
1362
1528
  [key: string]: string;
1363
1529
  };
@@ -1402,11 +1568,11 @@ export declare class SubmitAsyncTaskResponseBody extends $tea.Model {
1402
1568
  });
1403
1569
  }
1404
1570
  export declare class SubmitAsyncTaskResponse extends $tea.Model {
1405
- headers: {
1571
+ headers?: {
1406
1572
  [key: string]: string;
1407
1573
  };
1408
- statusCode: number;
1409
- body: SubmitAsyncTaskResponseBody;
1574
+ statusCode?: number;
1575
+ body?: SubmitAsyncTaskResponseBody;
1410
1576
  static names(): {
1411
1577
  [key: string]: string;
1412
1578
  };
@@ -1471,11 +1637,11 @@ export declare class UpdateGeneratedContentResponseBody extends $tea.Model {
1471
1637
  });
1472
1638
  }
1473
1639
  export declare class UpdateGeneratedContentResponse extends $tea.Model {
1474
- headers: {
1640
+ headers?: {
1475
1641
  [key: string]: string;
1476
1642
  };
1477
- statusCode: number;
1478
- body: UpdateGeneratedContentResponseBody;
1643
+ statusCode?: number;
1644
+ body?: UpdateGeneratedContentResponseBody;
1479
1645
  static names(): {
1480
1646
  [key: string]: string;
1481
1647
  };
@@ -1554,11 +1720,11 @@ export declare class UpdateMaterialDocumentResponseBody extends $tea.Model {
1554
1720
  });
1555
1721
  }
1556
1722
  export declare class UpdateMaterialDocumentResponse extends $tea.Model {
1557
- headers: {
1723
+ headers?: {
1558
1724
  [key: string]: string;
1559
1725
  };
1560
- statusCode: number;
1561
- body: UpdateMaterialDocumentResponseBody;
1726
+ statusCode?: number;
1727
+ body?: UpdateMaterialDocumentResponseBody;
1562
1728
  static names(): {
1563
1729
  [key: string]: string;
1564
1730
  };
@@ -1665,6 +1831,22 @@ export declare class GenerateImageTaskResponseBodyData extends $tea.Model {
1665
1831
  [key: string]: any;
1666
1832
  });
1667
1833
  }
1834
+ export declare class GenerateUploadConfigResponseBodyData extends $tea.Model {
1835
+ fileKey?: string;
1836
+ formDatas?: {
1837
+ [key: string]: any;
1838
+ };
1839
+ postUrl?: string;
1840
+ static names(): {
1841
+ [key: string]: string;
1842
+ };
1843
+ static types(): {
1844
+ [key: string]: any;
1845
+ };
1846
+ constructor(map?: {
1847
+ [key: string]: any;
1848
+ });
1849
+ }
1668
1850
  export declare class GenerateViewPointRequestReferenceData extends $tea.Model {
1669
1851
  miniDoc?: string[];
1670
1852
  static names(): {
@@ -2164,6 +2346,30 @@ export declare class SaveDataSourceOrderConfigRequestUserConfigDataSourceList ex
2164
2346
  [key: string]: any;
2165
2347
  });
2166
2348
  }
2349
+ export declare class SearchNewsResponseBodyData extends $tea.Model {
2350
+ author?: string;
2351
+ content?: string;
2352
+ docUuid?: string;
2353
+ imageUrls?: string[];
2354
+ pubTime?: string;
2355
+ searchSource?: string;
2356
+ searchSourceName?: string;
2357
+ source?: string;
2358
+ summary?: string;
2359
+ tag?: string;
2360
+ title?: string;
2361
+ updateTime?: string;
2362
+ url?: string;
2363
+ static names(): {
2364
+ [key: string]: string;
2365
+ };
2366
+ static types(): {
2367
+ [key: string]: any;
2368
+ };
2369
+ constructor(map?: {
2370
+ [key: string]: any;
2371
+ });
2372
+ }
2167
2373
  export declare class SubmitAsyncTaskResponseBodyData extends $tea.Model {
2168
2374
  taskId?: string;
2169
2375
  taskIntermediateResult?: any;
@@ -2199,8 +2405,12 @@ export default class Client extends OpenApi {
2199
2405
  feedbackDialogue(request: FeedbackDialogueRequest): Promise<FeedbackDialogueResponse>;
2200
2406
  fetchImageTaskWithOptions(tmpReq: FetchImageTaskRequest, runtime: $Util.RuntimeOptions): Promise<FetchImageTaskResponse>;
2201
2407
  fetchImageTask(request: FetchImageTaskRequest): Promise<FetchImageTaskResponse>;
2408
+ generateFileUrlByKeyWithOptions(request: GenerateFileUrlByKeyRequest, runtime: $Util.RuntimeOptions): Promise<GenerateFileUrlByKeyResponse>;
2409
+ generateFileUrlByKey(request: GenerateFileUrlByKeyRequest): Promise<GenerateFileUrlByKeyResponse>;
2202
2410
  generateImageTaskWithOptions(tmpReq: GenerateImageTaskRequest, runtime: $Util.RuntimeOptions): Promise<GenerateImageTaskResponse>;
2203
2411
  generateImageTask(request: GenerateImageTaskRequest): Promise<GenerateImageTaskResponse>;
2412
+ generateUploadConfigWithOptions(request: GenerateUploadConfigRequest, runtime: $Util.RuntimeOptions): Promise<GenerateUploadConfigResponse>;
2413
+ generateUploadConfig(request: GenerateUploadConfigRequest): Promise<GenerateUploadConfigResponse>;
2204
2414
  generateViewPointWithOptions(tmpReq: GenerateViewPointRequest, runtime: $Util.RuntimeOptions): Promise<GenerateViewPointResponse>;
2205
2415
  generateViewPoint(request: GenerateViewPointRequest): Promise<GenerateViewPointResponse>;
2206
2416
  getDataSourceOrderConfigWithOptions(request: GetDataSourceOrderConfigRequest, runtime: $Util.RuntimeOptions): Promise<GetDataSourceOrderConfigResponse>;
@@ -2231,6 +2441,8 @@ export default class Client extends OpenApi {
2231
2441
  saveDataSourceOrderConfig(request: SaveDataSourceOrderConfigRequest): Promise<SaveDataSourceOrderConfigResponse>;
2232
2442
  saveMaterialDocumentWithOptions(tmpReq: SaveMaterialDocumentRequest, runtime: $Util.RuntimeOptions): Promise<SaveMaterialDocumentResponse>;
2233
2443
  saveMaterialDocument(request: SaveMaterialDocumentRequest): Promise<SaveMaterialDocumentResponse>;
2444
+ searchNewsWithOptions(tmpReq: SearchNewsRequest, runtime: $Util.RuntimeOptions): Promise<SearchNewsResponse>;
2445
+ searchNews(request: SearchNewsRequest): Promise<SearchNewsResponse>;
2234
2446
  submitAsyncTaskWithOptions(request: SubmitAsyncTaskRequest, runtime: $Util.RuntimeOptions): Promise<SubmitAsyncTaskResponse>;
2235
2447
  submitAsyncTask(request: SubmitAsyncTaskRequest): Promise<SubmitAsyncTaskResponse>;
2236
2448
  updateGeneratedContentWithOptions(tmpReq: UpdateGeneratedContentRequest, runtime: $Util.RuntimeOptions): Promise<UpdateGeneratedContentResponse>;