testit-api-client 7.2.6 → 7.3.1-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/ApiClient.js +8 -3
- 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/ProjectsApi.js
CHANGED
|
@@ -8,17 +8,15 @@ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
|
8
8
|
var _AutoTestNamespaceApiResult = _interopRequireDefault(require("../model/AutoTestNamespaceApiResult"));
|
|
9
9
|
var _CreateProjectApiModel = _interopRequireDefault(require("../model/CreateProjectApiModel"));
|
|
10
10
|
var _CustomAttributeTestPlanProjectRelationPutModel = _interopRequireDefault(require("../model/CustomAttributeTestPlanProjectRelationPutModel"));
|
|
11
|
-
var
|
|
11
|
+
var _DetailedProjectApiResult = _interopRequireDefault(require("../model/DetailedProjectApiResult"));
|
|
12
12
|
var _FailureCategoryApiResult = _interopRequireDefault(require("../model/FailureCategoryApiResult"));
|
|
13
13
|
var _FilterModel = _interopRequireDefault(require("../model/FilterModel"));
|
|
14
14
|
var _GetShortProjectsApiModel = _interopRequireDefault(require("../model/GetShortProjectsApiModel"));
|
|
15
15
|
var _Operation = _interopRequireDefault(require("../model/Operation"));
|
|
16
16
|
var _ProblemDetails = _interopRequireDefault(require("../model/ProblemDetails"));
|
|
17
17
|
var _ProjectApiResult = _interopRequireDefault(require("../model/ProjectApiResult"));
|
|
18
|
-
var _ProjectModel = _interopRequireDefault(require("../model/ProjectModel"));
|
|
19
18
|
var _ProjectSelectModel = _interopRequireDefault(require("../model/ProjectSelectModel"));
|
|
20
|
-
var
|
|
21
|
-
var _ProjectShortModel = _interopRequireDefault(require("../model/ProjectShortModel"));
|
|
19
|
+
var _ProjectShortApiResultIReply = _interopRequireDefault(require("../model/ProjectShortApiResultIReply"));
|
|
22
20
|
var _ProjectsFilterModel = _interopRequireDefault(require("../model/ProjectsFilterModel"));
|
|
23
21
|
var _TestPlanModel = _interopRequireDefault(require("../model/TestPlanModel"));
|
|
24
22
|
var _TestRunApiResult = _interopRequireDefault(require("../model/TestRunApiResult"));
|
|
@@ -46,7 +44,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
46
44
|
/**
|
|
47
45
|
* Projects service.
|
|
48
46
|
* @module api/ProjectsApi
|
|
49
|
-
* @version 7.
|
|
47
|
+
* @version 7.3.0-TMS-5.8
|
|
50
48
|
*/
|
|
51
49
|
var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
52
50
|
/**
|
|
@@ -63,7 +61,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
63
61
|
|
|
64
62
|
/**
|
|
65
63
|
* Add global attributes to project
|
|
66
|
-
*
|
|
64
|
+
* Use case User sets project internal or global identifier and attributes identifiers System search project System relates global attributes with project System returns no content response
|
|
67
65
|
* @param {String} id Project internal (UUID) or global (integer) identifier
|
|
68
66
|
* @param {Object} opts Optional parameters
|
|
69
67
|
* @param {Array.<String>} [requestBody]
|
|
@@ -84,7 +82,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
84
82
|
var queryParams = {};
|
|
85
83
|
var headerParams = {};
|
|
86
84
|
var formParams = {};
|
|
87
|
-
var authNames = ['
|
|
85
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
88
86
|
var contentTypes = ['application/json'];
|
|
89
87
|
var accepts = ['application/json'];
|
|
90
88
|
var returnType = null;
|
|
@@ -93,7 +91,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
93
91
|
|
|
94
92
|
/**
|
|
95
93
|
* Add global attributes to project
|
|
96
|
-
*
|
|
94
|
+
* Use case User sets project internal or global identifier and attributes identifiers System search project System relates global attributes with project System returns no content response
|
|
97
95
|
* @param {String} id Project internal (UUID) or global (integer) identifier
|
|
98
96
|
* @param {Object} opts Optional parameters
|
|
99
97
|
* @param {Array.<String>} opts.requestBody
|
|
@@ -107,35 +105,6 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
107
105
|
});
|
|
108
106
|
}
|
|
109
107
|
|
|
110
|
-
/**
|
|
111
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/DemoProjectApiResult} and HTTP response
|
|
112
|
-
*/
|
|
113
|
-
}, {
|
|
114
|
-
key: "apiV2ProjectsDemoPostWithHttpInfo",
|
|
115
|
-
value: function apiV2ProjectsDemoPostWithHttpInfo() {
|
|
116
|
-
var postBody = null;
|
|
117
|
-
var pathParams = {};
|
|
118
|
-
var queryParams = {};
|
|
119
|
-
var headerParams = {};
|
|
120
|
-
var formParams = {};
|
|
121
|
-
var authNames = ['Bearer or PrivateToken'];
|
|
122
|
-
var contentTypes = [];
|
|
123
|
-
var accepts = ['application/json'];
|
|
124
|
-
var returnType = _DemoProjectApiResult["default"];
|
|
125
|
-
return this.apiClient.callApi('/api/v2/projects/demo', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
/**
|
|
129
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/DemoProjectApiResult}
|
|
130
|
-
*/
|
|
131
|
-
}, {
|
|
132
|
-
key: "apiV2ProjectsDemoPost",
|
|
133
|
-
value: function apiV2ProjectsDemoPost() {
|
|
134
|
-
return this.apiV2ProjectsDemoPostWithHttpInfo().then(function (response_and_data) {
|
|
135
|
-
return response_and_data.data;
|
|
136
|
-
});
|
|
137
|
-
}
|
|
138
|
-
|
|
139
108
|
/**
|
|
140
109
|
* Archive project
|
|
141
110
|
* @param {String} id Unique or global ID of the project
|
|
@@ -155,7 +124,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
155
124
|
var queryParams = {};
|
|
156
125
|
var headerParams = {};
|
|
157
126
|
var formParams = {};
|
|
158
|
-
var authNames = ['
|
|
127
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
159
128
|
var contentTypes = [];
|
|
160
129
|
var accepts = ['application/json'];
|
|
161
130
|
var returnType = null;
|
|
@@ -199,7 +168,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
199
168
|
};
|
|
200
169
|
var headerParams = {};
|
|
201
170
|
var formParams = {};
|
|
202
|
-
var authNames = ['
|
|
171
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
203
172
|
var contentTypes = [];
|
|
204
173
|
var accepts = ['application/json'];
|
|
205
174
|
var returnType = [_FailureCategoryApiResult["default"]];
|
|
@@ -240,7 +209,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
240
209
|
var queryParams = {};
|
|
241
210
|
var headerParams = {};
|
|
242
211
|
var formParams = {};
|
|
243
|
-
var authNames = ['
|
|
212
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
244
213
|
var contentTypes = [];
|
|
245
214
|
var accepts = ['application/json'];
|
|
246
215
|
var returnType = null;
|
|
@@ -262,7 +231,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
262
231
|
|
|
263
232
|
/**
|
|
264
233
|
* Get Project filters
|
|
265
|
-
*
|
|
234
|
+
* Use case User sets project internal or global identifier User runs method execution System returns project filters
|
|
266
235
|
* @param {String} id Project internal (UUID) or global (integer) identifier
|
|
267
236
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/FilterModel>} and HTTP response
|
|
268
237
|
*/
|
|
@@ -280,7 +249,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
280
249
|
var queryParams = {};
|
|
281
250
|
var headerParams = {};
|
|
282
251
|
var formParams = {};
|
|
283
|
-
var authNames = ['
|
|
252
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
284
253
|
var contentTypes = [];
|
|
285
254
|
var accepts = ['application/json'];
|
|
286
255
|
var returnType = [_FilterModel["default"]];
|
|
@@ -289,7 +258,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
289
258
|
|
|
290
259
|
/**
|
|
291
260
|
* Get Project filters
|
|
292
|
-
*
|
|
261
|
+
* Use case User sets project internal or global identifier User runs method execution System returns project filters
|
|
293
262
|
* @param {String} id Project internal (UUID) or global (integer) identifier
|
|
294
263
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/FilterModel>}
|
|
295
264
|
*/
|
|
@@ -324,7 +293,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
324
293
|
var queryParams = {};
|
|
325
294
|
var headerParams = {};
|
|
326
295
|
var formParams = {};
|
|
327
|
-
var authNames = ['
|
|
296
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
328
297
|
var contentTypes = ['application/json'];
|
|
329
298
|
var accepts = ['application/json'];
|
|
330
299
|
var returnType = null;
|
|
@@ -366,7 +335,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
366
335
|
var queryParams = {};
|
|
367
336
|
var headerParams = {};
|
|
368
337
|
var formParams = {};
|
|
369
|
-
var authNames = ['
|
|
338
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
370
339
|
var contentTypes = [];
|
|
371
340
|
var accepts = ['application/json'];
|
|
372
341
|
var returnType = null;
|
|
@@ -405,7 +374,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
405
374
|
var queryParams = {};
|
|
406
375
|
var headerParams = {};
|
|
407
376
|
var formParams = {};
|
|
408
|
-
var authNames = ['
|
|
377
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
409
378
|
var contentTypes = [];
|
|
410
379
|
var accepts = ['application/json'];
|
|
411
380
|
var returnType = null;
|
|
@@ -427,7 +396,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
427
396
|
|
|
428
397
|
/**
|
|
429
398
|
* Delete attribute from project's test plans
|
|
430
|
-
*
|
|
399
|
+
* Use case User sets project internal or global identifier and attribute identifier User runs method execution System updates project and delete attribute from project for test plans System returns no content response
|
|
431
400
|
* @param {String} id Project internal (UUID) or global (integer) identifier
|
|
432
401
|
* @param {String} attributeId
|
|
433
402
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
@@ -451,7 +420,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
451
420
|
var queryParams = {};
|
|
452
421
|
var headerParams = {};
|
|
453
422
|
var formParams = {};
|
|
454
|
-
var authNames = ['
|
|
423
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
455
424
|
var contentTypes = [];
|
|
456
425
|
var accepts = ['application/json'];
|
|
457
426
|
var returnType = null;
|
|
@@ -460,7 +429,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
460
429
|
|
|
461
430
|
/**
|
|
462
431
|
* Delete attribute from project's test plans
|
|
463
|
-
*
|
|
432
|
+
* Use case User sets project internal or global identifier and attribute identifier User runs method execution System updates project and delete attribute from project for test plans System returns no content response
|
|
464
433
|
* @param {String} id Project internal (UUID) or global (integer) identifier
|
|
465
434
|
* @param {String} attributeId
|
|
466
435
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
@@ -475,7 +444,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
475
444
|
|
|
476
445
|
/**
|
|
477
446
|
* Update attribute of project's test plans
|
|
478
|
-
*
|
|
447
|
+
* Use case User sets project internal or global identifier and attribute model User runs method execution System updates project and project attribute for test plan System returns no content response
|
|
479
448
|
* @param {String} id Project internal (UUID) or global (integer) identifier
|
|
480
449
|
* @param {Object} opts Optional parameters
|
|
481
450
|
* @param {module:model/CustomAttributeTestPlanProjectRelationPutModel} [customAttributeTestPlanProjectRelationPutModel]
|
|
@@ -496,7 +465,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
496
465
|
var queryParams = {};
|
|
497
466
|
var headerParams = {};
|
|
498
467
|
var formParams = {};
|
|
499
|
-
var authNames = ['
|
|
468
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
500
469
|
var contentTypes = ['application/json'];
|
|
501
470
|
var accepts = ['application/json'];
|
|
502
471
|
var returnType = null;
|
|
@@ -505,7 +474,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
505
474
|
|
|
506
475
|
/**
|
|
507
476
|
* Update attribute of project's test plans
|
|
508
|
-
*
|
|
477
|
+
* Use case User sets project internal or global identifier and attribute model User runs method execution System updates project and project attribute for test plan System returns no content response
|
|
509
478
|
* @param {String} id Project internal (UUID) or global (integer) identifier
|
|
510
479
|
* @param {Object} opts Optional parameters
|
|
511
480
|
* @param {module:model/CustomAttributeTestPlanProjectRelationPutModel} opts.customAttributeTestPlanProjectRelationPutModel
|
|
@@ -521,7 +490,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
521
490
|
|
|
522
491
|
/**
|
|
523
492
|
* Get Project TestRuns full models
|
|
524
|
-
*
|
|
493
|
+
* Use case User sets project internal or global identifier User sets query params User runs method execution System returns project test runs full models
|
|
525
494
|
* @param {String} id Project internal (UUID) or global (integer) identifier
|
|
526
495
|
* @param {Object} opts Optional parameters
|
|
527
496
|
* @param {Boolean} [includeTestResults]
|
|
@@ -570,7 +539,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
570
539
|
};
|
|
571
540
|
var headerParams = {};
|
|
572
541
|
var formParams = {};
|
|
573
|
-
var authNames = ['
|
|
542
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
574
543
|
var contentTypes = [];
|
|
575
544
|
var accepts = ['application/json'];
|
|
576
545
|
var returnType = [_TestRunApiResult["default"]];
|
|
@@ -579,7 +548,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
579
548
|
|
|
580
549
|
/**
|
|
581
550
|
* Get Project TestRuns full models
|
|
582
|
-
*
|
|
551
|
+
* Use case User sets project internal or global identifier User sets query params User runs method execution System returns project test runs full models
|
|
583
552
|
* @param {String} id Project internal (UUID) or global (integer) identifier
|
|
584
553
|
* @param {Object} opts Optional parameters
|
|
585
554
|
* @param {Boolean} opts.includeTestResults
|
|
@@ -624,7 +593,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
624
593
|
var queryParams = {};
|
|
625
594
|
var headerParams = {};
|
|
626
595
|
var formParams = {};
|
|
627
|
-
var authNames = ['
|
|
596
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
628
597
|
var contentTypes = [];
|
|
629
598
|
var accepts = ['application/json'];
|
|
630
599
|
var returnType = 'Boolean';
|
|
@@ -658,7 +627,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
658
627
|
var queryParams = {};
|
|
659
628
|
var headerParams = {};
|
|
660
629
|
var formParams = {};
|
|
661
|
-
var authNames = ['
|
|
630
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
662
631
|
var contentTypes = ['application/json'];
|
|
663
632
|
var accepts = ['application/json'];
|
|
664
633
|
var returnType = 'Number';
|
|
@@ -694,7 +663,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
694
663
|
var queryParams = {};
|
|
695
664
|
var headerParams = {};
|
|
696
665
|
var formParams = {};
|
|
697
|
-
var authNames = ['
|
|
666
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
698
667
|
var contentTypes = ['application/json'];
|
|
699
668
|
var accepts = ['application/json'];
|
|
700
669
|
var returnType = 'Number';
|
|
@@ -724,7 +693,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
724
693
|
* @param {String} [searchField] Property name for searching
|
|
725
694
|
* @param {String} [searchValue] Value for searching
|
|
726
695
|
* @param {module:model/ProjectsFilterModel} [projectsFilterModel]
|
|
727
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/
|
|
696
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/ProjectApiResult>} and HTTP response
|
|
728
697
|
*/
|
|
729
698
|
}, {
|
|
730
699
|
key: "apiV2ProjectsSearchPostWithHttpInfo",
|
|
@@ -741,10 +710,10 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
741
710
|
};
|
|
742
711
|
var headerParams = {};
|
|
743
712
|
var formParams = {};
|
|
744
|
-
var authNames = ['
|
|
713
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
745
714
|
var contentTypes = ['application/json'];
|
|
746
715
|
var accepts = ['application/json'];
|
|
747
|
-
var returnType = [
|
|
716
|
+
var returnType = [_ProjectApiResult["default"]];
|
|
748
717
|
return this.apiClient.callApi('/api/v2/projects/search', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
749
718
|
}
|
|
750
719
|
|
|
@@ -757,7 +726,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
757
726
|
* @param {String} opts.searchField Property name for searching
|
|
758
727
|
* @param {String} opts.searchValue Value for searching
|
|
759
728
|
* @param {module:model/ProjectsFilterModel} opts.projectsFilterModel
|
|
760
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/
|
|
729
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/ProjectApiResult>}
|
|
761
730
|
*/
|
|
762
731
|
}, {
|
|
763
732
|
key: "apiV2ProjectsSearchPost",
|
|
@@ -769,10 +738,10 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
769
738
|
|
|
770
739
|
/**
|
|
771
740
|
* Get projects short models
|
|
772
|
-
*
|
|
741
|
+
* Use case User sets query params User runs method execution System return projects short models
|
|
773
742
|
* @param {Object} opts Optional parameters
|
|
774
743
|
* @param {module:model/GetShortProjectsApiModel} [getShortProjectsApiModel]
|
|
775
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/
|
|
744
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ProjectShortApiResultIReply} and HTTP response
|
|
776
745
|
*/
|
|
777
746
|
}, {
|
|
778
747
|
key: "apiV2ProjectsShortsPostWithHttpInfo",
|
|
@@ -783,19 +752,19 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
783
752
|
var queryParams = {};
|
|
784
753
|
var headerParams = {};
|
|
785
754
|
var formParams = {};
|
|
786
|
-
var authNames = ['
|
|
755
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
787
756
|
var contentTypes = ['application/json'];
|
|
788
757
|
var accepts = ['application/json'];
|
|
789
|
-
var returnType =
|
|
758
|
+
var returnType = _ProjectShortApiResultIReply["default"];
|
|
790
759
|
return this.apiClient.callApi('/api/v2/projects/shorts', 'POST', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
791
760
|
}
|
|
792
761
|
|
|
793
762
|
/**
|
|
794
763
|
* Get projects short models
|
|
795
|
-
*
|
|
764
|
+
* Use case User sets query params User runs method execution System return projects short models
|
|
796
765
|
* @param {Object} opts Optional parameters
|
|
797
766
|
* @param {module:model/GetShortProjectsApiModel} opts.getShortProjectsApiModel
|
|
798
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/
|
|
767
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ProjectShortApiResultIReply}
|
|
799
768
|
*/
|
|
800
769
|
}, {
|
|
801
770
|
key: "apiV2ProjectsShortsPost",
|
|
@@ -807,7 +776,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
807
776
|
|
|
808
777
|
/**
|
|
809
778
|
* Create project
|
|
810
|
-
*
|
|
779
|
+
* Use case User sets project parameters (listed in request example) and runs method execution System creates project System returns project model (example listed in response parameters)
|
|
811
780
|
* @param {Object} opts Optional parameters
|
|
812
781
|
* @param {module:model/CreateProjectApiModel} [createProjectApiModel]
|
|
813
782
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ProjectApiResult} and HTTP response
|
|
@@ -821,7 +790,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
821
790
|
var queryParams = {};
|
|
822
791
|
var headerParams = {};
|
|
823
792
|
var formParams = {};
|
|
824
|
-
var authNames = ['
|
|
793
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
825
794
|
var contentTypes = ['application/json'];
|
|
826
795
|
var accepts = ['application/json'];
|
|
827
796
|
var returnType = _ProjectApiResult["default"];
|
|
@@ -830,7 +799,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
830
799
|
|
|
831
800
|
/**
|
|
832
801
|
* Create project
|
|
833
|
-
*
|
|
802
|
+
* Use case User sets project parameters (listed in request example) and runs method execution System creates project System returns project model (example listed in response parameters)
|
|
834
803
|
* @param {Object} opts Optional parameters
|
|
835
804
|
* @param {module:model/CreateProjectApiModel} opts.createProjectApiModel
|
|
836
805
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ProjectApiResult}
|
|
@@ -862,7 +831,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
862
831
|
var queryParams = {};
|
|
863
832
|
var headerParams = {};
|
|
864
833
|
var formParams = {};
|
|
865
|
-
var authNames = ['
|
|
834
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
866
835
|
var contentTypes = [];
|
|
867
836
|
var accepts = ['application/json'];
|
|
868
837
|
var returnType = null;
|
|
@@ -884,7 +853,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
884
853
|
|
|
885
854
|
/**
|
|
886
855
|
* Get all projects
|
|
887
|
-
*
|
|
856
|
+
* Use case [Optional] User sets isDeleted field value [Optional] If User sets isDeleted field value as true, System search all deleted projects [Optional] If User sets isDeleted field value as false, System search all projects which are not deleted If User did not set isDeleted field value, System search all projects System returns array of all found projects(listed in response model)
|
|
888
857
|
* @param {Object} opts Optional parameters
|
|
889
858
|
* @param {Boolean} [isDeleted] If result must consist of only actual/deleted parameters
|
|
890
859
|
* @param {String} [projectName]
|
|
@@ -893,7 +862,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
893
862
|
* @param {String} [orderBy] SQL-like ORDER BY statement (column1 ASC|DESC , column2 ASC|DESC)
|
|
894
863
|
* @param {String} [searchField] Property name for searching
|
|
895
864
|
* @param {String} [searchValue] Value for searching
|
|
896
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/
|
|
865
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/ProjectApiResult>} and HTTP response
|
|
897
866
|
*/
|
|
898
867
|
}, {
|
|
899
868
|
key: "getAllProjectsWithHttpInfo",
|
|
@@ -912,16 +881,16 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
912
881
|
};
|
|
913
882
|
var headerParams = {};
|
|
914
883
|
var formParams = {};
|
|
915
|
-
var authNames = ['
|
|
884
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
916
885
|
var contentTypes = [];
|
|
917
886
|
var accepts = ['application/json'];
|
|
918
|
-
var returnType = [
|
|
887
|
+
var returnType = [_ProjectApiResult["default"]];
|
|
919
888
|
return this.apiClient.callApi('/api/v2/projects', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
920
889
|
}
|
|
921
890
|
|
|
922
891
|
/**
|
|
923
892
|
* Get all projects
|
|
924
|
-
*
|
|
893
|
+
* Use case [Optional] User sets isDeleted field value [Optional] If User sets isDeleted field value as true, System search all deleted projects [Optional] If User sets isDeleted field value as false, System search all projects which are not deleted If User did not set isDeleted field value, System search all projects System returns array of all found projects(listed in response model)
|
|
925
894
|
* @param {Object} opts Optional parameters
|
|
926
895
|
* @param {Boolean} opts.isDeleted If result must consist of only actual/deleted parameters
|
|
927
896
|
* @param {String} opts.projectName
|
|
@@ -930,7 +899,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
930
899
|
* @param {String} opts.orderBy SQL-like ORDER BY statement (column1 ASC|DESC , column2 ASC|DESC)
|
|
931
900
|
* @param {String} opts.searchField Property name for searching
|
|
932
901
|
* @param {String} opts.searchValue Value for searching
|
|
933
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/
|
|
902
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/ProjectApiResult>}
|
|
934
903
|
*/
|
|
935
904
|
}, {
|
|
936
905
|
key: "getAllProjects",
|
|
@@ -942,7 +911,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
942
911
|
|
|
943
912
|
/**
|
|
944
913
|
* Get namespaces of autotests in project
|
|
945
|
-
*
|
|
914
|
+
* Use case User sets project internal or global identifier and runs method execution System search project System search all autotest related to the project System returns array of autotest with namespaces and classnames (listed in response)
|
|
946
915
|
* @param {String} id Project internal (UUID) or global (integer) identifier
|
|
947
916
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/AutoTestNamespaceApiResult>} and HTTP response
|
|
948
917
|
*/
|
|
@@ -960,7 +929,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
960
929
|
var queryParams = {};
|
|
961
930
|
var headerParams = {};
|
|
962
931
|
var formParams = {};
|
|
963
|
-
var authNames = ['
|
|
932
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
964
933
|
var contentTypes = [];
|
|
965
934
|
var accepts = ['application/json'];
|
|
966
935
|
var returnType = [_AutoTestNamespaceApiResult["default"]];
|
|
@@ -969,7 +938,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
969
938
|
|
|
970
939
|
/**
|
|
971
940
|
* Get namespaces of autotests in project
|
|
972
|
-
*
|
|
941
|
+
* Use case User sets project internal or global identifier and runs method execution System search project System search all autotest related to the project System returns array of autotest with namespaces and classnames (listed in response)
|
|
973
942
|
* @param {String} id Project internal (UUID) or global (integer) identifier
|
|
974
943
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/AutoTestNamespaceApiResult>}
|
|
975
944
|
*/
|
|
@@ -983,9 +952,9 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
983
952
|
|
|
984
953
|
/**
|
|
985
954
|
* Get project by ID
|
|
986
|
-
*
|
|
955
|
+
* Use case User sets project internal or global identifier and runs method execution System search project System returns project (example listed in response parameters)
|
|
987
956
|
* @param {String} id Project internal (UUID) or global (integer) identifier
|
|
988
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/
|
|
957
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/DetailedProjectApiResult} and HTTP response
|
|
989
958
|
*/
|
|
990
959
|
}, {
|
|
991
960
|
key: "getProjectByIdWithHttpInfo",
|
|
@@ -1001,18 +970,18 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1001
970
|
var queryParams = {};
|
|
1002
971
|
var headerParams = {};
|
|
1003
972
|
var formParams = {};
|
|
1004
|
-
var authNames = ['
|
|
973
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
1005
974
|
var contentTypes = [];
|
|
1006
975
|
var accepts = ['application/json'];
|
|
1007
|
-
var returnType =
|
|
976
|
+
var returnType = _DetailedProjectApiResult["default"];
|
|
1008
977
|
return this.apiClient.callApi('/api/v2/projects/{id}', 'GET', pathParams, queryParams, headerParams, formParams, postBody, authNames, contentTypes, accepts, returnType, null);
|
|
1009
978
|
}
|
|
1010
979
|
|
|
1011
980
|
/**
|
|
1012
981
|
* Get project by ID
|
|
1013
|
-
*
|
|
982
|
+
* Use case User sets project internal or global identifier and runs method execution System search project System returns project (example listed in response parameters)
|
|
1014
983
|
* @param {String} id Project internal (UUID) or global (integer) identifier
|
|
1015
|
-
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/
|
|
984
|
+
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/DetailedProjectApiResult}
|
|
1016
985
|
*/
|
|
1017
986
|
}, {
|
|
1018
987
|
key: "getProjectById",
|
|
@@ -1024,7 +993,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1024
993
|
|
|
1025
994
|
/**
|
|
1026
995
|
* Get project test plans
|
|
1027
|
-
*
|
|
996
|
+
* Use case User sets project internal or global identifier [Optional] User sets isDeleted field value User runs method execution System search project [Optional] If User sets isDeleted field value as true, System search all deleted test plans related to project [Optional] If User sets isDeleted field value as false, System search all test plans related to project which are not deleted [Optional] If User did not set isDeleted field value, System search all v related to project System returns array of found test plans (listed in response model)
|
|
1028
997
|
* @param {String} id Project internal (UUID) or global (integer) identifier
|
|
1029
998
|
* @param {Object} opts Optional parameters
|
|
1030
999
|
* @param {Boolean} [isDeleted] If result must consist of only actual/archived test plans
|
|
@@ -1047,7 +1016,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1047
1016
|
};
|
|
1048
1017
|
var headerParams = {};
|
|
1049
1018
|
var formParams = {};
|
|
1050
|
-
var authNames = ['
|
|
1019
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
1051
1020
|
var contentTypes = [];
|
|
1052
1021
|
var accepts = ['application/json'];
|
|
1053
1022
|
var returnType = [_TestPlanModel["default"]];
|
|
@@ -1056,7 +1025,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1056
1025
|
|
|
1057
1026
|
/**
|
|
1058
1027
|
* Get project test plans
|
|
1059
|
-
*
|
|
1028
|
+
* Use case User sets project internal or global identifier [Optional] User sets isDeleted field value User runs method execution System search project [Optional] If User sets isDeleted field value as true, System search all deleted test plans related to project [Optional] If User sets isDeleted field value as false, System search all test plans related to project which are not deleted [Optional] If User did not set isDeleted field value, System search all v related to project System returns array of found test plans (listed in response model)
|
|
1060
1029
|
* @param {String} id Project internal (UUID) or global (integer) identifier
|
|
1061
1030
|
* @param {Object} opts Optional parameters
|
|
1062
1031
|
* @param {Boolean} opts.isDeleted If result must consist of only actual/archived test plans
|
|
@@ -1072,7 +1041,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1072
1041
|
|
|
1073
1042
|
/**
|
|
1074
1043
|
* Get project test runs
|
|
1075
|
-
*
|
|
1044
|
+
* Use case User sets project internal or global identifier User runs method execution System search project System search all test runs related to project System returns array of found test runs (listed in response model)
|
|
1076
1045
|
* @param {String} id Project internal (UUID) or global (integer) identifier
|
|
1077
1046
|
* @param {Boolean} notStarted
|
|
1078
1047
|
* @param {Boolean} inProgress
|
|
@@ -1133,7 +1102,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1133
1102
|
};
|
|
1134
1103
|
var headerParams = {};
|
|
1135
1104
|
var formParams = {};
|
|
1136
|
-
var authNames = ['
|
|
1105
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
1137
1106
|
var contentTypes = [];
|
|
1138
1107
|
var accepts = ['application/json'];
|
|
1139
1108
|
var returnType = [_TestRunV2ApiResult["default"]];
|
|
@@ -1142,7 +1111,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1142
1111
|
|
|
1143
1112
|
/**
|
|
1144
1113
|
* Get project test runs
|
|
1145
|
-
*
|
|
1114
|
+
* Use case User sets project internal or global identifier User runs method execution System search project System search all test runs related to project System returns array of found test runs (listed in response model)
|
|
1146
1115
|
* @param {String} id Project internal (UUID) or global (integer) identifier
|
|
1147
1116
|
* @param {Boolean} notStarted
|
|
1148
1117
|
* @param {Boolean} inProgress
|
|
@@ -1169,7 +1138,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1169
1138
|
|
|
1170
1139
|
/**
|
|
1171
1140
|
* Update project
|
|
1172
|
-
*
|
|
1141
|
+
* Use case User sets project parameters (listed in request example) and runs method execution System updates project System returns updated project model (example listed in response parameters)
|
|
1173
1142
|
* @param {Object} opts Optional parameters
|
|
1174
1143
|
* @param {module:model/UpdateProjectApiModel} [updateProjectApiModel]
|
|
1175
1144
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
@@ -1183,7 +1152,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1183
1152
|
var queryParams = {};
|
|
1184
1153
|
var headerParams = {};
|
|
1185
1154
|
var formParams = {};
|
|
1186
|
-
var authNames = ['
|
|
1155
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
1187
1156
|
var contentTypes = ['application/json'];
|
|
1188
1157
|
var accepts = ['application/json'];
|
|
1189
1158
|
var returnType = null;
|
|
@@ -1192,7 +1161,7 @@ var ProjectsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
1192
1161
|
|
|
1193
1162
|
/**
|
|
1194
1163
|
* Update project
|
|
1195
|
-
*
|
|
1164
|
+
* Use case User sets project parameters (listed in request example) and runs method execution System updates project System returns updated project model (example listed in response parameters)
|
|
1196
1165
|
* @param {Object} opts Optional parameters
|
|
1197
1166
|
* @param {module:model/UpdateProjectApiModel} opts.updateProjectApiModel
|
|
1198
1167
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|