@huaweicloud/huaweicloud-sdk-codeartscheck 3.1.159
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-codeartscheck.d.ts +3 -0
- package/huaweicloud-sdk-codeartscheck.d.ts.map +1 -0
- package/huaweicloud-sdk-codeartscheck.js +32 -0
- package/huaweicloud-sdk-codeartscheck.js.map +1 -0
- package/package.json +23 -0
- package/v2/CodeArtsCheckClient.d.ts +842 -0
- package/v2/CodeArtsCheckClient.d.ts.map +1 -0
- package/v2/CodeArtsCheckClient.js +1890 -0
- package/v2/CodeArtsCheckClient.js.map +1 -0
- package/v2/CodeArtsCheckRegion.d.ts +14 -0
- package/v2/CodeArtsCheckRegion.d.ts.map +1 -0
- package/v2/CodeArtsCheckRegion.js +36 -0
- package/v2/CodeArtsCheckRegion.js.map +1 -0
- package/v2/model/CheckConfigInfo.d.ts +30 -0
- package/v2/model/CheckConfigInfo.d.ts.map +1 -0
- package/v2/model/CheckConfigInfo.js +69 -0
- package/v2/model/CheckConfigInfo.js.map +1 -0
- package/v2/model/CheckParametersRequest.d.ts +18 -0
- package/v2/model/CheckParametersRequest.d.ts.map +1 -0
- package/v2/model/CheckParametersRequest.js +47 -0
- package/v2/model/CheckParametersRequest.js.map +1 -0
- package/v2/model/CheckParametersResponse.d.ts +8 -0
- package/v2/model/CheckParametersResponse.d.ts.map +1 -0
- package/v2/model/CheckParametersResponse.js +15 -0
- package/v2/model/CheckParametersResponse.js.map +1 -0
- package/v2/model/CheckRecordDataInfo.d.ts +17 -0
- package/v2/model/CheckRecordDataInfo.d.ts.map +1 -0
- package/v2/model/CheckRecordDataInfo.js +39 -0
- package/v2/model/CheckRecordDataInfo.js.map +1 -0
- package/v2/model/CheckRecordIssueCountsInfo.d.ts +12 -0
- package/v2/model/CheckRecordIssueCountsInfo.d.ts.map +1 -0
- package/v2/model/CheckRecordIssueCountsInfo.js +25 -0
- package/v2/model/CheckRecordIssueCountsInfo.js.map +1 -0
- package/v2/model/CheckRecordRequest.d.ts +24 -0
- package/v2/model/CheckRecordRequest.d.ts.map +1 -0
- package/v2/model/CheckRecordRequest.js +59 -0
- package/v2/model/CheckRecordRequest.js.map +1 -0
- package/v2/model/CheckRecordResponse.d.ts +10 -0
- package/v2/model/CheckRecordResponse.d.ts.map +1 -0
- package/v2/model/CheckRecordResponse.js +19 -0
- package/v2/model/CheckRecordResponse.js.map +1 -0
- package/v2/model/CheckRulesetParametersRequest.d.ts +22 -0
- package/v2/model/CheckRulesetParametersRequest.d.ts.map +1 -0
- package/v2/model/CheckRulesetParametersRequest.js +55 -0
- package/v2/model/CheckRulesetParametersRequest.js.map +1 -0
- package/v2/model/CheckRulesetParametersResponse.d.ts +10 -0
- package/v2/model/CheckRulesetParametersResponse.d.ts.map +1 -0
- package/v2/model/CheckRulesetParametersResponse.js +19 -0
- package/v2/model/CheckRulesetParametersResponse.js.map +1 -0
- package/v2/model/ConfigTaskParameterBody.d.ts +21 -0
- package/v2/model/ConfigTaskParameterBody.d.ts.map +1 -0
- package/v2/model/ConfigTaskParameterBody.js +52 -0
- package/v2/model/ConfigTaskParameterBody.js.map +1 -0
- package/v2/model/CreateRulesetRequest.d.ts +7 -0
- package/v2/model/CreateRulesetRequest.d.ts.map +1 -0
- package/v2/model/CreateRulesetRequest.js +13 -0
- package/v2/model/CreateRulesetRequest.js.map +1 -0
- package/v2/model/CreateRulesetResponse.d.ts +9 -0
- package/v2/model/CreateRulesetResponse.d.ts.map +1 -0
- package/v2/model/CreateRulesetResponse.js +21 -0
- package/v2/model/CreateRulesetResponse.js.map +1 -0
- package/v2/model/CreateTaskRequest.d.ts +11 -0
- package/v2/model/CreateTaskRequest.d.ts.map +1 -0
- package/v2/model/CreateTaskRequest.js +24 -0
- package/v2/model/CreateTaskRequest.js.map +1 -0
- package/v2/model/CreateTaskRequestV2.d.ts +50 -0
- package/v2/model/CreateTaskRequestV2.d.ts.map +1 -0
- package/v2/model/CreateTaskRequestV2.js +120 -0
- package/v2/model/CreateTaskRequestV2.js.map +1 -0
- package/v2/model/CreateTaskResponse.d.ts +9 -0
- package/v2/model/CreateTaskResponse.d.ts.map +1 -0
- package/v2/model/CreateTaskResponse.js +21 -0
- package/v2/model/CreateTaskResponse.js.map +1 -0
- package/v2/model/CustomAttributes.d.ts +9 -0
- package/v2/model/CustomAttributes.d.ts.map +1 -0
- package/v2/model/CustomAttributes.js +17 -0
- package/v2/model/CustomAttributes.js.map +1 -0
- package/v2/model/CustomAttributesRule.d.ts +15 -0
- package/v2/model/CustomAttributesRule.d.ts.map +1 -0
- package/v2/model/CustomAttributesRule.js +33 -0
- package/v2/model/CustomAttributesRule.js.map +1 -0
- package/v2/model/DefectEvents.d.ts +36 -0
- package/v2/model/DefectEvents.d.ts.map +1 -0
- package/v2/model/DefectEvents.js +83 -0
- package/v2/model/DefectEvents.js.map +1 -0
- package/v2/model/DefectFragmentV2.d.ts +20 -0
- package/v2/model/DefectFragmentV2.d.ts.map +1 -0
- package/v2/model/DefectFragmentV2.js +49 -0
- package/v2/model/DefectFragmentV2.js.map +1 -0
- package/v2/model/DefectInfoV2.d.ts +54 -0
- package/v2/model/DefectInfoV2.d.ts.map +1 -0
- package/v2/model/DefectInfoV2.js +127 -0
- package/v2/model/DefectInfoV2.js.map +1 -0
- package/v2/model/DeleteRulesetRequest.d.ts +12 -0
- package/v2/model/DeleteRulesetRequest.d.ts.map +1 -0
- package/v2/model/DeleteRulesetRequest.js +31 -0
- package/v2/model/DeleteRulesetRequest.js.map +1 -0
- package/v2/model/DeleteRulesetResponse.d.ts +5 -0
- package/v2/model/DeleteRulesetResponse.d.ts.map +1 -0
- package/v2/model/DeleteRulesetResponse.js +11 -0
- package/v2/model/DeleteRulesetResponse.js.map +1 -0
- package/v2/model/DeleteTaskRequest.d.ts +8 -0
- package/v2/model/DeleteTaskRequest.d.ts.map +1 -0
- package/v2/model/DeleteTaskRequest.js +20 -0
- package/v2/model/DeleteTaskRequest.js.map +1 -0
- package/v2/model/DeleteTaskResponse.d.ts +5 -0
- package/v2/model/DeleteTaskResponse.d.ts.map +1 -0
- package/v2/model/DeleteTaskResponse.js +11 -0
- package/v2/model/DeleteTaskResponse.js.map +1 -0
- package/v2/model/IgnorePathSettingItem.d.ts +12 -0
- package/v2/model/IgnorePathSettingItem.d.ts.map +1 -0
- package/v2/model/IgnorePathSettingItem.js +31 -0
- package/v2/model/IgnorePathSettingItem.js.map +1 -0
- package/v2/model/IncConfigV2.d.ts +28 -0
- package/v2/model/IncConfigV2.d.ts.map +1 -0
- package/v2/model/IncConfigV2.js +67 -0
- package/v2/model/IncConfigV2.js.map +1 -0
- package/v2/model/ListRulesRequest.d.ts +16 -0
- package/v2/model/ListRulesRequest.d.ts.map +1 -0
- package/v2/model/ListRulesRequest.js +37 -0
- package/v2/model/ListRulesRequest.js.map +1 -0
- package/v2/model/ListRulesResponse.d.ts +10 -0
- package/v2/model/ListRulesResponse.d.ts.map +1 -0
- package/v2/model/ListRulesResponse.js +19 -0
- package/v2/model/ListRulesResponse.js.map +1 -0
- package/v2/model/ListRulesetsRequest.d.ts +14 -0
- package/v2/model/ListRulesetsRequest.d.ts.map +1 -0
- package/v2/model/ListRulesetsRequest.js +32 -0
- package/v2/model/ListRulesetsRequest.js.map +1 -0
- package/v2/model/ListRulesetsResponse.d.ts +10 -0
- package/v2/model/ListRulesetsResponse.d.ts.map +1 -0
- package/v2/model/ListRulesetsResponse.js +19 -0
- package/v2/model/ListRulesetsResponse.js.map +1 -0
- package/v2/model/ListTaskParameterRequest.d.ts +15 -0
- package/v2/model/ListTaskParameterRequest.d.ts.map +1 -0
- package/v2/model/ListTaskParameterRequest.js +35 -0
- package/v2/model/ListTaskParameterRequest.js.map +1 -0
- package/v2/model/ListTaskParameterResponse.d.ts +5 -0
- package/v2/model/ListTaskParameterResponse.d.ts.map +1 -0
- package/v2/model/ListTaskParameterResponse.js +11 -0
- package/v2/model/ListTaskParameterResponse.js.map +1 -0
- package/v2/model/ListTaskRulesetRequest.d.ts +12 -0
- package/v2/model/ListTaskRulesetRequest.d.ts.map +1 -0
- package/v2/model/ListTaskRulesetRequest.js +31 -0
- package/v2/model/ListTaskRulesetRequest.js.map +1 -0
- package/v2/model/ListTaskRulesetResponse.d.ts +8 -0
- package/v2/model/ListTaskRulesetResponse.d.ts.map +1 -0
- package/v2/model/ListTaskRulesetResponse.js +15 -0
- package/v2/model/ListTaskRulesetResponse.js.map +1 -0
- package/v2/model/ListTemplateRulesRequest.d.ts +22 -0
- package/v2/model/ListTemplateRulesRequest.d.ts.map +1 -0
- package/v2/model/ListTemplateRulesRequest.js +52 -0
- package/v2/model/ListTemplateRulesRequest.js.map +1 -0
- package/v2/model/ListTemplateRulesResponse.d.ts +10 -0
- package/v2/model/ListTemplateRulesResponse.d.ts.map +1 -0
- package/v2/model/ListTemplateRulesResponse.js +19 -0
- package/v2/model/ListTemplateRulesResponse.js.map +1 -0
- package/v2/model/LogInfo.d.ts +16 -0
- package/v2/model/LogInfo.d.ts.map +1 -0
- package/v2/model/LogInfo.js +35 -0
- package/v2/model/LogInfo.js.map +1 -0
- package/v2/model/MetricInfo.d.ts +176 -0
- package/v2/model/MetricInfo.d.ts.map +1 -0
- package/v2/model/MetricInfo.js +439 -0
- package/v2/model/MetricInfo.js.map +1 -0
- package/v2/model/ParamInfo.d.ts +24 -0
- package/v2/model/ParamInfo.d.ts.map +1 -0
- package/v2/model/ParamInfo.js +55 -0
- package/v2/model/ParamInfo.js.map +1 -0
- package/v2/model/ProgressDetailV2.d.ts +8 -0
- package/v2/model/ProgressDetailV2.d.ts.map +1 -0
- package/v2/model/ProgressDetailV2.js +17 -0
- package/v2/model/ProgressDetailV2.js.map +1 -0
- package/v2/model/RuleConfig.d.ts +32 -0
- package/v2/model/RuleConfig.d.ts.map +1 -0
- package/v2/model/RuleConfig.js +77 -0
- package/v2/model/RuleConfig.js.map +1 -0
- package/v2/model/RuleItem.d.ts +31 -0
- package/v2/model/RuleItem.d.ts.map +1 -0
- package/v2/model/RuleItem.js +73 -0
- package/v2/model/RuleItem.js.map +1 -0
- package/v2/model/RuleListItem.d.ts +44 -0
- package/v2/model/RuleListItem.d.ts.map +1 -0
- package/v2/model/RuleListItem.js +109 -0
- package/v2/model/RuleListItem.js.map +1 -0
- package/v2/model/RuleSetV2.d.ts +10 -0
- package/v2/model/RuleSetV2.d.ts.map +1 -0
- package/v2/model/RuleSetV2.js +24 -0
- package/v2/model/RuleSetV2.js.map +1 -0
- package/v2/model/Ruleset.d.ts +35 -0
- package/v2/model/Ruleset.d.ts.map +1 -0
- package/v2/model/Ruleset.js +88 -0
- package/v2/model/Ruleset.js.map +1 -0
- package/v2/model/RulesetItem.d.ts +46 -0
- package/v2/model/RulesetItem.d.ts.map +1 -0
- package/v2/model/RulesetItem.js +113 -0
- package/v2/model/RulesetItem.js.map +1 -0
- package/v2/model/RunRequestV2.d.ts +18 -0
- package/v2/model/RunRequestV2.d.ts.map +1 -0
- package/v2/model/RunRequestV2.js +43 -0
- package/v2/model/RunRequestV2.js.map +1 -0
- package/v2/model/RunTaskRequest.d.ts +11 -0
- package/v2/model/RunTaskRequest.d.ts.map +1 -0
- package/v2/model/RunTaskRequest.js +24 -0
- package/v2/model/RunTaskRequest.js.map +1 -0
- package/v2/model/RunTaskResponse.d.ts +9 -0
- package/v2/model/RunTaskResponse.d.ts.map +1 -0
- package/v2/model/RunTaskResponse.js +21 -0
- package/v2/model/RunTaskResponse.js.map +1 -0
- package/v2/model/SetDefaulTemplateRequest.d.ts +14 -0
- package/v2/model/SetDefaulTemplateRequest.d.ts.map +1 -0
- package/v2/model/SetDefaulTemplateRequest.js +36 -0
- package/v2/model/SetDefaulTemplateRequest.js.map +1 -0
- package/v2/model/SetDefaulTemplateResponse.d.ts +5 -0
- package/v2/model/SetDefaulTemplateResponse.d.ts.map +1 -0
- package/v2/model/SetDefaulTemplateResponse.js +11 -0
- package/v2/model/SetDefaulTemplateResponse.js.map +1 -0
- package/v2/model/ShowProgressDetailRequest.d.ts +8 -0
- package/v2/model/ShowProgressDetailRequest.d.ts.map +1 -0
- package/v2/model/ShowProgressDetailRequest.js +20 -0
- package/v2/model/ShowProgressDetailRequest.js.map +1 -0
- package/v2/model/ShowProgressDetailResponse.d.ts +12 -0
- package/v2/model/ShowProgressDetailResponse.d.ts.map +1 -0
- package/v2/model/ShowProgressDetailResponse.js +25 -0
- package/v2/model/ShowProgressDetailResponse.js.map +1 -0
- package/v2/model/ShowTaskCmetricsRequest.d.ts +12 -0
- package/v2/model/ShowTaskCmetricsRequest.d.ts.map +1 -0
- package/v2/model/ShowTaskCmetricsRequest.js +31 -0
- package/v2/model/ShowTaskCmetricsRequest.js.map +1 -0
- package/v2/model/ShowTaskCmetricsResponse.d.ts +46 -0
- package/v2/model/ShowTaskCmetricsResponse.d.ts.map +1 -0
- package/v2/model/ShowTaskCmetricsResponse.js +111 -0
- package/v2/model/ShowTaskCmetricsResponse.js.map +1 -0
- package/v2/model/ShowTaskDefectsRequest.d.ts +18 -0
- package/v2/model/ShowTaskDefectsRequest.d.ts.map +1 -0
- package/v2/model/ShowTaskDefectsRequest.js +42 -0
- package/v2/model/ShowTaskDefectsRequest.js.map +1 -0
- package/v2/model/ShowTaskDefectsResponse.d.ts +10 -0
- package/v2/model/ShowTaskDefectsResponse.d.ts.map +1 -0
- package/v2/model/ShowTaskDefectsResponse.js +19 -0
- package/v2/model/ShowTaskDefectsResponse.js.map +1 -0
- package/v2/model/ShowTaskDefectsStatisticRequest.d.ts +8 -0
- package/v2/model/ShowTaskDefectsStatisticRequest.d.ts.map +1 -0
- package/v2/model/ShowTaskDefectsStatisticRequest.js +20 -0
- package/v2/model/ShowTaskDefectsStatisticRequest.js.map +1 -0
- package/v2/model/ShowTaskDefectsStatisticResponse.d.ts +11 -0
- package/v2/model/ShowTaskDefectsStatisticResponse.d.ts.map +1 -0
- package/v2/model/ShowTaskDefectsStatisticResponse.js +19 -0
- package/v2/model/ShowTaskDefectsStatisticResponse.js.map +1 -0
- package/v2/model/ShowTaskDetailRequest.d.ts +8 -0
- package/v2/model/ShowTaskDetailRequest.d.ts.map +1 -0
- package/v2/model/ShowTaskDetailRequest.js +20 -0
- package/v2/model/ShowTaskDetailRequest.js.map +1 -0
- package/v2/model/ShowTaskDetailResponse.d.ts +121 -0
- package/v2/model/ShowTaskDetailResponse.d.ts.map +1 -0
- package/v2/model/ShowTaskDetailResponse.js +301 -0
- package/v2/model/ShowTaskDetailResponse.js.map +1 -0
- package/v2/model/ShowTaskListByProjectIdRequest.d.ts +12 -0
- package/v2/model/ShowTaskListByProjectIdRequest.d.ts.map +1 -0
- package/v2/model/ShowTaskListByProjectIdRequest.js +28 -0
- package/v2/model/ShowTaskListByProjectIdRequest.js.map +1 -0
- package/v2/model/ShowTaskListByProjectIdResponse.d.ts +10 -0
- package/v2/model/ShowTaskListByProjectIdResponse.d.ts.map +1 -0
- package/v2/model/ShowTaskListByProjectIdResponse.js +19 -0
- package/v2/model/ShowTaskListByProjectIdResponse.js.map +1 -0
- package/v2/model/ShowTaskPathTreeRequest.d.ts +20 -0
- package/v2/model/ShowTaskPathTreeRequest.d.ts.map +1 -0
- package/v2/model/ShowTaskPathTreeRequest.js +49 -0
- package/v2/model/ShowTaskPathTreeRequest.js.map +1 -0
- package/v2/model/ShowTaskPathTreeResponse.d.ts +10 -0
- package/v2/model/ShowTaskPathTreeResponse.d.ts.map +1 -0
- package/v2/model/ShowTaskPathTreeResponse.js +19 -0
- package/v2/model/ShowTaskPathTreeResponse.js.map +1 -0
- package/v2/model/ShowTaskSettingsRequest.d.ts +16 -0
- package/v2/model/ShowTaskSettingsRequest.d.ts.map +1 -0
- package/v2/model/ShowTaskSettingsRequest.js +39 -0
- package/v2/model/ShowTaskSettingsRequest.js.map +1 -0
- package/v2/model/ShowTaskSettingsResponse.d.ts +10 -0
- package/v2/model/ShowTaskSettingsResponse.d.ts.map +1 -0
- package/v2/model/ShowTaskSettingsResponse.js +19 -0
- package/v2/model/ShowTaskSettingsResponse.js.map +1 -0
- package/v2/model/ShowTasklogRequest.d.ts +16 -0
- package/v2/model/ShowTasklogRequest.d.ts.map +1 -0
- package/v2/model/ShowTasklogRequest.js +41 -0
- package/v2/model/ShowTasklogRequest.js.map +1 -0
- package/v2/model/ShowTasklogResponse.d.ts +15 -0
- package/v2/model/ShowTasklogResponse.d.ts.map +1 -0
- package/v2/model/ShowTasklogResponse.js +31 -0
- package/v2/model/ShowTasklogResponse.js.map +1 -0
- package/v2/model/ShowTasksRulesetsRequest.d.ts +16 -0
- package/v2/model/ShowTasksRulesetsRequest.d.ts.map +1 -0
- package/v2/model/ShowTasksRulesetsRequest.js +39 -0
- package/v2/model/ShowTasksRulesetsRequest.js.map +1 -0
- package/v2/model/ShowTasksRulesetsResponse.d.ts +10 -0
- package/v2/model/ShowTasksRulesetsResponse.d.ts.map +1 -0
- package/v2/model/ShowTasksRulesetsResponse.js +19 -0
- package/v2/model/ShowTasksRulesetsResponse.js.map +1 -0
- package/v2/model/SimpleTaskInfoV2.d.ts +32 -0
- package/v2/model/SimpleTaskInfoV2.d.ts.map +1 -0
- package/v2/model/SimpleTaskInfoV2.js +79 -0
- package/v2/model/SimpleTaskInfoV2.js.map +1 -0
- package/v2/model/StatisticSeverityV2.d.ts +12 -0
- package/v2/model/StatisticSeverityV2.d.ts.map +1 -0
- package/v2/model/StatisticSeverityV2.js +25 -0
- package/v2/model/StatisticSeverityV2.js.map +1 -0
- package/v2/model/StatisticStatusV2.d.ts +10 -0
- package/v2/model/StatisticStatusV2.d.ts.map +1 -0
- package/v2/model/StatisticStatusV2.js +21 -0
- package/v2/model/StatisticStatusV2.js.map +1 -0
- package/v2/model/StopTaskByIdRequest.d.ts +8 -0
- package/v2/model/StopTaskByIdRequest.d.ts.map +1 -0
- package/v2/model/StopTaskByIdRequest.js +20 -0
- package/v2/model/StopTaskByIdRequest.js.map +1 -0
- package/v2/model/StopTaskByIdResponse.d.ts +5 -0
- package/v2/model/StopTaskByIdResponse.d.ts.map +1 -0
- package/v2/model/StopTaskByIdResponse.js +11 -0
- package/v2/model/StopTaskByIdResponse.js.map +1 -0
- package/v2/model/TaskAdvancedSettings.d.ts +14 -0
- package/v2/model/TaskAdvancedSettings.d.ts.map +1 -0
- package/v2/model/TaskAdvancedSettings.js +31 -0
- package/v2/model/TaskAdvancedSettings.js.map +1 -0
- package/v2/model/TaskAdvancedSettingsItem.d.ts +8 -0
- package/v2/model/TaskAdvancedSettingsItem.d.ts.map +1 -0
- package/v2/model/TaskAdvancedSettingsItem.js +19 -0
- package/v2/model/TaskAdvancedSettingsItem.js.map +1 -0
- package/v2/model/TaskCheckParamters.d.ts +15 -0
- package/v2/model/TaskCheckParamters.d.ts.map +1 -0
- package/v2/model/TaskCheckParamters.js +33 -0
- package/v2/model/TaskCheckParamters.js.map +1 -0
- package/v2/model/TaskCheckSettingsItem.d.ts +14 -0
- package/v2/model/TaskCheckSettingsItem.d.ts.map +1 -0
- package/v2/model/TaskCheckSettingsItem.js +35 -0
- package/v2/model/TaskCheckSettingsItem.js.map +1 -0
- package/v2/model/TaskRulesetInfo.d.ts +18 -0
- package/v2/model/TaskRulesetInfo.d.ts.map +1 -0
- package/v2/model/TaskRulesetInfo.js +41 -0
- package/v2/model/TaskRulesetInfo.js.map +1 -0
- package/v2/model/TreeNode.d.ts +20 -0
- package/v2/model/TreeNode.d.ts.map +1 -0
- package/v2/model/TreeNode.js +49 -0
- package/v2/model/TreeNode.js.map +1 -0
- package/v2/model/UpdateDefectRequestBody.d.ts +12 -0
- package/v2/model/UpdateDefectRequestBody.d.ts.map +1 -0
- package/v2/model/UpdateDefectRequestBody.js +29 -0
- package/v2/model/UpdateDefectRequestBody.js.map +1 -0
- package/v2/model/UpdateDefectStatusRequest.d.ts +11 -0
- package/v2/model/UpdateDefectStatusRequest.d.ts.map +1 -0
- package/v2/model/UpdateDefectStatusRequest.js +24 -0
- package/v2/model/UpdateDefectStatusRequest.js.map +1 -0
- package/v2/model/UpdateDefectStatusResponse.d.ts +5 -0
- package/v2/model/UpdateDefectStatusResponse.d.ts.map +1 -0
- package/v2/model/UpdateDefectStatusResponse.js +11 -0
- package/v2/model/UpdateDefectStatusResponse.js.map +1 -0
- package/v2/model/UpdateIgnorePathRequest.d.ts +15 -0
- package/v2/model/UpdateIgnorePathRequest.d.ts.map +1 -0
- package/v2/model/UpdateIgnorePathRequest.js +35 -0
- package/v2/model/UpdateIgnorePathRequest.js.map +1 -0
- package/v2/model/UpdateIgnorePathRequestBody.d.ts +9 -0
- package/v2/model/UpdateIgnorePathRequestBody.d.ts.map +1 -0
- package/v2/model/UpdateIgnorePathRequestBody.js +20 -0
- package/v2/model/UpdateIgnorePathRequestBody.js.map +1 -0
- package/v2/model/UpdateIgnorePathResponse.d.ts +5 -0
- package/v2/model/UpdateIgnorePathResponse.d.ts.map +1 -0
- package/v2/model/UpdateIgnorePathResponse.js +11 -0
- package/v2/model/UpdateIgnorePathResponse.js.map +1 -0
- package/v2/model/UpdateTaskRulesetItem.d.ts +16 -0
- package/v2/model/UpdateTaskRulesetItem.d.ts.map +1 -0
- package/v2/model/UpdateTaskRulesetItem.js +41 -0
- package/v2/model/UpdateTaskRulesetItem.js.map +1 -0
- package/v2/model/UpdateTaskRulesetRequest.d.ts +11 -0
- package/v2/model/UpdateTaskRulesetRequest.d.ts.map +1 -0
- package/v2/model/UpdateTaskRulesetRequest.js +24 -0
- package/v2/model/UpdateTaskRulesetRequest.js.map +1 -0
- package/v2/model/UpdateTaskRulesetResponse.d.ts +5 -0
- package/v2/model/UpdateTaskRulesetResponse.d.ts.map +1 -0
- package/v2/model/UpdateTaskRulesetResponse.js +11 -0
- package/v2/model/UpdateTaskRulesetResponse.js.map +1 -0
- package/v2/model/UpdateTaskSettingsRequest.d.ts +15 -0
- package/v2/model/UpdateTaskSettingsRequest.d.ts.map +1 -0
- package/v2/model/UpdateTaskSettingsRequest.js +35 -0
- package/v2/model/UpdateTaskSettingsRequest.js.map +1 -0
- package/v2/model/UpdateTaskSettingsRequestBody.d.ts +9 -0
- package/v2/model/UpdateTaskSettingsRequestBody.d.ts.map +1 -0
- package/v2/model/UpdateTaskSettingsRequestBody.js +20 -0
- package/v2/model/UpdateTaskSettingsRequestBody.js.map +1 -0
- package/v2/model/UpdateTaskSettingsResponse.d.ts +5 -0
- package/v2/model/UpdateTaskSettingsResponse.d.ts.map +1 -0
- package/v2/model/UpdateTaskSettingsResponse.js +11 -0
- package/v2/model/UpdateTaskSettingsResponse.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":"TaskCheckParamters.js","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/TaskCheckParamters.ts"],"names":[],"mappings":";;;AAGA,MAAa,kBAAkB;IAI3B;IACA,CAAC;IACM,WAAW,CAAC,OAAe;QAC9B,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,OAAO,CAAC,OAA4B;QAC3C,IAAI,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC;IAC/B,CAAC;IACD,IAAW,OAAO;QACd,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5B,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,kBAAkB,CAAC,cAAsC;QAC5D,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;QACzC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAmD;QACzE,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;CACJ;AA9BD,gDA8BC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare class TaskCheckSettingsItem {
|
|
2
|
+
private 'cfg_key'?;
|
|
3
|
+
status?: string;
|
|
4
|
+
private 'cfg_value'?;
|
|
5
|
+
constructor(cfgKey?: string, status?: string);
|
|
6
|
+
withCfgKey(cfgKey: string): TaskCheckSettingsItem;
|
|
7
|
+
set cfgKey(cfgKey: string | undefined);
|
|
8
|
+
get cfgKey(): string | undefined;
|
|
9
|
+
withStatus(status: string): TaskCheckSettingsItem;
|
|
10
|
+
withCfgValue(cfgValue: string): TaskCheckSettingsItem;
|
|
11
|
+
set cfgValue(cfgValue: string | undefined);
|
|
12
|
+
get cfgValue(): string | undefined;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=TaskCheckSettingsItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TaskCheckSettingsItem.d.ts","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/TaskCheckSettingsItem.ts"],"names":[],"mappings":"AAEA,qBAAa,qBAAqB;IAC9B,OAAO,CAAC,SAAS,CAAC,CAAS;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,WAAW,CAAC,CAAS;gBACV,MAAM,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM;IAI5C,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,qBAAqB;IAIxD,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,qBAAqB;IAIjD,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,qBAAqB;IAI5D,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;CACJ"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TaskCheckSettingsItem = void 0;
|
|
4
|
+
class TaskCheckSettingsItem {
|
|
5
|
+
constructor(cfgKey, status) {
|
|
6
|
+
this['cfg_key'] = cfgKey;
|
|
7
|
+
this['status'] = status;
|
|
8
|
+
}
|
|
9
|
+
withCfgKey(cfgKey) {
|
|
10
|
+
this['cfg_key'] = cfgKey;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set cfgKey(cfgKey) {
|
|
14
|
+
this['cfg_key'] = cfgKey;
|
|
15
|
+
}
|
|
16
|
+
get cfgKey() {
|
|
17
|
+
return this['cfg_key'];
|
|
18
|
+
}
|
|
19
|
+
withStatus(status) {
|
|
20
|
+
this['status'] = status;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
withCfgValue(cfgValue) {
|
|
24
|
+
this['cfg_value'] = cfgValue;
|
|
25
|
+
return this;
|
|
26
|
+
}
|
|
27
|
+
set cfgValue(cfgValue) {
|
|
28
|
+
this['cfg_value'] = cfgValue;
|
|
29
|
+
}
|
|
30
|
+
get cfgValue() {
|
|
31
|
+
return this['cfg_value'];
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
exports.TaskCheckSettingsItem = TaskCheckSettingsItem;
|
|
35
|
+
//# sourceMappingURL=TaskCheckSettingsItem.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TaskCheckSettingsItem.js","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/TaskCheckSettingsItem.ts"],"names":[],"mappings":";;;AAEA,MAAa,qBAAqB;IAI9B,YAAmB,MAAe,EAAE,MAAe;QAC/C,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;QACzB,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;IAC5B,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;QACzB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,MAAM,CAAC,MAA2B;QACzC,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACD,IAAW,MAAM;QACb,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;CACJ;AAhCD,sDAgCC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare class TaskRulesetInfo {
|
|
2
|
+
private 'template_id'?;
|
|
3
|
+
language?: string;
|
|
4
|
+
private 'template_name'?;
|
|
5
|
+
type?: string;
|
|
6
|
+
status?: string;
|
|
7
|
+
constructor();
|
|
8
|
+
withTemplateId(templateId: string): TaskRulesetInfo;
|
|
9
|
+
set templateId(templateId: string | undefined);
|
|
10
|
+
get templateId(): string | undefined;
|
|
11
|
+
withLanguage(language: string): TaskRulesetInfo;
|
|
12
|
+
withTemplateName(templateName: string): TaskRulesetInfo;
|
|
13
|
+
set templateName(templateName: string | undefined);
|
|
14
|
+
get templateName(): string | undefined;
|
|
15
|
+
withType(type: string): TaskRulesetInfo;
|
|
16
|
+
withStatus(status: string): TaskRulesetInfo;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=TaskRulesetInfo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TaskRulesetInfo.d.ts","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/TaskRulesetInfo.ts"],"names":[],"mappings":"AAEA,qBAAa,eAAe;IACxB,OAAO,CAAC,aAAa,CAAC,CAAS;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IACzB,OAAO,CAAC,eAAe,CAAC,CAAS;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;;IAGhB,cAAc,CAAC,UAAU,EAAE,MAAM,GAAG,eAAe;IAI1D,IAAW,UAAU,CAAC,UAAU,EAAE,MAAM,GAAI,SAAS,EAEpD;IACD,IAAW,UAAU,IAAI,MAAM,GAAG,SAAS,CAE1C;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,eAAe;IAI/C,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,eAAe;IAI9D,IAAW,YAAY,CAAC,YAAY,EAAE,MAAM,GAAI,SAAS,EAExD;IACD,IAAW,YAAY,IAAI,MAAM,GAAG,SAAS,CAE5C;IACM,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,eAAe;IAIvC,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,eAAe;CAIrD"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TaskRulesetInfo = void 0;
|
|
4
|
+
class TaskRulesetInfo {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withTemplateId(templateId) {
|
|
8
|
+
this['template_id'] = templateId;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set templateId(templateId) {
|
|
12
|
+
this['template_id'] = templateId;
|
|
13
|
+
}
|
|
14
|
+
get templateId() {
|
|
15
|
+
return this['template_id'];
|
|
16
|
+
}
|
|
17
|
+
withLanguage(language) {
|
|
18
|
+
this['language'] = language;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
withTemplateName(templateName) {
|
|
22
|
+
this['template_name'] = templateName;
|
|
23
|
+
return this;
|
|
24
|
+
}
|
|
25
|
+
set templateName(templateName) {
|
|
26
|
+
this['template_name'] = templateName;
|
|
27
|
+
}
|
|
28
|
+
get templateName() {
|
|
29
|
+
return this['template_name'];
|
|
30
|
+
}
|
|
31
|
+
withType(type) {
|
|
32
|
+
this['type'] = type;
|
|
33
|
+
return this;
|
|
34
|
+
}
|
|
35
|
+
withStatus(status) {
|
|
36
|
+
this['status'] = status;
|
|
37
|
+
return this;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
exports.TaskRulesetInfo = TaskRulesetInfo;
|
|
41
|
+
//# sourceMappingURL=TaskRulesetInfo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TaskRulesetInfo.js","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/TaskRulesetInfo.ts"],"names":[],"mappings":";;;AAEA,MAAa,eAAe;IAMxB;IACA,CAAC;IACM,cAAc,CAAC,UAAkB;QACpC,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;QACjC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,UAAU,CAAC,UAA+B;QACjD,IAAI,CAAC,aAAa,CAAC,GAAG,UAAU,CAAC;IACrC,CAAC;IACD,IAAW,UAAU;QACjB,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC;IAC/B,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,gBAAgB,CAAC,YAAoB;QACxC,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;QACrC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,YAAY,CAAC,YAAiC;QACrD,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;IACzC,CAAC;IACD,IAAW,YAAY;QACnB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC;IACjC,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAxCD,0CAwCC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export declare class TreeNode {
|
|
2
|
+
private 'file_name'?;
|
|
3
|
+
private 'file_path'?;
|
|
4
|
+
private 'is_leaf'?;
|
|
5
|
+
private 'checkbox_status'?;
|
|
6
|
+
constructor();
|
|
7
|
+
withFileName(fileName: string): TreeNode;
|
|
8
|
+
set fileName(fileName: string | undefined);
|
|
9
|
+
get fileName(): string | undefined;
|
|
10
|
+
withFilePath(filePath: string): TreeNode;
|
|
11
|
+
set filePath(filePath: string | undefined);
|
|
12
|
+
get filePath(): string | undefined;
|
|
13
|
+
withIsLeaf(isLeaf: boolean): TreeNode;
|
|
14
|
+
set isLeaf(isLeaf: boolean | undefined);
|
|
15
|
+
get isLeaf(): boolean | undefined;
|
|
16
|
+
withCheckboxStatus(checkboxStatus: string): TreeNode;
|
|
17
|
+
set checkboxStatus(checkboxStatus: string | undefined);
|
|
18
|
+
get checkboxStatus(): string | undefined;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=TreeNode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeNode.d.ts","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/TreeNode.ts"],"names":[],"mappings":"AAEA,qBAAa,QAAQ;IACjB,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,SAAS,CAAC,CAAU;IAC5B,OAAO,CAAC,iBAAiB,CAAC,CAAS;;IAG5B,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,QAAQ;IAI/C,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,QAAQ;IAI/C,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,UAAU,CAAC,MAAM,EAAE,OAAO,GAAG,QAAQ;IAI5C,IAAW,MAAM,CAAC,MAAM,EAAE,OAAO,GAAI,SAAS,EAE7C;IACD,IAAW,MAAM,IAAI,OAAO,GAAG,SAAS,CAEvC;IACM,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,QAAQ;IAI3D,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;CACJ"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.TreeNode = void 0;
|
|
4
|
+
class TreeNode {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withFileName(fileName) {
|
|
8
|
+
this['file_name'] = fileName;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set fileName(fileName) {
|
|
12
|
+
this['file_name'] = fileName;
|
|
13
|
+
}
|
|
14
|
+
get fileName() {
|
|
15
|
+
return this['file_name'];
|
|
16
|
+
}
|
|
17
|
+
withFilePath(filePath) {
|
|
18
|
+
this['file_path'] = filePath;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
set filePath(filePath) {
|
|
22
|
+
this['file_path'] = filePath;
|
|
23
|
+
}
|
|
24
|
+
get filePath() {
|
|
25
|
+
return this['file_path'];
|
|
26
|
+
}
|
|
27
|
+
withIsLeaf(isLeaf) {
|
|
28
|
+
this['is_leaf'] = isLeaf;
|
|
29
|
+
return this;
|
|
30
|
+
}
|
|
31
|
+
set isLeaf(isLeaf) {
|
|
32
|
+
this['is_leaf'] = isLeaf;
|
|
33
|
+
}
|
|
34
|
+
get isLeaf() {
|
|
35
|
+
return this['is_leaf'];
|
|
36
|
+
}
|
|
37
|
+
withCheckboxStatus(checkboxStatus) {
|
|
38
|
+
this['checkbox_status'] = checkboxStatus;
|
|
39
|
+
return this;
|
|
40
|
+
}
|
|
41
|
+
set checkboxStatus(checkboxStatus) {
|
|
42
|
+
this['checkbox_status'] = checkboxStatus;
|
|
43
|
+
}
|
|
44
|
+
get checkboxStatus() {
|
|
45
|
+
return this['checkbox_status'];
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
exports.TreeNode = TreeNode;
|
|
49
|
+
//# sourceMappingURL=TreeNode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TreeNode.js","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/TreeNode.ts"],"names":[],"mappings":";;;AAEA,MAAa,QAAQ;IAKjB;IACA,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;IACM,UAAU,CAAC,MAAe;QAC7B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;QACzB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,MAAM,CAAC,MAA4B;QAC1C,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACD,IAAW,MAAM;QACb,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IACM,kBAAkB,CAAC,cAAsB;QAC5C,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;QACzC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAmC;QACzD,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;CACJ;AA/CD,4BA+CC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class UpdateDefectRequestBody {
|
|
2
|
+
private 'defect_id'?;
|
|
3
|
+
private 'defect_status'?;
|
|
4
|
+
constructor();
|
|
5
|
+
withDefectId(defectId: string): UpdateDefectRequestBody;
|
|
6
|
+
set defectId(defectId: string | undefined);
|
|
7
|
+
get defectId(): string | undefined;
|
|
8
|
+
withDefectStatus(defectStatus: string): UpdateDefectRequestBody;
|
|
9
|
+
set defectStatus(defectStatus: string | undefined);
|
|
10
|
+
get defectStatus(): string | undefined;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=UpdateDefectRequestBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateDefectRequestBody.d.ts","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/UpdateDefectRequestBody.ts"],"names":[],"mappings":"AAEA,qBAAa,uBAAuB;IAChC,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,eAAe,CAAC,CAAS;;IAG1B,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,uBAAuB;IAI9D,IAAW,QAAQ,CAAC,QAAQ,EAAE,MAAM,GAAI,SAAS,EAEhD;IACD,IAAW,QAAQ,IAAI,MAAM,GAAG,SAAS,CAExC;IACM,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,uBAAuB;IAItE,IAAW,YAAY,CAAC,YAAY,EAAE,MAAM,GAAI,SAAS,EAExD;IACD,IAAW,YAAY,IAAI,MAAM,GAAG,SAAS,CAE5C;CACJ"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateDefectRequestBody = void 0;
|
|
4
|
+
class UpdateDefectRequestBody {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withDefectId(defectId) {
|
|
8
|
+
this['defect_id'] = defectId;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set defectId(defectId) {
|
|
12
|
+
this['defect_id'] = defectId;
|
|
13
|
+
}
|
|
14
|
+
get defectId() {
|
|
15
|
+
return this['defect_id'];
|
|
16
|
+
}
|
|
17
|
+
withDefectStatus(defectStatus) {
|
|
18
|
+
this['defect_status'] = defectStatus;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
set defectStatus(defectStatus) {
|
|
22
|
+
this['defect_status'] = defectStatus;
|
|
23
|
+
}
|
|
24
|
+
get defectStatus() {
|
|
25
|
+
return this['defect_status'];
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
exports.UpdateDefectRequestBody = UpdateDefectRequestBody;
|
|
29
|
+
//# sourceMappingURL=UpdateDefectRequestBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateDefectRequestBody.js","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/UpdateDefectRequestBody.ts"],"names":[],"mappings":";;;AAEA,MAAa,uBAAuB;IAGhC;IACA,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,QAAQ,CAAC,QAA6B;QAC7C,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;IACjC,CAAC;IACD,IAAW,QAAQ;QACf,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC;IAC7B,CAAC;IACM,gBAAgB,CAAC,YAAoB;QACxC,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;QACrC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,YAAY,CAAC,YAAiC;QACrD,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;IACzC,CAAC;IACD,IAAW,YAAY;QACnB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC;IACjC,CAAC;CACJ;AAzBD,0DAyBC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { UpdateDefectRequestBody } from './UpdateDefectRequestBody';
|
|
2
|
+
export declare class UpdateDefectStatusRequest {
|
|
3
|
+
private 'task_id'?;
|
|
4
|
+
body?: UpdateDefectRequestBody;
|
|
5
|
+
constructor(taskId?: string);
|
|
6
|
+
withTaskId(taskId: string): UpdateDefectStatusRequest;
|
|
7
|
+
set taskId(taskId: string | undefined);
|
|
8
|
+
get taskId(): string | undefined;
|
|
9
|
+
withBody(body: UpdateDefectRequestBody): UpdateDefectStatusRequest;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=UpdateDefectStatusRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateDefectStatusRequest.d.ts","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/UpdateDefectStatusRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAGpE,qBAAa,yBAAyB;IAClC,OAAO,CAAC,SAAS,CAAC,CAAS;IACpB,IAAI,CAAC,EAAE,uBAAuB,CAAC;gBACnB,MAAM,CAAC,EAAE,MAAM;IAG3B,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,yBAAyB;IAI5D,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;IACM,QAAQ,CAAC,IAAI,EAAE,uBAAuB,GAAG,yBAAyB;CAI5E"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateDefectStatusRequest = void 0;
|
|
4
|
+
class UpdateDefectStatusRequest {
|
|
5
|
+
constructor(taskId) {
|
|
6
|
+
this['task_id'] = taskId;
|
|
7
|
+
}
|
|
8
|
+
withTaskId(taskId) {
|
|
9
|
+
this['task_id'] = taskId;
|
|
10
|
+
return this;
|
|
11
|
+
}
|
|
12
|
+
set taskId(taskId) {
|
|
13
|
+
this['task_id'] = taskId;
|
|
14
|
+
}
|
|
15
|
+
get taskId() {
|
|
16
|
+
return this['task_id'];
|
|
17
|
+
}
|
|
18
|
+
withBody(body) {
|
|
19
|
+
this['body'] = body;
|
|
20
|
+
return this;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
exports.UpdateDefectStatusRequest = UpdateDefectStatusRequest;
|
|
24
|
+
//# sourceMappingURL=UpdateDefectStatusRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateDefectStatusRequest.js","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/UpdateDefectStatusRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,yBAAyB;IAGlC,YAAmB,MAAe;QAC9B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;QACzB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,MAAM,CAAC,MAA2B;QACzC,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACD,IAAW,MAAM;QACb,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IACM,QAAQ,CAAC,IAA6B;QACzC,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AApBD,8DAoBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateDefectStatusResponse.d.ts","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/UpdateDefectStatusResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,0BAA2B,SAAQ,WAAW;;CAI1D"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateDefectStatusResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class UpdateDefectStatusResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
exports.UpdateDefectStatusResponse = UpdateDefectStatusResponse;
|
|
11
|
+
//# sourceMappingURL=UpdateDefectStatusResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateDefectStatusResponse.js","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/UpdateDefectStatusResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,0BAA2B,SAAQ,yBAAW;IACvD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;CACJ;AAJD,gEAIC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { UpdateIgnorePathRequestBody } from './UpdateIgnorePathRequestBody';
|
|
2
|
+
export declare class UpdateIgnorePathRequest {
|
|
3
|
+
private 'project_id'?;
|
|
4
|
+
private 'task_id'?;
|
|
5
|
+
body?: UpdateIgnorePathRequestBody;
|
|
6
|
+
constructor(projectId?: string, taskId?: string);
|
|
7
|
+
withProjectId(projectId: string): UpdateIgnorePathRequest;
|
|
8
|
+
set projectId(projectId: string | undefined);
|
|
9
|
+
get projectId(): string | undefined;
|
|
10
|
+
withTaskId(taskId: string): UpdateIgnorePathRequest;
|
|
11
|
+
set taskId(taskId: string | undefined);
|
|
12
|
+
get taskId(): string | undefined;
|
|
13
|
+
withBody(body: UpdateIgnorePathRequestBody): UpdateIgnorePathRequest;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=UpdateIgnorePathRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateIgnorePathRequest.d.ts","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/UpdateIgnorePathRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAG5E,qBAAa,uBAAuB;IAChC,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,SAAS,CAAC,CAAS;IACpB,IAAI,CAAC,EAAE,2BAA2B,CAAC;gBACvB,SAAS,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM;IAI/C,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,uBAAuB;IAIhE,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,uBAAuB;IAI1D,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;IACM,QAAQ,CAAC,IAAI,EAAE,2BAA2B,GAAG,uBAAuB;CAI9E"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateIgnorePathRequest = void 0;
|
|
4
|
+
class UpdateIgnorePathRequest {
|
|
5
|
+
constructor(projectId, taskId) {
|
|
6
|
+
this['project_id'] = projectId;
|
|
7
|
+
this['task_id'] = taskId;
|
|
8
|
+
}
|
|
9
|
+
withProjectId(projectId) {
|
|
10
|
+
this['project_id'] = projectId;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set projectId(projectId) {
|
|
14
|
+
this['project_id'] = projectId;
|
|
15
|
+
}
|
|
16
|
+
get projectId() {
|
|
17
|
+
return this['project_id'];
|
|
18
|
+
}
|
|
19
|
+
withTaskId(taskId) {
|
|
20
|
+
this['task_id'] = taskId;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
set taskId(taskId) {
|
|
24
|
+
this['task_id'] = taskId;
|
|
25
|
+
}
|
|
26
|
+
get taskId() {
|
|
27
|
+
return this['task_id'];
|
|
28
|
+
}
|
|
29
|
+
withBody(body) {
|
|
30
|
+
this['body'] = body;
|
|
31
|
+
return this;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
exports.UpdateIgnorePathRequest = UpdateIgnorePathRequest;
|
|
35
|
+
//# sourceMappingURL=UpdateIgnorePathRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateIgnorePathRequest.js","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/UpdateIgnorePathRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,uBAAuB;IAIhC,YAAmB,SAAkB,EAAE,MAAe;QAClD,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,SAAS,CAAC,SAA8B;QAC/C,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,CAAC;IACD,IAAW,SAAS;QAChB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;QACzB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,MAAM,CAAC,MAA2B;QACzC,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACD,IAAW,MAAM;QACb,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IACM,QAAQ,CAAC,IAAiC;QAC7C,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAhCD,0DAgCC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { IgnorePathSettingItem } from './IgnorePathSettingItem';
|
|
2
|
+
export declare class UpdateIgnorePathRequestBody {
|
|
3
|
+
private 'ignore_path_settings'?;
|
|
4
|
+
constructor(ignorePathSettings?: Array<IgnorePathSettingItem>);
|
|
5
|
+
withIgnorePathSettings(ignorePathSettings: Array<IgnorePathSettingItem>): UpdateIgnorePathRequestBody;
|
|
6
|
+
set ignorePathSettings(ignorePathSettings: Array<IgnorePathSettingItem> | undefined);
|
|
7
|
+
get ignorePathSettings(): Array<IgnorePathSettingItem> | undefined;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=UpdateIgnorePathRequestBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateIgnorePathRequestBody.d.ts","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/UpdateIgnorePathRequestBody.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAGhE,qBAAa,2BAA2B;IACpC,OAAO,CAAC,sBAAsB,CAAC,CAA+B;gBAC3C,kBAAkB,CAAC,EAAE,KAAK,CAAC,qBAAqB,CAAC;IAG7D,sBAAsB,CAAC,kBAAkB,EAAE,KAAK,CAAC,qBAAqB,CAAC,GAAG,2BAA2B;IAI5G,IAAW,kBAAkB,CAAC,kBAAkB,EAAE,KAAK,CAAC,qBAAqB,CAAC,GAAI,SAAS,EAE1F;IACD,IAAW,kBAAkB,IAAI,KAAK,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAExE;CACJ"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateIgnorePathRequestBody = void 0;
|
|
4
|
+
class UpdateIgnorePathRequestBody {
|
|
5
|
+
constructor(ignorePathSettings) {
|
|
6
|
+
this['ignore_path_settings'] = ignorePathSettings;
|
|
7
|
+
}
|
|
8
|
+
withIgnorePathSettings(ignorePathSettings) {
|
|
9
|
+
this['ignore_path_settings'] = ignorePathSettings;
|
|
10
|
+
return this;
|
|
11
|
+
}
|
|
12
|
+
set ignorePathSettings(ignorePathSettings) {
|
|
13
|
+
this['ignore_path_settings'] = ignorePathSettings;
|
|
14
|
+
}
|
|
15
|
+
get ignorePathSettings() {
|
|
16
|
+
return this['ignore_path_settings'];
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
exports.UpdateIgnorePathRequestBody = UpdateIgnorePathRequestBody;
|
|
20
|
+
//# sourceMappingURL=UpdateIgnorePathRequestBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateIgnorePathRequestBody.js","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/UpdateIgnorePathRequestBody.ts"],"names":[],"mappings":";;;AAGA,MAAa,2BAA2B;IAEpC,YAAmB,kBAAiD;QAChE,IAAI,CAAC,sBAAsB,CAAC,GAAG,kBAAkB,CAAC;IACtD,CAAC;IACM,sBAAsB,CAAC,kBAAgD;QAC1E,IAAI,CAAC,sBAAsB,CAAC,GAAG,kBAAkB,CAAC;QAClD,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,kBAAkB,CAAC,kBAA6D;QACvF,IAAI,CAAC,sBAAsB,CAAC,GAAG,kBAAkB,CAAC;IACtD,CAAC;IACD,IAAW,kBAAkB;QACzB,OAAO,IAAI,CAAC,sBAAsB,CAAC,CAAC;IACxC,CAAC;CACJ;AAfD,kEAeC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateIgnorePathResponse.d.ts","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/UpdateIgnorePathResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,wBAAyB,SAAQ,WAAW;;CAIxD"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateIgnorePathResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class UpdateIgnorePathResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
exports.UpdateIgnorePathResponse = UpdateIgnorePathResponse;
|
|
11
|
+
//# sourceMappingURL=UpdateIgnorePathResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateIgnorePathResponse.js","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/UpdateIgnorePathResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,wBAAyB,SAAQ,yBAAW;IACrD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;CACJ;AAJD,4DAIC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare class UpdateTaskRulesetItem {
|
|
2
|
+
language?: string;
|
|
3
|
+
private 'rule_set_id'?;
|
|
4
|
+
private 'if_use'?;
|
|
5
|
+
status?: string;
|
|
6
|
+
constructor(language?: string, ruleSetId?: string, ifUse?: string, status?: string);
|
|
7
|
+
withLanguage(language: string): UpdateTaskRulesetItem;
|
|
8
|
+
withRuleSetId(ruleSetId: string): UpdateTaskRulesetItem;
|
|
9
|
+
set ruleSetId(ruleSetId: string | undefined);
|
|
10
|
+
get ruleSetId(): string | undefined;
|
|
11
|
+
withIfUse(ifUse: string): UpdateTaskRulesetItem;
|
|
12
|
+
set ifUse(ifUse: string | undefined);
|
|
13
|
+
get ifUse(): string | undefined;
|
|
14
|
+
withStatus(status: string): UpdateTaskRulesetItem;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=UpdateTaskRulesetItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateTaskRulesetItem.d.ts","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/UpdateTaskRulesetItem.ts"],"names":[],"mappings":"AAEA,qBAAa,qBAAqB;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IACzB,OAAO,CAAC,aAAa,CAAC,CAAS;IAC/B,OAAO,CAAC,QAAQ,CAAC,CAAS;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;gBACJ,QAAQ,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM;IAMlF,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,qBAAqB;IAIrD,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,qBAAqB;IAI9D,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;IACM,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,qBAAqB;IAItD,IAAW,KAAK,CAAC,KAAK,EAAE,MAAM,GAAI,SAAS,EAE1C;IACD,IAAW,KAAK,IAAI,MAAM,GAAG,SAAS,CAErC;IACM,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,qBAAqB;CAI3D"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateTaskRulesetItem = void 0;
|
|
4
|
+
class UpdateTaskRulesetItem {
|
|
5
|
+
constructor(language, ruleSetId, ifUse, status) {
|
|
6
|
+
this['language'] = language;
|
|
7
|
+
this['rule_set_id'] = ruleSetId;
|
|
8
|
+
this['if_use'] = ifUse;
|
|
9
|
+
this['status'] = status;
|
|
10
|
+
}
|
|
11
|
+
withLanguage(language) {
|
|
12
|
+
this['language'] = language;
|
|
13
|
+
return this;
|
|
14
|
+
}
|
|
15
|
+
withRuleSetId(ruleSetId) {
|
|
16
|
+
this['rule_set_id'] = ruleSetId;
|
|
17
|
+
return this;
|
|
18
|
+
}
|
|
19
|
+
set ruleSetId(ruleSetId) {
|
|
20
|
+
this['rule_set_id'] = ruleSetId;
|
|
21
|
+
}
|
|
22
|
+
get ruleSetId() {
|
|
23
|
+
return this['rule_set_id'];
|
|
24
|
+
}
|
|
25
|
+
withIfUse(ifUse) {
|
|
26
|
+
this['if_use'] = ifUse;
|
|
27
|
+
return this;
|
|
28
|
+
}
|
|
29
|
+
set ifUse(ifUse) {
|
|
30
|
+
this['if_use'] = ifUse;
|
|
31
|
+
}
|
|
32
|
+
get ifUse() {
|
|
33
|
+
return this['if_use'];
|
|
34
|
+
}
|
|
35
|
+
withStatus(status) {
|
|
36
|
+
this['status'] = status;
|
|
37
|
+
return this;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
exports.UpdateTaskRulesetItem = UpdateTaskRulesetItem;
|
|
41
|
+
//# sourceMappingURL=UpdateTaskRulesetItem.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateTaskRulesetItem.js","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/UpdateTaskRulesetItem.ts"],"names":[],"mappings":";;;AAEA,MAAa,qBAAqB;IAK9B,YAAmB,QAAiB,EAAE,SAAkB,EAAE,KAAc,EAAE,MAAe;QACrF,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,IAAI,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC;QAChC,IAAI,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;QACvB,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;IAC5B,CAAC;IACM,YAAY,CAAC,QAAgB;QAChC,IAAI,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;QAC5B,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC;QAChC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,SAAS,CAAC,SAA8B;QAC/C,IAAI,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC;IACpC,CAAC;IACD,IAAW,SAAS;QAChB,OAAO,IAAI,CAAC,aAAa,CAAC,CAAC;IAC/B,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;QACvB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,KAAK,CAAC,KAA0B;QACvC,IAAI,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC;IAC3B,CAAC;IACD,IAAW,KAAK;QACZ,OAAO,IAAI,CAAC,QAAQ,CAAC,CAAC;IAC1B,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAvCD,sDAuCC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { UpdateTaskRulesetItem } from './UpdateTaskRulesetItem';
|
|
2
|
+
export declare class UpdateTaskRulesetRequest {
|
|
3
|
+
private 'task_id'?;
|
|
4
|
+
body?: Array<UpdateTaskRulesetItem>;
|
|
5
|
+
constructor(taskId?: string);
|
|
6
|
+
withTaskId(taskId: string): UpdateTaskRulesetRequest;
|
|
7
|
+
set taskId(taskId: string | undefined);
|
|
8
|
+
get taskId(): string | undefined;
|
|
9
|
+
withBody(body: Array<UpdateTaskRulesetItem>): UpdateTaskRulesetRequest;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=UpdateTaskRulesetRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateTaskRulesetRequest.d.ts","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/UpdateTaskRulesetRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAGhE,qBAAa,wBAAwB;IACjC,OAAO,CAAC,SAAS,CAAC,CAAS;IACpB,IAAI,CAAC,EAAE,KAAK,CAAC,qBAAqB,CAAC,CAAC;gBACxB,MAAM,CAAC,EAAE,MAAM;IAG3B,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,wBAAwB;IAI3D,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;IACM,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,qBAAqB,CAAC,GAAG,wBAAwB;CAIhF"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateTaskRulesetRequest = void 0;
|
|
4
|
+
class UpdateTaskRulesetRequest {
|
|
5
|
+
constructor(taskId) {
|
|
6
|
+
this['task_id'] = taskId;
|
|
7
|
+
}
|
|
8
|
+
withTaskId(taskId) {
|
|
9
|
+
this['task_id'] = taskId;
|
|
10
|
+
return this;
|
|
11
|
+
}
|
|
12
|
+
set taskId(taskId) {
|
|
13
|
+
this['task_id'] = taskId;
|
|
14
|
+
}
|
|
15
|
+
get taskId() {
|
|
16
|
+
return this['task_id'];
|
|
17
|
+
}
|
|
18
|
+
withBody(body) {
|
|
19
|
+
this['body'] = body;
|
|
20
|
+
return this;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
exports.UpdateTaskRulesetRequest = UpdateTaskRulesetRequest;
|
|
24
|
+
//# sourceMappingURL=UpdateTaskRulesetRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateTaskRulesetRequest.js","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/UpdateTaskRulesetRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,wBAAwB;IAGjC,YAAmB,MAAe;QAC9B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACM,UAAU,CAAC,MAAc;QAC5B,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;QACzB,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,MAAM,CAAC,MAA2B;QACzC,IAAI,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC;IAC7B,CAAC;IACD,IAAW,MAAM;QACb,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IACM,QAAQ,CAAC,IAAkC;QAC9C,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AApBD,4DAoBC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateTaskRulesetResponse.d.ts","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/UpdateTaskRulesetResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,yBAA0B,SAAQ,WAAW;;CAIzD"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateTaskRulesetResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class UpdateTaskRulesetResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
exports.UpdateTaskRulesetResponse = UpdateTaskRulesetResponse;
|
|
11
|
+
//# sourceMappingURL=UpdateTaskRulesetResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateTaskRulesetResponse.js","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/UpdateTaskRulesetResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,yBAA0B,SAAQ,yBAAW;IACtD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;CACJ;AAJD,8DAIC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { UpdateTaskSettingsRequestBody } from './UpdateTaskSettingsRequestBody';
|
|
2
|
+
export declare class UpdateTaskSettingsRequest {
|
|
3
|
+
private 'project_id'?;
|
|
4
|
+
private 'task_id'?;
|
|
5
|
+
body?: UpdateTaskSettingsRequestBody;
|
|
6
|
+
constructor(projectId?: string, taskId?: string);
|
|
7
|
+
withProjectId(projectId: string): UpdateTaskSettingsRequest;
|
|
8
|
+
set projectId(projectId: string | undefined);
|
|
9
|
+
get projectId(): string | undefined;
|
|
10
|
+
withTaskId(taskId: string): UpdateTaskSettingsRequest;
|
|
11
|
+
set taskId(taskId: string | undefined);
|
|
12
|
+
get taskId(): string | undefined;
|
|
13
|
+
withBody(body: UpdateTaskSettingsRequestBody): UpdateTaskSettingsRequest;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=UpdateTaskSettingsRequest.d.ts.map
|