testit-api-client 7.2.6 → 7.3.0-TMS-5.8
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/README.MD +85 -13
- package/dist/api/AIServicesAPIApi.js +92 -0
- package/dist/api/AttachmentsApi.js +8 -8
- package/dist/api/AutoTestsApi.js +55 -55
- package/dist/api/BackgroundJobsApi.js +7 -7
- package/dist/api/ConfigurationsApi.js +17 -17
- package/dist/api/CustomAttributeTemplatesApi.js +24 -24
- package/dist/api/CustomAttributesApi.js +7 -7
- package/dist/api/ExternalIssuesApi.js +6 -6
- package/dist/api/{SearchApi.js → ExternalServicesApi.js} +24 -28
- package/dist/api/FailureCategoriesApi.js +617 -0
- package/dist/api/NotificationsApi.js +16 -16
- package/dist/api/OpenIdConnectionsApi.js +2 -2
- package/dist/api/ParametersApi.js +38 -38
- package/dist/api/ProjectAttributeTemplatesApi.js +8 -8
- package/dist/api/ProjectAttributesApi.js +15 -15
- package/dist/api/ProjectConfigurationsApi.js +4 -4
- package/dist/api/ProjectExternalServicesApi.js +339 -0
- package/dist/api/ProjectFailureCategoriesApi.js +275 -0
- package/dist/api/ProjectSectionsApi.js +4 -4
- package/dist/api/ProjectSettingsApi.js +3 -3
- package/dist/api/ProjectTestPlanAttributesApi.js +14 -14
- package/dist/api/ProjectTestPlanTestPointsApi.js +164 -6
- package/dist/api/ProjectTestPlansApi.js +13 -13
- package/dist/api/ProjectWorkItemsApi.js +107 -20
- package/dist/api/ProjectsApi.js +65 -96
- package/dist/api/RolesApi.js +76 -0
- package/dist/api/SectionsApi.js +21 -21
- package/dist/api/TagsApi.js +19 -19
- package/dist/api/TestPlansApi.js +128 -128
- package/dist/api/TestPointsApi.js +5 -5
- package/dist/api/TestResultsApi.js +73 -26
- package/dist/api/TestRunsApi.js +102 -55
- package/dist/api/TestStatusesApi.js +12 -12
- package/dist/api/TestSuitesApi.js +28 -28
- package/dist/api/UserRoleAssignmentsApi.js +134 -0
- package/dist/api/UserStoragesApi.js +120 -0
- package/dist/api/UsersApi.js +112 -2
- package/dist/api/WebhooksApi.js +11 -11
- package/dist/api/WebhooksLogsApi.js +4 -4
- package/dist/api/WorkItemsApi.js +165 -118
- package/dist/api/WorkItemsCommentsApi.js +10 -10
- package/dist/api/WorkflowsApi.js +17 -17
- package/dist/index.js +251 -48
- package/dist/model/AIServiceModelApiResult.js +1 -1
- package/dist/model/AIServiceModelApiResultGroup.js +156 -0
- package/dist/model/AIServiceModelApiResultGroupedReply.js +140 -0
- package/dist/model/AIServiceModelApiResultIReply.js +157 -0
- package/dist/model/AIServiceModelApiResultReply.js +1 -1
- package/dist/model/AssignAttachmentApiModel.js +1 -1
- package/dist/model/{Link.js → AssignAutoTestCaseIdApiModel.js} +24 -84
- package/dist/model/AssignIterationApiModel.js +1 -1
- package/dist/model/AttachmentApiResult.js +1 -1
- package/dist/model/AttachmentChangeViewModel.js +1 -1
- package/dist/model/AttachmentChangeViewModelArrayChangedFieldViewModel.js +1 -1
- package/dist/model/AttachmentModel.js +1 -1
- package/dist/model/AttachmentPutModel.js +1 -1
- package/dist/model/AttachmentPutModelAutoTestStepResultsModel.js +2 -2
- package/dist/model/AttachmentUpdateRequest.js +1 -1
- package/dist/model/AuditApiResult.js +1 -1
- package/dist/model/AutoTest.js +5 -5
- package/dist/model/AutoTestApiResult.js +1 -1
- package/dist/model/AutoTestAverageDurationApiResult.js +1 -1
- package/dist/model/AutoTestBulkDeleteApiModel.js +1 -1
- package/dist/model/AutoTestBulkDeleteApiResult.js +1 -1
- package/dist/model/{DemoProjectApiResult.js → AutoTestCaseApiModel.js} +29 -29
- package/dist/model/AutoTestCaseModel.js +112 -0
- package/dist/model/AutoTestChangeViewModel.js +1 -1
- package/dist/model/AutoTestChangeViewModelArrayChangedFieldViewModel.js +1 -1
- package/dist/model/AutoTestClassCountApiModel.js +1 -1
- package/dist/model/AutoTestCreateApiModel.js +1 -1
- package/dist/model/AutoTestExtractionApiModel.js +1 -1
- package/dist/model/AutoTestFilterApiModel.js +1 -1
- package/dist/model/AutoTestFilterModel.js +1 -1
- package/dist/model/AutoTestFlakyBulkApiModel.js +1 -1
- package/dist/model/AutoTestIdModel.js +1 -1
- package/dist/model/AutoTestModel.js +1 -1
- package/dist/model/AutoTestModelV2GetModel.js +1 -1
- package/dist/model/AutoTestNamespaceApiResult.js +1 -1
- package/dist/model/AutoTestNamespaceCountApiModel.js +1 -1
- package/dist/model/AutoTestNamespacesCountResponse.js +1 -1
- package/dist/model/AutoTestProjectSettingsApiModel.js +49 -5
- package/dist/model/AutoTestProjectSettingsApiResult.js +49 -5
- package/dist/model/AutoTestResultHistoryApiResult.js +1 -1
- package/dist/model/AutoTestResultHistorySelectApiModel.js +1 -1
- package/dist/model/AutoTestResultReasonShort.js +1 -1
- package/dist/model/AutoTestResultsForTestRunModel.js +1 -1
- package/dist/model/AutoTestSearchApiModel.js +1 -1
- package/dist/model/AutoTestSearchIncludeApiModel.js +1 -1
- package/dist/model/AutoTestSelectApiModel.js +1 -1
- package/dist/model/AutoTestSelectModel.js +1 -1
- package/dist/model/AutoTestShortApiResult.js +1 -1
- package/dist/model/AutoTestStep.js +1 -1
- package/dist/model/AutoTestStepApiModel.js +1 -1
- package/dist/model/AutoTestStepApiResult.js +1 -1
- package/dist/model/AutoTestStepModel.js +1 -1
- package/dist/model/AutoTestStepResult.js +2 -2
- package/dist/model/AutoTestStepResultUpdateRequest.js +2 -2
- package/dist/model/AutoTestStepResultsApiResult.js +1 -1
- package/dist/model/AutoTestUpdateApiModel.js +1 -1
- package/dist/model/AutoTestWorkItemIdentifierApiResult.js +1 -1
- package/dist/model/AutoTestsExtractionModel.js +1 -1
- package/dist/model/AutotestResultReasonFilterModel.js +1 -1
- package/dist/model/AutotestResultReasonShortGetModel.js +1 -1
- package/dist/model/BackgroundJobAttachmentModel.js +1 -1
- package/dist/model/BackgroundJobFilterModel.js +1 -1
- package/dist/model/BackgroundJobGetModel.js +1 -1
- package/dist/model/BooleanChangedFieldViewModel.js +1 -1
- package/dist/model/BooleanNullableChangedFieldViewModel.js +1 -1
- package/dist/model/CollectionFilter.js +1 -1
- package/dist/model/CompositeFilter.js +1 -1
- package/dist/model/ConfigurationByParametersModel.js +1 -1
- package/dist/model/ConfigurationExtractionApiModel.js +1 -1
- package/dist/model/ConfigurationExtractionModel.js +1 -1
- package/dist/model/ConfigurationFilterApiModel.js +1 -1
- package/dist/model/ConfigurationFilterModel.js +1 -1
- package/dist/model/ConfigurationModel.js +1 -1
- package/dist/model/ConfigurationPostModel.js +1 -1
- package/dist/model/ConfigurationPutModel.js +1 -1
- package/dist/model/ConfigurationSelectApiModel.js +1 -1
- package/dist/model/ConfigurationSelectModel.js +1 -1
- package/dist/model/ConfigurationShort.js +1 -1
- package/dist/model/ConfigurationShortApiResult.js +1 -1
- package/dist/model/ConfigurationShortModel.js +1 -1
- package/dist/model/CreateDefectApiModel.js +1 -1
- package/dist/model/CreateEmptyTestRunApiModel.js +3 -3
- package/dist/model/CreateFailureCategoryApiModel.js +1 -1
- package/dist/model/CreateFailureClassRegexApiModel.js +1 -1
- package/dist/model/CreateLinkApiModel.js +7 -5
- package/dist/model/CreateParameterApiModel.js +1 -1
- package/dist/model/CreateProjectApiModel.js +1 -1
- package/dist/model/CreateProjectFailureCategoryApiModel.js +1 -1
- package/dist/model/CreateStepApiModel.js +1 -1
- package/dist/model/CreateTagApiModel.js +1 -1
- package/dist/model/CreateTestPlanApiModel.js +1 -1
- package/dist/model/CreateTestRunAndFillByAutoTestsApiModel.js +1 -1
- package/dist/model/CreateTestRunAndFillByConfigurationsApiModel.js +1 -1
- package/dist/model/CreateTestRunAndFillByWorkItemsApiModel.js +1 -1
- package/dist/model/CreateTestStatusApiModel.js +1 -1
- package/dist/model/CreateUserApiModel.js +204 -0
- package/dist/model/CreateWorkItemApiModel.js +15 -27
- package/dist/model/CreateWorkItemCommentApiModel.js +1 -1
- package/dist/model/CreateWorkItemPreviewsApiModel.js +1 -1
- package/dist/model/CreateWorkflowApiModel.js +1 -1
- package/dist/model/CustomAttributeApiResult.js +33 -7
- package/dist/model/CustomAttributeChangeModel.js +1 -1
- package/dist/model/CustomAttributeGetModel.js +1 -1
- package/dist/model/CustomAttributeModel.js +33 -7
- package/dist/model/CustomAttributeOptionApiResult.js +1 -1
- package/dist/model/CustomAttributeOptionModel.js +1 -1
- package/dist/model/CustomAttributeOptionPostModel.js +1 -1
- package/dist/model/CustomAttributePostModel.js +2 -2
- package/dist/model/CustomAttributePutModel.js +2 -2
- package/dist/model/CustomAttributeSearchQueryModel.js +1 -1
- package/dist/model/CustomAttributeSearchResponseModel.js +33 -7
- package/dist/model/CustomAttributeTemplateModel.js +1 -1
- package/dist/model/CustomAttributeTemplatePostModel.js +1 -1
- package/dist/model/CustomAttributeTemplatePutModel.js +1 -1
- package/dist/model/CustomAttributeTemplateSearchQueryModel.js +1 -1
- package/dist/model/CustomAttributeTemplateValidationResult.js +1 -1
- package/dist/model/CustomAttributeTestPlanProjectRelationPutModel.js +1 -1
- package/dist/model/CustomAttributeValidationResult.js +1 -1
- package/dist/model/DateTimeRangeSelectorModel.js +1 -1
- package/dist/model/DefectApiModel.js +1 -1
- package/dist/model/{ProjectModel.js → DetailedProjectApiResult.js} +82 -71
- package/dist/model/EnableProjectExternalServiceApiModel.js +1 -1
- package/dist/model/ExternalFormAllowedValueModel.js +1 -1
- package/dist/model/ExternalFormCreateModel.js +1 -1
- package/dist/model/ExternalFormFieldModel.js +1 -1
- package/dist/model/ExternalFormLinkModel.js +1 -1
- package/dist/model/ExternalFormModel.js +1 -1
- package/dist/model/ExternalIssueApiFieldSuggestion.js +1 -1
- package/dist/model/{GlobalSearchResponse.js → ExternalIssueApiFieldSuggestionGroup.js} +51 -49
- package/dist/model/ExternalIssueApiFieldSuggestionGroupedReply.js +140 -0
- package/dist/model/ExternalIssueApiFieldSuggestionIReply.js +157 -0
- package/dist/model/ExternalIssueApiFieldSuggestionReply.js +1 -1
- package/dist/model/ExternalIssueApiMetadata.js +1 -1
- package/dist/model/ExternalIssueApiPriority.js +1 -1
- package/dist/model/ExternalIssueApiResult.js +1 -1
- package/dist/model/ExternalIssueApiType.js +1 -1
- package/dist/model/ExternalIssueExternalServiceApiResult.js +1 -1
- package/dist/model/ExternalIssueMetadataModel.js +1 -1
- package/dist/model/ExternalIssueModel.js +1 -1
- package/dist/model/ExternalIssuePriorityModel.js +1 -1
- package/dist/model/ExternalIssueTypeModel.js +1 -1
- package/dist/model/ExternalLinkModel.js +1 -1
- package/dist/model/ExternalServiceMetadataApiResult.js +1 -1
- package/dist/model/ExternalServicesMetadataApiResult.js +1 -1
- package/dist/model/FailureCategoryApiResult.js +1 -1
- package/dist/model/FailureCategoryGroupApiModel.js +1 -1
- package/dist/model/FailureCategoryGroupApiResult.js +1 -1
- package/dist/model/FailureCategoryGroupItemApiResult.js +1 -1
- package/dist/model/FailureCategoryGroupItemApiResultReply.js +1 -1
- package/dist/model/FailureCategoryGroupSearchApiModel.js +1 -1
- package/dist/model/FailureCategoryItemApiResult.js +1 -1
- package/dist/model/FailureClassRegexApiResult.js +1 -1
- package/dist/model/Filter.js +1 -1
- package/dist/model/FilterModel.js +1 -1
- package/dist/model/GenerateWorkItemPreviewsApiModel.js +1 -14
- package/dist/model/GenerateWorkItemPreviewsApiResult.js +1 -1
- package/dist/model/GetAIServiceModelsApiModel.js +1 -1
- package/dist/model/GetExternalFormApiResult.js +1 -1
- package/dist/model/GetExternalIssueSuggestionsApiModel.js +1 -1
- package/dist/model/GetShortProjectsApiModel.js +1 -1
- package/dist/model/{GetXlsxTestPointsByTestPlanModel.js → GetXlsxTestPointsByTestPlanApiModel.js} +81 -35
- package/dist/model/GlobalCustomAttributePostModel.js +2 -2
- package/dist/model/GlobalCustomAttributeUpdateModel.js +2 -2
- package/dist/model/{GlobalSearchItemResult.js → Group.js} +34 -68
- package/dist/model/GroupKey.js +124 -0
- package/dist/model/GuidChangedFieldViewModel.js +1 -1
- package/dist/model/GuidExtractionModel.js +1 -1
- package/dist/model/GuidNullableChangedFieldViewModel.js +101 -0
- package/dist/model/IFilter.js +1 -1
- package/dist/model/Inquiry.js +16 -2
- package/dist/model/Int32ChangedFieldViewModel.js +1 -1
- package/dist/model/Int32RangeSelectorModel.js +1 -1
- package/dist/model/Int64ChangedFieldViewModel.js +1 -1
- package/dist/model/Int64RangeSelectorModel.js +1 -1
- package/dist/model/IterationApiResult.js +1 -1
- package/dist/model/IterationModel.js +1 -1
- package/dist/model/Label.js +1 -1
- package/dist/model/LabelApiModel.js +1 -1
- package/dist/model/LabelApiResult.js +1 -1
- package/dist/model/LabelShortModel.js +1 -1
- package/dist/model/LastTestResultApiResult.js +1 -1
- package/dist/model/LastTestResultModel.js +1 -1
- package/dist/model/LinkApiResult.js +7 -5
- package/dist/model/LinkCreateApiModel.js +7 -5
- package/dist/model/LinkModel.js +7 -5
- package/dist/model/LinkPostModel.js +7 -5
- package/dist/model/LinkPutModel.js +7 -5
- package/dist/model/LinkShortApiResult.js +5 -9
- package/dist/model/LinkShortModel.js +10 -13
- package/dist/model/LinkUpdateApiModel.js +7 -5
- package/dist/model/ManualRerunApiResult.js +1 -1
- package/dist/model/ManualRerunSelectTestResultsApiModel.js +1 -1
- package/dist/model/ManualRerunTestResultApiModel.js +1 -1
- package/dist/model/NamedEntityApiModel.js +1 -1
- package/dist/model/NotificationModel.js +1 -1
- package/dist/model/NotificationQueryFilterModel.js +1 -1
- package/dist/model/OpenIdConnectionClientShortModel.js +1 -1
- package/dist/model/OpenIdConnectionSettingsShortClientModel.js +1 -1
- package/dist/model/Operation.js +1 -1
- package/dist/model/Order.js +1 -1
- package/dist/model/Page.js +1 -1
- package/dist/model/ParameterApiResult.js +1 -1
- package/dist/model/ParameterGroupApiResult.js +1 -1
- package/dist/model/ParameterGroupsFilterApiModel.js +1 -1
- package/dist/model/ParameterIterationModel.js +13 -1
- package/dist/model/ParameterShortApiResult.js +1 -1
- package/dist/model/ParameterShortModel.js +13 -1
- package/dist/model/ParametersFilterApiModel.js +1 -1
- package/dist/model/PeriodViewModel.js +1 -1
- package/dist/model/PeriodViewModelChangedFieldViewModel.js +1 -1
- package/dist/model/PreviewsIssueLinkApiModel.js +1 -1
- package/dist/model/PreviewsIssueLinkApiResult.js +1 -1
- package/dist/model/ProblemDetails.js +1 -1
- package/dist/model/ProjectApiResult.js +12 -71
- package/dist/model/ProjectAttributesFilterModel.js +1 -1
- package/dist/model/ProjectCustomAttributeTemplateGetModel.js +1 -1
- package/dist/model/ProjectCustomAttributesTemplatesFilterModel.js +1 -1
- package/dist/model/ProjectDetailedFailureCategoryApiResult.js +1 -1
- package/dist/model/ProjectExternalServiceApiResult.js +1 -1
- package/dist/model/ProjectExternalServiceSettingsApiResult.js +1 -1
- package/dist/model/ProjectExternalServicesApiResult.js +1 -1
- package/dist/model/ProjectExtractionModel.js +1 -1
- package/dist/model/ProjectFailureCategoryApiResult.js +1 -1
- package/dist/model/ProjectFailureCategoryGroupItemApiResult.js +1 -1
- package/dist/model/ProjectFailureCategoryGroupItemApiResultReply.js +1 -1
- package/dist/model/ProjectNameApiResult.js +1 -1
- package/dist/model/ProjectSelectModel.js +1 -1
- package/dist/model/ProjectShortApiResult.js +1 -1
- package/dist/model/ProjectShortApiResultGroup.js +156 -0
- package/dist/model/ProjectShortApiResultGroupedReply.js +140 -0
- package/dist/model/ProjectShortApiResultIReply.js +157 -0
- package/dist/model/ProjectShortApiResultReply.js +1 -1
- package/dist/model/ProjectShortestModel.js +1 -1
- package/dist/model/ProjectTestPlansFilterModel.js +1 -1
- package/dist/model/ProjectsFilterModel.js +1 -1
- package/dist/model/ReplaceProjectExternalServiceApiModel.js +1 -1
- package/dist/model/RerunTestResultApiResult.js +1 -1
- package/dist/model/RerunsApiResult.js +1 -1
- package/dist/model/{GlobalSearchRequest.js → RoleApiModel.js} +42 -50
- package/dist/model/RoleApiModelApiCollection.js +142 -0
- package/dist/model/SearchCustomAttributeTemplateGetModel.js +1 -1
- package/dist/model/SearchExternalIssuesApiModel.js +1 -1
- package/dist/model/SearchTestRunsApiModel.js +1 -1
- package/dist/model/SearchTestStatusesApiModel.js +1 -1
- package/dist/model/SearchWebhooksQueryModel.js +1 -1
- package/dist/model/SearchWorkItemLinkUrlsApiResult.js +1 -1
- package/dist/model/SearchWorkflowProjectsApiModel.js +1 -1
- package/dist/model/SearchWorkflowsApiModel.js +1 -1
- package/dist/model/SectionModel.js +1 -1
- package/dist/model/SectionMoveModel.js +1 -1
- package/dist/model/SectionPostModel.js +1 -1
- package/dist/model/SectionPutModel.js +1 -1
- package/dist/model/SectionRenameModel.js +1 -1
- package/dist/model/SectionWithStepsModel.js +1 -1
- package/dist/model/SelectTagsApiModel.js +1 -1
- package/dist/model/SharedStepChangeViewModel.js +1 -1
- package/dist/model/SharedStepModel.js +1 -1
- package/dist/model/SharedStepReferenceModel.js +1 -1
- package/dist/model/SharedStepReferenceSectionModel.js +1 -1
- package/dist/model/SharedStepReferenceSectionsQueryFilterModel.js +1 -1
- package/dist/model/SharedStepReferencesQueryFilterModel.js +5 -4
- package/dist/model/SharedStepResultApiModel.js +1 -1
- package/dist/model/ShortConfiguration.js +1 -1
- package/dist/model/StepCommentApiModel.js +1 -1
- package/dist/model/StepModel.js +1 -1
- package/dist/model/StepPostModel.js +1 -1
- package/dist/model/StepPutModel.js +1 -1
- package/dist/model/StepResultApiModel.js +1 -1
- package/dist/model/StringArrayChangedFieldViewModel.js +1 -1
- package/dist/model/StringChangedFieldViewModel.js +1 -1
- package/dist/model/StringChangedFieldWithDiffsViewModel.js +1 -1
- package/dist/model/StringExtractionModel.js +1 -1
- package/dist/model/TagApiModel.js +1 -1
- package/dist/model/TagApiResult.js +1 -1
- package/dist/model/TagModel.js +1 -1
- package/dist/model/TagShortApiResult.js +1 -1
- package/dist/model/TagsExtractionApiModel.js +1 -1
- package/dist/model/TagsFilterApiModel.js +1 -1
- package/dist/model/TestPlanApiResult.js +1 -1
- package/dist/model/TestPlanChangeModel.js +1 -1
- package/dist/model/TestPlanChangedFieldsViewModel.js +1 -1
- package/dist/model/TestPlanExtractionModel.js +1 -1
- package/dist/model/TestPlanGroupByStatus.js +1 -1
- package/dist/model/TestPlanGroupByStatusCode.js +1 -1
- package/dist/model/TestPlanGroupByStatusType.js +1 -1
- package/dist/model/TestPlanGroupByTester.js +1 -1
- package/dist/model/TestPlanGroupByTesterAndStatus.js +1 -1
- package/dist/model/TestPlanGroupByTesterAndStatusCode.js +1 -1
- package/dist/model/TestPlanLink.js +1 -1
- package/dist/model/TestPlanModel.js +1 -1
- package/dist/model/TestPlanSelectModel.js +1 -1
- package/dist/model/TestPlanShortModel.js +1 -1
- package/dist/model/TestPlanSummaryModel.js +1 -1
- package/dist/model/TestPlanTagApiResult.js +1 -1
- package/dist/model/TestPlanTestPointsAnalyticsApiModel.js +1 -1
- package/dist/model/TestPlanTestPointsAnalyticsApiResult.js +1 -1
- package/dist/model/TestPlanTestPointsApiModel.js +1 -1
- package/dist/model/TestPlanTestPointsAutoTestsRerunApiModel.js +1 -1
- package/dist/model/TestPlanTestPointsAutoTestsRunApiModel.js +1 -1
- package/dist/model/TestPlanTestPointsExtractionApiModel.js +1 -1
- package/dist/model/TestPlanTestPointsGroupApiModel.js +1 -1
- package/dist/model/TestPlanTestPointsGroupApiResult.js +1 -1
- package/dist/model/TestPlanTestPointsGroupSearchApiResult.js +1 -1
- package/dist/model/TestPlanTestPointsGroupSearchItemApiResult.js +1 -1
- package/dist/model/TestPlanTestPointsInquiryApiModel.js +1 -1
- package/dist/model/TestPlanTestPointsSearchApiModel.js +1 -1
- package/dist/model/TestPlanTestPointsSearchApiResult.js +1 -1
- package/dist/model/TestPlanTestPointsSearchStatusCountersApiResult.js +1 -1
- package/dist/model/TestPlanTestPointsSectionSearchApiResult.js +1 -1
- package/dist/model/TestPlanTestPointsSetTestersApiModel.js +1 -1
- package/dist/model/TestPlanTestPointsStatusCodeGroupApiResult.js +1 -1
- package/dist/model/TestPlanTestPointsStatusGroupApiResult.js +1 -1
- package/dist/model/TestPlanTestPointsStatusTypeGroupApiResult.js +1 -1
- package/dist/model/TestPlanTestPointsTestSuiteSearchApiResult.js +1 -1
- package/dist/model/TestPlanTestPointsTesterAndStatusGroupApiResult.js +1 -1
- package/dist/model/TestPlanTestPointsTesterAndStatusTypeGroupApiResult.js +1 -1
- package/dist/model/TestPlanTestPointsTesterGroupApiResult.js +1 -1
- package/dist/model/TestPlanTestPointsWorkItemSearchApiResult.js +1 -1
- package/dist/model/TestPlanWithAnalyticModel.js +1 -1
- package/dist/model/TestPlanWithTestSuiteTreeModel.js +1 -1
- package/dist/model/TestPoint.js +1 -1
- package/dist/model/TestPointAnalyticResult.js +1 -1
- package/dist/model/TestPointByTestSuiteModel.js +2 -2
- package/dist/model/TestPointChangeViewModel.js +1 -1
- package/dist/model/TestPointChangeViewModelChangedFieldViewModel.js +1 -1
- package/dist/model/TestPointFilterModel.js +1 -1
- package/dist/model/TestPointFilterRequestModel.js +1 -1
- package/dist/model/TestPointResultApiResult.js +1 -1
- package/dist/model/TestPointSelectModel.js +1 -1
- package/dist/model/TestPointSelector.js +1 -1
- package/dist/model/TestPointShortApiResult.js +2 -2
- package/dist/model/TestPointShortModel.js +2 -2
- package/dist/model/TestPointShortResponseModel.js +1 -1
- package/dist/model/TestPointWithLastResultResponseModel.js +1 -1
- package/dist/model/TestPointsExtractionModel.js +1 -1
- package/dist/model/TestResultApiResult.js +1 -1
- package/dist/model/TestResultChangeViewModel.js +1 -1
- package/dist/model/TestResultChangeViewModelChangedFieldViewModel.js +1 -1
- package/dist/model/TestResultChronologyModel.js +1 -1
- package/dist/model/TestResultFailureClassApiResult.js +1 -1
- package/dist/model/TestResultHistoryReportApiResult.js +8 -8
- package/dist/model/TestResultLinkApiResult.js +7 -5
- package/dist/model/TestResultResponse.js +5 -5
- package/dist/model/TestResultShortApiResult.js +1 -1
- package/dist/model/TestResultShortResponse.js +1 -1
- package/dist/model/TestResultStepCommentUpdateRequest.js +1 -1
- package/dist/model/TestResultUpdateV2Request.js +5 -5
- package/dist/model/TestResultV2GetModel.js +1 -1
- package/dist/model/TestResultV2ShortModel.js +1 -1
- package/dist/model/TestResultsExtractionApiModel.js +1 -1
- package/dist/model/TestResultsFilterApiModel.js +1 -1
- package/dist/model/TestResultsLocalFilterModel.js +1 -1
- package/dist/model/TestResultsSelectApiModel.js +1 -1
- package/dist/model/TestResultsStatisticsApiResult.js +1 -1
- package/dist/model/TestResultsStatisticsFailureCategoriesApiResult.js +1 -1
- package/dist/model/TestResultsStatisticsStatusesApiResult.js +1 -1
- package/dist/model/TestRunAnalyticApiResult.js +1 -1
- package/dist/model/TestRunApiResult.js +1 -1
- package/dist/model/TestRunByAutoTestApiResult.js +1 -1
- package/dist/model/TestRunExtractionApiModel.js +1 -1
- package/dist/model/TestRunFilterApiModel.js +1 -1
- package/dist/model/TestRunGroupByFailureClassApiResult.js +1 -1
- package/dist/model/TestRunGroupByStatusApiResult.js +1 -1
- package/dist/model/TestRunGroupByStatusTypeApiResult.js +1 -1
- package/dist/model/TestRunNameApiResult.js +1 -1
- package/dist/model/TestRunSelectApiModel.js +1 -1
- package/dist/model/TestRunShortApiResult.js +1 -1
- package/dist/model/TestRunStatisticsFilterApiModel.js +1 -1
- package/dist/model/TestRunTestResultsPartialBulkSetModel.js +1 -1
- package/dist/model/TestRunTestResultsSelectModel.js +1 -1
- package/dist/model/TestRunV2ApiResult.js +5 -5
- package/dist/model/TestStatusApiResult.js +1 -1
- package/dist/model/TestStatusApiResultGroup.js +156 -0
- package/dist/model/TestStatusApiResultGroupedReply.js +140 -0
- package/dist/model/TestStatusApiResultIReply.js +157 -0
- package/dist/model/TestStatusApiResultReply.js +1 -1
- package/dist/model/TestStatusModel.js +1 -1
- package/dist/model/TestStatusShortApiResult.js +1 -1
- package/dist/model/TestSuiteApiResult.js +1 -1
- package/dist/model/TestSuiteChangeViewModel.js +1 -1
- package/dist/model/TestSuiteChangeViewModelChangedFieldViewModel.js +1 -1
- package/dist/model/TestSuiteHierarchyApiResult.js +1 -1
- package/dist/model/TestSuiteTestPlanApiModel.js +1 -1
- package/dist/model/TestSuiteV2GetModel.js +1 -1
- package/dist/model/TestSuiteV2PostModel.js +1 -1
- package/dist/model/TestSuiteV2PutModel.js +1 -1
- package/dist/model/TestSuiteWithChildrenModel.js +1 -1
- package/dist/model/TestSuiteWorkItemsSearchModel.js +7 -7
- package/dist/model/UpdateEmptyTestRunApiModel.js +2 -2
- package/dist/model/UpdateFailureCategoryApiModel.js +1 -1
- package/dist/model/UpdateFailureCategoryProjectApiModel.js +1 -1
- package/dist/model/UpdateFailureClassRegexApiModel.js +1 -1
- package/dist/model/UpdateLinkApiModel.js +7 -5
- package/dist/model/UpdateMultipleAttachmentsApiModel.js +1 -1
- package/dist/model/UpdateMultipleLinksApiModel.js +1 -1
- package/dist/model/UpdateMultipleTagsApiModel.js +1 -1
- package/dist/model/UpdateMultipleTestRunsApiModel.js +1 -1
- package/dist/model/UpdateParameterApiModel.js +1 -1
- package/dist/model/UpdateProjectApiModel.js +1 -1
- package/dist/model/UpdateStepApiModel.js +1 -1
- package/dist/model/UpdateTagApiModel.js +1 -1
- package/dist/model/UpdateTestPlanApiModel.js +1 -1
- package/dist/model/UpdateTestStatusApiModel.js +1 -1
- package/dist/model/UpdateWorkItemApiModel.js +123 -143
- package/dist/model/UpdateWorkItemCommentApiModel.js +1 -1
- package/dist/model/UpdateWorkflowApiModel.js +1 -1
- package/dist/model/UserApiModel.js +194 -0
- package/dist/model/UserCustomNameValidationResponse.js +1 -1
- package/dist/model/UserNameApiResult.js +1 -1
- package/dist/model/ValidationProblemDetails.js +1 -1
- package/dist/model/WebHookModel.js +1 -1
- package/dist/model/WebHookPostModel.js +1 -1
- package/dist/model/WebHookTestModel.js +1 -1
- package/dist/model/WebhookBulkUpdateApiModel.js +1 -1
- package/dist/model/WebhookLogApiResult.js +1 -1
- package/dist/model/WebhookResponse.js +1 -1
- package/dist/model/WebhooksDeleteApiModel.js +1 -1
- package/dist/model/WebhooksDeleteFilterApiModel.js +1 -1
- package/dist/model/WebhooksExtractionApiModel.js +1 -1
- package/dist/model/WebhooksFilterApiModel.js +1 -1
- package/dist/model/WebhooksUpdateApiModel.js +1 -1
- package/dist/model/WebhooksUpdateApiResult.js +1 -1
- package/dist/model/WorkItemApiResult.js +1 -1
- package/dist/model/WorkItemChangeModel.js +1 -1
- package/dist/model/WorkItemChangedAttributeViewModel.js +1 -1
- package/dist/model/WorkItemChangedFieldsViewModel.js +21 -5
- package/dist/model/WorkItemCommentApiResult.js +1 -1
- package/dist/model/WorkItemExternalMetadataFieldFilterApiModel.js +1 -1
- package/dist/model/WorkItemExternalMetadataFieldFilterModel.js +1 -1
- package/dist/model/WorkItemExternalMetadataFilterApiModel.js +1 -1
- package/dist/model/WorkItemExternalMetadataFilterModel.js +1 -1
- package/dist/model/WorkItemExtractionApiModel.js +1 -1
- package/dist/model/WorkItemExtractionModel.js +1 -1
- package/dist/model/WorkItemFilterApiModel.js +4 -4
- package/dist/model/WorkItemFilterModel.js +4 -4
- package/dist/model/WorkItemGroupGetModel.js +1 -1
- package/dist/model/WorkItemGroupModel.js +1 -1
- package/dist/model/WorkItemIdApiModel.js +1 -1
- package/dist/model/WorkItemIndexApiResult.js +1 -1
- package/dist/model/WorkItemLikeModel.js +1 -1
- package/dist/model/WorkItemLinkChangeViewModel.js +1 -1
- package/dist/model/WorkItemLinkChangeViewModelArrayChangedFieldViewModel.js +1 -1
- package/dist/model/WorkItemLinkExtractionApiModel.js +1 -1
- package/dist/model/WorkItemLinkFilterApiModel.js +1 -1
- package/dist/model/WorkItemLinkFilterModel.js +1 -1
- package/dist/model/WorkItemLinkUrlApiModel.js +1 -1
- package/dist/model/WorkItemLinkUrlApiResult.js +1 -1
- package/dist/model/WorkItemLinkUrlFilterApiModel.js +4 -4
- package/dist/model/WorkItemLocalFilterModel.js +4 -4
- package/dist/model/WorkItemLocalSelectModel.js +1 -1
- package/dist/model/WorkItemModel.js +37 -37
- package/dist/model/WorkItemMovePostModel.js +1 -1
- package/dist/model/WorkItemParameterKeyApiModel.js +1 -1
- package/dist/model/WorkItemParameterKeyApiResult.js +1 -1
- package/dist/model/WorkItemParameterKeyModel.js +1 -1
- package/dist/model/WorkItemPreviewApiModel.js +1 -1
- package/dist/model/WorkItemPreviewStepApiModel.js +1 -1
- package/dist/model/WorkItemSearchQueryModel.js +4 -4
- package/dist/model/WorkItemSelectApiModel.js +1 -1
- package/dist/model/WorkItemSelectModel.js +1 -1
- package/dist/model/WorkItemShortApiResult.js +1 -1
- package/dist/model/WorkItemShortModel.js +5 -8
- package/dist/model/WorkItemStepChangeViewModel.js +1 -1
- package/dist/model/WorkItemStepChangeViewModelArrayChangedFieldWithDiffsViewModel.js +1 -1
- package/dist/model/{WorkItemEntityTypes.js → WorkItemTypeModel.js} +7 -7
- package/dist/model/WorkItemUpdatingFieldsApiModel.js +1 -1
- package/dist/model/WorkItemUpdatingFieldsApiResult.js +1 -1
- package/dist/model/WorkItemVersionModel.js +1 -1
- package/dist/model/WorkflowApiResult.js +1 -1
- package/dist/model/WorkflowExistsByNameApiResult.js +1 -1
- package/dist/model/WorkflowProjectApiResult.js +1 -1
- package/dist/model/WorkflowProjectApiResultApiCollectionPreview.js +1 -1
- package/dist/model/WorkflowProjectApiResultGroup.js +156 -0
- package/dist/model/WorkflowProjectApiResultGroupedReply.js +140 -0
- package/dist/model/WorkflowProjectApiResultIReply.js +157 -0
- package/dist/model/WorkflowProjectApiResultReply.js +1 -1
- package/dist/model/WorkflowShortApiResult.js +1 -1
- package/dist/model/WorkflowShortApiResultGroup.js +156 -0
- package/dist/model/WorkflowShortApiResultGroupedReply.js +140 -0
- package/dist/model/WorkflowShortApiResultIReply.js +157 -0
- package/dist/model/WorkflowShortApiResultReply.js +1 -1
- package/dist/model/WorkflowStatusApiModel.js +1 -1
- package/dist/model/WorkflowStatusApiResult.js +1 -1
- package/index.d.ts +3251 -1411
- package/package.json +1 -1
- package/dist/model/ProjectShortModel.js +0 -284
package/dist/api/TestRunsApi.js
CHANGED
|
@@ -13,6 +13,7 @@ var _CreateTestRunAndFillByConfigurationsApiModel = _interopRequireDefault(requi
|
|
|
13
13
|
var _CreateTestRunAndFillByWorkItemsApiModel = _interopRequireDefault(require("../model/CreateTestRunAndFillByWorkItemsApiModel"));
|
|
14
14
|
var _ManualRerunApiResult = _interopRequireDefault(require("../model/ManualRerunApiResult"));
|
|
15
15
|
var _ManualRerunSelectTestResultsApiModel = _interopRequireDefault(require("../model/ManualRerunSelectTestResultsApiModel"));
|
|
16
|
+
var _Operation = _interopRequireDefault(require("../model/Operation"));
|
|
16
17
|
var _ProblemDetails = _interopRequireDefault(require("../model/ProblemDetails"));
|
|
17
18
|
var _TestPointResultApiResult = _interopRequireDefault(require("../model/TestPointResultApiResult"));
|
|
18
19
|
var _TestResultsStatisticsApiResult = _interopRequireDefault(require("../model/TestResultsStatisticsApiResult"));
|
|
@@ -46,7 +47,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
46
47
|
/**
|
|
47
48
|
* TestRuns service.
|
|
48
49
|
* @module api/TestRunsApi
|
|
49
|
-
* @version 7.
|
|
50
|
+
* @version 7.3.0-TMS-5.8
|
|
50
51
|
*/
|
|
51
52
|
var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
52
53
|
/**
|
|
@@ -63,7 +64,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
63
64
|
|
|
64
65
|
/**
|
|
65
66
|
* Delete multiple test runs
|
|
66
|
-
*
|
|
67
|
+
* Use case User sets selection parameters of test runs System search and delete collection of test runs System returns the number of deleted test runs
|
|
67
68
|
* @param {Object} opts Optional parameters
|
|
68
69
|
* @param {module:model/TestRunSelectApiModel} [testRunSelectApiModel]
|
|
69
70
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Number} and HTTP response
|
|
@@ -77,7 +78,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
77
78
|
var queryParams = {};
|
|
78
79
|
var headerParams = {};
|
|
79
80
|
var formParams = {};
|
|
80
|
-
var authNames = ['
|
|
81
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
81
82
|
var contentTypes = ['application/json'];
|
|
82
83
|
var accepts = ['application/json'];
|
|
83
84
|
var returnType = 'Number';
|
|
@@ -86,7 +87,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
86
87
|
|
|
87
88
|
/**
|
|
88
89
|
* Delete multiple test runs
|
|
89
|
-
*
|
|
90
|
+
* Use case User sets selection parameters of test runs System search and delete collection of test runs System returns the number of deleted test runs
|
|
90
91
|
* @param {Object} opts Optional parameters
|
|
91
92
|
* @param {module:model/TestRunSelectApiModel} opts.testRunSelectApiModel
|
|
92
93
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Number}
|
|
@@ -118,7 +119,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
118
119
|
var queryParams = {};
|
|
119
120
|
var headerParams = {};
|
|
120
121
|
var formParams = {};
|
|
121
|
-
var authNames = ['
|
|
122
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
122
123
|
var contentTypes = [];
|
|
123
124
|
var accepts = ['application/json'];
|
|
124
125
|
var returnType = _AutoTestNamespacesCountResponse["default"];
|
|
@@ -140,7 +141,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
140
141
|
|
|
141
142
|
/**
|
|
142
143
|
* Delete test run
|
|
143
|
-
*
|
|
144
|
+
* Use case User sets test run internal (guid format) identifier System search and delete test run
|
|
144
145
|
* @param {String} id Test run internal (UUID) identifier
|
|
145
146
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
146
147
|
*/
|
|
@@ -158,7 +159,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
158
159
|
var queryParams = {};
|
|
159
160
|
var headerParams = {};
|
|
160
161
|
var formParams = {};
|
|
161
|
-
var authNames = ['
|
|
162
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
162
163
|
var contentTypes = [];
|
|
163
164
|
var accepts = ['application/json'];
|
|
164
165
|
var returnType = null;
|
|
@@ -167,7 +168,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
167
168
|
|
|
168
169
|
/**
|
|
169
170
|
* Delete test run
|
|
170
|
-
*
|
|
171
|
+
* Use case User sets test run internal (guid format) identifier System search and delete test run
|
|
171
172
|
* @param {String} id Test run internal (UUID) identifier
|
|
172
173
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
173
174
|
*/
|
|
@@ -179,9 +180,55 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
179
180
|
});
|
|
180
181
|
}
|
|
181
182
|
|
|
183
|
+
/**
|
|
184
|
+
* Patch test run
|
|
185
|
+
* See <a href=\"https://www.rfc-editor.org/rfc/rfc6902\" target=\"_blank\">RFC 6902: JavaScript Object Notation (JSON) Patch</a> for details
|
|
186
|
+
* @param {String} id Test Run internal identifier (GUID format)
|
|
187
|
+
* @param {Object} opts Optional parameters
|
|
188
|
+
* @param {Array.<module:model/Operation>} [operation]
|
|
189
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
190
|
+
*/
|
|
191
|
+
}, {
|
|
192
|
+
key: "apiV2TestRunsIdPatchWithHttpInfo",
|
|
193
|
+
value: function apiV2TestRunsIdPatchWithHttpInfo(id, opts) {
|
|
194
|
+
opts = opts || {};
|
|
195
|
+
var postBody = opts['operation'];
|
|
196
|
+
// verify the required parameter 'id' is set
|
|
197
|
+
if (id === undefined || id === null) {
|
|
198
|
+
throw new Error("Missing the required parameter 'id' when calling apiV2TestRunsIdPatch");
|
|
199
|
+
}
|
|
200
|
+
var pathParams = {
|
|
201
|
+
'id': id
|
|
202
|
+
};
|
|
203
|
+
var queryParams = {};
|
|
204
|
+
var headerParams = {};
|
|
205
|
+
var formParams = {};
|
|
206
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
207
|
+
var contentTypes = ['application/json'];
|
|
208
|
+
var accepts = ['application/json'];
|
|
209
|
+
var returnType = null;
|
|
210
|
+
return this.apiClient.callApi('/api/v2/testRuns/{id}', 'PATCH', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
/**
|
|
214
|
+
* Patch test run
|
|
215
|
+
* See <a href=\"https://www.rfc-editor.org/rfc/rfc6902\" target=\"_blank\">RFC 6902: JavaScript Object Notation (JSON) Patch</a> for details
|
|
216
|
+
* @param {String} id Test Run internal identifier (GUID format)
|
|
217
|
+
* @param {Object} opts Optional parameters
|
|
218
|
+
* @param {Array.<module:model/Operation>} opts.operation
|
|
219
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
220
|
+
*/
|
|
221
|
+
}, {
|
|
222
|
+
key: "apiV2TestRunsIdPatch",
|
|
223
|
+
value: function apiV2TestRunsIdPatch(id, opts) {
|
|
224
|
+
return this.apiV2TestRunsIdPatchWithHttpInfo(id, opts).then(function (response_and_data) {
|
|
225
|
+
return response_and_data.data;
|
|
226
|
+
});
|
|
227
|
+
}
|
|
228
|
+
|
|
182
229
|
/**
|
|
183
230
|
* Permanently delete test run from archive
|
|
184
|
-
*
|
|
231
|
+
* Use case User sets archived test run internal (guid format) identifier System search and purge archived test run
|
|
185
232
|
* @param {String} id Test run internal (UUID) identifier
|
|
186
233
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
187
234
|
*/
|
|
@@ -199,7 +246,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
199
246
|
var queryParams = {};
|
|
200
247
|
var headerParams = {};
|
|
201
248
|
var formParams = {};
|
|
202
|
-
var authNames = ['
|
|
249
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
203
250
|
var contentTypes = [];
|
|
204
251
|
var accepts = ['application/json'];
|
|
205
252
|
var returnType = null;
|
|
@@ -208,7 +255,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
208
255
|
|
|
209
256
|
/**
|
|
210
257
|
* Permanently delete test run from archive
|
|
211
|
-
*
|
|
258
|
+
* Use case User sets archived test run internal (guid format) identifier System search and purge archived test run
|
|
212
259
|
* @param {String} id Test run internal (UUID) identifier
|
|
213
260
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
214
261
|
*/
|
|
@@ -242,7 +289,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
242
289
|
var queryParams = {};
|
|
243
290
|
var headerParams = {};
|
|
244
291
|
var formParams = {};
|
|
245
|
-
var authNames = ['
|
|
292
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
246
293
|
var contentTypes = ['application/json'];
|
|
247
294
|
var accepts = ['application/json'];
|
|
248
295
|
var returnType = _ManualRerunApiResult["default"];
|
|
@@ -266,7 +313,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
266
313
|
|
|
267
314
|
/**
|
|
268
315
|
* Restore test run from the archive
|
|
269
|
-
*
|
|
316
|
+
* Use case User sets archived test run internal (guid format) identifier System search and restore test run
|
|
270
317
|
* @param {String} id Unique ID of the test run
|
|
271
318
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
272
319
|
*/
|
|
@@ -284,7 +331,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
284
331
|
var queryParams = {};
|
|
285
332
|
var headerParams = {};
|
|
286
333
|
var formParams = {};
|
|
287
|
-
var authNames = ['
|
|
334
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
288
335
|
var contentTypes = [];
|
|
289
336
|
var accepts = ['application/json'];
|
|
290
337
|
var returnType = null;
|
|
@@ -293,7 +340,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
293
340
|
|
|
294
341
|
/**
|
|
295
342
|
* Restore test run from the archive
|
|
296
|
-
*
|
|
343
|
+
* Use case User sets archived test run internal (guid format) identifier System search and restore test run
|
|
297
344
|
* @param {String} id Unique ID of the test run
|
|
298
345
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
299
346
|
*/
|
|
@@ -327,7 +374,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
327
374
|
var queryParams = {};
|
|
328
375
|
var headerParams = {};
|
|
329
376
|
var formParams = {};
|
|
330
|
-
var authNames = ['
|
|
377
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
331
378
|
var contentTypes = ['application/json'];
|
|
332
379
|
var accepts = ['application/json'];
|
|
333
380
|
var returnType = _TestResultsStatisticsApiResult["default"];
|
|
@@ -368,7 +415,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
368
415
|
var queryParams = {};
|
|
369
416
|
var headerParams = {};
|
|
370
417
|
var formParams = {};
|
|
371
|
-
var authNames = ['
|
|
418
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
372
419
|
var contentTypes = [];
|
|
373
420
|
var accepts = ['application/json'];
|
|
374
421
|
var returnType = [_TestPointResultApiResult["default"]];
|
|
@@ -410,7 +457,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
410
457
|
var queryParams = {};
|
|
411
458
|
var headerParams = {};
|
|
412
459
|
var formParams = {};
|
|
413
|
-
var authNames = ['
|
|
460
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
414
461
|
var contentTypes = ['application/json'];
|
|
415
462
|
var accepts = ['application/json'];
|
|
416
463
|
var returnType = null;
|
|
@@ -451,7 +498,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
451
498
|
var queryParams = {};
|
|
452
499
|
var headerParams = {};
|
|
453
500
|
var formParams = {};
|
|
454
|
-
var authNames = ['
|
|
501
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
455
502
|
var contentTypes = [];
|
|
456
503
|
var accepts = ['application/json'];
|
|
457
504
|
var returnType = 'Date';
|
|
@@ -473,7 +520,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
473
520
|
|
|
474
521
|
/**
|
|
475
522
|
* Permanently delete multiple test runs from archive
|
|
476
|
-
*
|
|
523
|
+
* Use case User sets selection parameters of archived test runs System search and delete collection of archived test runs System returns the number of deleted archived test runs
|
|
477
524
|
* @param {Object} opts Optional parameters
|
|
478
525
|
* @param {module:model/TestRunSelectApiModel} [testRunSelectApiModel]
|
|
479
526
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Number} and HTTP response
|
|
@@ -487,7 +534,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
487
534
|
var queryParams = {};
|
|
488
535
|
var headerParams = {};
|
|
489
536
|
var formParams = {};
|
|
490
|
-
var authNames = ['
|
|
537
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
491
538
|
var contentTypes = ['application/json'];
|
|
492
539
|
var accepts = ['application/json'];
|
|
493
540
|
var returnType = 'Number';
|
|
@@ -496,7 +543,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
496
543
|
|
|
497
544
|
/**
|
|
498
545
|
* Permanently delete multiple test runs from archive
|
|
499
|
-
*
|
|
546
|
+
* Use case User sets selection parameters of archived test runs System search and delete collection of archived test runs System returns the number of deleted archived test runs
|
|
500
547
|
* @param {Object} opts Optional parameters
|
|
501
548
|
* @param {module:model/TestRunSelectApiModel} opts.testRunSelectApiModel
|
|
502
549
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Number}
|
|
@@ -511,7 +558,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
511
558
|
|
|
512
559
|
/**
|
|
513
560
|
* Restore multiple test runs from the archive
|
|
514
|
-
*
|
|
561
|
+
* Use case User sets selection parameters of archived test runs System search and restore collection of archived test runs System returns the number of restored test runs
|
|
515
562
|
* @param {Object} opts Optional parameters
|
|
516
563
|
* @param {module:model/TestRunSelectApiModel} [testRunSelectApiModel]
|
|
517
564
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Number} and HTTP response
|
|
@@ -525,7 +572,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
525
572
|
var queryParams = {};
|
|
526
573
|
var headerParams = {};
|
|
527
574
|
var formParams = {};
|
|
528
|
-
var authNames = ['
|
|
575
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
529
576
|
var contentTypes = ['application/json'];
|
|
530
577
|
var accepts = ['application/json'];
|
|
531
578
|
var returnType = 'Number';
|
|
@@ -534,7 +581,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
534
581
|
|
|
535
582
|
/**
|
|
536
583
|
* Restore multiple test runs from the archive
|
|
537
|
-
*
|
|
584
|
+
* Use case User sets selection parameters of archived test runs System search and restore collection of archived test runs System returns the number of restored test runs
|
|
538
585
|
* @param {Object} opts Optional parameters
|
|
539
586
|
* @param {module:model/TestRunSelectApiModel} opts.testRunSelectApiModel
|
|
540
587
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Number}
|
|
@@ -573,7 +620,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
573
620
|
};
|
|
574
621
|
var headerParams = {};
|
|
575
622
|
var formParams = {};
|
|
576
|
-
var authNames = ['
|
|
623
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
577
624
|
var contentTypes = ['application/json'];
|
|
578
625
|
var accepts = ['application/json'];
|
|
579
626
|
var returnType = [_TestRunShortApiResult["default"]];
|
|
@@ -614,7 +661,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
614
661
|
var queryParams = {};
|
|
615
662
|
var headerParams = {};
|
|
616
663
|
var formParams = {};
|
|
617
|
-
var authNames = ['
|
|
664
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
618
665
|
var contentTypes = ['application/json'];
|
|
619
666
|
var accepts = ['application/json'];
|
|
620
667
|
var returnType = null;
|
|
@@ -637,7 +684,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
637
684
|
|
|
638
685
|
/**
|
|
639
686
|
* Complete TestRun
|
|
640
|
-
*
|
|
687
|
+
* Use case User sets test run identifier User runs method execution System completes test run System returns no content response
|
|
641
688
|
* @param {String} id Test Run internal identifier (GUID format)
|
|
642
689
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
643
690
|
*/
|
|
@@ -655,7 +702,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
655
702
|
var queryParams = {};
|
|
656
703
|
var headerParams = {};
|
|
657
704
|
var formParams = {};
|
|
658
|
-
var authNames = ['
|
|
705
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
659
706
|
var contentTypes = [];
|
|
660
707
|
var accepts = ['application/json'];
|
|
661
708
|
var returnType = null;
|
|
@@ -664,7 +711,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
664
711
|
|
|
665
712
|
/**
|
|
666
713
|
* Complete TestRun
|
|
667
|
-
*
|
|
714
|
+
* Use case User sets test run identifier User runs method execution System completes test run System returns no content response
|
|
668
715
|
* @param {String} id Test Run internal identifier (GUID format)
|
|
669
716
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
670
717
|
*/
|
|
@@ -678,7 +725,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
678
725
|
|
|
679
726
|
/**
|
|
680
727
|
* Create test runs based on autotests and configurations
|
|
681
|
-
* This method creates a test run based on an autotest and a configuration.
|
|
728
|
+
* This method creates a test run based on an autotest and a configuration. The difference between the `POST /api/v2/testRuns/byWorkItems` and `POST /api/v2/testRuns/byConfigurations` methods is that in this method there is no need to create a test plan and work items (test cases and checklists).
|
|
682
729
|
* @param {Object} opts Optional parameters
|
|
683
730
|
* @param {module:model/CreateTestRunAndFillByAutoTestsApiModel} [createTestRunAndFillByAutoTestsApiModel]
|
|
684
731
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/TestRunV2ApiResult} and HTTP response
|
|
@@ -692,7 +739,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
692
739
|
var queryParams = {};
|
|
693
740
|
var headerParams = {};
|
|
694
741
|
var formParams = {};
|
|
695
|
-
var authNames = ['
|
|
742
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
696
743
|
var contentTypes = ['application/json'];
|
|
697
744
|
var accepts = ['application/json'];
|
|
698
745
|
var returnType = _TestRunV2ApiResult["default"];
|
|
@@ -701,7 +748,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
701
748
|
|
|
702
749
|
/**
|
|
703
750
|
* Create test runs based on autotests and configurations
|
|
704
|
-
* This method creates a test run based on an autotest and a configuration.
|
|
751
|
+
* This method creates a test run based on an autotest and a configuration. The difference between the `POST /api/v2/testRuns/byWorkItems` and `POST /api/v2/testRuns/byConfigurations` methods is that in this method there is no need to create a test plan and work items (test cases and checklists).
|
|
705
752
|
* @param {Object} opts Optional parameters
|
|
706
753
|
* @param {module:model/CreateTestRunAndFillByAutoTestsApiModel} opts.createTestRunAndFillByAutoTestsApiModel
|
|
707
754
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/TestRunV2ApiResult}
|
|
@@ -716,7 +763,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
716
763
|
|
|
717
764
|
/**
|
|
718
765
|
* Create test runs picking the needed test points
|
|
719
|
-
* This method creates a test run based on a combination of a configuration and a work item(test case or checklist).
|
|
766
|
+
* This method creates a test run based on a combination of a configuration and a work item(test case or checklist). Before you create a test run using this method, make sure to create a test plan. Work items must be automated. This method is different from the `POST /api/v2/testRuns/byWorkItems` method because of the ability to send a jagged array within the \"<b>testPointSelectors</b>\" parameter.
|
|
720
767
|
* @param {Object} opts Optional parameters
|
|
721
768
|
* @param {module:model/CreateTestRunAndFillByConfigurationsApiModel} [createTestRunAndFillByConfigurationsApiModel]
|
|
722
769
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/TestRunV2ApiResult} and HTTP response
|
|
@@ -730,7 +777,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
730
777
|
var queryParams = {};
|
|
731
778
|
var headerParams = {};
|
|
732
779
|
var formParams = {};
|
|
733
|
-
var authNames = ['
|
|
780
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
734
781
|
var contentTypes = ['application/json'];
|
|
735
782
|
var accepts = ['application/json'];
|
|
736
783
|
var returnType = _TestRunV2ApiResult["default"];
|
|
@@ -739,7 +786,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
739
786
|
|
|
740
787
|
/**
|
|
741
788
|
* Create test runs picking the needed test points
|
|
742
|
-
* This method creates a test run based on a combination of a configuration and a work item(test case or checklist).
|
|
789
|
+
* This method creates a test run based on a combination of a configuration and a work item(test case or checklist). Before you create a test run using this method, make sure to create a test plan. Work items must be automated. This method is different from the `POST /api/v2/testRuns/byWorkItems` method because of the ability to send a jagged array within the \"<b>testPointSelectors</b>\" parameter.
|
|
743
790
|
* @param {Object} opts Optional parameters
|
|
744
791
|
* @param {module:model/CreateTestRunAndFillByConfigurationsApiModel} opts.createTestRunAndFillByConfigurationsApiModel
|
|
745
792
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/TestRunV2ApiResult}
|
|
@@ -754,7 +801,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
754
801
|
|
|
755
802
|
/**
|
|
756
803
|
* Create test run based on configurations and work items
|
|
757
|
-
* This method creates a test run based on a combination of configuration and work item (test case or checklist).
|
|
804
|
+
* This method creates a test run based on a combination of configuration and work item (test case or checklist). Before you create a test run using this method, make sure to create a test plan. Work items must be automated.
|
|
758
805
|
* @param {Object} opts Optional parameters
|
|
759
806
|
* @param {module:model/CreateTestRunAndFillByWorkItemsApiModel} [createTestRunAndFillByWorkItemsApiModel]
|
|
760
807
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/TestRunV2ApiResult} and HTTP response
|
|
@@ -768,7 +815,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
768
815
|
var queryParams = {};
|
|
769
816
|
var headerParams = {};
|
|
770
817
|
var formParams = {};
|
|
771
|
-
var authNames = ['
|
|
818
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
772
819
|
var contentTypes = ['application/json'];
|
|
773
820
|
var accepts = ['application/json'];
|
|
774
821
|
var returnType = _TestRunV2ApiResult["default"];
|
|
@@ -777,7 +824,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
777
824
|
|
|
778
825
|
/**
|
|
779
826
|
* Create test run based on configurations and work items
|
|
780
|
-
* This method creates a test run based on a combination of configuration and work item (test case or checklist).
|
|
827
|
+
* This method creates a test run based on a combination of configuration and work item (test case or checklist). Before you create a test run using this method, make sure to create a test plan. Work items must be automated.
|
|
781
828
|
* @param {Object} opts Optional parameters
|
|
782
829
|
* @param {module:model/CreateTestRunAndFillByWorkItemsApiModel} opts.createTestRunAndFillByWorkItemsApiModel
|
|
783
830
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/TestRunV2ApiResult}
|
|
@@ -792,7 +839,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
792
839
|
|
|
793
840
|
/**
|
|
794
841
|
* Create empty TestRun
|
|
795
|
-
*
|
|
842
|
+
* Use case User sets test run model (listed in the request example) User runs method execution System creates test run System returns test run model
|
|
796
843
|
* @param {Object} opts Optional parameters
|
|
797
844
|
* @param {module:model/CreateEmptyTestRunApiModel} [createEmptyTestRunApiModel]
|
|
798
845
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/TestRunV2ApiResult} and HTTP response
|
|
@@ -806,7 +853,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
806
853
|
var queryParams = {};
|
|
807
854
|
var headerParams = {};
|
|
808
855
|
var formParams = {};
|
|
809
|
-
var authNames = ['
|
|
856
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
810
857
|
var contentTypes = ['application/json'];
|
|
811
858
|
var accepts = ['application/json'];
|
|
812
859
|
var returnType = _TestRunV2ApiResult["default"];
|
|
@@ -815,7 +862,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
815
862
|
|
|
816
863
|
/**
|
|
817
864
|
* Create empty TestRun
|
|
818
|
-
*
|
|
865
|
+
* Use case User sets test run model (listed in the request example) User runs method execution System creates test run System returns test run model
|
|
819
866
|
* @param {Object} opts Optional parameters
|
|
820
867
|
* @param {module:model/CreateEmptyTestRunApiModel} opts.createEmptyTestRunApiModel
|
|
821
868
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/TestRunV2ApiResult}
|
|
@@ -830,7 +877,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
830
877
|
|
|
831
878
|
/**
|
|
832
879
|
* Get TestRun by Id
|
|
833
|
-
*
|
|
880
|
+
* Use case User sets test run identifier User runs method execution System finds test run System returns test run
|
|
834
881
|
* @param {String} id Test Run internal identifier (GUID format)
|
|
835
882
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/TestRunV2ApiResult} and HTTP response
|
|
836
883
|
*/
|
|
@@ -848,7 +895,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
848
895
|
var queryParams = {};
|
|
849
896
|
var headerParams = {};
|
|
850
897
|
var formParams = {};
|
|
851
|
-
var authNames = ['
|
|
898
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
852
899
|
var contentTypes = [];
|
|
853
900
|
var accepts = ['application/json'];
|
|
854
901
|
var returnType = _TestRunV2ApiResult["default"];
|
|
@@ -857,7 +904,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
857
904
|
|
|
858
905
|
/**
|
|
859
906
|
* Get TestRun by Id
|
|
860
|
-
*
|
|
907
|
+
* Use case User sets test run identifier User runs method execution System finds test run System returns test run
|
|
861
908
|
* @param {String} id Test Run internal identifier (GUID format)
|
|
862
909
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/TestRunV2ApiResult}
|
|
863
910
|
*/
|
|
@@ -892,7 +939,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
892
939
|
var queryParams = {};
|
|
893
940
|
var headerParams = {};
|
|
894
941
|
var formParams = {};
|
|
895
|
-
var authNames = ['
|
|
942
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
896
943
|
var contentTypes = ['application/json'];
|
|
897
944
|
var accepts = ['application/json'];
|
|
898
945
|
var returnType = ['String'];
|
|
@@ -917,7 +964,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
917
964
|
|
|
918
965
|
/**
|
|
919
966
|
* Start TestRun
|
|
920
|
-
*
|
|
967
|
+
* Use case User sets test run identifier User runs method execution System starts test run System returns no content response
|
|
921
968
|
* @param {String} id Test Run internal identifier (GUID format)
|
|
922
969
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
923
970
|
*/
|
|
@@ -935,7 +982,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
935
982
|
var queryParams = {};
|
|
936
983
|
var headerParams = {};
|
|
937
984
|
var formParams = {};
|
|
938
|
-
var authNames = ['
|
|
985
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
939
986
|
var contentTypes = [];
|
|
940
987
|
var accepts = ['application/json'];
|
|
941
988
|
var returnType = null;
|
|
@@ -944,7 +991,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
944
991
|
|
|
945
992
|
/**
|
|
946
993
|
* Start TestRun
|
|
947
|
-
*
|
|
994
|
+
* Use case User sets test run identifier User runs method execution System starts test run System returns no content response
|
|
948
995
|
* @param {String} id Test Run internal identifier (GUID format)
|
|
949
996
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
950
997
|
*/
|
|
@@ -958,7 +1005,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
958
1005
|
|
|
959
1006
|
/**
|
|
960
1007
|
* Stop TestRun
|
|
961
|
-
*
|
|
1008
|
+
* Use case User sets test run identifier User runs method execution System stops test run System returns no content response
|
|
962
1009
|
* @param {String} id Test Run internal identifier (GUID format)
|
|
963
1010
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
964
1011
|
*/
|
|
@@ -976,7 +1023,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
976
1023
|
var queryParams = {};
|
|
977
1024
|
var headerParams = {};
|
|
978
1025
|
var formParams = {};
|
|
979
|
-
var authNames = ['
|
|
1026
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
980
1027
|
var contentTypes = [];
|
|
981
1028
|
var accepts = ['application/json'];
|
|
982
1029
|
var returnType = null;
|
|
@@ -985,7 +1032,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
985
1032
|
|
|
986
1033
|
/**
|
|
987
1034
|
* Stop TestRun
|
|
988
|
-
*
|
|
1035
|
+
* Use case User sets test run identifier User runs method execution System stops test run System returns no content response
|
|
989
1036
|
* @param {String} id Test Run internal identifier (GUID format)
|
|
990
1037
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
991
1038
|
*/
|
|
@@ -999,7 +1046,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
999
1046
|
|
|
1000
1047
|
/**
|
|
1001
1048
|
* Update empty TestRun
|
|
1002
|
-
*
|
|
1049
|
+
* Use case User sets test run properties (listed in the request example) User runs method execution System updates test run System returns returns no content response
|
|
1003
1050
|
* @param {Object} opts Optional parameters
|
|
1004
1051
|
* @param {module:model/UpdateEmptyTestRunApiModel} [updateEmptyTestRunApiModel]
|
|
1005
1052
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
@@ -1013,7 +1060,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1013
1060
|
var queryParams = {};
|
|
1014
1061
|
var headerParams = {};
|
|
1015
1062
|
var formParams = {};
|
|
1016
|
-
var authNames = ['
|
|
1063
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
1017
1064
|
var contentTypes = ['application/json'];
|
|
1018
1065
|
var accepts = ['application/json'];
|
|
1019
1066
|
var returnType = null;
|
|
@@ -1022,7 +1069,7 @@ var TestRunsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1022
1069
|
|
|
1023
1070
|
/**
|
|
1024
1071
|
* Update empty TestRun
|
|
1025
|
-
*
|
|
1072
|
+
* Use case User sets test run properties (listed in the request example) User runs method execution System updates test run System returns returns no content response
|
|
1026
1073
|
* @param {Object} opts Optional parameters
|
|
1027
1074
|
* @param {module:model/UpdateEmptyTestRunApiModel} opts.updateEmptyTestRunApiModel
|
|
1028
1075
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
@@ -9,7 +9,7 @@ var _CreateTestStatusApiModel = _interopRequireDefault(require("../model/CreateT
|
|
|
9
9
|
var _ProblemDetails = _interopRequireDefault(require("../model/ProblemDetails"));
|
|
10
10
|
var _SearchTestStatusesApiModel = _interopRequireDefault(require("../model/SearchTestStatusesApiModel"));
|
|
11
11
|
var _TestStatusApiResult = _interopRequireDefault(require("../model/TestStatusApiResult"));
|
|
12
|
-
var
|
|
12
|
+
var _TestStatusApiResultIReply = _interopRequireDefault(require("../model/TestStatusApiResultIReply"));
|
|
13
13
|
var _UpdateTestStatusApiModel = _interopRequireDefault(require("../model/UpdateTestStatusApiModel"));
|
|
14
14
|
var _ValidationProblemDetails = _interopRequireDefault(require("../model/ValidationProblemDetails"));
|
|
15
15
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
@@ -33,7 +33,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
33
33
|
/**
|
|
34
34
|
* TestStatuses service.
|
|
35
35
|
* @module api/TestStatusesApi
|
|
36
|
-
* @version 7.
|
|
36
|
+
* @version 7.3.0-TMS-5.8
|
|
37
37
|
*/
|
|
38
38
|
var TestStatusesApi = exports["default"] = /*#__PURE__*/function () {
|
|
39
39
|
/**
|
|
@@ -66,7 +66,7 @@ var TestStatusesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
66
66
|
var queryParams = {};
|
|
67
67
|
var headerParams = {};
|
|
68
68
|
var formParams = {};
|
|
69
|
-
var authNames = ['
|
|
69
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
70
70
|
var contentTypes = [];
|
|
71
71
|
var accepts = ['text/plain', 'application/json', 'text/json'];
|
|
72
72
|
var returnType = 'Boolean';
|
|
@@ -103,7 +103,7 @@ var TestStatusesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
103
103
|
var queryParams = {};
|
|
104
104
|
var headerParams = {};
|
|
105
105
|
var formParams = {};
|
|
106
|
-
var authNames = ['
|
|
106
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
107
107
|
var contentTypes = [];
|
|
108
108
|
var accepts = ['application/json'];
|
|
109
109
|
var returnType = null;
|
|
@@ -140,7 +140,7 @@ var TestStatusesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
140
140
|
var queryParams = {};
|
|
141
141
|
var headerParams = {};
|
|
142
142
|
var formParams = {};
|
|
143
|
-
var authNames = ['
|
|
143
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
144
144
|
var contentTypes = [];
|
|
145
145
|
var accepts = ['text/plain', 'application/json', 'text/json'];
|
|
146
146
|
var returnType = _TestStatusApiResult["default"];
|
|
@@ -180,7 +180,7 @@ var TestStatusesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
180
180
|
var queryParams = {};
|
|
181
181
|
var headerParams = {};
|
|
182
182
|
var formParams = {};
|
|
183
|
-
var authNames = ['
|
|
183
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
184
184
|
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'];
|
|
185
185
|
var accepts = ['application/json'];
|
|
186
186
|
var returnType = null;
|
|
@@ -219,7 +219,7 @@ var TestStatusesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
219
219
|
var queryParams = {};
|
|
220
220
|
var headerParams = {};
|
|
221
221
|
var formParams = {};
|
|
222
|
-
var authNames = ['
|
|
222
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
223
223
|
var contentTypes = [];
|
|
224
224
|
var accepts = ['text/plain', 'application/json', 'text/json'];
|
|
225
225
|
var returnType = 'Boolean';
|
|
@@ -252,7 +252,7 @@ var TestStatusesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
252
252
|
var queryParams = {};
|
|
253
253
|
var headerParams = {};
|
|
254
254
|
var formParams = {};
|
|
255
|
-
var authNames = ['
|
|
255
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
256
256
|
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'];
|
|
257
257
|
var accepts = ['text/plain', 'application/json', 'text/json'];
|
|
258
258
|
var returnType = _TestStatusApiResult["default"];
|
|
@@ -275,7 +275,7 @@ var TestStatusesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
275
275
|
/**
|
|
276
276
|
* @param {Object} opts Optional parameters
|
|
277
277
|
* @param {module:model/SearchTestStatusesApiModel} [searchTestStatusesApiModel]
|
|
278
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/
|
|
278
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/TestStatusApiResultIReply} and HTTP response
|
|
279
279
|
*/
|
|
280
280
|
}, {
|
|
281
281
|
key: "apiV2TestStatusesSearchPostWithHttpInfo",
|
|
@@ -286,17 +286,17 @@ var TestStatusesApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
286
286
|
var queryParams = {};
|
|
287
287
|
var headerParams = {};
|
|
288
288
|
var formParams = {};
|
|
289
|
-
var authNames = ['
|
|
289
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
290
290
|
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/*+json'];
|
|
291
291
|
var accepts = ['text/plain', 'application/json', 'text/json'];
|
|
292
|
-
var returnType =
|
|
292
|
+
var returnType = _TestStatusApiResultIReply["default"];
|
|
293
293
|
return this.apiClient.callApi('/api/v2/testStatuses/search', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
294
294
|
}
|
|
295
295
|
|
|
296
296
|
/**
|
|
297
297
|
* @param {Object} opts Optional parameters
|
|
298
298
|
* @param {module:model/SearchTestStatusesApiModel} opts.searchTestStatusesApiModel
|
|
299
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/
|
|
299
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/TestStatusApiResultIReply}
|
|
300
300
|
*/
|
|
301
301
|
}, {
|
|
302
302
|
key: "apiV2TestStatusesSearchPost",
|