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
|
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
31
31
|
/**
|
|
32
32
|
* Notifications service.
|
|
33
33
|
* @module api/NotificationsApi
|
|
34
|
-
* @version 7.
|
|
34
|
+
* @version 7.3.0-TMS-5.8
|
|
35
35
|
*/
|
|
36
36
|
var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
|
@@ -48,7 +48,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
48
48
|
|
|
49
49
|
/**
|
|
50
50
|
* Get unread Notifications total in last 7 days
|
|
51
|
-
*
|
|
51
|
+
* Use case User runs method execution System returns unread notifications total (listed in the response example)
|
|
52
52
|
* @param {Object} opts Optional parameters
|
|
53
53
|
* @param {Boolean} [isRead]
|
|
54
54
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Number} and HTTP response
|
|
@@ -64,7 +64,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
64
64
|
};
|
|
65
65
|
var headerParams = {};
|
|
66
66
|
var formParams = {};
|
|
67
|
-
var authNames = ['
|
|
67
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
68
68
|
var contentTypes = [];
|
|
69
69
|
var accepts = ['application/json'];
|
|
70
70
|
var returnType = 'Number';
|
|
@@ -73,7 +73,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
73
73
|
|
|
74
74
|
/**
|
|
75
75
|
* Get unread Notifications total in last 7 days
|
|
76
|
-
*
|
|
76
|
+
* Use case User runs method execution System returns unread notifications total (listed in the response example)
|
|
77
77
|
* @param {Object} opts Optional parameters
|
|
78
78
|
* @param {Boolean} opts.isRead
|
|
79
79
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Number}
|
|
@@ -88,7 +88,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
88
88
|
|
|
89
89
|
/**
|
|
90
90
|
* Get all Notifications for current User
|
|
91
|
-
*
|
|
91
|
+
* Use case User runs method execution System returns notifications (listed in the response example)
|
|
92
92
|
* @param {Object} opts Optional parameters
|
|
93
93
|
* @param {module:model/NotificationTypeModel} [notificationType]
|
|
94
94
|
* @param {Number} [skip] Amount of items to be skipped (offset)
|
|
@@ -114,7 +114,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
114
114
|
};
|
|
115
115
|
var headerParams = {};
|
|
116
116
|
var formParams = {};
|
|
117
|
-
var authNames = ['
|
|
117
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
118
118
|
var contentTypes = [];
|
|
119
119
|
var accepts = ['application/json'];
|
|
120
120
|
var returnType = [_NotificationModel["default"]];
|
|
@@ -123,7 +123,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
123
123
|
|
|
124
124
|
/**
|
|
125
125
|
* Get all Notifications for current User
|
|
126
|
-
*
|
|
126
|
+
* Use case User runs method execution System returns notifications (listed in the response example)
|
|
127
127
|
* @param {Object} opts Optional parameters
|
|
128
128
|
* @param {module:model/NotificationTypeModel} opts.notificationType
|
|
129
129
|
* @param {Number} opts.skip Amount of items to be skipped (offset)
|
|
@@ -143,7 +143,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
143
143
|
|
|
144
144
|
/**
|
|
145
145
|
* Set Notification as read
|
|
146
|
-
*
|
|
146
|
+
* Use case User sets notification internal (guid format) identifier User runs method execution System set notification as read
|
|
147
147
|
* @param {String} id
|
|
148
148
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
149
149
|
*/
|
|
@@ -161,7 +161,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
161
161
|
var queryParams = {};
|
|
162
162
|
var headerParams = {};
|
|
163
163
|
var formParams = {};
|
|
164
|
-
var authNames = ['
|
|
164
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
165
165
|
var contentTypes = [];
|
|
166
166
|
var accepts = ['application/json'];
|
|
167
167
|
var returnType = null;
|
|
@@ -170,7 +170,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
170
170
|
|
|
171
171
|
/**
|
|
172
172
|
* Set Notification as read
|
|
173
|
-
*
|
|
173
|
+
* Use case User sets notification internal (guid format) identifier User runs method execution System set notification as read
|
|
174
174
|
* @param {String} id
|
|
175
175
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
176
176
|
*/
|
|
@@ -184,7 +184,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
184
184
|
|
|
185
185
|
/**
|
|
186
186
|
* Set all Notifications as read
|
|
187
|
-
*
|
|
187
|
+
* Use case User runs method execution System set all notifications as read
|
|
188
188
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
189
189
|
*/
|
|
190
190
|
}, {
|
|
@@ -195,7 +195,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
195
195
|
var queryParams = {};
|
|
196
196
|
var headerParams = {};
|
|
197
197
|
var formParams = {};
|
|
198
|
-
var authNames = ['
|
|
198
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
199
199
|
var contentTypes = [];
|
|
200
200
|
var accepts = ['application/json'];
|
|
201
201
|
var returnType = null;
|
|
@@ -204,7 +204,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
204
204
|
|
|
205
205
|
/**
|
|
206
206
|
* Set all Notifications as read
|
|
207
|
-
*
|
|
207
|
+
* Use case User runs method execution System set all notifications as read
|
|
208
208
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
209
209
|
*/
|
|
210
210
|
}, {
|
|
@@ -217,7 +217,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
217
217
|
|
|
218
218
|
/**
|
|
219
219
|
* Search Notifications for current User
|
|
220
|
-
*
|
|
220
|
+
* Use case User set filter and runs method execution System returns notifications (listed in the response example)
|
|
221
221
|
* @param {Object} opts Optional parameters
|
|
222
222
|
* @param {Number} [skip] Amount of items to be skipped (offset)
|
|
223
223
|
* @param {Number} [take] Amount of items to be taken (limit)
|
|
@@ -242,7 +242,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
242
242
|
};
|
|
243
243
|
var headerParams = {};
|
|
244
244
|
var formParams = {};
|
|
245
|
-
var authNames = ['
|
|
245
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
246
246
|
var contentTypes = ['application/json'];
|
|
247
247
|
var accepts = ['application/json'];
|
|
248
248
|
var returnType = [_NotificationModel["default"]];
|
|
@@ -251,7 +251,7 @@ var NotificationsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
251
251
|
|
|
252
252
|
/**
|
|
253
253
|
* Search Notifications for current User
|
|
254
|
-
*
|
|
254
|
+
* Use case User set filter and runs method execution System returns notifications (listed in the response example)
|
|
255
255
|
* @param {Object} opts Optional parameters
|
|
256
256
|
* @param {Number} opts.skip Amount of items to be skipped (offset)
|
|
257
257
|
* @param {Number} opts.take Amount of items to be taken (limit)
|
|
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
29
29
|
/**
|
|
30
30
|
* OpenIdConnections service.
|
|
31
31
|
* @module api/OpenIdConnectionsApi
|
|
32
|
-
* @version 7.
|
|
32
|
+
* @version 7.3.0-TMS-5.8
|
|
33
33
|
*/
|
|
34
34
|
var OpenIdConnectionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -55,7 +55,7 @@ var OpenIdConnectionsApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
55
55
|
var queryParams = {};
|
|
56
56
|
var headerParams = {};
|
|
57
57
|
var formParams = {};
|
|
58
|
-
var authNames = ['
|
|
58
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
59
59
|
var contentTypes = [];
|
|
60
60
|
var accepts = ['application/json'];
|
|
61
61
|
var returnType = [_OpenIdConnectionClientShortModel["default"]];
|
|
@@ -34,7 +34,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
34
34
|
/**
|
|
35
35
|
* Parameters service.
|
|
36
36
|
* @module api/ParametersApi
|
|
37
|
-
* @version 7.
|
|
37
|
+
* @version 7.3.0-TMS-5.8
|
|
38
38
|
*/
|
|
39
39
|
var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
40
40
|
/**
|
|
@@ -51,7 +51,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
51
51
|
|
|
52
52
|
/**
|
|
53
53
|
* Create multiple parameters
|
|
54
|
-
*
|
|
54
|
+
* Use case User sets list of parameter model (listed in the request example) User runs method execution System creates parameters System returns list of parameter model (listed in the response example)
|
|
55
55
|
* @param {Object} opts Optional parameters
|
|
56
56
|
* @param {Array.<module:model/CreateParameterApiModel>} [createParameterApiModel]
|
|
57
57
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<module:model/ParameterApiResult>} and HTTP response
|
|
@@ -65,7 +65,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
65
65
|
var queryParams = {};
|
|
66
66
|
var headerParams = {};
|
|
67
67
|
var formParams = {};
|
|
68
|
-
var authNames = ['
|
|
68
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
69
69
|
var contentTypes = ['application/json'];
|
|
70
70
|
var accepts = ['application/json'];
|
|
71
71
|
var returnType = [_ParameterApiResult["default"]];
|
|
@@ -74,7 +74,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
76
|
* Create multiple parameters
|
|
77
|
-
*
|
|
77
|
+
* Use case User sets list of parameter model (listed in the request example) User runs method execution System creates parameters System returns list of parameter model (listed in the response example)
|
|
78
78
|
* @param {Object} opts Optional parameters
|
|
79
79
|
* @param {Array.<module:model/CreateParameterApiModel>} opts.createParameterApiModel
|
|
80
80
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<module:model/ParameterApiResult>}
|
|
@@ -89,7 +89,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
89
89
|
|
|
90
90
|
/**
|
|
91
91
|
* Update multiple parameters
|
|
92
|
-
*
|
|
92
|
+
* Use case User sets list of parameter model (listed in the request example) User runs method execution System updates parameters
|
|
93
93
|
* @param {Object} opts Optional parameters
|
|
94
94
|
* @param {Array.<module:model/UpdateParameterApiModel>} [updateParameterApiModel]
|
|
95
95
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
@@ -103,7 +103,7 @@ var ParametersApi = 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 = ['application/json'];
|
|
108
108
|
var accepts = ['application/json'];
|
|
109
109
|
var returnType = null;
|
|
@@ -112,7 +112,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
112
112
|
|
|
113
113
|
/**
|
|
114
114
|
* Update multiple parameters
|
|
115
|
-
*
|
|
115
|
+
* Use case User sets list of parameter model (listed in the request example) User runs method execution System updates parameters
|
|
116
116
|
* @param {Object} opts Optional parameters
|
|
117
117
|
* @param {Array.<module:model/UpdateParameterApiModel>} opts.updateParameterApiModel
|
|
118
118
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
@@ -127,7 +127,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
127
127
|
|
|
128
128
|
/**
|
|
129
129
|
* Get parameters as group
|
|
130
|
-
*
|
|
130
|
+
* Use case User runs method execution System search parameters System returns parameters models as groups (listed in the response example)
|
|
131
131
|
* @param {Object} opts Optional parameters
|
|
132
132
|
* @param {Array.<String>} [parameterKeyIds]
|
|
133
133
|
* @param {String} [name]
|
|
@@ -159,7 +159,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
159
159
|
};
|
|
160
160
|
var headerParams = {};
|
|
161
161
|
var formParams = {};
|
|
162
|
-
var authNames = ['
|
|
162
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
163
163
|
var contentTypes = [];
|
|
164
164
|
var accepts = ['application/json'];
|
|
165
165
|
var returnType = [_ParameterGroupApiResult["default"]];
|
|
@@ -168,7 +168,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
168
168
|
|
|
169
169
|
/**
|
|
170
170
|
* Get parameters as group
|
|
171
|
-
*
|
|
171
|
+
* Use case User runs method execution System search parameters System returns parameters models as groups (listed in the response example)
|
|
172
172
|
* @param {Object} opts Optional parameters
|
|
173
173
|
* @param {Array.<String>} opts.parameterKeyIds
|
|
174
174
|
* @param {String} opts.name
|
|
@@ -191,7 +191,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
191
191
|
|
|
192
192
|
/**
|
|
193
193
|
* Check existence parameter key in system
|
|
194
|
-
*
|
|
194
|
+
* Use case User sets name of parameter key User runs method execution System search parameter key System returns the flag for the existence of the parameter key in the system
|
|
195
195
|
* @param {String} name
|
|
196
196
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Boolean} and HTTP response
|
|
197
197
|
*/
|
|
@@ -209,7 +209,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
209
209
|
var queryParams = {};
|
|
210
210
|
var headerParams = {};
|
|
211
211
|
var formParams = {};
|
|
212
|
-
var authNames = ['
|
|
212
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
213
213
|
var contentTypes = [];
|
|
214
214
|
var accepts = ['application/json'];
|
|
215
215
|
var returnType = 'Boolean';
|
|
@@ -218,7 +218,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
218
218
|
|
|
219
219
|
/**
|
|
220
220
|
* Check existence parameter key in system
|
|
221
|
-
*
|
|
221
|
+
* Use case User sets name of parameter key User runs method execution System search parameter key System returns the flag for the existence of the parameter key in the system
|
|
222
222
|
* @param {String} name
|
|
223
223
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Boolean}
|
|
224
224
|
*/
|
|
@@ -232,7 +232,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
232
232
|
|
|
233
233
|
/**
|
|
234
234
|
* Get all parameter key values
|
|
235
|
-
*
|
|
235
|
+
* Use case User sets parameter key (string format) User runs method execution System search parameter values using the key System returns parameter
|
|
236
236
|
* @param {String} key Parameter key (string format)
|
|
237
237
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link Array.<String>} and HTTP response
|
|
238
238
|
*/
|
|
@@ -250,7 +250,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
250
250
|
var queryParams = {};
|
|
251
251
|
var headerParams = {};
|
|
252
252
|
var formParams = {};
|
|
253
|
-
var authNames = ['
|
|
253
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
254
254
|
var contentTypes = [];
|
|
255
255
|
var accepts = ['application/json'];
|
|
256
256
|
var returnType = ['String'];
|
|
@@ -259,7 +259,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
259
259
|
|
|
260
260
|
/**
|
|
261
261
|
* Get all parameter key values
|
|
262
|
-
*
|
|
262
|
+
* Use case User sets parameter key (string format) User runs method execution System search parameter values using the key System returns parameter
|
|
263
263
|
* @param {String} key Parameter key (string format)
|
|
264
264
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link Array.<String>}
|
|
265
265
|
*/
|
|
@@ -273,7 +273,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
273
273
|
|
|
274
274
|
/**
|
|
275
275
|
* Get all parameter keys
|
|
276
|
-
*
|
|
276
|
+
* Use case User runs method execution System search all parameter keys System returns parameter keys
|
|
277
277
|
* @param {Object} opts Optional parameters
|
|
278
278
|
* @param {Array.<String>} [projectIds]
|
|
279
279
|
* @param {Number} [skip] Amount of items to be skipped (offset)
|
|
@@ -299,7 +299,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
299
299
|
};
|
|
300
300
|
var headerParams = {};
|
|
301
301
|
var formParams = {};
|
|
302
|
-
var authNames = ['
|
|
302
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
303
303
|
var contentTypes = [];
|
|
304
304
|
var accepts = ['application/json'];
|
|
305
305
|
var returnType = ['String'];
|
|
@@ -308,7 +308,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
308
308
|
|
|
309
309
|
/**
|
|
310
310
|
* Get all parameter keys
|
|
311
|
-
*
|
|
311
|
+
* Use case User runs method execution System search all parameter keys System returns parameter keys
|
|
312
312
|
* @param {Object} opts Optional parameters
|
|
313
313
|
* @param {Array.<String>} opts.projectIds
|
|
314
314
|
* @param {Number} opts.skip Amount of items to be skipped (offset)
|
|
@@ -352,7 +352,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
352
352
|
};
|
|
353
353
|
var headerParams = {};
|
|
354
354
|
var formParams = {};
|
|
355
|
-
var authNames = ['
|
|
355
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
356
356
|
var contentTypes = ['application/json'];
|
|
357
357
|
var accepts = ['application/json'];
|
|
358
358
|
var returnType = [_ParameterGroupApiResult["default"]];
|
|
@@ -404,7 +404,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
404
404
|
};
|
|
405
405
|
var headerParams = {};
|
|
406
406
|
var formParams = {};
|
|
407
|
-
var authNames = ['
|
|
407
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
408
408
|
var contentTypes = ['application/json'];
|
|
409
409
|
var accepts = ['application/json'];
|
|
410
410
|
var returnType = [_ParameterApiResult["default"]];
|
|
@@ -432,7 +432,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
432
432
|
|
|
433
433
|
/**
|
|
434
434
|
* Create parameter
|
|
435
|
-
*
|
|
435
|
+
* Use case User sets parameter model (listed in the request example) User runs method execution System creates parameter System returns parameter model
|
|
436
436
|
* @param {Object} opts Optional parameters
|
|
437
437
|
* @param {module:model/CreateParameterApiModel} [createParameterApiModel]
|
|
438
438
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ParameterApiResult} and HTTP response
|
|
@@ -446,7 +446,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
446
446
|
var queryParams = {};
|
|
447
447
|
var headerParams = {};
|
|
448
448
|
var formParams = {};
|
|
449
|
-
var authNames = ['
|
|
449
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
450
450
|
var contentTypes = ['application/json'];
|
|
451
451
|
var accepts = ['application/json'];
|
|
452
452
|
var returnType = _ParameterApiResult["default"];
|
|
@@ -455,7 +455,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
455
455
|
|
|
456
456
|
/**
|
|
457
457
|
* Create parameter
|
|
458
|
-
*
|
|
458
|
+
* Use case User sets parameter model (listed in the request example) User runs method execution System creates parameter System returns parameter model
|
|
459
459
|
* @param {Object} opts Optional parameters
|
|
460
460
|
* @param {module:model/CreateParameterApiModel} opts.createParameterApiModel
|
|
461
461
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ParameterApiResult}
|
|
@@ -488,7 +488,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
488
488
|
var queryParams = {};
|
|
489
489
|
var headerParams = {};
|
|
490
490
|
var formParams = {};
|
|
491
|
-
var authNames = ['
|
|
491
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
492
492
|
var contentTypes = [];
|
|
493
493
|
var accepts = ['application/json'];
|
|
494
494
|
var returnType = null;
|
|
@@ -529,7 +529,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
529
529
|
var queryParams = {};
|
|
530
530
|
var headerParams = {};
|
|
531
531
|
var formParams = {};
|
|
532
|
-
var authNames = ['
|
|
532
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
533
533
|
var contentTypes = [];
|
|
534
534
|
var accepts = ['application/json'];
|
|
535
535
|
var returnType = null;
|
|
@@ -552,7 +552,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
552
552
|
|
|
553
553
|
/**
|
|
554
554
|
* Delete parameter
|
|
555
|
-
*
|
|
555
|
+
* Use case User sets parameter internal (guid format) identifier System search and delete parameter System returns deleted parameter
|
|
556
556
|
* @param {String} id Parameter internal (UUID) identifier
|
|
557
557
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
558
558
|
*/
|
|
@@ -570,7 +570,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
570
570
|
var queryParams = {};
|
|
571
571
|
var headerParams = {};
|
|
572
572
|
var formParams = {};
|
|
573
|
-
var authNames = ['
|
|
573
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
574
574
|
var contentTypes = [];
|
|
575
575
|
var accepts = ['application/json'];
|
|
576
576
|
var returnType = null;
|
|
@@ -579,7 +579,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
579
579
|
|
|
580
580
|
/**
|
|
581
581
|
* Delete parameter
|
|
582
|
-
*
|
|
582
|
+
* Use case User sets parameter internal (guid format) identifier System search and delete parameter System returns deleted parameter
|
|
583
583
|
* @param {String} id Parameter internal (UUID) identifier
|
|
584
584
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
585
585
|
*/
|
|
@@ -593,7 +593,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
593
593
|
|
|
594
594
|
/**
|
|
595
595
|
* Get all parameters
|
|
596
|
-
*
|
|
596
|
+
* Use case [Optional] User sets isDeleted field value [Optional] If User sets isDeleted field value as true, System search all deleted parameters [Optional] If User sets isDeleted field value as false, System search all parameters which are not deleted If User did not set isDeleted field value, System search all parameters System returns array of all found parameters(listed in response model)
|
|
597
597
|
* @param {Object} opts Optional parameters
|
|
598
598
|
* @param {Boolean} [isDeleted] If result must consist of only actual/deleted parameters
|
|
599
599
|
* @param {Number} [skip] Amount of items to be skipped (offset)
|
|
@@ -619,7 +619,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
619
619
|
};
|
|
620
620
|
var headerParams = {};
|
|
621
621
|
var formParams = {};
|
|
622
|
-
var authNames = ['
|
|
622
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
623
623
|
var contentTypes = [];
|
|
624
624
|
var accepts = ['application/json'];
|
|
625
625
|
var returnType = [_ParameterApiResult["default"]];
|
|
@@ -628,7 +628,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
628
628
|
|
|
629
629
|
/**
|
|
630
630
|
* Get all parameters
|
|
631
|
-
*
|
|
631
|
+
* Use case [Optional] User sets isDeleted field value [Optional] If User sets isDeleted field value as true, System search all deleted parameters [Optional] If User sets isDeleted field value as false, System search all parameters which are not deleted If User did not set isDeleted field value, System search all parameters System returns array of all found parameters(listed in response model)
|
|
632
632
|
* @param {Object} opts Optional parameters
|
|
633
633
|
* @param {Boolean} opts.isDeleted If result must consist of only actual/deleted parameters
|
|
634
634
|
* @param {Number} opts.skip Amount of items to be skipped (offset)
|
|
@@ -648,7 +648,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
648
648
|
|
|
649
649
|
/**
|
|
650
650
|
* Get parameter by ID
|
|
651
|
-
*
|
|
651
|
+
* Use case User sets parameter internal (guid format) identifier User runs method execution System search parameter using the identifier System returns parameter
|
|
652
652
|
* @param {String} id Parameter internal (UUID) identifier
|
|
653
653
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ParameterApiResult} and HTTP response
|
|
654
654
|
*/
|
|
@@ -666,7 +666,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
666
666
|
var queryParams = {};
|
|
667
667
|
var headerParams = {};
|
|
668
668
|
var formParams = {};
|
|
669
|
-
var authNames = ['
|
|
669
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
670
670
|
var contentTypes = [];
|
|
671
671
|
var accepts = ['application/json'];
|
|
672
672
|
var returnType = _ParameterApiResult["default"];
|
|
@@ -675,7 +675,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
675
675
|
|
|
676
676
|
/**
|
|
677
677
|
* Get parameter by ID
|
|
678
|
-
*
|
|
678
|
+
* Use case User sets parameter internal (guid format) identifier User runs method execution System search parameter using the identifier System returns parameter
|
|
679
679
|
* @param {String} id Parameter internal (UUID) identifier
|
|
680
680
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ParameterApiResult}
|
|
681
681
|
*/
|
|
@@ -689,7 +689,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
689
689
|
|
|
690
690
|
/**
|
|
691
691
|
* Update parameter
|
|
692
|
-
*
|
|
692
|
+
* Use case User sets parameter updated properties(listed in the request example) User runs method execution System updated parameter using updated properties System returns no content response
|
|
693
693
|
* @param {Object} opts Optional parameters
|
|
694
694
|
* @param {module:model/UpdateParameterApiModel} [updateParameterApiModel]
|
|
695
695
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
@@ -703,7 +703,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
703
703
|
var queryParams = {};
|
|
704
704
|
var headerParams = {};
|
|
705
705
|
var formParams = {};
|
|
706
|
-
var authNames = ['
|
|
706
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
707
707
|
var contentTypes = ['application/json'];
|
|
708
708
|
var accepts = ['application/json'];
|
|
709
709
|
var returnType = null;
|
|
@@ -712,7 +712,7 @@ var ParametersApi = exports["default"] = /*#__PURE__*/function () {
|
|
|
712
712
|
|
|
713
713
|
/**
|
|
714
714
|
* Update parameter
|
|
715
|
-
*
|
|
715
|
+
* Use case User sets parameter updated properties(listed in the request example) User runs method execution System updated parameter using updated properties System returns no content response
|
|
716
716
|
* @param {Object} opts Optional parameters
|
|
717
717
|
* @param {module:model/UpdateParameterApiModel} opts.updateParameterApiModel
|
|
718
718
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* ProjectAttributeTemplates service.
|
|
32
32
|
* @module api/ProjectAttributeTemplatesApi
|
|
33
|
-
* @version 7.
|
|
33
|
+
* @version 7.3.0-TMS-5.8
|
|
34
34
|
*/
|
|
35
35
|
var ProjectAttributeTemplatesApi = exports["default"] = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -78,7 +78,7 @@ var ProjectAttributeTemplatesApi = exports["default"] = /*#__PURE__*/function ()
|
|
|
78
78
|
};
|
|
79
79
|
var headerParams = {};
|
|
80
80
|
var formParams = {};
|
|
81
|
-
var authNames = ['
|
|
81
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
82
82
|
var contentTypes = ['application/json'];
|
|
83
83
|
var accepts = ['application/json'];
|
|
84
84
|
var returnType = [_ProjectCustomAttributeTemplateGetModel["default"]];
|
|
@@ -107,7 +107,7 @@ var ProjectAttributeTemplatesApi = exports["default"] = /*#__PURE__*/function ()
|
|
|
107
107
|
|
|
108
108
|
/**
|
|
109
109
|
* Delete CustomAttributeTemplate from Project
|
|
110
|
-
*
|
|
110
|
+
* Use case User sets project internal or global identifier User sets attribute template internal identifier User runs method execution System delete attribute template from project
|
|
111
111
|
* @param {String} projectId Project internal (UUID) or global (integer) identifier
|
|
112
112
|
* @param {String} templateId CustomAttributeTemplate internal (UUID) identifier
|
|
113
113
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
@@ -131,7 +131,7 @@ var ProjectAttributeTemplatesApi = exports["default"] = /*#__PURE__*/function ()
|
|
|
131
131
|
var queryParams = {};
|
|
132
132
|
var headerParams = {};
|
|
133
133
|
var formParams = {};
|
|
134
|
-
var authNames = ['
|
|
134
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
135
135
|
var contentTypes = [];
|
|
136
136
|
var accepts = ['application/json'];
|
|
137
137
|
var returnType = null;
|
|
@@ -140,7 +140,7 @@ var ProjectAttributeTemplatesApi = exports["default"] = /*#__PURE__*/function ()
|
|
|
140
140
|
|
|
141
141
|
/**
|
|
142
142
|
* Delete CustomAttributeTemplate from Project
|
|
143
|
-
*
|
|
143
|
+
* Use case User sets project internal or global identifier User sets attribute template internal identifier User runs method execution System delete attribute template from project
|
|
144
144
|
* @param {String} projectId Project internal (UUID) or global (integer) identifier
|
|
145
145
|
* @param {String} templateId CustomAttributeTemplate internal (UUID) identifier
|
|
146
146
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|
|
@@ -155,7 +155,7 @@ var ProjectAttributeTemplatesApi = exports["default"] = /*#__PURE__*/function ()
|
|
|
155
155
|
|
|
156
156
|
/**
|
|
157
157
|
* Add CustomAttributeTemplate to Project
|
|
158
|
-
*
|
|
158
|
+
* Use case User sets project internal or global identifier User sets attribute template internal identifier User runs method execution System add attribute template to project
|
|
159
159
|
* @param {String} projectId Project internal (UUID) or global (integer) identifier
|
|
160
160
|
* @param {String} templateId CustomAttributeTemplate internal (UUID) identifier
|
|
161
161
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing HTTP response
|
|
@@ -179,7 +179,7 @@ var ProjectAttributeTemplatesApi = exports["default"] = /*#__PURE__*/function ()
|
|
|
179
179
|
var queryParams = {};
|
|
180
180
|
var headerParams = {};
|
|
181
181
|
var formParams = {};
|
|
182
|
-
var authNames = ['
|
|
182
|
+
var authNames = ['PrivateToken', 'Cookies'];
|
|
183
183
|
var contentTypes = [];
|
|
184
184
|
var accepts = ['application/json'];
|
|
185
185
|
var returnType = null;
|
|
@@ -188,7 +188,7 @@ var ProjectAttributeTemplatesApi = exports["default"] = /*#__PURE__*/function ()
|
|
|
188
188
|
|
|
189
189
|
/**
|
|
190
190
|
* Add CustomAttributeTemplate to Project
|
|
191
|
-
*
|
|
191
|
+
* Use case User sets project internal or global identifier User sets attribute template internal identifier User runs method execution System add attribute template to project
|
|
192
192
|
* @param {String} projectId Project internal (UUID) or global (integer) identifier
|
|
193
193
|
* @param {String} templateId CustomAttributeTemplate internal (UUID) identifier
|
|
194
194
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}
|