@@ -54,8 +54,8 @@ export class DevStarClient {
54
54
}
55
55
56
56
/**
57
- * 下载模板产物
58
- * @summary 下载模板产物
57
+ * 通过任务ID下载ZIP格式的代码工程。
58
+ * @summary 下载代码工程
59
59
* @param {string } jobId 任务id
60
60
* @param {'zh-cn' | 'en-us' } [xLanguage] 语言类型 中文:zh-cn 英文:en-us
61
61
* @param {* } [options] Override http request option.
@@ -317,13 +317,13 @@ export const ParamCreater = function () {
317
317
return {
318
318
319
319
/**
320
- * 下载模板产物
320
+ * 通过任务ID下载ZIP格式的代码工程。
321
321
*/
322
322
downloadApplicationCode ( downloadApplicationCodeRequest ?: DownloadApplicationCodeRequest ) {
323
323
const options = {
324
324
method : "GET" ,
325
- url : "/v1/application-codes " ,
326
- contentType : "" ,
325
+ url : "" ,
326
+ contentType : "application/json " ,
327
327
queryParams : { } ,
328
328
pathParams : { } ,
329
329
headers : { } ,
@@ -363,7 +363,7 @@ export const ParamCreater = function () {
363
363
runCodehubTemplateJob ( runCodehubTemplateJobRequest ?: RunCodehubTemplateJobRequest ) {
364
364
const options = {
365
365
method : "POST" ,
366
- url : "/v1/jobs/codehub " ,
366
+ url : "" ,
367
367
contentType : "application/json;charset=UTF-8" ,
368
368
queryParams : { } ,
369
369
pathParams : { } ,
@@ -402,7 +402,7 @@ export const ParamCreater = function () {
402
402
runDevstarTemplateJob ( runDevstarTemplateJobRequest ?: RunDevstarTemplateJobRequest ) {
403
403
const options = {
404
404
method : "POST" ,
405
- url : "/v1/jobs/template " ,
405
+ url : "" ,
406
406
contentType : "application/json;charset=UTF-8" ,
407
407
queryParams : { } ,
408
408
pathParams : { } ,
@@ -441,8 +441,8 @@ export const ParamCreater = function () {
441
441
showJobDetail ( showJobDetailRequest ?: ShowJobDetailRequest ) {
442
442
const options = {
443
443
method : "GET" ,
444
- url : "/v1/jobs/{job_id} " ,
445
- contentType : "" ,
444
+ url : "" ,
445
+ contentType : "application/json " ,
446
446
queryParams : { } ,
447
447
pathParams : { } ,
448
448
headers : { } ,
@@ -478,8 +478,8 @@ export const ParamCreater = function () {
478
478
showTemplateFile ( showTemplateFileRequest ?: ShowTemplateFileRequest ) {
479
479
const options = {
480
480
method : "GET" ,
481
- url : "/v1/templates/{template_id}/files " ,
482
- contentType : "" ,
481
+ url : "" ,
482
+ contentType : "application/json " ,
483
483
queryParams : { } ,
484
484
pathParams : { } ,
485
485
headers : { } ,
@@ -530,7 +530,7 @@ export const ParamCreater = function () {
530
530
createTemplateViewHistories ( createTemplateViewHistoriesRequest ?: CreateTemplateViewHistoriesRequest ) {
531
531
const options = {
532
532
method : "POST" ,
533
- url : "/v1/templates/view-histories " ,
533
+ url : "" ,
534
534
contentType : "application/json;charset=UTF-8" ,
535
535
queryParams : { } ,
536
536
pathParams : { } ,
@@ -569,8 +569,8 @@ export const ParamCreater = function () {
569
569
listPublishedTemplates ( listPublishedTemplatesRequest ?: ListPublishedTemplatesRequest ) {
570
570
const options = {
571
571
method : "GET" ,
572
- url : "/v1/templates " ,
573
- contentType : "" ,
572
+ url : "" ,
573
+ contentType : "application/json " ,
574
574
queryParams : { } ,
575
575
pathParams : { } ,
576
576
headers : { } ,
@@ -617,8 +617,8 @@ export const ParamCreater = function () {
617
617
listTemplateViewHistories ( listTemplateViewHistoriesRequest ?: ListTemplateViewHistoriesRequest ) {
618
618
const options = {
619
619
method : "GET" ,
620
- url : "/v1/templates/view-histories " ,
621
- contentType : "" ,
620
+ url : "" ,
621
+ contentType : "application/json " ,
622
622
queryParams : { } ,
623
623
pathParams : { } ,
624
624
headers : { } ,
@@ -658,7 +658,7 @@ export const ParamCreater = function () {
658
658
listTemplatesV2 ( listTemplatesV2Request ?: ListTemplatesV2Request ) {
659
659
const options = {
660
660
method : "POST" ,
661
- url : "/v2/templates/action " ,
661
+ url : "" ,
662
662
contentType : "application/json;charset=UTF-8" ,
663
663
queryParams : { } ,
664
664
pathParams : { } ,
@@ -704,8 +704,8 @@ export const ParamCreater = function () {
704
704
showTemplateV3 ( showTemplateV3Request ?: ShowTemplateV3Request ) {
705
705
const options = {
706
706
method : "GET" ,
707
- url : "/v3/templates/{template_id} " ,
708
- contentType : "" ,
707
+ url : "" ,
708
+ contentType : "application/json " ,
709
709
queryParams : { } ,
710
710
pathParams : { } ,
711
711
headers : { } ,
@@ -741,8 +741,8 @@ export const ParamCreater = function () {
741
741
showTemplateDetail ( showTemplateDetailRequest ?: ShowTemplateDetailRequest ) {
742
742
const options = {
743
743
method : "GET" ,
744
- url : "/v1/templates/{template_id} " ,
745
- contentType : "" ,
744
+ url : "" ,
745
+ contentType : "application/json " ,
746
746
queryParams : { } ,
747
747
pathParams : { } ,
748
748
headers : { } ,
0 commit comments