@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,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CustomAttributesRule = void 0;
|
|
4
|
+
class CustomAttributesRule {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withRuleId(ruleId) {
|
|
8
|
+
this['rule_id'] = ruleId;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set ruleId(ruleId) {
|
|
12
|
+
this['rule_id'] = ruleId;
|
|
13
|
+
}
|
|
14
|
+
get ruleId() {
|
|
15
|
+
return this['rule_id'];
|
|
16
|
+
}
|
|
17
|
+
withValue(value) {
|
|
18
|
+
this['value'] = value;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
withRuleConfigList(ruleConfigList) {
|
|
22
|
+
this['rule_config_list'] = ruleConfigList;
|
|
23
|
+
return this;
|
|
24
|
+
}
|
|
25
|
+
set ruleConfigList(ruleConfigList) {
|
|
26
|
+
this['rule_config_list'] = ruleConfigList;
|
|
27
|
+
}
|
|
28
|
+
get ruleConfigList() {
|
|
29
|
+
return this['rule_config_list'];
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
exports.CustomAttributesRule = CustomAttributesRule;
|
|
33
|
+
//# sourceMappingURL=CustomAttributesRule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CustomAttributesRule.js","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/CustomAttributesRule.ts"],"names":[],"mappings":";;;AAGA,MAAa,oBAAoB;IAI7B;IACA,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,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,kBAAkB,CAAC,cAAiC;QACvD,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;QAC1C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAA8C;QACpE,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;IAC9C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,kBAAkB,CAAC,CAAC;IACpC,CAAC;CACJ;AA9BD,oDA8BC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export declare class DefectEvents {
|
|
2
|
+
events?: Array<DefectEvents>;
|
|
3
|
+
description?: string;
|
|
4
|
+
private 'fix_suggestions'?;
|
|
5
|
+
line?: number;
|
|
6
|
+
private 'end_line'?;
|
|
7
|
+
private 'code_context_start_line'?;
|
|
8
|
+
main?: boolean;
|
|
9
|
+
path?: string;
|
|
10
|
+
tag?: string;
|
|
11
|
+
private 'main_buggy_code'?;
|
|
12
|
+
private 'code_context'?;
|
|
13
|
+
constructor();
|
|
14
|
+
withEvents(events: Array<DefectEvents>): DefectEvents;
|
|
15
|
+
withDescription(description: string): DefectEvents;
|
|
16
|
+
withFixSuggestions(fixSuggestions: Array<string>): DefectEvents;
|
|
17
|
+
set fixSuggestions(fixSuggestions: Array<string> | undefined);
|
|
18
|
+
get fixSuggestions(): Array<string> | undefined;
|
|
19
|
+
withLine(line: number): DefectEvents;
|
|
20
|
+
withEndLine(endLine: number): DefectEvents;
|
|
21
|
+
set endLine(endLine: number | undefined);
|
|
22
|
+
get endLine(): number | undefined;
|
|
23
|
+
withCodeContextStartLine(codeContextStartLine: number): DefectEvents;
|
|
24
|
+
set codeContextStartLine(codeContextStartLine: number | undefined);
|
|
25
|
+
get codeContextStartLine(): number | undefined;
|
|
26
|
+
withMain(main: boolean): DefectEvents;
|
|
27
|
+
withPath(path: string): DefectEvents;
|
|
28
|
+
withTag(tag: string): DefectEvents;
|
|
29
|
+
withMainBuggyCode(mainBuggyCode: string): DefectEvents;
|
|
30
|
+
set mainBuggyCode(mainBuggyCode: string | undefined);
|
|
31
|
+
get mainBuggyCode(): string | undefined;
|
|
32
|
+
withCodeContext(codeContext: string): DefectEvents;
|
|
33
|
+
set codeContext(codeContext: string | undefined);
|
|
34
|
+
get codeContext(): string | undefined;
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=DefectEvents.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefectEvents.d.ts","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/DefectEvents.ts"],"names":[],"mappings":"AAEA,qBAAa,YAAY;IACd,MAAM,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;IAC5B,OAAO,CAAC,iBAAiB,CAAC,CAAgB;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,UAAU,CAAC,CAAS;IAC5B,OAAO,CAAC,yBAAyB,CAAC,CAAS;IACpC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,iBAAiB,CAAC,CAAS;IACnC,OAAO,CAAC,cAAc,CAAC,CAAS;;IAGzB,UAAU,CAAC,MAAM,EAAE,KAAK,CAAC,YAAY,CAAC,GAAG,YAAY;IAIrD,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,YAAY;IAIlD,kBAAkB,CAAC,cAAc,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,YAAY;IAItE,IAAW,cAAc,CAAC,cAAc,EAAE,KAAK,CAAC,MAAM,CAAC,GAAI,SAAS,EAEnE;IACD,IAAW,cAAc,IAAI,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAErD;IACM,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,YAAY;IAIpC,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,YAAY;IAIjD,IAAW,OAAO,CAAC,OAAO,EAAE,MAAM,GAAI,SAAS,EAE9C;IACD,IAAW,OAAO,IAAI,MAAM,GAAG,SAAS,CAEvC;IACM,wBAAwB,CAAC,oBAAoB,EAAE,MAAM,GAAG,YAAY;IAI3E,IAAW,oBAAoB,CAAC,oBAAoB,EAAE,MAAM,GAAI,SAAS,EAExE;IACD,IAAW,oBAAoB,IAAI,MAAM,GAAG,SAAS,CAEpD;IACM,QAAQ,CAAC,IAAI,EAAE,OAAO,GAAG,YAAY;IAIrC,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,YAAY;IAIpC,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,YAAY;IAIlC,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,YAAY;IAI7D,IAAW,aAAa,CAAC,aAAa,EAAE,MAAM,GAAI,SAAS,EAE1D;IACD,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;IACM,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,YAAY;IAIzD,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;CACJ"}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DefectEvents = void 0;
|
|
4
|
+
class DefectEvents {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withEvents(events) {
|
|
8
|
+
this['events'] = events;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
withDescription(description) {
|
|
12
|
+
this['description'] = description;
|
|
13
|
+
return this;
|
|
14
|
+
}
|
|
15
|
+
withFixSuggestions(fixSuggestions) {
|
|
16
|
+
this['fix_suggestions'] = fixSuggestions;
|
|
17
|
+
return this;
|
|
18
|
+
}
|
|
19
|
+
set fixSuggestions(fixSuggestions) {
|
|
20
|
+
this['fix_suggestions'] = fixSuggestions;
|
|
21
|
+
}
|
|
22
|
+
get fixSuggestions() {
|
|
23
|
+
return this['fix_suggestions'];
|
|
24
|
+
}
|
|
25
|
+
withLine(line) {
|
|
26
|
+
this['line'] = line;
|
|
27
|
+
return this;
|
|
28
|
+
}
|
|
29
|
+
withEndLine(endLine) {
|
|
30
|
+
this['end_line'] = endLine;
|
|
31
|
+
return this;
|
|
32
|
+
}
|
|
33
|
+
set endLine(endLine) {
|
|
34
|
+
this['end_line'] = endLine;
|
|
35
|
+
}
|
|
36
|
+
get endLine() {
|
|
37
|
+
return this['end_line'];
|
|
38
|
+
}
|
|
39
|
+
withCodeContextStartLine(codeContextStartLine) {
|
|
40
|
+
this['code_context_start_line'] = codeContextStartLine;
|
|
41
|
+
return this;
|
|
42
|
+
}
|
|
43
|
+
set codeContextStartLine(codeContextStartLine) {
|
|
44
|
+
this['code_context_start_line'] = codeContextStartLine;
|
|
45
|
+
}
|
|
46
|
+
get codeContextStartLine() {
|
|
47
|
+
return this['code_context_start_line'];
|
|
48
|
+
}
|
|
49
|
+
withMain(main) {
|
|
50
|
+
this['main'] = main;
|
|
51
|
+
return this;
|
|
52
|
+
}
|
|
53
|
+
withPath(path) {
|
|
54
|
+
this['path'] = path;
|
|
55
|
+
return this;
|
|
56
|
+
}
|
|
57
|
+
withTag(tag) {
|
|
58
|
+
this['tag'] = tag;
|
|
59
|
+
return this;
|
|
60
|
+
}
|
|
61
|
+
withMainBuggyCode(mainBuggyCode) {
|
|
62
|
+
this['main_buggy_code'] = mainBuggyCode;
|
|
63
|
+
return this;
|
|
64
|
+
}
|
|
65
|
+
set mainBuggyCode(mainBuggyCode) {
|
|
66
|
+
this['main_buggy_code'] = mainBuggyCode;
|
|
67
|
+
}
|
|
68
|
+
get mainBuggyCode() {
|
|
69
|
+
return this['main_buggy_code'];
|
|
70
|
+
}
|
|
71
|
+
withCodeContext(codeContext) {
|
|
72
|
+
this['code_context'] = codeContext;
|
|
73
|
+
return this;
|
|
74
|
+
}
|
|
75
|
+
set codeContext(codeContext) {
|
|
76
|
+
this['code_context'] = codeContext;
|
|
77
|
+
}
|
|
78
|
+
get codeContext() {
|
|
79
|
+
return this['code_context'];
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
exports.DefectEvents = DefectEvents;
|
|
83
|
+
//# sourceMappingURL=DefectEvents.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefectEvents.js","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/DefectEvents.ts"],"names":[],"mappings":";;;AAEA,MAAa,YAAY;IAYrB;IACA,CAAC;IACM,UAAU,CAAC,MAA2B;QACzC,IAAI,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QACxB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,aAAa,CAAC,GAAG,WAAW,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,kBAAkB,CAAC,cAA6B;QACnD,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;QACzC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAA0C;QAChE,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,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,wBAAwB,CAAC,oBAA4B;QACxD,IAAI,CAAC,yBAAyB,CAAC,GAAG,oBAAoB,CAAC;QACvD,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,oBAAoB,CAAC,oBAAyC;QACrE,IAAI,CAAC,yBAAyB,CAAC,GAAG,oBAAoB,CAAC;IAC3D,CAAC;IACD,IAAW,oBAAoB;QAC3B,OAAO,IAAI,CAAC,yBAAyB,CAAC,CAAC;IAC3C,CAAC;IACM,QAAQ,CAAC,IAAa;QACzB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,QAAQ,CAAC,IAAY;QACxB,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,OAAO,CAAC,GAAW;QACtB,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;QAClB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,iBAAiB,CAAC,aAAqB;QAC1C,IAAI,CAAC,iBAAiB,CAAC,GAAG,aAAa,CAAC;QACxC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAAkC;QACvD,IAAI,CAAC,iBAAiB,CAAC,GAAG,aAAa,CAAC;IAC5C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;CACJ;AAxFD,oCAwFC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export declare class DefectFragmentV2 {
|
|
2
|
+
private 'line_num'?;
|
|
3
|
+
private 'line_content'?;
|
|
4
|
+
private 'start_offset'?;
|
|
5
|
+
private 'end_offset'?;
|
|
6
|
+
constructor();
|
|
7
|
+
withLineNum(lineNum: string): DefectFragmentV2;
|
|
8
|
+
set lineNum(lineNum: string | undefined);
|
|
9
|
+
get lineNum(): string | undefined;
|
|
10
|
+
withLineContent(lineContent: string): DefectFragmentV2;
|
|
11
|
+
set lineContent(lineContent: string | undefined);
|
|
12
|
+
get lineContent(): string | undefined;
|
|
13
|
+
withStartOffset(startOffset: number): DefectFragmentV2;
|
|
14
|
+
set startOffset(startOffset: number | undefined);
|
|
15
|
+
get startOffset(): number | undefined;
|
|
16
|
+
withEndOffset(endOffset: number): DefectFragmentV2;
|
|
17
|
+
set endOffset(endOffset: number | undefined);
|
|
18
|
+
get endOffset(): number | undefined;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=DefectFragmentV2.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefectFragmentV2.d.ts","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/DefectFragmentV2.ts"],"names":[],"mappings":"AAEA,qBAAa,gBAAgB;IACzB,OAAO,CAAC,UAAU,CAAC,CAAS;IAC5B,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,YAAY,CAAC,CAAS;;IAGvB,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,gBAAgB;IAIrD,IAAW,OAAO,CAAC,OAAO,EAAE,MAAM,GAAI,SAAS,EAE9C;IACD,IAAW,OAAO,IAAI,MAAM,GAAG,SAAS,CAEvC;IACM,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,gBAAgB;IAI7D,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,gBAAgB;IAI7D,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,gBAAgB;IAIzD,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;CACJ"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DefectFragmentV2 = void 0;
|
|
4
|
+
class DefectFragmentV2 {
|
|
5
|
+
constructor() {
|
|
6
|
+
}
|
|
7
|
+
withLineNum(lineNum) {
|
|
8
|
+
this['line_num'] = lineNum;
|
|
9
|
+
return this;
|
|
10
|
+
}
|
|
11
|
+
set lineNum(lineNum) {
|
|
12
|
+
this['line_num'] = lineNum;
|
|
13
|
+
}
|
|
14
|
+
get lineNum() {
|
|
15
|
+
return this['line_num'];
|
|
16
|
+
}
|
|
17
|
+
withLineContent(lineContent) {
|
|
18
|
+
this['line_content'] = lineContent;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
set lineContent(lineContent) {
|
|
22
|
+
this['line_content'] = lineContent;
|
|
23
|
+
}
|
|
24
|
+
get lineContent() {
|
|
25
|
+
return this['line_content'];
|
|
26
|
+
}
|
|
27
|
+
withStartOffset(startOffset) {
|
|
28
|
+
this['start_offset'] = startOffset;
|
|
29
|
+
return this;
|
|
30
|
+
}
|
|
31
|
+
set startOffset(startOffset) {
|
|
32
|
+
this['start_offset'] = startOffset;
|
|
33
|
+
}
|
|
34
|
+
get startOffset() {
|
|
35
|
+
return this['start_offset'];
|
|
36
|
+
}
|
|
37
|
+
withEndOffset(endOffset) {
|
|
38
|
+
this['end_offset'] = endOffset;
|
|
39
|
+
return this;
|
|
40
|
+
}
|
|
41
|
+
set endOffset(endOffset) {
|
|
42
|
+
this['end_offset'] = endOffset;
|
|
43
|
+
}
|
|
44
|
+
get endOffset() {
|
|
45
|
+
return this['end_offset'];
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
exports.DefectFragmentV2 = DefectFragmentV2;
|
|
49
|
+
//# sourceMappingURL=DefectFragmentV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefectFragmentV2.js","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/DefectFragmentV2.ts"],"names":[],"mappings":";;;AAEA,MAAa,gBAAgB;IAKzB;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,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,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;CACJ;AA/CD,4CA+CC"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { DefectEvents } from './DefectEvents';
|
|
2
|
+
import { DefectFragmentV2 } from './DefectFragmentV2';
|
|
3
|
+
export declare class DefectInfoV2 {
|
|
4
|
+
private 'defect_id'?;
|
|
5
|
+
private 'defect_checker_name'?;
|
|
6
|
+
private 'defect_status'?;
|
|
7
|
+
private 'rule_system_tags'?;
|
|
8
|
+
private 'rule_name'?;
|
|
9
|
+
private 'line_number'?;
|
|
10
|
+
private 'defect_content'?;
|
|
11
|
+
private 'defect_level'?;
|
|
12
|
+
private 'file_path'?;
|
|
13
|
+
private 'created_at'?;
|
|
14
|
+
private 'issue_key'?;
|
|
15
|
+
fragment?: Array<DefectFragmentV2>;
|
|
16
|
+
events?: Array<DefectEvents>;
|
|
17
|
+
constructor();
|
|
18
|
+
withDefectId(defectId: string): DefectInfoV2;
|
|
19
|
+
set defectId(defectId: string | undefined);
|
|
20
|
+
get defectId(): string | undefined;
|
|
21
|
+
withDefectCheckerName(defectCheckerName: string): DefectInfoV2;
|
|
22
|
+
set defectCheckerName(defectCheckerName: string | undefined);
|
|
23
|
+
get defectCheckerName(): string | undefined;
|
|
24
|
+
withDefectStatus(defectStatus: string): DefectInfoV2;
|
|
25
|
+
set defectStatus(defectStatus: string | undefined);
|
|
26
|
+
get defectStatus(): string | undefined;
|
|
27
|
+
withRuleSystemTags(ruleSystemTags: string): DefectInfoV2;
|
|
28
|
+
set ruleSystemTags(ruleSystemTags: string | undefined);
|
|
29
|
+
get ruleSystemTags(): string | undefined;
|
|
30
|
+
withRuleName(ruleName: string): DefectInfoV2;
|
|
31
|
+
set ruleName(ruleName: string | undefined);
|
|
32
|
+
get ruleName(): string | undefined;
|
|
33
|
+
withLineNumber(lineNumber: string): DefectInfoV2;
|
|
34
|
+
set lineNumber(lineNumber: string | undefined);
|
|
35
|
+
get lineNumber(): string | undefined;
|
|
36
|
+
withDefectContent(defectContent: string): DefectInfoV2;
|
|
37
|
+
set defectContent(defectContent: string | undefined);
|
|
38
|
+
get defectContent(): string | undefined;
|
|
39
|
+
withDefectLevel(defectLevel: string): DefectInfoV2;
|
|
40
|
+
set defectLevel(defectLevel: string | undefined);
|
|
41
|
+
get defectLevel(): string | undefined;
|
|
42
|
+
withFilePath(filePath: string): DefectInfoV2;
|
|
43
|
+
set filePath(filePath: string | undefined);
|
|
44
|
+
get filePath(): string | undefined;
|
|
45
|
+
withCreatedAt(createdAt: string): DefectInfoV2;
|
|
46
|
+
set createdAt(createdAt: string | undefined);
|
|
47
|
+
get createdAt(): string | undefined;
|
|
48
|
+
withIssueKey(issueKey: string): DefectInfoV2;
|
|
49
|
+
set issueKey(issueKey: string | undefined);
|
|
50
|
+
get issueKey(): string | undefined;
|
|
51
|
+
withFragment(fragment: Array<DefectFragmentV2>): DefectInfoV2;
|
|
52
|
+
withEvents(events: Array<DefectEvents>): DefectInfoV2;
|
|
53
|
+
}
|
|
54
|
+
//# sourceMappingURL=DefectInfoV2.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefectInfoV2.d.ts","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/DefectInfoV2.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DefectInfoV2 = void 0;
|
|
4
|
+
class DefectInfoV2 {
|
|
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
|
+
withDefectCheckerName(defectCheckerName) {
|
|
18
|
+
this['defect_checker_name'] = defectCheckerName;
|
|
19
|
+
return this;
|
|
20
|
+
}
|
|
21
|
+
set defectCheckerName(defectCheckerName) {
|
|
22
|
+
this['defect_checker_name'] = defectCheckerName;
|
|
23
|
+
}
|
|
24
|
+
get defectCheckerName() {
|
|
25
|
+
return this['defect_checker_name'];
|
|
26
|
+
}
|
|
27
|
+
withDefectStatus(defectStatus) {
|
|
28
|
+
this['defect_status'] = defectStatus;
|
|
29
|
+
return this;
|
|
30
|
+
}
|
|
31
|
+
set defectStatus(defectStatus) {
|
|
32
|
+
this['defect_status'] = defectStatus;
|
|
33
|
+
}
|
|
34
|
+
get defectStatus() {
|
|
35
|
+
return this['defect_status'];
|
|
36
|
+
}
|
|
37
|
+
withRuleSystemTags(ruleSystemTags) {
|
|
38
|
+
this['rule_system_tags'] = ruleSystemTags;
|
|
39
|
+
return this;
|
|
40
|
+
}
|
|
41
|
+
set ruleSystemTags(ruleSystemTags) {
|
|
42
|
+
this['rule_system_tags'] = ruleSystemTags;
|
|
43
|
+
}
|
|
44
|
+
get ruleSystemTags() {
|
|
45
|
+
return this['rule_system_tags'];
|
|
46
|
+
}
|
|
47
|
+
withRuleName(ruleName) {
|
|
48
|
+
this['rule_name'] = ruleName;
|
|
49
|
+
return this;
|
|
50
|
+
}
|
|
51
|
+
set ruleName(ruleName) {
|
|
52
|
+
this['rule_name'] = ruleName;
|
|
53
|
+
}
|
|
54
|
+
get ruleName() {
|
|
55
|
+
return this['rule_name'];
|
|
56
|
+
}
|
|
57
|
+
withLineNumber(lineNumber) {
|
|
58
|
+
this['line_number'] = lineNumber;
|
|
59
|
+
return this;
|
|
60
|
+
}
|
|
61
|
+
set lineNumber(lineNumber) {
|
|
62
|
+
this['line_number'] = lineNumber;
|
|
63
|
+
}
|
|
64
|
+
get lineNumber() {
|
|
65
|
+
return this['line_number'];
|
|
66
|
+
}
|
|
67
|
+
withDefectContent(defectContent) {
|
|
68
|
+
this['defect_content'] = defectContent;
|
|
69
|
+
return this;
|
|
70
|
+
}
|
|
71
|
+
set defectContent(defectContent) {
|
|
72
|
+
this['defect_content'] = defectContent;
|
|
73
|
+
}
|
|
74
|
+
get defectContent() {
|
|
75
|
+
return this['defect_content'];
|
|
76
|
+
}
|
|
77
|
+
withDefectLevel(defectLevel) {
|
|
78
|
+
this['defect_level'] = defectLevel;
|
|
79
|
+
return this;
|
|
80
|
+
}
|
|
81
|
+
set defectLevel(defectLevel) {
|
|
82
|
+
this['defect_level'] = defectLevel;
|
|
83
|
+
}
|
|
84
|
+
get defectLevel() {
|
|
85
|
+
return this['defect_level'];
|
|
86
|
+
}
|
|
87
|
+
withFilePath(filePath) {
|
|
88
|
+
this['file_path'] = filePath;
|
|
89
|
+
return this;
|
|
90
|
+
}
|
|
91
|
+
set filePath(filePath) {
|
|
92
|
+
this['file_path'] = filePath;
|
|
93
|
+
}
|
|
94
|
+
get filePath() {
|
|
95
|
+
return this['file_path'];
|
|
96
|
+
}
|
|
97
|
+
withCreatedAt(createdAt) {
|
|
98
|
+
this['created_at'] = createdAt;
|
|
99
|
+
return this;
|
|
100
|
+
}
|
|
101
|
+
set createdAt(createdAt) {
|
|
102
|
+
this['created_at'] = createdAt;
|
|
103
|
+
}
|
|
104
|
+
get createdAt() {
|
|
105
|
+
return this['created_at'];
|
|
106
|
+
}
|
|
107
|
+
withIssueKey(issueKey) {
|
|
108
|
+
this['issue_key'] = issueKey;
|
|
109
|
+
return this;
|
|
110
|
+
}
|
|
111
|
+
set issueKey(issueKey) {
|
|
112
|
+
this['issue_key'] = issueKey;
|
|
113
|
+
}
|
|
114
|
+
get issueKey() {
|
|
115
|
+
return this['issue_key'];
|
|
116
|
+
}
|
|
117
|
+
withFragment(fragment) {
|
|
118
|
+
this['fragment'] = fragment;
|
|
119
|
+
return this;
|
|
120
|
+
}
|
|
121
|
+
withEvents(events) {
|
|
122
|
+
this['events'] = events;
|
|
123
|
+
return this;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
exports.DefectInfoV2 = DefectInfoV2;
|
|
127
|
+
//# sourceMappingURL=DefectInfoV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefectInfoV2.js","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/DefectInfoV2.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class DeleteRulesetRequest {
|
|
2
|
+
private 'project_id'?;
|
|
3
|
+
private 'ruleset_id'?;
|
|
4
|
+
constructor(projectId?: string, rulesetId?: string);
|
|
5
|
+
withProjectId(projectId: string): DeleteRulesetRequest;
|
|
6
|
+
set projectId(projectId: string | undefined);
|
|
7
|
+
get projectId(): string | undefined;
|
|
8
|
+
withRulesetId(rulesetId: string): DeleteRulesetRequest;
|
|
9
|
+
set rulesetId(rulesetId: string | undefined);
|
|
10
|
+
get rulesetId(): string | undefined;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=DeleteRulesetRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteRulesetRequest.d.ts","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/DeleteRulesetRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,oBAAoB;IAC7B,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,YAAY,CAAC,CAAS;gBACX,SAAS,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM;IAIlD,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,oBAAoB;IAI7D,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;IACM,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,oBAAoB;IAI7D,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;CACJ"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteRulesetRequest = void 0;
|
|
4
|
+
class DeleteRulesetRequest {
|
|
5
|
+
constructor(projectId, rulesetId) {
|
|
6
|
+
this['project_id'] = projectId;
|
|
7
|
+
this['ruleset_id'] = rulesetId;
|
|
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
|
+
withRulesetId(rulesetId) {
|
|
20
|
+
this['ruleset_id'] = rulesetId;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
set rulesetId(rulesetId) {
|
|
24
|
+
this['ruleset_id'] = rulesetId;
|
|
25
|
+
}
|
|
26
|
+
get rulesetId() {
|
|
27
|
+
return this['ruleset_id'];
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
exports.DeleteRulesetRequest = DeleteRulesetRequest;
|
|
31
|
+
//# sourceMappingURL=DeleteRulesetRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteRulesetRequest.js","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/DeleteRulesetRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,oBAAoB;IAG7B,YAAmB,SAAkB,EAAE,SAAkB;QACrD,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,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,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;CACJ;AA3BD,oDA2BC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteRulesetResponse.d.ts","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/DeleteRulesetResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,qBAAsB,SAAQ,WAAW;;CAIrD"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteRulesetResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class DeleteRulesetResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
exports.DeleteRulesetResponse = DeleteRulesetResponse;
|
|
11
|
+
//# sourceMappingURL=DeleteRulesetResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteRulesetResponse.js","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/DeleteRulesetResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,qBAAsB,SAAQ,yBAAW;IAClD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;CACJ;AAJD,sDAIC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare class DeleteTaskRequest {
|
|
2
|
+
private 'task_id'?;
|
|
3
|
+
constructor(taskId?: string);
|
|
4
|
+
withTaskId(taskId: string): DeleteTaskRequest;
|
|
5
|
+
set taskId(taskId: string | undefined);
|
|
6
|
+
get taskId(): string | undefined;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=DeleteTaskRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteTaskRequest.d.ts","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/DeleteTaskRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,iBAAiB;IAC1B,OAAO,CAAC,SAAS,CAAC,CAAS;gBACR,MAAM,CAAC,EAAE,MAAM;IAG3B,UAAU,CAAC,MAAM,EAAE,MAAM,GAAG,iBAAiB;IAIpD,IAAW,MAAM,CAAC,MAAM,EAAE,MAAM,GAAI,SAAS,EAE5C;IACD,IAAW,MAAM,IAAI,MAAM,GAAG,SAAS,CAEtC;CACJ"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteTaskRequest = void 0;
|
|
4
|
+
class DeleteTaskRequest {
|
|
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
|
+
}
|
|
19
|
+
exports.DeleteTaskRequest = DeleteTaskRequest;
|
|
20
|
+
//# sourceMappingURL=DeleteTaskRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteTaskRequest.js","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/DeleteTaskRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,iBAAiB;IAE1B,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;CACJ;AAfD,8CAeC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteTaskResponse.d.ts","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/DeleteTaskResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,kBAAmB,SAAQ,WAAW;;CAIlD"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteTaskResponse = void 0;
|
|
4
|
+
const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
|
|
5
|
+
class DeleteTaskResponse extends SdkResponse_1.SdkResponse {
|
|
6
|
+
constructor() {
|
|
7
|
+
super();
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
exports.DeleteTaskResponse = DeleteTaskResponse;
|
|
11
|
+
//# sourceMappingURL=DeleteTaskResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeleteTaskResponse.js","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/DeleteTaskResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,kBAAmB,SAAQ,yBAAW;IAC/C;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;CACJ;AAJD,gDAIC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class IgnorePathSettingItem {
|
|
2
|
+
private 'file_path'?;
|
|
3
|
+
private 'checkbox_status'?;
|
|
4
|
+
constructor(filePath?: string, checkboxStatus?: string);
|
|
5
|
+
withFilePath(filePath: string): IgnorePathSettingItem;
|
|
6
|
+
set filePath(filePath: string | undefined);
|
|
7
|
+
get filePath(): string | undefined;
|
|
8
|
+
withCheckboxStatus(checkboxStatus: string): IgnorePathSettingItem;
|
|
9
|
+
set checkboxStatus(checkboxStatus: string | undefined);
|
|
10
|
+
get checkboxStatus(): string | undefined;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=IgnorePathSettingItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IgnorePathSettingItem.d.ts","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/IgnorePathSettingItem.ts"],"names":[],"mappings":"AAEA,qBAAa,qBAAqB;IAC9B,OAAO,CAAC,WAAW,CAAC,CAAS;IAC7B,OAAO,CAAC,iBAAiB,CAAC,CAAS;gBAChB,QAAQ,CAAC,EAAE,MAAM,EAAE,cAAc,CAAC,EAAE,MAAM;IAItD,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;IACM,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,qBAAqB;IAIxE,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;CACJ"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IgnorePathSettingItem = void 0;
|
|
4
|
+
class IgnorePathSettingItem {
|
|
5
|
+
constructor(filePath, checkboxStatus) {
|
|
6
|
+
this['file_path'] = filePath;
|
|
7
|
+
this['checkbox_status'] = checkboxStatus;
|
|
8
|
+
}
|
|
9
|
+
withFilePath(filePath) {
|
|
10
|
+
this['file_path'] = filePath;
|
|
11
|
+
return this;
|
|
12
|
+
}
|
|
13
|
+
set filePath(filePath) {
|
|
14
|
+
this['file_path'] = filePath;
|
|
15
|
+
}
|
|
16
|
+
get filePath() {
|
|
17
|
+
return this['file_path'];
|
|
18
|
+
}
|
|
19
|
+
withCheckboxStatus(checkboxStatus) {
|
|
20
|
+
this['checkbox_status'] = checkboxStatus;
|
|
21
|
+
return this;
|
|
22
|
+
}
|
|
23
|
+
set checkboxStatus(checkboxStatus) {
|
|
24
|
+
this['checkbox_status'] = checkboxStatus;
|
|
25
|
+
}
|
|
26
|
+
get checkboxStatus() {
|
|
27
|
+
return this['checkbox_status'];
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
exports.IgnorePathSettingItem = IgnorePathSettingItem;
|
|
31
|
+
//# sourceMappingURL=IgnorePathSettingItem.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IgnorePathSettingItem.js","sourceRoot":"","sources":["../../../../../services/codeartscheck/v2/model/IgnorePathSettingItem.ts"],"names":[],"mappings":";;;AAEA,MAAa,qBAAqB;IAG9B,YAAmB,QAAiB,EAAE,cAAuB;QACzD,IAAI,CAAC,WAAW,CAAC,GAAG,QAAQ,CAAC;QAC7B,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,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,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;AA3BD,sDA2BC"}
|