@huaweicloud/huaweicloud-sdk-codeartspipeline 3.1.56
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/huaweicloud-sdk-codeartspipeline.d.ts +3 -0
- package/huaweicloud-sdk-codeartspipeline.d.ts.map +1 -0
- package/huaweicloud-sdk-codeartspipeline.js +32 -0
- package/huaweicloud-sdk-codeartspipeline.js.map +1 -0
- package/package.json +23 -0
- package/v2/CodeArtsPipelineClient.d.ts +599 -0
- package/v2/CodeArtsPipelineClient.d.ts.map +1 -0
- package/v2/CodeArtsPipelineClient.js +1246 -0
- package/v2/CodeArtsPipelineClient.js.map +1 -0
- package/v2/CodeArtsPipelineRegion.d.ts +16 -0
- package/v2/CodeArtsPipelineRegion.d.ts.map +1 -0
- package/v2/CodeArtsPipelineRegion.js +40 -0
- package/v2/CodeArtsPipelineRegion.js.map +1 -0
- package/v2/model/BatchShowPipelinesLatestStatusRequest.d.ts +6 -0
- package/v2/model/BatchShowPipelinesLatestStatusRequest.d.ts.map +1 -0
- package/v2/model/BatchShowPipelinesLatestStatusRequest.js +13 -0
- package/v2/model/BatchShowPipelinesLatestStatusRequest.js.map +1 -0
- package/v2/model/BatchShowPipelinesLatestStatusResponse.d.ts +8 -0
- package/v2/model/BatchShowPipelinesLatestStatusResponse.d.ts.map +1 -0
- package/v2/model/BatchShowPipelinesLatestStatusResponse.js +15 -0
- package/v2/model/BatchShowPipelinesLatestStatusResponse.js.map +1 -0
- package/v2/model/BatchShowPipelinesStatusRequest.d.ts +8 -0
- package/v2/model/BatchShowPipelinesStatusRequest.d.ts.map +1 -0
- package/v2/model/BatchShowPipelinesStatusRequest.js +20 -0
- package/v2/model/BatchShowPipelinesStatusRequest.js.map +1 -0
- package/v2/model/BatchShowPipelinesStatusResponse.d.ts +8 -0
- package/v2/model/BatchShowPipelinesStatusResponse.d.ts.map +1 -0
- package/v2/model/BatchShowPipelinesStatusResponse.js +15 -0
- package/v2/model/BatchShowPipelinesStatusResponse.js.map +1 -0
- package/v2/model/CodeSource.d.ts +9 -0
- package/v2/model/CodeSource.d.ts.map +1 -0
- package/v2/model/CodeSource.js +17 -0
- package/v2/model/CodeSource.js.map +1 -0
- package/v2/model/CodeSourceParams.d.ts +38 -0
- package/v2/model/CodeSourceParams.d.ts.map +1 -0
- package/v2/model/CodeSourceParams.js +93 -0
- package/v2/model/CodeSourceParams.js.map +1 -0
- package/v2/model/Constraint.d.ts +10 -0
- package/v2/model/Constraint.d.ts.map +1 -0
- package/v2/model/Constraint.js +24 -0
- package/v2/model/Constraint.js.map +1 -0
- package/v2/model/CreatePipelineByTemplateIdRequest.d.ts +15 -0
- package/v2/model/CreatePipelineByTemplateIdRequest.d.ts.map +1 -0
- package/v2/model/CreatePipelineByTemplateIdRequest.js +34 -0
- package/v2/model/CreatePipelineByTemplateIdRequest.js.map +1 -0
- package/v2/model/CreatePipelineByTemplateIdResponse.d.ts +9 -0
- package/v2/model/CreatePipelineByTemplateIdResponse.d.ts.map +1 -0
- package/v2/model/CreatePipelineByTemplateIdResponse.js +21 -0
- package/v2/model/CreatePipelineByTemplateIdResponse.js.map +1 -0
- package/v2/model/CreatePipelineByTemplateRequest.d.ts +7 -0
- package/v2/model/CreatePipelineByTemplateRequest.d.ts.map +1 -0
- package/v2/model/CreatePipelineByTemplateRequest.js +13 -0
- package/v2/model/CreatePipelineByTemplateRequest.js.map +1 -0
- package/v2/model/CreatePipelineByTemplateResponse.d.ts +9 -0
- package/v2/model/CreatePipelineByTemplateResponse.d.ts.map +1 -0
- package/v2/model/CreatePipelineByTemplateResponse.js +21 -0
- package/v2/model/CreatePipelineByTemplateResponse.js.map +1 -0
- package/v2/model/CustomVariable.d.ts +40 -0
- package/v2/model/CustomVariable.d.ts.map +1 -0
- package/v2/model/CustomVariable.js +93 -0
- package/v2/model/CustomVariable.js.map +1 -0
- package/v2/model/DeletePipelineRequest.d.ts +8 -0
- package/v2/model/DeletePipelineRequest.d.ts.map +1 -0
- package/v2/model/DeletePipelineRequest.js +20 -0
- package/v2/model/DeletePipelineRequest.js.map +1 -0
- package/v2/model/DeletePipelineResponse.d.ts +9 -0
- package/v2/model/DeletePipelineResponse.d.ts.map +1 -0
- package/v2/model/DeletePipelineResponse.js +21 -0
- package/v2/model/DeletePipelineResponse.js.map +1 -0
- package/v2/model/JobRun.d.ts +53 -0
- package/v2/model/JobRun.d.ts.map +1 -0
- package/v2/model/JobRun.js +117 -0
- package/v2/model/JobRun.js.map +1 -0
- package/v2/model/ListPipelineQuery.d.ts +60 -0
- package/v2/model/ListPipelineQuery.d.ts.map +1 -0
- package/v2/model/ListPipelineQuery.js +145 -0
- package/v2/model/ListPipelineQuery.js.map +1 -0
- package/v2/model/ListPipelineRunsPageBuildParams.d.ts +54 -0
- package/v2/model/ListPipelineRunsPageBuildParams.d.ts.map +1 -0
- package/v2/model/ListPipelineRunsPageBuildParams.js +131 -0
- package/v2/model/ListPipelineRunsPageBuildParams.js.map +1 -0
- package/v2/model/ListPipelineRunsPagePipelineRuns.d.ts +61 -0
- package/v2/model/ListPipelineRunsPagePipelineRuns.d.ts.map +1 -0
- package/v2/model/ListPipelineRunsPagePipelineRuns.js +143 -0
- package/v2/model/ListPipelineRunsPagePipelineRuns.js.map +1 -0
- package/v2/model/ListPipelineRunsPageStageStatusList.d.ts +20 -0
- package/v2/model/ListPipelineRunsPageStageStatusList.d.ts.map +1 -0
- package/v2/model/ListPipelineRunsPageStageStatusList.js +45 -0
- package/v2/model/ListPipelineRunsPageStageStatusList.js.map +1 -0
- package/v2/model/ListPipelineRunsQuery.d.ts +26 -0
- package/v2/model/ListPipelineRunsQuery.d.ts.map +1 -0
- package/v2/model/ListPipelineRunsQuery.js +61 -0
- package/v2/model/ListPipelineRunsQuery.js.map +1 -0
- package/v2/model/ListPipelineRunsRequest.d.ts +11 -0
- package/v2/model/ListPipelineRunsRequest.d.ts.map +1 -0
- package/v2/model/ListPipelineRunsRequest.js +24 -0
- package/v2/model/ListPipelineRunsRequest.js.map +1 -0
- package/v2/model/ListPipelineRunsResponse.d.ts +16 -0
- package/v2/model/ListPipelineRunsResponse.d.ts.map +1 -0
- package/v2/model/ListPipelineRunsResponse.js +33 -0
- package/v2/model/ListPipelineRunsResponse.js.map +1 -0
- package/v2/model/ListPipelineSimpleInfoRequest.d.ts +7 -0
- package/v2/model/ListPipelineSimpleInfoRequest.d.ts.map +1 -0
- package/v2/model/ListPipelineSimpleInfoRequest.js +13 -0
- package/v2/model/ListPipelineSimpleInfoRequest.js.map +1 -0
- package/v2/model/ListPipelineSimpleInfoRequestBody.d.ts +40 -0
- package/v2/model/ListPipelineSimpleInfoRequestBody.d.ts.map +1 -0
- package/v2/model/ListPipelineSimpleInfoRequestBody.js +95 -0
- package/v2/model/ListPipelineSimpleInfoRequestBody.js.map +1 -0
- package/v2/model/ListPipelineSimpleInfoResponse.d.ts +14 -0
- package/v2/model/ListPipelineSimpleInfoResponse.d.ts.map +1 -0
- package/v2/model/ListPipelineSimpleInfoResponse.js +27 -0
- package/v2/model/ListPipelineSimpleInfoResponse.js.map +1 -0
- package/v2/model/ListPipelineTemplatesQuery.d.ts +24 -0
- package/v2/model/ListPipelineTemplatesQuery.d.ts.map +1 -0
- package/v2/model/ListPipelineTemplatesQuery.js +55 -0
- package/v2/model/ListPipelineTemplatesQuery.js.map +1 -0
- package/v2/model/ListPipelineTemplatesRequest.d.ts +11 -0
- package/v2/model/ListPipelineTemplatesRequest.d.ts.map +1 -0
- package/v2/model/ListPipelineTemplatesRequest.js +24 -0
- package/v2/model/ListPipelineTemplatesRequest.js.map +1 -0
- package/v2/model/ListPipelineTemplatesResponse.d.ts +14 -0
- package/v2/model/ListPipelineTemplatesResponse.d.ts.map +1 -0
- package/v2/model/ListPipelineTemplatesResponse.js +27 -0
- package/v2/model/ListPipelineTemplatesResponse.js.map +1 -0
- package/v2/model/ListPipelinesPageLatestRun.d.ts +61 -0
- package/v2/model/ListPipelinesPageLatestRun.d.ts.map +1 -0
- package/v2/model/ListPipelinesPageLatestRun.js +143 -0
- package/v2/model/ListPipelinesPageLatestRun.js.map +1 -0
- package/v2/model/ListPipelinesPageLatestRunArtifactParams.d.ts +16 -0
- package/v2/model/ListPipelinesPageLatestRunArtifactParams.d.ts.map +1 -0
- package/v2/model/ListPipelinesPageLatestRunArtifactParams.js +37 -0
- package/v2/model/ListPipelinesPageLatestRunArtifactParams.js.map +1 -0
- package/v2/model/ListPipelinesPageLatestRunBuildParams.d.ts +54 -0
- package/v2/model/ListPipelinesPageLatestRunBuildParams.d.ts.map +1 -0
- package/v2/model/ListPipelinesPageLatestRunBuildParams.js +131 -0
- package/v2/model/ListPipelinesPageLatestRunBuildParams.js.map +1 -0
- package/v2/model/ListPipelinesPageLatestRunStageStatusList.d.ts +18 -0
- package/v2/model/ListPipelinesPageLatestRunStageStatusList.d.ts.map +1 -0
- package/v2/model/ListPipelinesPageLatestRunStageStatusList.js +41 -0
- package/v2/model/ListPipelinesPageLatestRunStageStatusList.js.map +1 -0
- package/v2/model/ListPipelinesPagePipelines.d.ts +43 -0
- package/v2/model/ListPipelinesPagePipelines.d.ts.map +1 -0
- package/v2/model/ListPipelinesPagePipelines.js +103 -0
- package/v2/model/ListPipelinesPagePipelines.js.map +1 -0
- package/v2/model/ListPipelinesRequest.d.ts +7 -0
- package/v2/model/ListPipelinesRequest.d.ts.map +1 -0
- package/v2/model/ListPipelinesRequest.js +13 -0
- package/v2/model/ListPipelinesRequest.js.map +1 -0
- package/v2/model/ListPipelinesResponse.d.ts +14 -0
- package/v2/model/ListPipelinesResponse.d.ts.map +1 -0
- package/v2/model/ListPipelinesResponse.js +27 -0
- package/v2/model/ListPipelinesResponse.js.map +1 -0
- package/v2/model/ListPipleineBuildResultRequest.d.ts +16 -0
- package/v2/model/ListPipleineBuildResultRequest.d.ts.map +1 -0
- package/v2/model/ListPipleineBuildResultRequest.js +41 -0
- package/v2/model/ListPipleineBuildResultRequest.js.map +1 -0
- package/v2/model/ListPipleineBuildResultResponse.d.ts +16 -0
- package/v2/model/ListPipleineBuildResultResponse.d.ts.map +1 -0
- package/v2/model/ListPipleineBuildResultResponse.js +33 -0
- package/v2/model/ListPipleineBuildResultResponse.js.map +1 -0
- package/v2/model/ListTemplatesRequest.d.ts +22 -0
- package/v2/model/ListTemplatesRequest.d.ts.map +1 -0
- package/v2/model/ListTemplatesRequest.js +51 -0
- package/v2/model/ListTemplatesRequest.js.map +1 -0
- package/v2/model/ListTemplatesResponse.d.ts +18 -0
- package/v2/model/ListTemplatesResponse.d.ts.map +1 -0
- package/v2/model/ListTemplatesResponse.js +39 -0
- package/v2/model/ListTemplatesResponse.js.map +1 -0
- package/v2/model/PackageInfo.d.ts +12 -0
- package/v2/model/PackageInfo.d.ts.map +1 -0
- package/v2/model/PackageInfo.js +25 -0
- package/v2/model/PackageInfo.js.map +1 -0
- package/v2/model/ParamTypeLimits.d.ts +14 -0
- package/v2/model/ParamTypeLimits.d.ts.map +1 -0
- package/v2/model/ParamTypeLimits.js +34 -0
- package/v2/model/ParamTypeLimits.js.map +1 -0
- package/v2/model/PipelineBasicInfo.d.ts +46 -0
- package/v2/model/PipelineBasicInfo.d.ts.map +1 -0
- package/v2/model/PipelineBasicInfo.js +124 -0
- package/v2/model/PipelineBasicInfo.js.map +1 -0
- package/v2/model/PipelineBuildResult.d.ts +32 -0
- package/v2/model/PipelineBuildResult.d.ts.map +1 -0
- package/v2/model/PipelineBuildResult.js +84 -0
- package/v2/model/PipelineBuildResult.js.map +1 -0
- package/v2/model/PipelineByTemplateDTO.d.ts +15 -0
- package/v2/model/PipelineByTemplateDTO.d.ts.map +1 -0
- package/v2/model/PipelineByTemplateDTO.js +31 -0
- package/v2/model/PipelineByTemplateDTO.js.map +1 -0
- package/v2/model/PipelineExecuteStates.d.ts +41 -0
- package/v2/model/PipelineExecuteStates.d.ts.map +1 -0
- package/v2/model/PipelineExecuteStates.js +106 -0
- package/v2/model/PipelineExecuteStates.js.map +1 -0
- package/v2/model/PipelineLatestRun.d.ts +61 -0
- package/v2/model/PipelineLatestRun.d.ts.map +1 -0
- package/v2/model/PipelineLatestRun.js +143 -0
- package/v2/model/PipelineLatestRun.js.map +1 -0
- package/v2/model/PipelineLatestRunArtifactParams.d.ts +16 -0
- package/v2/model/PipelineLatestRunArtifactParams.d.ts.map +1 -0
- package/v2/model/PipelineLatestRunArtifactParams.js +37 -0
- package/v2/model/PipelineLatestRunArtifactParams.js.map +1 -0
- package/v2/model/PipelineLatestRunBuildParams.d.ts +54 -0
- package/v2/model/PipelineLatestRunBuildParams.d.ts.map +1 -0
- package/v2/model/PipelineLatestRunBuildParams.js +131 -0
- package/v2/model/PipelineLatestRunBuildParams.js.map +1 -0
- package/v2/model/PipelineLatestRunStageStatusList.d.ts +18 -0
- package/v2/model/PipelineLatestRunStageStatusList.d.ts.map +1 -0
- package/v2/model/PipelineLatestRunStageStatusList.js +41 -0
- package/v2/model/PipelineLatestRunStageStatusList.js.map +1 -0
- package/v2/model/PipelineParam.d.ts +22 -0
- package/v2/model/PipelineParam.d.ts.map +1 -0
- package/v2/model/PipelineParam.js +57 -0
- package/v2/model/PipelineParam.js.map +1 -0
- package/v2/model/PipelineParameter.d.ts +8 -0
- package/v2/model/PipelineParameter.d.ts.map +1 -0
- package/v2/model/PipelineParameter.js +19 -0
- package/v2/model/PipelineParameter.js.map +1 -0
- package/v2/model/PipelineStateStatus.d.ts +40 -0
- package/v2/model/PipelineStateStatus.d.ts.map +1 -0
- package/v2/model/PipelineStateStatus.js +105 -0
- package/v2/model/PipelineStateStatus.js.map +1 -0
- package/v2/model/PipelineTemplateSimpleVO.d.ts +59 -0
- package/v2/model/PipelineTemplateSimpleVO.d.ts.map +1 -0
- package/v2/model/PipelineTemplateSimpleVO.js +137 -0
- package/v2/model/PipelineTemplateSimpleVO.js.map +1 -0
- package/v2/model/PipelineTemplateSimpleVOStages.d.ts +8 -0
- package/v2/model/PipelineTemplateSimpleVOStages.d.ts.map +1 -0
- package/v2/model/PipelineTemplateSimpleVOStages.js +17 -0
- package/v2/model/PipelineTemplateSimpleVOStages.js.map +1 -0
- package/v2/model/RemovePipelineRequest.d.ts +8 -0
- package/v2/model/RemovePipelineRequest.d.ts.map +1 -0
- package/v2/model/RemovePipelineRequest.js +20 -0
- package/v2/model/RemovePipelineRequest.js.map +1 -0
- package/v2/model/RemovePipelineResponse.d.ts +13 -0
- package/v2/model/RemovePipelineResponse.d.ts.map +1 -0
- package/v2/model/RemovePipelineResponse.js +31 -0
- package/v2/model/RemovePipelineResponse.js.map +1 -0
- package/v2/model/RunPipelineDTO.d.ts +20 -0
- package/v2/model/RunPipelineDTO.d.ts.map +1 -0
- package/v2/model/RunPipelineDTO.js +41 -0
- package/v2/model/RunPipelineDTO.js.map +1 -0
- package/v2/model/RunPipelineDTOParams.d.ts +31 -0
- package/v2/model/RunPipelineDTOParams.d.ts.map +1 -0
- package/v2/model/RunPipelineDTOParams.js +75 -0
- package/v2/model/RunPipelineDTOParams.js.map +1 -0
- package/v2/model/RunPipelineDTOParamsBuildParams.d.ts +18 -0
- package/v2/model/RunPipelineDTOParamsBuildParams.d.ts.map +1 -0
- package/v2/model/RunPipelineDTOParamsBuildParams.js +44 -0
- package/v2/model/RunPipelineDTOParamsBuildParams.js.map +1 -0
- package/v2/model/RunPipelineDTOSources.d.ts +9 -0
- package/v2/model/RunPipelineDTOSources.d.ts.map +1 -0
- package/v2/model/RunPipelineDTOSources.js +18 -0
- package/v2/model/RunPipelineDTOSources.js.map +1 -0
- package/v2/model/RunPipelineDTOVariables.d.ts +8 -0
- package/v2/model/RunPipelineDTOVariables.d.ts.map +1 -0
- package/v2/model/RunPipelineDTOVariables.js +19 -0
- package/v2/model/RunPipelineDTOVariables.js.map +1 -0
- package/v2/model/RunPipelineRequest.d.ts +11 -0
- package/v2/model/RunPipelineRequest.d.ts.map +1 -0
- package/v2/model/RunPipelineRequest.js +24 -0
- package/v2/model/RunPipelineRequest.js.map +1 -0
- package/v2/model/RunPipelineResponse.d.ts +9 -0
- package/v2/model/RunPipelineResponse.d.ts.map +1 -0
- package/v2/model/RunPipelineResponse.js +21 -0
- package/v2/model/RunPipelineResponse.js.map +1 -0
- package/v2/model/RunPipelineSource.d.ts +9 -0
- package/v2/model/RunPipelineSource.d.ts.map +1 -0
- package/v2/model/RunPipelineSource.js +17 -0
- package/v2/model/RunPipelineSource.js.map +1 -0
- package/v2/model/RunPipelineSourceParams.d.ts +43 -0
- package/v2/model/RunPipelineSourceParams.d.ts.map +1 -0
- package/v2/model/RunPipelineSourceParams.js +103 -0
- package/v2/model/RunPipelineSourceParams.js.map +1 -0
- package/v2/model/RunPipelineSourceParamsBuildParams.d.ts +50 -0
- package/v2/model/RunPipelineSourceParamsBuildParams.d.ts.map +1 -0
- package/v2/model/RunPipelineSourceParamsBuildParams.js +121 -0
- package/v2/model/RunPipelineSourceParamsBuildParams.js.map +1 -0
- package/v2/model/ShowInstanceStatusRequest.d.ts +8 -0
- package/v2/model/ShowInstanceStatusRequest.d.ts.map +1 -0
- package/v2/model/ShowInstanceStatusRequest.js +20 -0
- package/v2/model/ShowInstanceStatusRequest.js.map +1 -0
- package/v2/model/ShowInstanceStatusResponse.d.ts +25 -0
- package/v2/model/ShowInstanceStatusResponse.d.ts.map +1 -0
- package/v2/model/ShowInstanceStatusResponse.js +61 -0
- package/v2/model/ShowInstanceStatusResponse.js.map +1 -0
- package/v2/model/ShowPipelineRunDetailRequest.d.ts +12 -0
- package/v2/model/ShowPipelineRunDetailRequest.d.ts.map +1 -0
- package/v2/model/ShowPipelineRunDetailRequest.js +30 -0
- package/v2/model/ShowPipelineRunDetailRequest.js.map +1 -0
- package/v2/model/ShowPipelineRunDetailResponse.d.ts +94 -0
- package/v2/model/ShowPipelineRunDetailResponse.d.ts.map +1 -0
- package/v2/model/ShowPipelineRunDetailResponse.js +217 -0
- package/v2/model/ShowPipelineRunDetailResponse.js.map +1 -0
- package/v2/model/ShowPipelineTemplateDetailRequest.d.ts +12 -0
- package/v2/model/ShowPipelineTemplateDetailRequest.d.ts.map +1 -0
- package/v2/model/ShowPipelineTemplateDetailRequest.js +31 -0
- package/v2/model/ShowPipelineTemplateDetailRequest.js.map +1 -0
- package/v2/model/ShowPipelineTemplateDetailResponse.d.ts +58 -0
- package/v2/model/ShowPipelineTemplateDetailResponse.d.ts.map +1 -0
- package/v2/model/ShowPipelineTemplateDetailResponse.js +133 -0
- package/v2/model/ShowPipelineTemplateDetailResponse.js.map +1 -0
- package/v2/model/ShowPipleineStatusRequest.d.ts +12 -0
- package/v2/model/ShowPipleineStatusRequest.d.ts.map +1 -0
- package/v2/model/ShowPipleineStatusRequest.js +30 -0
- package/v2/model/ShowPipleineStatusRequest.js.map +1 -0
- package/v2/model/ShowPipleineStatusResponse.d.ts +45 -0
- package/v2/model/ShowPipleineStatusResponse.d.ts.map +1 -0
- package/v2/model/ShowPipleineStatusResponse.js +101 -0
- package/v2/model/ShowPipleineStatusResponse.js.map +1 -0
- package/v2/model/ShowTemplateDetailRequest.d.ts +14 -0
- package/v2/model/ShowTemplateDetailRequest.d.ts.map +1 -0
- package/v2/model/ShowTemplateDetailRequest.js +35 -0
- package/v2/model/ShowTemplateDetailRequest.js.map +1 -0
- package/v2/model/ShowTemplateDetailResponse.d.ts +81 -0
- package/v2/model/ShowTemplateDetailResponse.d.ts.map +1 -0
- package/v2/model/ShowTemplateDetailResponse.js +161 -0
- package/v2/model/ShowTemplateDetailResponse.js.map +1 -0
- package/v2/model/Source.d.ts +42 -0
- package/v2/model/Source.d.ts.map +1 -0
- package/v2/model/Source.js +112 -0
- package/v2/model/Source.js.map +1 -0
- package/v2/model/StageRun.d.ts +48 -0
- package/v2/model/StageRun.d.ts.map +1 -0
- package/v2/model/StageRun.js +103 -0
- package/v2/model/StageRun.js.map +1 -0
- package/v2/model/Stages.d.ts +22 -0
- package/v2/model/Stages.d.ts.map +1 -0
- package/v2/model/Stages.js +56 -0
- package/v2/model/Stages.js.map +1 -0
- package/v2/model/StartNewPipelineRequest.d.ts +11 -0
- package/v2/model/StartNewPipelineRequest.d.ts.map +1 -0
- package/v2/model/StartNewPipelineRequest.js +24 -0
- package/v2/model/StartNewPipelineRequest.js.map +1 -0
- package/v2/model/StartNewPipelineResponse.d.ts +13 -0
- package/v2/model/StartNewPipelineResponse.d.ts.map +1 -0
- package/v2/model/StartNewPipelineResponse.js +31 -0
- package/v2/model/StartNewPipelineResponse.js.map +1 -0
- package/v2/model/StartPipelineBuildParams.d.ts +8 -0
- package/v2/model/StartPipelineBuildParams.d.ts.map +1 -0
- package/v2/model/StartPipelineBuildParams.js +19 -0
- package/v2/model/StartPipelineBuildParams.js.map +1 -0
- package/v2/model/StartPipelineParameters.d.ts +9 -0
- package/v2/model/StartPipelineParameters.d.ts.map +1 -0
- package/v2/model/StartPipelineParameters.js +19 -0
- package/v2/model/StartPipelineParameters.js.map +1 -0
- package/v2/model/StepRun.d.ts +49 -0
- package/v2/model/StepRun.d.ts.map +1 -0
- package/v2/model/StepRun.js +111 -0
- package/v2/model/StepRun.js.map +1 -0
- package/v2/model/StepRunInputs.d.ts +8 -0
- package/v2/model/StepRunInputs.d.ts.map +1 -0
- package/v2/model/StepRunInputs.js +17 -0
- package/v2/model/StepRunInputs.js.map +1 -0
- package/v2/model/StopPipelineNewRequest.d.ts +12 -0
- package/v2/model/StopPipelineNewRequest.d.ts.map +1 -0
- package/v2/model/StopPipelineNewRequest.js +31 -0
- package/v2/model/StopPipelineNewRequest.js.map +1 -0
- package/v2/model/StopPipelineNewResponse.d.ts +13 -0
- package/v2/model/StopPipelineNewResponse.d.ts.map +1 -0
- package/v2/model/StopPipelineNewResponse.js +31 -0
- package/v2/model/StopPipelineNewResponse.js.map +1 -0
- package/v2/model/StopPipelineRunRequest.d.ts +12 -0
- package/v2/model/StopPipelineRunRequest.d.ts.map +1 -0
- package/v2/model/StopPipelineRunRequest.js +31 -0
- package/v2/model/StopPipelineRunRequest.js.map +1 -0
- package/v2/model/StopPipelineRunResponse.d.ts +7 -0
- package/v2/model/StopPipelineRunResponse.d.ts.map +1 -0
- package/v2/model/StopPipelineRunResponse.js +15 -0
- package/v2/model/StopPipelineRunResponse.js.map +1 -0
- package/v2/model/TemplateCddl.d.ts +30 -0
- package/v2/model/TemplateCddl.d.ts.map +1 -0
- package/v2/model/TemplateCddl.js +24 -0
- package/v2/model/TemplateCddl.js.map +1 -0
- package/v2/model/TemplateParam.d.ts +38 -0
- package/v2/model/TemplateParam.d.ts.map +1 -0
- package/v2/model/TemplateParam.js +93 -0
- package/v2/model/TemplateParam.js.map +1 -0
- package/v2/model/TemplateState.d.ts +64 -0
- package/v2/model/TemplateState.d.ts.map +1 -0
- package/v2/model/TemplateState.js +156 -0
- package/v2/model/TemplateState.js.map +1 -0
- package/v2/model/TemplateView.d.ts +102 -0
- package/v2/model/TemplateView.d.ts.map +1 -0
- package/v2/model/TemplateView.js +221 -0
- package/v2/model/TemplateView.js.map +1 -0
- package/v2/model/Workflow.d.ts +20 -0
- package/v2/model/Workflow.d.ts.map +1 -0
- package/v2/model/Workflow.js +46 -0
- package/v2/model/Workflow.js.map +1 -0
- package/v2/public-api.d.ts +97 -0
- package/v2/public-api.d.ts.map +1 -0
- package/v2/public-api.js +113 -0
- package/v2/public-api.js.map +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"huaweicloud-sdk-codeartspipeline.d.ts","sourceRoot":"","sources":["../../../services/codeartspipeline/huaweicloud-sdk-codeartspipeline.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,OAAO,KAAK,EAAE,MAAO,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
19
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
20
|
+
};
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.v2 = void 0;
|
|
30
|
+
__exportStar(require("./v2/public-api"), exports);
|
|
31
|
+
exports.v2 = __importStar(require("./v2/public-api"));
|
|
32
|
+
//# sourceMappingURL=huaweicloud-sdk-codeartspipeline.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"huaweicloud-sdk-codeartspipeline.js","sourceRoot":"","sources":["../../../services/codeartspipeline/huaweicloud-sdk-codeartspipeline.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kDAAgC;AAChC,sDAAuC"}
|
package/package.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@huaweicloud/huaweicloud-sdk-codeartspipeline",
|
|
3
|
+
"version": "3.1.56",
|
|
4
|
+
"description": "Huaweicloud SDK for codeartspipeline",
|
|
5
|
+
"main": "huaweicloud-sdk-codeartspipeline.js",
|
|
6
|
+
"typings": "huaweicloud-sdk-codeartspipeline.d.ts",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
9
|
+
},
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "https://github.com/huaweicloud/huaweicloud-sdk-nodejs-v3"
|
|
13
|
+
},
|
|
14
|
+
"author": "HuaweiCloud_SDK",
|
|
15
|
+
"license": "Apache-2.0",
|
|
16
|
+
"dependencies": {
|
|
17
|
+
"@huaweicloud/huaweicloud-sdk-core": "^3.1.56"
|
|
18
|
+
},
|
|
19
|
+
"devDependencies": {
|
|
20
|
+
"@types/node": "^14.14.37",
|
|
21
|
+
"typescript": "^4.9.5"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -0,0 +1,599 @@
|
|
|
1
|
+
import { HcClient } from "@huaweicloud/huaweicloud-sdk-core/HcClient";
|
|
2
|
+
import { ClientBuilder } from "@huaweicloud/huaweicloud-sdk-core/ClientBuilder";
|
|
3
|
+
import { BatchShowPipelinesLatestStatusRequest } from './model/BatchShowPipelinesLatestStatusRequest';
|
|
4
|
+
import { BatchShowPipelinesLatestStatusResponse } from './model/BatchShowPipelinesLatestStatusResponse';
|
|
5
|
+
import { BatchShowPipelinesStatusRequest } from './model/BatchShowPipelinesStatusRequest';
|
|
6
|
+
import { BatchShowPipelinesStatusResponse } from './model/BatchShowPipelinesStatusResponse';
|
|
7
|
+
import { CreatePipelineByTemplateIdRequest } from './model/CreatePipelineByTemplateIdRequest';
|
|
8
|
+
import { CreatePipelineByTemplateIdResponse } from './model/CreatePipelineByTemplateIdResponse';
|
|
9
|
+
import { CreatePipelineByTemplateRequest } from './model/CreatePipelineByTemplateRequest';
|
|
10
|
+
import { CreatePipelineByTemplateResponse } from './model/CreatePipelineByTemplateResponse';
|
|
11
|
+
import { DeletePipelineRequest } from './model/DeletePipelineRequest';
|
|
12
|
+
import { DeletePipelineResponse } from './model/DeletePipelineResponse';
|
|
13
|
+
import { ListPipelineRunsRequest } from './model/ListPipelineRunsRequest';
|
|
14
|
+
import { ListPipelineRunsResponse } from './model/ListPipelineRunsResponse';
|
|
15
|
+
import { ListPipelineSimpleInfoRequest } from './model/ListPipelineSimpleInfoRequest';
|
|
16
|
+
import { ListPipelineSimpleInfoResponse } from './model/ListPipelineSimpleInfoResponse';
|
|
17
|
+
import { ListPipelineTemplatesRequest } from './model/ListPipelineTemplatesRequest';
|
|
18
|
+
import { ListPipelineTemplatesResponse } from './model/ListPipelineTemplatesResponse';
|
|
19
|
+
import { ListPipelinesRequest } from './model/ListPipelinesRequest';
|
|
20
|
+
import { ListPipelinesResponse } from './model/ListPipelinesResponse';
|
|
21
|
+
import { ListPipleineBuildResultRequest } from './model/ListPipleineBuildResultRequest';
|
|
22
|
+
import { ListPipleineBuildResultResponse } from './model/ListPipleineBuildResultResponse';
|
|
23
|
+
import { ListTemplatesRequest } from './model/ListTemplatesRequest';
|
|
24
|
+
import { ListTemplatesResponse } from './model/ListTemplatesResponse';
|
|
25
|
+
import { RemovePipelineRequest } from './model/RemovePipelineRequest';
|
|
26
|
+
import { RemovePipelineResponse } from './model/RemovePipelineResponse';
|
|
27
|
+
import { RunPipelineRequest } from './model/RunPipelineRequest';
|
|
28
|
+
import { RunPipelineResponse } from './model/RunPipelineResponse';
|
|
29
|
+
import { ShowInstanceStatusRequest } from './model/ShowInstanceStatusRequest';
|
|
30
|
+
import { ShowInstanceStatusResponse } from './model/ShowInstanceStatusResponse';
|
|
31
|
+
import { ShowPipelineRunDetailRequest } from './model/ShowPipelineRunDetailRequest';
|
|
32
|
+
import { ShowPipelineRunDetailResponse } from './model/ShowPipelineRunDetailResponse';
|
|
33
|
+
import { ShowPipelineTemplateDetailRequest } from './model/ShowPipelineTemplateDetailRequest';
|
|
34
|
+
import { ShowPipelineTemplateDetailResponse } from './model/ShowPipelineTemplateDetailResponse';
|
|
35
|
+
import { ShowPipleineStatusRequest } from './model/ShowPipleineStatusRequest';
|
|
36
|
+
import { ShowPipleineStatusResponse } from './model/ShowPipleineStatusResponse';
|
|
37
|
+
import { ShowTemplateDetailRequest } from './model/ShowTemplateDetailRequest';
|
|
38
|
+
import { ShowTemplateDetailResponse } from './model/ShowTemplateDetailResponse';
|
|
39
|
+
import { StartNewPipelineRequest } from './model/StartNewPipelineRequest';
|
|
40
|
+
import { StartNewPipelineResponse } from './model/StartNewPipelineResponse';
|
|
41
|
+
import { StopPipelineNewRequest } from './model/StopPipelineNewRequest';
|
|
42
|
+
import { StopPipelineNewResponse } from './model/StopPipelineNewResponse';
|
|
43
|
+
import { StopPipelineRunRequest } from './model/StopPipelineRunRequest';
|
|
44
|
+
import { StopPipelineRunResponse } from './model/StopPipelineRunResponse';
|
|
45
|
+
export declare class CodeArtsPipelineClient {
|
|
46
|
+
static newBuilder(): ClientBuilder<CodeArtsPipelineClient>;
|
|
47
|
+
private hcClient;
|
|
48
|
+
constructor(client: HcClient);
|
|
49
|
+
getPath(): string;
|
|
50
|
+
/**
|
|
51
|
+
* 批量获取流水线状态
|
|
52
|
+
*
|
|
53
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
54
|
+
*
|
|
55
|
+
* @summary 批量获取流水线状态
|
|
56
|
+
* @param {Array<string>} pipelineIds 流水线ID列表
|
|
57
|
+
* @param {*} [options] Override http request option.
|
|
58
|
+
* @throws {RequiredError}
|
|
59
|
+
*/
|
|
60
|
+
batchShowPipelinesLatestStatus(batchShowPipelinesLatestStatusRequest?: BatchShowPipelinesLatestStatusRequest): Promise<BatchShowPipelinesLatestStatusResponse>;
|
|
61
|
+
/**
|
|
62
|
+
* 批量获取流水线状态和阶段信息
|
|
63
|
+
*
|
|
64
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
65
|
+
*
|
|
66
|
+
* @summary 批量获取流水线状态
|
|
67
|
+
* @param {string} pipelineIds 要获取状态的流水线ID,用逗号隔开
|
|
68
|
+
* @param {*} [options] Override http request option.
|
|
69
|
+
* @throws {RequiredError}
|
|
70
|
+
*/
|
|
71
|
+
batchShowPipelinesStatus(batchShowPipelinesStatusRequest?: BatchShowPipelinesStatusRequest): Promise<BatchShowPipelinesStatusResponse>;
|
|
72
|
+
/**
|
|
73
|
+
* 基于模板快速创建流水线及流水线内任务
|
|
74
|
+
*
|
|
75
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
76
|
+
*
|
|
77
|
+
* @summary 基于模板快速创建流水线及流水线内任务
|
|
78
|
+
* @param {TemplateCddl} createPipelineByTemplateRequestBody 创建流水线参数
|
|
79
|
+
* @param {*} [options] Override http request option.
|
|
80
|
+
* @throws {RequiredError}
|
|
81
|
+
*/
|
|
82
|
+
createPipelineByTemplate(createPipelineByTemplateRequest?: CreatePipelineByTemplateRequest): Promise<CreatePipelineByTemplateResponse>;
|
|
83
|
+
/**
|
|
84
|
+
* 基于模板创建流水线
|
|
85
|
+
*
|
|
86
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
87
|
+
*
|
|
88
|
+
* @summary 基于模板创建流水线
|
|
89
|
+
* @param {string} templateId 模板ID
|
|
90
|
+
* @param {PipelineByTemplateDTO} pipelineByTemplateDTO 模板创建流水线请求体参数
|
|
91
|
+
* @param {string} [componentId] 微服务ID
|
|
92
|
+
* @param {*} [options] Override http request option.
|
|
93
|
+
* @throws {RequiredError}
|
|
94
|
+
*/
|
|
95
|
+
createPipelineByTemplateId(createPipelineByTemplateIdRequest?: CreatePipelineByTemplateIdRequest): Promise<CreatePipelineByTemplateIdResponse>;
|
|
96
|
+
/**
|
|
97
|
+
* 删除流水线
|
|
98
|
+
*
|
|
99
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
100
|
+
*
|
|
101
|
+
* @summary 删除流水线
|
|
102
|
+
* @param {string} pipelineId 流水线ID
|
|
103
|
+
* @param {*} [options] Override http request option.
|
|
104
|
+
* @throws {RequiredError}
|
|
105
|
+
*/
|
|
106
|
+
deletePipeline(deletePipelineRequest?: DeletePipelineRequest): Promise<DeletePipelineResponse>;
|
|
107
|
+
/**
|
|
108
|
+
* 获取流水线执行记录
|
|
109
|
+
*
|
|
110
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
111
|
+
*
|
|
112
|
+
* @summary 获取流水线执行记录
|
|
113
|
+
* @param {string} pipelineId 流水线ID
|
|
114
|
+
* @param {ListPipelineRunsQuery} [listPipelineRunsQuery]
|
|
115
|
+
* @param {*} [options] Override http request option.
|
|
116
|
+
* @throws {RequiredError}
|
|
117
|
+
*/
|
|
118
|
+
listPipelineRuns(listPipelineRunsRequest?: ListPipelineRunsRequest): Promise<ListPipelineRunsResponse>;
|
|
119
|
+
/**
|
|
120
|
+
* 获取流水线列表接口
|
|
121
|
+
*
|
|
122
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
123
|
+
*
|
|
124
|
+
* @summary 获取流水线列表接口
|
|
125
|
+
* @param {ListPipelineSimpleInfoRequestBody} [listPipelineSimpleInfoRequestBody] JSON格式数据,支持传递参数,value的最大长度为8192,样例:{\"pipeline_name\": \"XXX\",\"project_ids\": \"XXX,XXX\",\"creator_ids\": \"XXX,XXX\",\"executor_ids\": \"XXX,XXX\",\"status\": \"waiting,running\",\"outcome\": \"success,error\",\"sort_key\": \"pipeline_name\",\"sort_type\": \"asc\",\"git_url\": \"ssh://git@XXX.git\",\"limit\": 10,\"offset\": 0}
|
|
126
|
+
* @param {*} [options] Override http request option.
|
|
127
|
+
* @throws {RequiredError}
|
|
128
|
+
*/
|
|
129
|
+
listPipelineSimpleInfo(listPipelineSimpleInfoRequest?: ListPipelineSimpleInfoRequest): Promise<ListPipelineSimpleInfoResponse>;
|
|
130
|
+
/**
|
|
131
|
+
* 查询流水线模板列表
|
|
132
|
+
*
|
|
133
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
134
|
+
*
|
|
135
|
+
* @summary 查询模板列表
|
|
136
|
+
* @param {string} tenantId 租户ID
|
|
137
|
+
* @param {ListPipelineTemplatesQuery} [listPipelineTemplatesQuery] 查询模板列表请求体
|
|
138
|
+
* @param {*} [options] Override http request option.
|
|
139
|
+
* @throws {RequiredError}
|
|
140
|
+
*/
|
|
141
|
+
listPipelineTemplates(listPipelineTemplatesRequest?: ListPipelineTemplatesRequest): Promise<ListPipelineTemplatesResponse>;
|
|
142
|
+
/**
|
|
143
|
+
* 获取流水线列表/获取项目下流水线执行状况
|
|
144
|
+
*
|
|
145
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
146
|
+
*
|
|
147
|
+
* @summary 获取流水线列表/获取项目下流水线执行状况
|
|
148
|
+
* @param {ListPipelineQuery} [listPipelinesQuery] 查询流水线列表请求体
|
|
149
|
+
* @param {*} [options] Override http request option.
|
|
150
|
+
* @throws {RequiredError}
|
|
151
|
+
*/
|
|
152
|
+
listPipelines(listPipelinesRequest?: ListPipelinesRequest): Promise<ListPipelinesResponse>;
|
|
153
|
+
/**
|
|
154
|
+
* 获取项目下流水线执行状况
|
|
155
|
+
*
|
|
156
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
157
|
+
*
|
|
158
|
+
* @summary 获取项目下流水线执行状况
|
|
159
|
+
* @param {string} startDate 起始日期,起始日期和结束日期间隔不超过一个月,查询包含起始日期
|
|
160
|
+
* @param {string} endDate 结束日期,起始日期和结束日期间隔不超过一个月,查询包含结束日期
|
|
161
|
+
* @param {number} offset 偏移量,表示从此偏移量开始查询,offset大于等于0
|
|
162
|
+
* @param {number} limit 每次查询的条目数量
|
|
163
|
+
* @param {*} [options] Override http request option.
|
|
164
|
+
* @throws {RequiredError}
|
|
165
|
+
*/
|
|
166
|
+
listPipleineBuildResult(listPipleineBuildResultRequest?: ListPipleineBuildResultRequest): Promise<ListPipleineBuildResultResponse>;
|
|
167
|
+
/**
|
|
168
|
+
* 查询模板列表,支持分页查询,支持模板名字模糊查询
|
|
169
|
+
*
|
|
170
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
171
|
+
*
|
|
172
|
+
* @summary 查询模板列表
|
|
173
|
+
* @param {string} templateType 模板类型
|
|
174
|
+
* @param {string} isBuildIn 是否内置模板
|
|
175
|
+
* @param {number} [offset] 偏移量,表示从此偏移量开始查询,offset大于等于0
|
|
176
|
+
* @param {number} [limit] 每页显示的条目数量
|
|
177
|
+
* @param {string} [name] 模板名称,匹配规则为模糊匹配
|
|
178
|
+
* @param {string} [sort] 排序字段
|
|
179
|
+
* @param {string} [asc] 是否正序
|
|
180
|
+
* @param {*} [options] Override http request option.
|
|
181
|
+
* @throws {RequiredError}
|
|
182
|
+
*/
|
|
183
|
+
listTemplates(listTemplatesRequest?: ListTemplatesRequest): Promise<ListTemplatesResponse>;
|
|
184
|
+
/**
|
|
185
|
+
* 根据id删除流水线
|
|
186
|
+
*
|
|
187
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
188
|
+
*
|
|
189
|
+
* @summary 删除流水线
|
|
190
|
+
* @param {string} pipelineId 要删除的流水线ID
|
|
191
|
+
* @param {*} [options] Override http request option.
|
|
192
|
+
* @throws {RequiredError}
|
|
193
|
+
*/
|
|
194
|
+
removePipeline(removePipelineRequest?: RemovePipelineRequest): Promise<RemovePipelineResponse>;
|
|
195
|
+
/**
|
|
196
|
+
* 启动流水线
|
|
197
|
+
*
|
|
198
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
199
|
+
*
|
|
200
|
+
* @summary 启动流水线
|
|
201
|
+
* @param {string} pipelineId 流水线ID
|
|
202
|
+
* @param {RunPipelineDTO} [runPipelineReq] 运行流水线请求体
|
|
203
|
+
* @param {*} [options] Override http request option.
|
|
204
|
+
* @throws {RequiredError}
|
|
205
|
+
*/
|
|
206
|
+
runPipeline(runPipelineRequest?: RunPipelineRequest): Promise<RunPipelineResponse>;
|
|
207
|
+
/**
|
|
208
|
+
* 检查流水线创建状态
|
|
209
|
+
*
|
|
210
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
211
|
+
*
|
|
212
|
+
* @summary 检查流水线创建状态
|
|
213
|
+
* @param {string} taskId 实例ID
|
|
214
|
+
* @param {*} [options] Override http request option.
|
|
215
|
+
* @throws {RequiredError}
|
|
216
|
+
*/
|
|
217
|
+
showInstanceStatus(showInstanceStatusRequest?: ShowInstanceStatusRequest): Promise<ShowInstanceStatusResponse>;
|
|
218
|
+
/**
|
|
219
|
+
* 获取流水线状态/获取流水线执行详情
|
|
220
|
+
*
|
|
221
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
222
|
+
*
|
|
223
|
+
* @summary 获取流水线状态/获取流水线执行详情
|
|
224
|
+
* @param {string} pipelineId 流水线ID
|
|
225
|
+
* @param {string} [pipelineRunId] 流水线运行实例ID
|
|
226
|
+
* @param {*} [options] Override http request option.
|
|
227
|
+
* @throws {RequiredError}
|
|
228
|
+
*/
|
|
229
|
+
showPipelineRunDetail(showPipelineRunDetailRequest?: ShowPipelineRunDetailRequest): Promise<ShowPipelineRunDetailResponse>;
|
|
230
|
+
/**
|
|
231
|
+
* 查询模板详情
|
|
232
|
+
*
|
|
233
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
234
|
+
*
|
|
235
|
+
* @summary 查询模板详情
|
|
236
|
+
* @param {string} tenantId 租户ID
|
|
237
|
+
* @param {string} templateId 模板ID
|
|
238
|
+
* @param {*} [options] Override http request option.
|
|
239
|
+
* @throws {RequiredError}
|
|
240
|
+
*/
|
|
241
|
+
showPipelineTemplateDetail(showPipelineTemplateDetailRequest?: ShowPipelineTemplateDetailRequest): Promise<ShowPipelineTemplateDetailResponse>;
|
|
242
|
+
/**
|
|
243
|
+
* 获取流水线状态,阶段及任务信息
|
|
244
|
+
*
|
|
245
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
246
|
+
*
|
|
247
|
+
* @summary 获取流水线状态
|
|
248
|
+
* @param {string} pipelineId 要获取状态的流水线ID
|
|
249
|
+
* @param {string} [buildId] 要获取状态的执行ID
|
|
250
|
+
* @param {*} [options] Override http request option.
|
|
251
|
+
* @throws {RequiredError}
|
|
252
|
+
*/
|
|
253
|
+
showPipleineStatus(showPipleineStatusRequest?: ShowPipleineStatusRequest): Promise<ShowPipleineStatusResponse>;
|
|
254
|
+
/**
|
|
255
|
+
* 查询模板详情
|
|
256
|
+
*
|
|
257
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
258
|
+
*
|
|
259
|
+
* @summary 查询模板详情
|
|
260
|
+
* @param {string} templateId 模板ID
|
|
261
|
+
* @param {string} templateType 模板类型
|
|
262
|
+
* @param {string} [source] 接口调用方
|
|
263
|
+
* @param {*} [options] Override http request option.
|
|
264
|
+
* @throws {RequiredError}
|
|
265
|
+
*/
|
|
266
|
+
showTemplateDetail(showTemplateDetailRequest?: ShowTemplateDetailRequest): Promise<ShowTemplateDetailResponse>;
|
|
267
|
+
/**
|
|
268
|
+
* 启动流水线
|
|
269
|
+
*
|
|
270
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
271
|
+
*
|
|
272
|
+
* @summary 启动流水线
|
|
273
|
+
* @param {string} pipelineId 流水线ID
|
|
274
|
+
* @param {StartPipelineParameters} [startNewPipelineRequestBody] JSON格式数据,支持传递参数,value的最大长度为8192,样例:{\"build_params\":[{\"name\":\"serviceName\",\"value\":\"pipeline-devcloud-step\"}]}
|
|
275
|
+
* @param {*} [options] Override http request option.
|
|
276
|
+
* @throws {RequiredError}
|
|
277
|
+
*/
|
|
278
|
+
startNewPipeline(startNewPipelineRequest?: StartNewPipelineRequest): Promise<StartNewPipelineResponse>;
|
|
279
|
+
/**
|
|
280
|
+
* 停止流水线
|
|
281
|
+
*
|
|
282
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
283
|
+
*
|
|
284
|
+
* @summary 停止流水线
|
|
285
|
+
* @param {string} pipelineId 流水线ID
|
|
286
|
+
* @param {string} buildId 流水线执行ID
|
|
287
|
+
* @param {*} [options] Override http request option.
|
|
288
|
+
* @throws {RequiredError}
|
|
289
|
+
*/
|
|
290
|
+
stopPipelineNew(stopPipelineNewRequest?: StopPipelineNewRequest): Promise<StopPipelineNewResponse>;
|
|
291
|
+
/**
|
|
292
|
+
* 停止流水线
|
|
293
|
+
*
|
|
294
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
295
|
+
*
|
|
296
|
+
* @summary 停止流水线
|
|
297
|
+
* @param {string} pipelineId 流水线ID
|
|
298
|
+
* @param {string} pipelineRunId 流水线运行实例ID
|
|
299
|
+
* @param {*} [options] Override http request option.
|
|
300
|
+
* @throws {RequiredError}
|
|
301
|
+
*/
|
|
302
|
+
stopPipelineRun(stopPipelineRunRequest?: StopPipelineRunRequest): Promise<StopPipelineRunResponse>;
|
|
303
|
+
}
|
|
304
|
+
export declare const ParamCreater: () => {
|
|
305
|
+
/**
|
|
306
|
+
* 批量获取流水线状态
|
|
307
|
+
*
|
|
308
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
309
|
+
*/
|
|
310
|
+
batchShowPipelinesLatestStatus(batchShowPipelinesLatestStatusRequest?: BatchShowPipelinesLatestStatusRequest): {
|
|
311
|
+
method: string;
|
|
312
|
+
url: string;
|
|
313
|
+
contentType: string;
|
|
314
|
+
queryParams: {};
|
|
315
|
+
pathParams: {};
|
|
316
|
+
headers: {};
|
|
317
|
+
data: {};
|
|
318
|
+
};
|
|
319
|
+
/**
|
|
320
|
+
* 批量获取流水线状态和阶段信息
|
|
321
|
+
*
|
|
322
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
323
|
+
*/
|
|
324
|
+
batchShowPipelinesStatus(batchShowPipelinesStatusRequest?: BatchShowPipelinesStatusRequest): {
|
|
325
|
+
method: string;
|
|
326
|
+
url: string;
|
|
327
|
+
contentType: string;
|
|
328
|
+
queryParams: {};
|
|
329
|
+
pathParams: {};
|
|
330
|
+
headers: {};
|
|
331
|
+
};
|
|
332
|
+
/**
|
|
333
|
+
* 基于模板快速创建流水线及流水线内任务
|
|
334
|
+
*
|
|
335
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
336
|
+
*/
|
|
337
|
+
createPipelineByTemplate(createPipelineByTemplateRequest?: CreatePipelineByTemplateRequest): {
|
|
338
|
+
method: string;
|
|
339
|
+
url: string;
|
|
340
|
+
contentType: string;
|
|
341
|
+
queryParams: {};
|
|
342
|
+
pathParams: {};
|
|
343
|
+
headers: {};
|
|
344
|
+
data: {};
|
|
345
|
+
};
|
|
346
|
+
/**
|
|
347
|
+
* 基于模板创建流水线
|
|
348
|
+
*
|
|
349
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
350
|
+
*/
|
|
351
|
+
createPipelineByTemplateId(createPipelineByTemplateIdRequest?: CreatePipelineByTemplateIdRequest): {
|
|
352
|
+
method: string;
|
|
353
|
+
url: string;
|
|
354
|
+
contentType: string;
|
|
355
|
+
queryParams: {};
|
|
356
|
+
pathParams: {};
|
|
357
|
+
headers: {};
|
|
358
|
+
data: {};
|
|
359
|
+
};
|
|
360
|
+
/**
|
|
361
|
+
* 删除流水线
|
|
362
|
+
*
|
|
363
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
364
|
+
*/
|
|
365
|
+
deletePipeline(deletePipelineRequest?: DeletePipelineRequest): {
|
|
366
|
+
method: string;
|
|
367
|
+
url: string;
|
|
368
|
+
contentType: string;
|
|
369
|
+
queryParams: {};
|
|
370
|
+
pathParams: {};
|
|
371
|
+
headers: {};
|
|
372
|
+
};
|
|
373
|
+
/**
|
|
374
|
+
* 获取流水线执行记录
|
|
375
|
+
*
|
|
376
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
377
|
+
*/
|
|
378
|
+
listPipelineRuns(listPipelineRunsRequest?: ListPipelineRunsRequest): {
|
|
379
|
+
method: string;
|
|
380
|
+
url: string;
|
|
381
|
+
contentType: string;
|
|
382
|
+
queryParams: {};
|
|
383
|
+
pathParams: {};
|
|
384
|
+
headers: {};
|
|
385
|
+
data: {};
|
|
386
|
+
};
|
|
387
|
+
/**
|
|
388
|
+
* 获取流水线列表接口
|
|
389
|
+
*
|
|
390
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
391
|
+
*/
|
|
392
|
+
listPipelineSimpleInfo(listPipelineSimpleInfoRequest?: ListPipelineSimpleInfoRequest): {
|
|
393
|
+
method: string;
|
|
394
|
+
url: string;
|
|
395
|
+
contentType: string;
|
|
396
|
+
queryParams: {};
|
|
397
|
+
pathParams: {};
|
|
398
|
+
headers: {};
|
|
399
|
+
data: {};
|
|
400
|
+
};
|
|
401
|
+
/**
|
|
402
|
+
* 查询流水线模板列表
|
|
403
|
+
*
|
|
404
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
405
|
+
*/
|
|
406
|
+
listPipelineTemplates(listPipelineTemplatesRequest?: ListPipelineTemplatesRequest): {
|
|
407
|
+
method: string;
|
|
408
|
+
url: string;
|
|
409
|
+
contentType: string;
|
|
410
|
+
queryParams: {};
|
|
411
|
+
pathParams: {};
|
|
412
|
+
headers: {};
|
|
413
|
+
data: {};
|
|
414
|
+
};
|
|
415
|
+
/**
|
|
416
|
+
* 获取流水线列表/获取项目下流水线执行状况
|
|
417
|
+
*
|
|
418
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
419
|
+
*/
|
|
420
|
+
listPipelines(listPipelinesRequest?: ListPipelinesRequest): {
|
|
421
|
+
method: string;
|
|
422
|
+
url: string;
|
|
423
|
+
contentType: string;
|
|
424
|
+
queryParams: {};
|
|
425
|
+
pathParams: {};
|
|
426
|
+
headers: {};
|
|
427
|
+
data: {};
|
|
428
|
+
};
|
|
429
|
+
/**
|
|
430
|
+
* 获取项目下流水线执行状况
|
|
431
|
+
*
|
|
432
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
433
|
+
*/
|
|
434
|
+
listPipleineBuildResult(listPipleineBuildResultRequest?: ListPipleineBuildResultRequest): {
|
|
435
|
+
method: string;
|
|
436
|
+
url: string;
|
|
437
|
+
contentType: string;
|
|
438
|
+
queryParams: {};
|
|
439
|
+
pathParams: {};
|
|
440
|
+
headers: {};
|
|
441
|
+
};
|
|
442
|
+
/**
|
|
443
|
+
* 查询模板列表,支持分页查询,支持模板名字模糊查询
|
|
444
|
+
*
|
|
445
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
446
|
+
*/
|
|
447
|
+
listTemplates(listTemplatesRequest?: ListTemplatesRequest): {
|
|
448
|
+
method: string;
|
|
449
|
+
url: string;
|
|
450
|
+
contentType: string;
|
|
451
|
+
queryParams: {};
|
|
452
|
+
pathParams: {};
|
|
453
|
+
headers: {};
|
|
454
|
+
};
|
|
455
|
+
/**
|
|
456
|
+
* 根据id删除流水线
|
|
457
|
+
*
|
|
458
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
459
|
+
*/
|
|
460
|
+
removePipeline(removePipelineRequest?: RemovePipelineRequest): {
|
|
461
|
+
method: string;
|
|
462
|
+
url: string;
|
|
463
|
+
contentType: string;
|
|
464
|
+
queryParams: {};
|
|
465
|
+
pathParams: {};
|
|
466
|
+
headers: {};
|
|
467
|
+
};
|
|
468
|
+
/**
|
|
469
|
+
* 启动流水线
|
|
470
|
+
*
|
|
471
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
472
|
+
*/
|
|
473
|
+
runPipeline(runPipelineRequest?: RunPipelineRequest): {
|
|
474
|
+
method: string;
|
|
475
|
+
url: string;
|
|
476
|
+
contentType: string;
|
|
477
|
+
queryParams: {};
|
|
478
|
+
pathParams: {};
|
|
479
|
+
headers: {};
|
|
480
|
+
data: {};
|
|
481
|
+
};
|
|
482
|
+
/**
|
|
483
|
+
* 检查流水线创建状态
|
|
484
|
+
*
|
|
485
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
486
|
+
*/
|
|
487
|
+
showInstanceStatus(showInstanceStatusRequest?: ShowInstanceStatusRequest): {
|
|
488
|
+
method: string;
|
|
489
|
+
url: string;
|
|
490
|
+
contentType: string;
|
|
491
|
+
queryParams: {};
|
|
492
|
+
pathParams: {};
|
|
493
|
+
headers: {};
|
|
494
|
+
};
|
|
495
|
+
/**
|
|
496
|
+
* 获取流水线状态/获取流水线执行详情
|
|
497
|
+
*
|
|
498
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
499
|
+
*/
|
|
500
|
+
showPipelineRunDetail(showPipelineRunDetailRequest?: ShowPipelineRunDetailRequest): {
|
|
501
|
+
method: string;
|
|
502
|
+
url: string;
|
|
503
|
+
contentType: string;
|
|
504
|
+
queryParams: {};
|
|
505
|
+
pathParams: {};
|
|
506
|
+
headers: {};
|
|
507
|
+
};
|
|
508
|
+
/**
|
|
509
|
+
* 查询模板详情
|
|
510
|
+
*
|
|
511
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
512
|
+
*/
|
|
513
|
+
showPipelineTemplateDetail(showPipelineTemplateDetailRequest?: ShowPipelineTemplateDetailRequest): {
|
|
514
|
+
method: string;
|
|
515
|
+
url: string;
|
|
516
|
+
contentType: string;
|
|
517
|
+
queryParams: {};
|
|
518
|
+
pathParams: {};
|
|
519
|
+
headers: {};
|
|
520
|
+
};
|
|
521
|
+
/**
|
|
522
|
+
* 获取流水线状态,阶段及任务信息
|
|
523
|
+
*
|
|
524
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
525
|
+
*/
|
|
526
|
+
showPipleineStatus(showPipleineStatusRequest?: ShowPipleineStatusRequest): {
|
|
527
|
+
method: string;
|
|
528
|
+
url: string;
|
|
529
|
+
contentType: string;
|
|
530
|
+
queryParams: {};
|
|
531
|
+
pathParams: {};
|
|
532
|
+
headers: {};
|
|
533
|
+
};
|
|
534
|
+
/**
|
|
535
|
+
* 查询模板详情
|
|
536
|
+
*
|
|
537
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
538
|
+
*/
|
|
539
|
+
showTemplateDetail(showTemplateDetailRequest?: ShowTemplateDetailRequest): {
|
|
540
|
+
method: string;
|
|
541
|
+
url: string;
|
|
542
|
+
contentType: string;
|
|
543
|
+
queryParams: {};
|
|
544
|
+
pathParams: {};
|
|
545
|
+
headers: {};
|
|
546
|
+
};
|
|
547
|
+
/**
|
|
548
|
+
* 启动流水线
|
|
549
|
+
*
|
|
550
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
551
|
+
*/
|
|
552
|
+
startNewPipeline(startNewPipelineRequest?: StartNewPipelineRequest): {
|
|
553
|
+
method: string;
|
|
554
|
+
url: string;
|
|
555
|
+
contentType: string;
|
|
556
|
+
queryParams: {};
|
|
557
|
+
pathParams: {};
|
|
558
|
+
headers: {};
|
|
559
|
+
data: {};
|
|
560
|
+
};
|
|
561
|
+
/**
|
|
562
|
+
* 停止流水线
|
|
563
|
+
*
|
|
564
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
565
|
+
*/
|
|
566
|
+
stopPipelineNew(stopPipelineNewRequest?: StopPipelineNewRequest): {
|
|
567
|
+
method: string;
|
|
568
|
+
url: string;
|
|
569
|
+
contentType: string;
|
|
570
|
+
queryParams: {};
|
|
571
|
+
pathParams: {};
|
|
572
|
+
headers: {};
|
|
573
|
+
};
|
|
574
|
+
/**
|
|
575
|
+
* 停止流水线
|
|
576
|
+
*
|
|
577
|
+
* Please refer to HUAWEI cloud API Explorer for details.
|
|
578
|
+
*/
|
|
579
|
+
stopPipelineRun(stopPipelineRunRequest?: StopPipelineRunRequest): {
|
|
580
|
+
method: string;
|
|
581
|
+
url: string;
|
|
582
|
+
contentType: string;
|
|
583
|
+
queryParams: {};
|
|
584
|
+
pathParams: {};
|
|
585
|
+
headers: {};
|
|
586
|
+
};
|
|
587
|
+
};
|
|
588
|
+
/**
|
|
589
|
+
*
|
|
590
|
+
* @export
|
|
591
|
+
* @class RequiredError
|
|
592
|
+
* @extends {Error}
|
|
593
|
+
*/
|
|
594
|
+
export declare class RequiredError extends Error {
|
|
595
|
+
field: string;
|
|
596
|
+
name: "RequiredError";
|
|
597
|
+
constructor(field: string, msg?: string);
|
|
598
|
+
}
|
|
599
|
+
//# sourceMappingURL=CodeArtsPipelineClient.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CodeArtsPipelineClient.d.ts","sourceRoot":"","sources":["../../../../services/codeartspipeline/v2/CodeArtsPipelineClient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,4CAA4C,CAAC;AACtE,OAAO,EAAE,aAAa,EAAE,MAAM,iDAAiD,CAAC;AAGhF,OAAO,EAAE,qCAAqC,EAAE,MAAM,+CAA+C,CAAC;AACtG,OAAO,EAAE,sCAAsC,EAAE,MAAM,gDAAgD,CAAC;AACxG,OAAO,EAAE,+BAA+B,EAAE,MAAM,yCAAyC,CAAC;AAC1F,OAAO,EAAE,gCAAgC,EAAE,MAAM,0CAA0C,CAAC;AAI5F,OAAO,EAAE,iCAAiC,EAAE,MAAM,2CAA2C,CAAC;AAC9F,OAAO,EAAE,kCAAkC,EAAE,MAAM,4CAA4C,CAAC;AAChG,OAAO,EAAE,+BAA+B,EAAE,MAAM,yCAAyC,CAAC;AAC1F,OAAO,EAAE,gCAAgC,EAAE,MAAM,0CAA0C,CAAC;AAE5F,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAOxE,OAAO,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAC1E,OAAO,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AAC5E,OAAO,EAAE,6BAA6B,EAAE,MAAM,uCAAuC,CAAC;AAEtF,OAAO,EAAE,8BAA8B,EAAE,MAAM,wCAAwC,CAAC;AAExF,OAAO,EAAE,4BAA4B,EAAE,MAAM,sCAAsC,CAAC;AACpF,OAAO,EAAE,6BAA6B,EAAE,MAAM,uCAAuC,CAAC;AAMtF,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,EAAE,8BAA8B,EAAE,MAAM,wCAAwC,CAAC;AACxF,OAAO,EAAE,+BAA+B,EAAE,MAAM,yCAAyC,CAAC;AAC1F,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AACpE,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AAgBtE,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AACtE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAMxE,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAIlE,OAAO,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AAC9E,OAAO,EAAE,0BAA0B,EAAE,MAAM,oCAAoC,CAAC;AAChF,OAAO,EAAE,4BAA4B,EAAE,MAAM,sCAAsC,CAAC;AACpF,OAAO,EAAE,6BAA6B,EAAE,MAAM,uCAAuC,CAAC;AACtF,OAAO,EAAE,iCAAiC,EAAE,MAAM,2CAA2C,CAAC;AAC9F,OAAO,EAAE,kCAAkC,EAAE,MAAM,4CAA4C,CAAC;AAChG,OAAO,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AAC9E,OAAO,EAAE,0BAA0B,EAAE,MAAM,oCAAoC,CAAC;AAChF,OAAO,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AAC9E,OAAO,EAAE,0BAA0B,EAAE,MAAM,oCAAoC,CAAC;AAIhF,OAAO,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAC1E,OAAO,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AAK5E,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAC1E,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAO1E,qBAAa,sBAAsB;WACjB,UAAU,IAAI,aAAa,CAAC,sBAAsB,CAAC;IAIjE,OAAO,CAAC,QAAQ,CAAW;gBACR,MAAM,EAAE,QAAQ;IAI5B,OAAO;IAKd;;;;;;;;;OASG;IACI,8BAA8B,CAAC,qCAAqC,CAAC,EAAE,qCAAqC,GAAG,OAAO,CAAC,sCAAsC,CAAC;IASrK;;;;;;;;;OASG;IACI,wBAAwB,CAAC,+BAA+B,CAAC,EAAE,+BAA+B,GAAG,OAAO,CAAC,gCAAgC,CAAC;IAS7I;;;;;;;;;OASG;IACI,wBAAwB,CAAC,+BAA+B,CAAC,EAAE,+BAA+B,GAAG,OAAO,CAAC,gCAAgC,CAAC;IAS7I;;;;;;;;;;;OAWG;IACI,0BAA0B,CAAC,iCAAiC,CAAC,EAAE,iCAAiC,GAAG,OAAO,CAAC,kCAAkC,CAAC;IASrJ;;;;;;;;;OASG;IACI,cAAc,CAAC,qBAAqB,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,sBAAsB,CAAC;IASrG;;;;;;;;;;OAUG;IACI,gBAAgB,CAAC,uBAAuB,CAAC,EAAE,uBAAuB,GAAG,OAAO,CAAC,wBAAwB,CAAC;IAS7G;;;;;;;;;OASG;IACI,sBAAsB,CAAC,6BAA6B,CAAC,EAAE,6BAA6B,GAAG,OAAO,CAAC,8BAA8B,CAAC;IASrI;;;;;;;;;;OAUG;IACI,qBAAqB,CAAC,4BAA4B,CAAC,EAAE,4BAA4B,GAAG,OAAO,CAAC,6BAA6B,CAAC;IASjI;;;;;;;;;OASG;IACI,aAAa,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,qBAAqB,CAAC;IASjG;;;;;;;;;;;;OAYG;IACI,uBAAuB,CAAC,8BAA8B,CAAC,EAAE,8BAA8B,GAAG,OAAO,CAAC,+BAA+B,CAAC;IASzI;;;;;;;;;;;;;;;OAeG;IACI,aAAa,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,qBAAqB,CAAC;IASjG;;;;;;;;;OASG;IACI,cAAc,CAAC,qBAAqB,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,sBAAsB,CAAC;IASrG;;;;;;;;;;OAUG;IACI,WAAW,CAAC,kBAAkB,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,mBAAmB,CAAC;IASzF;;;;;;;;;OASG;IACI,kBAAkB,CAAC,yBAAyB,CAAC,EAAE,yBAAyB,GAAG,OAAO,CAAC,0BAA0B,CAAC;IASrH;;;;;;;;;;OAUG;IACI,qBAAqB,CAAC,4BAA4B,CAAC,EAAE,4BAA4B,GAAG,OAAO,CAAC,6BAA6B,CAAC;IASjI;;;;;;;;;;OAUG;IACI,0BAA0B,CAAC,iCAAiC,CAAC,EAAE,iCAAiC,GAAG,OAAO,CAAC,kCAAkC,CAAC;IASrJ;;;;;;;;;;OAUG;IACI,kBAAkB,CAAC,yBAAyB,CAAC,EAAE,yBAAyB,GAAG,OAAO,CAAC,0BAA0B,CAAC;IASrH;;;;;;;;;;;OAWG;IACI,kBAAkB,CAAC,yBAAyB,CAAC,EAAE,yBAAyB,GAAG,OAAO,CAAC,0BAA0B,CAAC;IASrH;;;;;;;;;;OAUG;IACI,gBAAgB,CAAC,uBAAuB,CAAC,EAAE,uBAAuB,GAAG,OAAO,CAAC,wBAAwB,CAAC;IAS7G;;;;;;;;;;OAUG;IACI,eAAe,CAAC,sBAAsB,CAAC,EAAE,sBAAsB,GAAG,OAAO,CAAC,uBAAuB,CAAC;IASzG;;;;;;;;;;OAUG;IACI,eAAe,CAAC,sBAAsB,CAAC,EAAE,sBAAsB,GAAG,OAAO,CAAC,uBAAuB,CAAC;CAQ5G;AAED,eAAO,MAAM,YAAY;IAGjB;;;;OAIG;2EACoE,qCAAqC;;;;;;;;;IAiC5G;;;;OAIG;+DACwD,+BAA+B;;;;;;;;IAmC1F;;;;OAIG;+DACwD,+BAA+B;;;;;;;;;IAiC1F;;;;OAIG;mEAC4D,iCAAiC;;;;;;;;;IAiDhG;;;;OAIG;2CACoC,qBAAqB;;;;;;;;IAgC5D;;;;OAIG;+CACwC,uBAAuB;;;;;;;;;IAsClE;;;;OAIG;2DACoD,6BAA6B;;;;;;;;;IA8BpF;;;;OAIG;yDACkD,4BAA4B;;;;;;;;;IAsCjF;;;;OAIG;yCACkC,oBAAoB;;;;;;;;;IA8BzD;;;;OAIG;6DACsD,8BAA8B;;;;;;;;IAiEvF;;;;OAIG;yCACkC,oBAAoB;;;;;;;;IAgFzD;;;;OAIG;2CACoC,qBAAqB;;;;;;;;IAgC5D;;;;OAIG;qCAC8B,kBAAkB;;;;;;;;;IAsCnD;;;;OAIG;mDAC4C,yBAAyB;;;;;;;;IAgCxE;;;;OAIG;yDACkD,4BAA4B;;;;;;;;IAwCjF;;;;OAIG;mEAC4D,iCAAiC;;;;;;;;IAuChG;;;;OAIG;mDAC4C,yBAAyB;;;;;;;;IAwCxE;;;;OAIG;mDAC4C,yBAAyB;;;;;;;;IAkDxE;;;;OAIG;+CACwC,uBAAuB;;;;;;;;;IAsClE;;;;OAIG;6CACsC,sBAAsB;;;;;;;;IA2C/D;;;;OAIG;6CACsC,sBAAsB;;;;;;;;CAwCtE,CAAC;AAMF;;;;;GAKG;AACH,qBAAa,aAAc,SAAQ,KAAK;IAEjB,KAAK,EAAE,MAAM;IADhC,IAAI,EAAE,eAAe,CAAmB;gBACrB,KAAK,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM;CAGjD"}
|