@alicloud/aimiaobi20230801 1.34.1 → 1.35.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 +105 -0
- package/dist/client.js +342 -0
- package/dist/client.js.map +1 -1
- package/dist/models/AsyncUploadTenderDocRequest.d.ts +28 -0
- package/dist/models/AsyncUploadTenderDocRequest.js +62 -0
- package/dist/models/AsyncUploadTenderDocRequest.js.map +1 -0
- package/dist/models/AsyncUploadTenderDocResponse.d.ts +19 -0
- package/dist/models/AsyncUploadTenderDocResponse.js +69 -0
- package/dist/models/AsyncUploadTenderDocResponse.js.map +1 -0
- package/dist/models/AsyncUploadTenderDocResponseBody.d.ts +59 -0
- package/dist/models/AsyncUploadTenderDocResponseBody.js +90 -0
- package/dist/models/AsyncUploadTenderDocResponseBody.js.map +1 -0
- package/dist/models/AsyncWritingBiddingDocRequest.d.ts +29 -0
- package/dist/models/AsyncWritingBiddingDocRequest.js +64 -0
- package/dist/models/AsyncWritingBiddingDocRequest.js.map +1 -0
- package/dist/models/AsyncWritingBiddingDocResponse.d.ts +19 -0
- package/dist/models/AsyncWritingBiddingDocResponse.js +69 -0
- package/dist/models/AsyncWritingBiddingDocResponse.js.map +1 -0
- package/dist/models/AsyncWritingBiddingDocResponseBody.d.ts +59 -0
- package/dist/models/AsyncWritingBiddingDocResponseBody.js +90 -0
- package/dist/models/AsyncWritingBiddingDocResponseBody.js.map +1 -0
- package/dist/models/DownloadBiddingDocRequest.d.ts +23 -0
- package/dist/models/DownloadBiddingDocRequest.js +60 -0
- package/dist/models/DownloadBiddingDocRequest.js.map +1 -0
- package/dist/models/DownloadBiddingDocResponse.d.ts +19 -0
- package/dist/models/DownloadBiddingDocResponse.js +69 -0
- package/dist/models/DownloadBiddingDocResponse.js.map +1 -0
- package/dist/models/DownloadBiddingDocResponseBody.d.ts +64 -0
- package/dist/models/DownloadBiddingDocResponseBody.js +92 -0
- package/dist/models/DownloadBiddingDocResponseBody.js.map +1 -0
- package/dist/models/EditBiddingDocRequest.d.ts +36 -0
- package/dist/models/EditBiddingDocRequest.js +66 -0
- package/dist/models/EditBiddingDocRequest.js.map +1 -0
- package/dist/models/EditBiddingDocResponse.d.ts +19 -0
- package/dist/models/EditBiddingDocResponse.js +69 -0
- package/dist/models/EditBiddingDocResponse.js.map +1 -0
- package/dist/models/EditBiddingDocResponseBody.d.ts +59 -0
- package/dist/models/EditBiddingDocResponseBody.js +90 -0
- package/dist/models/EditBiddingDocResponseBody.js.map +1 -0
- package/dist/models/GetBiddingDocInfoRequest.d.ts +23 -0
- package/dist/models/GetBiddingDocInfoRequest.js +60 -0
- package/dist/models/GetBiddingDocInfoRequest.js.map +1 -0
- package/dist/models/GetBiddingDocInfoResponse.d.ts +19 -0
- package/dist/models/GetBiddingDocInfoResponse.js +69 -0
- package/dist/models/GetBiddingDocInfoResponse.js.map +1 -0
- package/dist/models/GetBiddingDocInfoResponseBody.d.ts +94 -0
- package/dist/models/GetBiddingDocInfoResponseBody.js +104 -0
- package/dist/models/GetBiddingDocInfoResponseBody.js.map +1 -0
- package/dist/models/GetBiddingRemainLimitNumRequest.d.ts +23 -0
- package/dist/models/GetBiddingRemainLimitNumRequest.js +60 -0
- package/dist/models/GetBiddingRemainLimitNumRequest.js.map +1 -0
- package/dist/models/GetBiddingRemainLimitNumResponse.d.ts +19 -0
- package/dist/models/GetBiddingRemainLimitNumResponse.js +69 -0
- package/dist/models/GetBiddingRemainLimitNumResponse.js.map +1 -0
- package/dist/models/GetBiddingRemainLimitNumResponseBody.d.ts +59 -0
- package/dist/models/GetBiddingRemainLimitNumResponseBody.js +90 -0
- package/dist/models/GetBiddingRemainLimitNumResponseBody.js.map +1 -0
- package/dist/models/ListBiddingDocRequest.d.ts +59 -0
- package/dist/models/ListBiddingDocRequest.js +76 -0
- package/dist/models/ListBiddingDocRequest.js.map +1 -0
- package/dist/models/ListBiddingDocResponse.d.ts +19 -0
- package/dist/models/ListBiddingDocResponse.js +69 -0
- package/dist/models/ListBiddingDocResponse.js.map +1 -0
- package/dist/models/ListBiddingDocResponseBody.d.ts +106 -0
- package/dist/models/ListBiddingDocResponseBody.js +110 -0
- package/dist/models/ListBiddingDocResponseBody.js.map +1 -0
- package/dist/models/ListSearchTaskDialogueDatasResponseBody.d.ts +23 -0
- package/dist/models/ListSearchTaskDialogueDatasResponseBody.js +27 -1
- package/dist/models/ListSearchTaskDialogueDatasResponseBody.js.map +1 -1
- package/dist/models/RunSearchGenerationRequest.d.ts +5 -0
- package/dist/models/RunSearchGenerationRequest.js +2 -0
- package/dist/models/RunSearchGenerationRequest.js.map +1 -1
- package/dist/models/RunSearchGenerationResponseBody.d.ts +405 -0
- package/dist/models/RunSearchGenerationResponseBody.js +407 -2
- package/dist/models/RunSearchGenerationResponseBody.js.map +1 -1
- package/dist/models/RunSearchGenerationShrinkRequest.d.ts +5 -0
- package/dist/models/RunSearchGenerationShrinkRequest.js +2 -0
- package/dist/models/RunSearchGenerationShrinkRequest.js.map +1 -1
- package/dist/models/model.d.ts +43 -0
- package/dist/models/model.js +181 -95
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +386 -0
- package/src/models/AsyncUploadTenderDocRequest.ts +45 -0
- package/src/models/AsyncUploadTenderDocResponse.ts +40 -0
- package/src/models/AsyncUploadTenderDocResponseBody.ts +95 -0
- package/src/models/AsyncWritingBiddingDocRequest.ts +48 -0
- package/src/models/AsyncWritingBiddingDocResponse.ts +40 -0
- package/src/models/AsyncWritingBiddingDocResponseBody.ts +95 -0
- package/src/models/DownloadBiddingDocRequest.ts +38 -0
- package/src/models/DownloadBiddingDocResponse.ts +40 -0
- package/src/models/DownloadBiddingDocResponseBody.ts +102 -0
- package/src/models/EditBiddingDocRequest.ts +57 -0
- package/src/models/EditBiddingDocResponse.ts +40 -0
- package/src/models/EditBiddingDocResponseBody.ts +95 -0
- package/src/models/GetBiddingDocInfoRequest.ts +38 -0
- package/src/models/GetBiddingDocInfoResponse.ts +40 -0
- package/src/models/GetBiddingDocInfoResponseBody.ts +144 -0
- package/src/models/GetBiddingRemainLimitNumRequest.ts +38 -0
- package/src/models/GetBiddingRemainLimitNumResponse.ts +40 -0
- package/src/models/GetBiddingRemainLimitNumResponseBody.ts +95 -0
- package/src/models/ListBiddingDocRequest.ts +90 -0
- package/src/models/ListBiddingDocResponse.ts +40 -0
- package/src/models/ListBiddingDocResponseBody.ts +162 -0
- package/src/models/ListSearchTaskDialogueDatasResponseBody.ts +40 -0
- package/src/models/RunSearchGenerationRequest.ts +7 -0
- package/src/models/RunSearchGenerationResponseBody.ts +684 -0
- package/src/models/RunSearchGenerationShrinkRequest.ts +7 -0
- package/src/models/model.ts +43 -0
package/dist/client.d.ts
CHANGED
|
@@ -83,6 +83,21 @@ export default class Client extends OpenApi {
|
|
|
83
83
|
* @returns AsyncEditTimelineResponse
|
|
84
84
|
*/
|
|
85
85
|
asyncEditTimeline(request: $_model.AsyncEditTimelineRequest): Promise<$_model.AsyncEditTimelineResponse>;
|
|
86
|
+
/**
|
|
87
|
+
* 上传招标书文件
|
|
88
|
+
*
|
|
89
|
+
* @param request - AsyncUploadTenderDocRequest
|
|
90
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
91
|
+
* @returns AsyncUploadTenderDocResponse
|
|
92
|
+
*/
|
|
93
|
+
asyncUploadTenderDocWithOptions(request: $_model.AsyncUploadTenderDocRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AsyncUploadTenderDocResponse>;
|
|
94
|
+
/**
|
|
95
|
+
* 上传招标书文件
|
|
96
|
+
*
|
|
97
|
+
* @param request - AsyncUploadTenderDocRequest
|
|
98
|
+
* @returns AsyncUploadTenderDocResponse
|
|
99
|
+
*/
|
|
100
|
+
asyncUploadTenderDoc(request: $_model.AsyncUploadTenderDocRequest): Promise<$_model.AsyncUploadTenderDocResponse>;
|
|
86
101
|
/**
|
|
87
102
|
* 上传剪辑素材
|
|
88
103
|
*
|
|
@@ -98,6 +113,21 @@ export default class Client extends OpenApi {
|
|
|
98
113
|
* @returns AsyncUploadVideoResponse
|
|
99
114
|
*/
|
|
100
115
|
asyncUploadVideo(request: $_model.AsyncUploadVideoRequest): Promise<$_model.AsyncUploadVideoResponse>;
|
|
116
|
+
/**
|
|
117
|
+
* 标书写作接口
|
|
118
|
+
*
|
|
119
|
+
* @param request - AsyncWritingBiddingDocRequest
|
|
120
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
121
|
+
* @returns AsyncWritingBiddingDocResponse
|
|
122
|
+
*/
|
|
123
|
+
asyncWritingBiddingDocWithOptions(request: $_model.AsyncWritingBiddingDocRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AsyncWritingBiddingDocResponse>;
|
|
124
|
+
/**
|
|
125
|
+
* 标书写作接口
|
|
126
|
+
*
|
|
127
|
+
* @param request - AsyncWritingBiddingDocRequest
|
|
128
|
+
* @returns AsyncWritingBiddingDocResponse
|
|
129
|
+
*/
|
|
130
|
+
asyncWritingBiddingDoc(request: $_model.AsyncWritingBiddingDocRequest): Promise<$_model.AsyncWritingBiddingDocResponse>;
|
|
101
131
|
/**
|
|
102
132
|
* 取消异步任务
|
|
103
133
|
*
|
|
@@ -443,6 +473,21 @@ export default class Client extends OpenApi {
|
|
|
443
473
|
* @returns DownloadAuditNoteResponse
|
|
444
474
|
*/
|
|
445
475
|
downloadAuditNote(request: $_model.DownloadAuditNoteRequest): Promise<$_model.DownloadAuditNoteResponse>;
|
|
476
|
+
/**
|
|
477
|
+
* 标书下载接口
|
|
478
|
+
*
|
|
479
|
+
* @param request - DownloadBiddingDocRequest
|
|
480
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
481
|
+
* @returns DownloadBiddingDocResponse
|
|
482
|
+
*/
|
|
483
|
+
downloadBiddingDocWithOptions(request: $_model.DownloadBiddingDocRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DownloadBiddingDocResponse>;
|
|
484
|
+
/**
|
|
485
|
+
* 标书下载接口
|
|
486
|
+
*
|
|
487
|
+
* @param request - DownloadBiddingDocRequest
|
|
488
|
+
* @returns DownloadBiddingDocResponse
|
|
489
|
+
*/
|
|
490
|
+
downloadBiddingDoc(request: $_model.DownloadBiddingDocRequest): Promise<$_model.DownloadBiddingDocResponse>;
|
|
446
491
|
/**
|
|
447
492
|
* 编辑审核自定义词库记录
|
|
448
493
|
*
|
|
@@ -458,6 +503,21 @@ export default class Client extends OpenApi {
|
|
|
458
503
|
* @returns EditAuditTermsResponse
|
|
459
504
|
*/
|
|
460
505
|
editAuditTerms(request: $_model.EditAuditTermsRequest): Promise<$_model.EditAuditTermsResponse>;
|
|
506
|
+
/**
|
|
507
|
+
* 编辑标书内容接口
|
|
508
|
+
*
|
|
509
|
+
* @param request - EditBiddingDocRequest
|
|
510
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
511
|
+
* @returns EditBiddingDocResponse
|
|
512
|
+
*/
|
|
513
|
+
editBiddingDocWithOptions(request: $_model.EditBiddingDocRequest, runtime: $dara.RuntimeOptions): Promise<$_model.EditBiddingDocResponse>;
|
|
514
|
+
/**
|
|
515
|
+
* 编辑标书内容接口
|
|
516
|
+
*
|
|
517
|
+
* @param request - EditBiddingDocRequest
|
|
518
|
+
* @returns EditBiddingDocResponse
|
|
519
|
+
*/
|
|
520
|
+
editBiddingDoc(request: $_model.EditBiddingDocRequest): Promise<$_model.EditBiddingDocResponse>;
|
|
461
521
|
/**
|
|
462
522
|
* 导出企业VOC分析任务明细列表
|
|
463
523
|
*
|
|
@@ -758,6 +818,36 @@ export default class Client extends OpenApi {
|
|
|
758
818
|
* @returns GetAvailableAuditNotesResponse
|
|
759
819
|
*/
|
|
760
820
|
getAvailableAuditNotes(request: $_model.GetAvailableAuditNotesRequest): Promise<$_model.GetAvailableAuditNotesResponse>;
|
|
821
|
+
/**
|
|
822
|
+
* 获得标书写作结果接口
|
|
823
|
+
*
|
|
824
|
+
* @param request - GetBiddingDocInfoRequest
|
|
825
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
826
|
+
* @returns GetBiddingDocInfoResponse
|
|
827
|
+
*/
|
|
828
|
+
getBiddingDocInfoWithOptions(request: $_model.GetBiddingDocInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetBiddingDocInfoResponse>;
|
|
829
|
+
/**
|
|
830
|
+
* 获得标书写作结果接口
|
|
831
|
+
*
|
|
832
|
+
* @param request - GetBiddingDocInfoRequest
|
|
833
|
+
* @returns GetBiddingDocInfoResponse
|
|
834
|
+
*/
|
|
835
|
+
getBiddingDocInfo(request: $_model.GetBiddingDocInfoRequest): Promise<$_model.GetBiddingDocInfoResponse>;
|
|
836
|
+
/**
|
|
837
|
+
* 获得标书功能剩余额度
|
|
838
|
+
*
|
|
839
|
+
* @param request - GetBiddingRemainLimitNumRequest
|
|
840
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
841
|
+
* @returns GetBiddingRemainLimitNumResponse
|
|
842
|
+
*/
|
|
843
|
+
getBiddingRemainLimitNumWithOptions(request: $_model.GetBiddingRemainLimitNumRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetBiddingRemainLimitNumResponse>;
|
|
844
|
+
/**
|
|
845
|
+
* 获得标书功能剩余额度
|
|
846
|
+
*
|
|
847
|
+
* @param request - GetBiddingRemainLimitNumRequest
|
|
848
|
+
* @returns GetBiddingRemainLimitNumResponse
|
|
849
|
+
*/
|
|
850
|
+
getBiddingRemainLimitNum(request: $_model.GetBiddingRemainLimitNumRequest): Promise<$_model.GetBiddingRemainLimitNumResponse>;
|
|
761
851
|
/**
|
|
762
852
|
* 获取某次标签挖掘结果分类
|
|
763
853
|
*
|
|
@@ -1298,6 +1388,21 @@ export default class Client extends OpenApi {
|
|
|
1298
1388
|
* @returns ListAuditTermsResponse
|
|
1299
1389
|
*/
|
|
1300
1390
|
listAuditTerms(request: $_model.ListAuditTermsRequest): Promise<$_model.ListAuditTermsResponse>;
|
|
1391
|
+
/**
|
|
1392
|
+
* 获得标书写作任务列表
|
|
1393
|
+
*
|
|
1394
|
+
* @param request - ListBiddingDocRequest
|
|
1395
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1396
|
+
* @returns ListBiddingDocResponse
|
|
1397
|
+
*/
|
|
1398
|
+
listBiddingDocWithOptions(request: $_model.ListBiddingDocRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListBiddingDocResponse>;
|
|
1399
|
+
/**
|
|
1400
|
+
* 获得标书写作任务列表
|
|
1401
|
+
*
|
|
1402
|
+
* @param request - ListBiddingDocRequest
|
|
1403
|
+
* @returns ListBiddingDocResponse
|
|
1404
|
+
*/
|
|
1405
|
+
listBiddingDoc(request: $_model.ListBiddingDocRequest): Promise<$_model.ListBiddingDocResponse>;
|
|
1301
1406
|
/**
|
|
1302
1407
|
* 获取系统自定义预设
|
|
1303
1408
|
*
|
package/dist/client.js
CHANGED
|
@@ -368,6 +368,51 @@ class Client extends openapi_core_1.default {
|
|
|
368
368
|
let runtime = new $dara.RuntimeOptions({});
|
|
369
369
|
return await this.asyncEditTimelineWithOptions(request, runtime);
|
|
370
370
|
}
|
|
371
|
+
/**
|
|
372
|
+
* 上传招标书文件
|
|
373
|
+
*
|
|
374
|
+
* @param request - AsyncUploadTenderDocRequest
|
|
375
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
376
|
+
* @returns AsyncUploadTenderDocResponse
|
|
377
|
+
*/
|
|
378
|
+
async asyncUploadTenderDocWithOptions(request, runtime) {
|
|
379
|
+
request.validate();
|
|
380
|
+
let body = {};
|
|
381
|
+
if (!$dara.isNull(request.fileKey)) {
|
|
382
|
+
body["FileKey"] = request.fileKey;
|
|
383
|
+
}
|
|
384
|
+
if (!$dara.isNull(request.tenderDocName)) {
|
|
385
|
+
body["TenderDocName"] = request.tenderDocName;
|
|
386
|
+
}
|
|
387
|
+
if (!$dara.isNull(request.workspaceId)) {
|
|
388
|
+
body["WorkspaceId"] = request.workspaceId;
|
|
389
|
+
}
|
|
390
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
391
|
+
body: openapi_core_2.OpenApiUtil.parseToMap(body),
|
|
392
|
+
});
|
|
393
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
394
|
+
action: "AsyncUploadTenderDoc",
|
|
395
|
+
version: "2023-08-01",
|
|
396
|
+
protocol: "HTTPS",
|
|
397
|
+
pathname: "/",
|
|
398
|
+
method: "POST",
|
|
399
|
+
authType: "AK",
|
|
400
|
+
style: "RPC",
|
|
401
|
+
reqBodyType: "formData",
|
|
402
|
+
bodyType: "json",
|
|
403
|
+
});
|
|
404
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.AsyncUploadTenderDocResponse({}));
|
|
405
|
+
}
|
|
406
|
+
/**
|
|
407
|
+
* 上传招标书文件
|
|
408
|
+
*
|
|
409
|
+
* @param request - AsyncUploadTenderDocRequest
|
|
410
|
+
* @returns AsyncUploadTenderDocResponse
|
|
411
|
+
*/
|
|
412
|
+
async asyncUploadTenderDoc(request) {
|
|
413
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
414
|
+
return await this.asyncUploadTenderDocWithOptions(request, runtime);
|
|
415
|
+
}
|
|
371
416
|
/**
|
|
372
417
|
* 上传剪辑素材
|
|
373
418
|
*
|
|
@@ -427,6 +472,54 @@ class Client extends openapi_core_1.default {
|
|
|
427
472
|
let runtime = new $dara.RuntimeOptions({});
|
|
428
473
|
return await this.asyncUploadVideoWithOptions(request, runtime);
|
|
429
474
|
}
|
|
475
|
+
/**
|
|
476
|
+
* 标书写作接口
|
|
477
|
+
*
|
|
478
|
+
* @param request - AsyncWritingBiddingDocRequest
|
|
479
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
480
|
+
* @returns AsyncWritingBiddingDocResponse
|
|
481
|
+
*/
|
|
482
|
+
async asyncWritingBiddingDocWithOptions(request, runtime) {
|
|
483
|
+
request.validate();
|
|
484
|
+
let body = {};
|
|
485
|
+
if (!$dara.isNull(request.companyKeyword)) {
|
|
486
|
+
body["CompanyKeyword"] = request.companyKeyword;
|
|
487
|
+
}
|
|
488
|
+
if (!$dara.isNull(request.prompt)) {
|
|
489
|
+
body["Prompt"] = request.prompt;
|
|
490
|
+
}
|
|
491
|
+
if (!$dara.isNull(request.taskId)) {
|
|
492
|
+
body["TaskId"] = request.taskId;
|
|
493
|
+
}
|
|
494
|
+
if (!$dara.isNull(request.workspaceId)) {
|
|
495
|
+
body["WorkspaceId"] = request.workspaceId;
|
|
496
|
+
}
|
|
497
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
498
|
+
body: openapi_core_2.OpenApiUtil.parseToMap(body),
|
|
499
|
+
});
|
|
500
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
501
|
+
action: "AsyncWritingBiddingDoc",
|
|
502
|
+
version: "2023-08-01",
|
|
503
|
+
protocol: "HTTPS",
|
|
504
|
+
pathname: "/",
|
|
505
|
+
method: "POST",
|
|
506
|
+
authType: "AK",
|
|
507
|
+
style: "RPC",
|
|
508
|
+
reqBodyType: "formData",
|
|
509
|
+
bodyType: "json",
|
|
510
|
+
});
|
|
511
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.AsyncWritingBiddingDocResponse({}));
|
|
512
|
+
}
|
|
513
|
+
/**
|
|
514
|
+
* 标书写作接口
|
|
515
|
+
*
|
|
516
|
+
* @param request - AsyncWritingBiddingDocRequest
|
|
517
|
+
* @returns AsyncWritingBiddingDocResponse
|
|
518
|
+
*/
|
|
519
|
+
async asyncWritingBiddingDoc(request) {
|
|
520
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
521
|
+
return await this.asyncWritingBiddingDocWithOptions(request, runtime);
|
|
522
|
+
}
|
|
430
523
|
/**
|
|
431
524
|
* 取消异步任务
|
|
432
525
|
*
|
|
@@ -1489,6 +1582,48 @@ class Client extends openapi_core_1.default {
|
|
|
1489
1582
|
let runtime = new $dara.RuntimeOptions({});
|
|
1490
1583
|
return await this.downloadAuditNoteWithOptions(request, runtime);
|
|
1491
1584
|
}
|
|
1585
|
+
/**
|
|
1586
|
+
* 标书下载接口
|
|
1587
|
+
*
|
|
1588
|
+
* @param request - DownloadBiddingDocRequest
|
|
1589
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1590
|
+
* @returns DownloadBiddingDocResponse
|
|
1591
|
+
*/
|
|
1592
|
+
async downloadBiddingDocWithOptions(request, runtime) {
|
|
1593
|
+
request.validate();
|
|
1594
|
+
let body = {};
|
|
1595
|
+
if (!$dara.isNull(request.taskId)) {
|
|
1596
|
+
body["TaskId"] = request.taskId;
|
|
1597
|
+
}
|
|
1598
|
+
if (!$dara.isNull(request.workspaceId)) {
|
|
1599
|
+
body["WorkspaceId"] = request.workspaceId;
|
|
1600
|
+
}
|
|
1601
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
1602
|
+
body: openapi_core_2.OpenApiUtil.parseToMap(body),
|
|
1603
|
+
});
|
|
1604
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
1605
|
+
action: "DownloadBiddingDoc",
|
|
1606
|
+
version: "2023-08-01",
|
|
1607
|
+
protocol: "HTTPS",
|
|
1608
|
+
pathname: "/",
|
|
1609
|
+
method: "POST",
|
|
1610
|
+
authType: "AK",
|
|
1611
|
+
style: "RPC",
|
|
1612
|
+
reqBodyType: "formData",
|
|
1613
|
+
bodyType: "json",
|
|
1614
|
+
});
|
|
1615
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DownloadBiddingDocResponse({}));
|
|
1616
|
+
}
|
|
1617
|
+
/**
|
|
1618
|
+
* 标书下载接口
|
|
1619
|
+
*
|
|
1620
|
+
* @param request - DownloadBiddingDocRequest
|
|
1621
|
+
* @returns DownloadBiddingDocResponse
|
|
1622
|
+
*/
|
|
1623
|
+
async downloadBiddingDoc(request) {
|
|
1624
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
1625
|
+
return await this.downloadBiddingDocWithOptions(request, runtime);
|
|
1626
|
+
}
|
|
1492
1627
|
/**
|
|
1493
1628
|
* 编辑审核自定义词库记录
|
|
1494
1629
|
*
|
|
@@ -1548,6 +1683,57 @@ class Client extends openapi_core_1.default {
|
|
|
1548
1683
|
let runtime = new $dara.RuntimeOptions({});
|
|
1549
1684
|
return await this.editAuditTermsWithOptions(request, runtime);
|
|
1550
1685
|
}
|
|
1686
|
+
/**
|
|
1687
|
+
* 编辑标书内容接口
|
|
1688
|
+
*
|
|
1689
|
+
* @param request - EditBiddingDocRequest
|
|
1690
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1691
|
+
* @returns EditBiddingDocResponse
|
|
1692
|
+
*/
|
|
1693
|
+
async editBiddingDocWithOptions(request, runtime) {
|
|
1694
|
+
request.validate();
|
|
1695
|
+
let body = {};
|
|
1696
|
+
if (!$dara.isNull(request.content)) {
|
|
1697
|
+
body["Content"] = request.content;
|
|
1698
|
+
}
|
|
1699
|
+
if (!$dara.isNull(request.contentFormat)) {
|
|
1700
|
+
body["ContentFormat"] = request.contentFormat;
|
|
1701
|
+
}
|
|
1702
|
+
if (!$dara.isNull(request.contentType)) {
|
|
1703
|
+
body["ContentType"] = request.contentType;
|
|
1704
|
+
}
|
|
1705
|
+
if (!$dara.isNull(request.taskId)) {
|
|
1706
|
+
body["TaskId"] = request.taskId;
|
|
1707
|
+
}
|
|
1708
|
+
if (!$dara.isNull(request.workspaceId)) {
|
|
1709
|
+
body["WorkspaceId"] = request.workspaceId;
|
|
1710
|
+
}
|
|
1711
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
1712
|
+
body: openapi_core_2.OpenApiUtil.parseToMap(body),
|
|
1713
|
+
});
|
|
1714
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
1715
|
+
action: "EditBiddingDoc",
|
|
1716
|
+
version: "2023-08-01",
|
|
1717
|
+
protocol: "HTTPS",
|
|
1718
|
+
pathname: "/",
|
|
1719
|
+
method: "POST",
|
|
1720
|
+
authType: "AK",
|
|
1721
|
+
style: "RPC",
|
|
1722
|
+
reqBodyType: "formData",
|
|
1723
|
+
bodyType: "json",
|
|
1724
|
+
});
|
|
1725
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.EditBiddingDocResponse({}));
|
|
1726
|
+
}
|
|
1727
|
+
/**
|
|
1728
|
+
* 编辑标书内容接口
|
|
1729
|
+
*
|
|
1730
|
+
* @param request - EditBiddingDocRequest
|
|
1731
|
+
* @returns EditBiddingDocResponse
|
|
1732
|
+
*/
|
|
1733
|
+
async editBiddingDoc(request) {
|
|
1734
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
1735
|
+
return await this.editBiddingDocWithOptions(request, runtime);
|
|
1736
|
+
}
|
|
1551
1737
|
/**
|
|
1552
1738
|
* 导出企业VOC分析任务明细列表
|
|
1553
1739
|
*
|
|
@@ -2489,6 +2675,90 @@ class Client extends openapi_core_1.default {
|
|
|
2489
2675
|
let runtime = new $dara.RuntimeOptions({});
|
|
2490
2676
|
return await this.getAvailableAuditNotesWithOptions(request, runtime);
|
|
2491
2677
|
}
|
|
2678
|
+
/**
|
|
2679
|
+
* 获得标书写作结果接口
|
|
2680
|
+
*
|
|
2681
|
+
* @param request - GetBiddingDocInfoRequest
|
|
2682
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2683
|
+
* @returns GetBiddingDocInfoResponse
|
|
2684
|
+
*/
|
|
2685
|
+
async getBiddingDocInfoWithOptions(request, runtime) {
|
|
2686
|
+
request.validate();
|
|
2687
|
+
let body = {};
|
|
2688
|
+
if (!$dara.isNull(request.taskId)) {
|
|
2689
|
+
body["TaskId"] = request.taskId;
|
|
2690
|
+
}
|
|
2691
|
+
if (!$dara.isNull(request.workspaceId)) {
|
|
2692
|
+
body["WorkspaceId"] = request.workspaceId;
|
|
2693
|
+
}
|
|
2694
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
2695
|
+
body: openapi_core_2.OpenApiUtil.parseToMap(body),
|
|
2696
|
+
});
|
|
2697
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
2698
|
+
action: "GetBiddingDocInfo",
|
|
2699
|
+
version: "2023-08-01",
|
|
2700
|
+
protocol: "HTTPS",
|
|
2701
|
+
pathname: "/",
|
|
2702
|
+
method: "POST",
|
|
2703
|
+
authType: "AK",
|
|
2704
|
+
style: "RPC",
|
|
2705
|
+
reqBodyType: "formData",
|
|
2706
|
+
bodyType: "json",
|
|
2707
|
+
});
|
|
2708
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetBiddingDocInfoResponse({}));
|
|
2709
|
+
}
|
|
2710
|
+
/**
|
|
2711
|
+
* 获得标书写作结果接口
|
|
2712
|
+
*
|
|
2713
|
+
* @param request - GetBiddingDocInfoRequest
|
|
2714
|
+
* @returns GetBiddingDocInfoResponse
|
|
2715
|
+
*/
|
|
2716
|
+
async getBiddingDocInfo(request) {
|
|
2717
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
2718
|
+
return await this.getBiddingDocInfoWithOptions(request, runtime);
|
|
2719
|
+
}
|
|
2720
|
+
/**
|
|
2721
|
+
* 获得标书功能剩余额度
|
|
2722
|
+
*
|
|
2723
|
+
* @param request - GetBiddingRemainLimitNumRequest
|
|
2724
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2725
|
+
* @returns GetBiddingRemainLimitNumResponse
|
|
2726
|
+
*/
|
|
2727
|
+
async getBiddingRemainLimitNumWithOptions(request, runtime) {
|
|
2728
|
+
request.validate();
|
|
2729
|
+
let body = {};
|
|
2730
|
+
if (!$dara.isNull(request.apiName)) {
|
|
2731
|
+
body["ApiName"] = request.apiName;
|
|
2732
|
+
}
|
|
2733
|
+
if (!$dara.isNull(request.workspaceId)) {
|
|
2734
|
+
body["WorkspaceId"] = request.workspaceId;
|
|
2735
|
+
}
|
|
2736
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
2737
|
+
body: openapi_core_2.OpenApiUtil.parseToMap(body),
|
|
2738
|
+
});
|
|
2739
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
2740
|
+
action: "GetBiddingRemainLimitNum",
|
|
2741
|
+
version: "2023-08-01",
|
|
2742
|
+
protocol: "HTTPS",
|
|
2743
|
+
pathname: "/",
|
|
2744
|
+
method: "POST",
|
|
2745
|
+
authType: "AK",
|
|
2746
|
+
style: "RPC",
|
|
2747
|
+
reqBodyType: "formData",
|
|
2748
|
+
bodyType: "json",
|
|
2749
|
+
});
|
|
2750
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetBiddingRemainLimitNumResponse({}));
|
|
2751
|
+
}
|
|
2752
|
+
/**
|
|
2753
|
+
* 获得标书功能剩余额度
|
|
2754
|
+
*
|
|
2755
|
+
* @param request - GetBiddingRemainLimitNumRequest
|
|
2756
|
+
* @returns GetBiddingRemainLimitNumResponse
|
|
2757
|
+
*/
|
|
2758
|
+
async getBiddingRemainLimitNum(request) {
|
|
2759
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
2760
|
+
return await this.getBiddingRemainLimitNumWithOptions(request, runtime);
|
|
2761
|
+
}
|
|
2492
2762
|
/**
|
|
2493
2763
|
* 获取某次标签挖掘结果分类
|
|
2494
2764
|
*
|
|
@@ -4172,6 +4442,72 @@ class Client extends openapi_core_1.default {
|
|
|
4172
4442
|
let runtime = new $dara.RuntimeOptions({});
|
|
4173
4443
|
return await this.listAuditTermsWithOptions(request, runtime);
|
|
4174
4444
|
}
|
|
4445
|
+
/**
|
|
4446
|
+
* 获得标书写作任务列表
|
|
4447
|
+
*
|
|
4448
|
+
* @param request - ListBiddingDocRequest
|
|
4449
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
4450
|
+
* @returns ListBiddingDocResponse
|
|
4451
|
+
*/
|
|
4452
|
+
async listBiddingDocWithOptions(request, runtime) {
|
|
4453
|
+
request.validate();
|
|
4454
|
+
let body = {};
|
|
4455
|
+
if (!$dara.isNull(request.createTimeEnd)) {
|
|
4456
|
+
body["CreateTimeEnd"] = request.createTimeEnd;
|
|
4457
|
+
}
|
|
4458
|
+
if (!$dara.isNull(request.createTimeStart)) {
|
|
4459
|
+
body["CreateTimeStart"] = request.createTimeStart;
|
|
4460
|
+
}
|
|
4461
|
+
if (!$dara.isNull(request.current)) {
|
|
4462
|
+
body["Current"] = request.current;
|
|
4463
|
+
}
|
|
4464
|
+
if (!$dara.isNull(request.maxResults)) {
|
|
4465
|
+
body["MaxResults"] = request.maxResults;
|
|
4466
|
+
}
|
|
4467
|
+
if (!$dara.isNull(request.nextToken)) {
|
|
4468
|
+
body["NextToken"] = request.nextToken;
|
|
4469
|
+
}
|
|
4470
|
+
if (!$dara.isNull(request.size)) {
|
|
4471
|
+
body["Size"] = request.size;
|
|
4472
|
+
}
|
|
4473
|
+
if (!$dara.isNull(request.skip)) {
|
|
4474
|
+
body["Skip"] = request.skip;
|
|
4475
|
+
}
|
|
4476
|
+
if (!$dara.isNull(request.taskName)) {
|
|
4477
|
+
body["TaskName"] = request.taskName;
|
|
4478
|
+
}
|
|
4479
|
+
if (!$dara.isNull(request.taskStatus)) {
|
|
4480
|
+
body["TaskStatus"] = request.taskStatus;
|
|
4481
|
+
}
|
|
4482
|
+
if (!$dara.isNull(request.workspaceId)) {
|
|
4483
|
+
body["WorkspaceId"] = request.workspaceId;
|
|
4484
|
+
}
|
|
4485
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
4486
|
+
body: openapi_core_2.OpenApiUtil.parseToMap(body),
|
|
4487
|
+
});
|
|
4488
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
4489
|
+
action: "ListBiddingDoc",
|
|
4490
|
+
version: "2023-08-01",
|
|
4491
|
+
protocol: "HTTPS",
|
|
4492
|
+
pathname: "/",
|
|
4493
|
+
method: "POST",
|
|
4494
|
+
authType: "AK",
|
|
4495
|
+
style: "RPC",
|
|
4496
|
+
reqBodyType: "formData",
|
|
4497
|
+
bodyType: "json",
|
|
4498
|
+
});
|
|
4499
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListBiddingDocResponse({}));
|
|
4500
|
+
}
|
|
4501
|
+
/**
|
|
4502
|
+
* 获得标书写作任务列表
|
|
4503
|
+
*
|
|
4504
|
+
* @param request - ListBiddingDocRequest
|
|
4505
|
+
* @returns ListBiddingDocResponse
|
|
4506
|
+
*/
|
|
4507
|
+
async listBiddingDoc(request) {
|
|
4508
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
4509
|
+
return await this.listBiddingDocWithOptions(request, runtime);
|
|
4510
|
+
}
|
|
4175
4511
|
/**
|
|
4176
4512
|
* 获取系统自定义预设
|
|
4177
4513
|
*
|
|
@@ -8581,6 +8917,9 @@ class Client extends openapi_core_1.default {
|
|
|
8581
8917
|
if (!$dara.isNull(request.chatConfigShrink)) {
|
|
8582
8918
|
body["ChatConfig"] = request.chatConfigShrink;
|
|
8583
8919
|
}
|
|
8920
|
+
if (!$dara.isNull(request.fileUrl)) {
|
|
8921
|
+
body["FileUrl"] = request.fileUrl;
|
|
8922
|
+
}
|
|
8584
8923
|
if (!$dara.isNull(request.modelId)) {
|
|
8585
8924
|
body["ModelId"] = request.modelId;
|
|
8586
8925
|
}
|
|
@@ -8657,6 +8996,9 @@ class Client extends openapi_core_1.default {
|
|
|
8657
8996
|
if (!$dara.isNull(request.chatConfigShrink)) {
|
|
8658
8997
|
body["ChatConfig"] = request.chatConfigShrink;
|
|
8659
8998
|
}
|
|
8999
|
+
if (!$dara.isNull(request.fileUrl)) {
|
|
9000
|
+
body["FileUrl"] = request.fileUrl;
|
|
9001
|
+
}
|
|
8660
9002
|
if (!$dara.isNull(request.modelId)) {
|
|
8661
9003
|
body["ModelId"] = request.modelId;
|
|
8662
9004
|
}
|