testit-api-client 7.2.6 → 7.2.7
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 +78 -12
- package/dist/api/AttachmentsApi.js +6 -6
- package/dist/api/AutoTestsApi.js +21 -21
- package/dist/api/BackgroundJobsApi.js +7 -7
- package/dist/api/ConfigurationParametersApi.js +244 -0
- package/dist/api/ConfigurationsApi.js +13 -13
- package/dist/api/CustomAttributeTemplatesApi.js +10 -10
- package/dist/api/CustomAttributesApi.js +7 -7
- package/dist/api/ExternalIssuesApi.js +6 -6
- package/dist/api/NotificationsApi.js +6 -6
- package/dist/api/OpenIdConnectionsApi.js +2 -2
- package/dist/api/ParametersApi.js +16 -16
- package/dist/api/ProjectAttributeTemplatesApi.js +4 -4
- package/dist/api/ProjectAttributesApi.js +10 -11
- package/dist/api/ProjectConfigurationsApi.js +2 -2
- package/dist/api/ProjectSectionsApi.js +2 -2
- package/dist/api/ProjectSettingsApi.js +3 -3
- package/dist/api/ProjectTestPlanAttributesApi.js +9 -10
- package/dist/api/ProjectTestPlanTestPointsApi.js +3 -3
- package/dist/api/ProjectTestPlansApi.js +7 -7
- package/dist/api/ProjectWorkItemsApi.js +7 -7
- package/dist/api/ProjectsApi.js +42 -43
- package/dist/api/SectionsApi.js +9 -9
- package/dist/api/TagsApi.js +7 -7
- package/dist/api/TestPlansApi.js +36 -36
- package/dist/api/TestPointsApi.js +5 -5
- package/dist/api/TestResultsApi.js +63 -16
- package/dist/api/TestRunsApi.js +72 -25
- package/dist/api/TestStatusesApi.js +12 -12
- package/dist/api/TestSuitesApi.js +14 -14
- package/dist/api/UsersApi.js +2 -2
- package/dist/api/WebhooksApi.js +11 -11
- package/dist/api/WebhooksLogsApi.js +4 -4
- package/dist/api/WorkItemsApi.js +111 -64
- package/dist/api/WorkItemsCommentsApi.js +6 -6
- package/dist/api/WorkflowsApi.js +17 -17
- package/dist/index.js +396 -46
- package/dist/model/AIServiceModelApiResult.js +1 -1
- package/dist/model/AIServiceModelApiResultCountReply.js +108 -0
- package/dist/model/AIServiceModelApiResultGroup.js +156 -0
- package/dist/model/AIServiceModelApiResultGroupedReply.js +140 -0
- package/dist/model/AIServiceModelApiResultIReply.js +173 -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 +1 -1
- 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 +16 -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/AutoTestCaseApiModel.js +113 -0
- package/dist/model/AutoTestCaseResult.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 +1 -1
- package/dist/model/AutoTestStepResultUpdateRequest.js +1 -1
- package/dist/model/AutoTestStepResultsApiResult.js +1 -1
- package/dist/model/AutoTestUpdateApiModel.js +10 -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/BackgroundJobType.js +5 -0
- 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/{CustomAttributeGetModel.js → ConfigurationParameterApiModel.js} +65 -105
- package/dist/model/{ProjectShortModel.js → ConfigurationParameterApiResult.js} +105 -132
- package/dist/model/ConfigurationParameterPreviewApiResult.js +225 -0
- package/dist/model/ConfigurationParameterPreviewApiResultCountReply.js +108 -0
- package/dist/model/ConfigurationParameterPreviewApiResultGroup.js +156 -0
- package/dist/model/ConfigurationParameterPreviewApiResultGroupedReply.js +140 -0
- package/dist/model/ConfigurationParameterPreviewApiResultIReply.js +173 -0
- package/dist/model/ConfigurationParameterPreviewApiResultReply.js +140 -0
- package/dist/model/ConfigurationParameterProjectApiModel.js +113 -0
- package/dist/model/ConfigurationParameterValueApiModel.js +113 -0
- package/dist/model/{GlobalSearchRequest.js → ConfigurationParameterValueApiResult.js} +38 -54
- package/dist/model/ConfigurationParameterValueApiResultApiCollectionPreview.js +142 -0
- 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 +1 -1
- 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/CreateTestRunAndFillByAutoTestCasesApiModel.js +212 -0
- package/dist/model/CreateTestRunAndFillByAutoTestsApiModel.js +16 -1
- package/dist/model/CreateTestRunAndFillByConfigurationsApiModel.js +16 -1
- package/dist/model/CreateTestRunAndFillByWorkItemsApiModel.js +16 -1
- package/dist/model/CreateTestStatusApiModel.js +1 -1
- 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 +42 -5
- package/dist/model/CustomAttributeChangeModel.js +1 -1
- package/dist/model/CustomAttributeModel.js +68 -18
- 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 +1 -1
- package/dist/model/CustomAttributePutModel.js +1 -1
- package/dist/model/CustomAttributeSearchQueryModel.js +1 -1
- package/dist/model/CustomAttributeSearchResponseModel.js +68 -18
- 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/DemoProjectApiResult.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/ExternalIssueApiFieldSuggestionCountReply.js +108 -0
- package/dist/model/{GlobalSearchResponse.js → ExternalIssueApiFieldSuggestionGroup.js} +51 -49
- package/dist/model/ExternalIssueApiFieldSuggestionGroupedReply.js +140 -0
- package/dist/model/ExternalIssueApiFieldSuggestionIReply.js +173 -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/FieldFilter.js +123 -0
- package/dist/model/Filter.js +14 -10
- package/dist/model/FilterModel.js +1 -1
- package/dist/model/FilterOperator.js +30 -20
- 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 +1 -1
- package/dist/model/GlobalCustomAttributeUpdateModel.js +1 -1
- package/dist/model/Group.js +124 -0
- package/dist/model/GroupKey.js +126 -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 +3 -2
- package/dist/model/Inquiry.js +31 -6
- 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/JsonElement.js +109 -0
- package/dist/model/JsonValueKind.js +88 -0
- 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/LayerApiModel.js +126 -0
- package/dist/model/LayerApiResult.js +126 -0
- package/dist/model/LayerSource.js +68 -0
- 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/Mode.js +58 -0
- 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/ProjectNameApiResultApiCollectionPreview.js +142 -0
- package/dist/model/ProjectSelectModel.js +1 -1
- package/dist/model/ProjectShortApiResult.js +1 -1
- package/dist/model/ProjectShortApiResultCountReply.js +108 -0
- package/dist/model/ProjectShortApiResultGroup.js +156 -0
- package/dist/model/ProjectShortApiResultGroupedReply.js +140 -0
- package/dist/model/ProjectShortApiResultIReply.js +173 -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 +14 -14
- package/dist/model/ReplaceProjectExternalServiceApiModel.js +1 -1
- package/dist/model/RerunTestResultApiResult.js +1 -1
- package/dist/model/RerunsApiResult.js +1 -1
- package/dist/model/ScheduleAutoTestsReportImportApiModel.js +139 -0
- package/dist/model/ScheduleAutoTestsReportImportsApiModel.js +131 -0
- package/dist/model/SearchConfigurationParametersApiModel.js +165 -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 +5 -19
- 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 +4 -3
- 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 +1 -1
- 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 +1 -1
- package/dist/model/TestPointShortModel.js +1 -1
- 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 +1 -1
- 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/TestRunLaunchOptionApiModel.js +124 -0
- 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 +1 -1
- package/dist/model/TestStatusApiResult.js +1 -1
- package/dist/model/TestStatusApiResultCountReply.js +108 -0
- package/dist/model/TestStatusApiResultGroup.js +156 -0
- package/dist/model/TestStatusApiResultGroupedReply.js +140 -0
- package/dist/model/TestStatusApiResultIReply.js +173 -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 +6 -6
- package/dist/model/UpdateEmptyTestRunApiModel.js +1 -1
- 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/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 +17 -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/{GlobalSearchItemResult.js → WorkItemLayerApiResult.js} +32 -64
- 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 +16 -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/WorkflowProjectApiResultCountReply.js +108 -0
- package/dist/model/WorkflowProjectApiResultGroup.js +156 -0
- package/dist/model/WorkflowProjectApiResultGroupedReply.js +140 -0
- package/dist/model/WorkflowProjectApiResultIReply.js +173 -0
- package/dist/model/WorkflowProjectApiResultReply.js +1 -1
- package/dist/model/WorkflowShortApiResult.js +1 -1
- package/dist/model/WorkflowShortApiResultCountReply.js +108 -0
- package/dist/model/WorkflowShortApiResultGroup.js +156 -0
- package/dist/model/WorkflowShortApiResultGroupedReply.js +140 -0
- package/dist/model/WorkflowShortApiResultIReply.js +173 -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 +4759 -2362
- package/package.json +1 -1
- package/dist/api/SearchApi.js +0 -82
|
@@ -12,9 +12,8 @@ var _TagModel = _interopRequireDefault(require("./TagModel"));
|
|
|
12
12
|
var _UpdateLinkApiModel = _interopRequireDefault(require("./UpdateLinkApiModel"));
|
|
13
13
|
var _UpdateStepApiModel = _interopRequireDefault(require("./UpdateStepApiModel"));
|
|
14
14
|
var _WorkItemParameterKeyApiModel = _interopRequireDefault(require("./WorkItemParameterKeyApiModel"));
|
|
15
|
-
var
|
|
16
|
-
var
|
|
17
|
-
var _WorkItemStates = _interopRequireDefault(require("./WorkItemStates"));
|
|
15
|
+
var _WorkItemPriorityApiModel = _interopRequireDefault(require("./WorkItemPriorityApiModel"));
|
|
16
|
+
var _WorkItemStateApiModel = _interopRequireDefault(require("./WorkItemStateApiModel"));
|
|
18
17
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
19
18
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
20
19
|
function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t["return"] || t["return"](); } finally { if (u) throw o; } } }; }
|
|
@@ -39,29 +38,22 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
39
38
|
/**
|
|
40
39
|
* The UpdateWorkItemApiModel model module.
|
|
41
40
|
* @module model/UpdateWorkItemApiModel
|
|
42
|
-
* @version 7.2.
|
|
41
|
+
* @version 7.2.7
|
|
43
42
|
*/
|
|
44
43
|
var UpdateWorkItemApiModel = /*#__PURE__*/function () {
|
|
45
44
|
/**
|
|
46
45
|
* Constructs a new <code>UpdateWorkItemApiModel</code>.
|
|
47
46
|
* @alias module:model/UpdateWorkItemApiModel
|
|
48
|
-
* @param id {String}
|
|
49
|
-
* @param sectionId {String}
|
|
50
|
-
* @param
|
|
51
|
-
* @param
|
|
52
|
-
* @param
|
|
53
|
-
* @param
|
|
54
|
-
* @param postconditionSteps {Array.<module:model/UpdateStepApiModel>} Collection of workitem postcondition steps
|
|
55
|
-
* @param duration {Number} Workitem duration in milliseconds
|
|
56
|
-
* @param attributes {Object.<String, Object>} Key value pair of custom workitem attributes
|
|
57
|
-
* @param tags {Array.<module:model/TagModel>} Collection of workitem tags
|
|
58
|
-
* @param links {Array.<module:model/UpdateLinkApiModel>} Collection of workitem links
|
|
59
|
-
* @param name {String} Workitem name
|
|
60
|
-
* @param attachments {Array.<module:model/AssignAttachmentApiModel>}
|
|
47
|
+
* @param id {String} Unique identifier of the work item
|
|
48
|
+
* @param sectionId {String} Unique identifier of the section within a project
|
|
49
|
+
* @param name {String} Name of the work item
|
|
50
|
+
* @param duration {Number} Duration of the work item in milliseconds
|
|
51
|
+
* @param state {module:model/WorkItemStateApiModel} Current state of the work item
|
|
52
|
+
* @param priority {module:model/WorkItemPriorityApiModel} Priority level assigned to the work item
|
|
61
53
|
*/
|
|
62
|
-
function UpdateWorkItemApiModel(id, sectionId,
|
|
54
|
+
function UpdateWorkItemApiModel(id, sectionId, name, duration, state, priority) {
|
|
63
55
|
_classCallCheck(this, UpdateWorkItemApiModel);
|
|
64
|
-
UpdateWorkItemApiModel.initialize(this, id, sectionId,
|
|
56
|
+
UpdateWorkItemApiModel.initialize(this, id, sectionId, name, duration, state, priority);
|
|
65
57
|
}
|
|
66
58
|
|
|
67
59
|
/**
|
|
@@ -71,20 +63,13 @@ var UpdateWorkItemApiModel = /*#__PURE__*/function () {
|
|
|
71
63
|
*/
|
|
72
64
|
return _createClass(UpdateWorkItemApiModel, null, [{
|
|
73
65
|
key: "initialize",
|
|
74
|
-
value: function initialize(obj, id, sectionId,
|
|
66
|
+
value: function initialize(obj, id, sectionId, name, duration, state, priority) {
|
|
75
67
|
obj['id'] = id;
|
|
76
68
|
obj['sectionId'] = sectionId;
|
|
69
|
+
obj['name'] = name;
|
|
70
|
+
obj['duration'] = duration;
|
|
77
71
|
obj['state'] = state;
|
|
78
72
|
obj['priority'] = priority;
|
|
79
|
-
obj['steps'] = steps;
|
|
80
|
-
obj['preconditionSteps'] = preconditionSteps;
|
|
81
|
-
obj['postconditionSteps'] = postconditionSteps;
|
|
82
|
-
obj['duration'] = duration;
|
|
83
|
-
obj['attributes'] = attributes;
|
|
84
|
-
obj['tags'] = tags;
|
|
85
|
-
obj['links'] = links;
|
|
86
|
-
obj['name'] = name;
|
|
87
|
-
obj['attachments'] = attachments;
|
|
88
73
|
}
|
|
89
74
|
|
|
90
75
|
/**
|
|
@@ -105,29 +90,20 @@ var UpdateWorkItemApiModel = /*#__PURE__*/function () {
|
|
|
105
90
|
if (data.hasOwnProperty('sectionId')) {
|
|
106
91
|
obj['sectionId'] = _ApiClient["default"].convertToType(data['sectionId'], 'String');
|
|
107
92
|
}
|
|
93
|
+
if (data.hasOwnProperty('name')) {
|
|
94
|
+
obj['name'] = _ApiClient["default"].convertToType(data['name'], 'String');
|
|
95
|
+
}
|
|
108
96
|
if (data.hasOwnProperty('description')) {
|
|
109
97
|
obj['description'] = _ApiClient["default"].convertToType(data['description'], 'String');
|
|
110
98
|
}
|
|
99
|
+
if (data.hasOwnProperty('duration')) {
|
|
100
|
+
obj['duration'] = _ApiClient["default"].convertToType(data['duration'], 'Number');
|
|
101
|
+
}
|
|
111
102
|
if (data.hasOwnProperty('state')) {
|
|
112
|
-
obj['state'] = _ApiClient["default"].convertToType(data['state'],
|
|
103
|
+
obj['state'] = _ApiClient["default"].convertToType(data['state'], _WorkItemStateApiModel["default"]);
|
|
113
104
|
}
|
|
114
105
|
if (data.hasOwnProperty('priority')) {
|
|
115
|
-
obj['priority'] = _ApiClient["default"].convertToType(data['priority'],
|
|
116
|
-
}
|
|
117
|
-
if (data.hasOwnProperty('sourceType')) {
|
|
118
|
-
obj['sourceType'] = _ApiClient["default"].convertToType(data['sourceType'], _WorkItemSourceTypeModel["default"]);
|
|
119
|
-
}
|
|
120
|
-
if (data.hasOwnProperty('steps')) {
|
|
121
|
-
obj['steps'] = _ApiClient["default"].convertToType(data['steps'], [_UpdateStepApiModel["default"]]);
|
|
122
|
-
}
|
|
123
|
-
if (data.hasOwnProperty('preconditionSteps')) {
|
|
124
|
-
obj['preconditionSteps'] = _ApiClient["default"].convertToType(data['preconditionSteps'], [_UpdateStepApiModel["default"]]);
|
|
125
|
-
}
|
|
126
|
-
if (data.hasOwnProperty('postconditionSteps')) {
|
|
127
|
-
obj['postconditionSteps'] = _ApiClient["default"].convertToType(data['postconditionSteps'], [_UpdateStepApiModel["default"]]);
|
|
128
|
-
}
|
|
129
|
-
if (data.hasOwnProperty('duration')) {
|
|
130
|
-
obj['duration'] = _ApiClient["default"].convertToType(data['duration'], 'Number');
|
|
106
|
+
obj['priority'] = _ApiClient["default"].convertToType(data['priority'], _WorkItemPriorityApiModel["default"]);
|
|
131
107
|
}
|
|
132
108
|
if (data.hasOwnProperty('attributes')) {
|
|
133
109
|
obj['attributes'] = _ApiClient["default"].convertToType(data['attributes'], {
|
|
@@ -137,14 +113,14 @@ var UpdateWorkItemApiModel = /*#__PURE__*/function () {
|
|
|
137
113
|
if (data.hasOwnProperty('tags')) {
|
|
138
114
|
obj['tags'] = _ApiClient["default"].convertToType(data['tags'], [_TagModel["default"]]);
|
|
139
115
|
}
|
|
140
|
-
if (data.hasOwnProperty('
|
|
141
|
-
obj['
|
|
116
|
+
if (data.hasOwnProperty('preconditionSteps')) {
|
|
117
|
+
obj['preconditionSteps'] = _ApiClient["default"].convertToType(data['preconditionSteps'], [_UpdateStepApiModel["default"]]);
|
|
142
118
|
}
|
|
143
|
-
if (data.hasOwnProperty('
|
|
144
|
-
obj['
|
|
119
|
+
if (data.hasOwnProperty('steps')) {
|
|
120
|
+
obj['steps'] = _ApiClient["default"].convertToType(data['steps'], [_UpdateStepApiModel["default"]]);
|
|
145
121
|
}
|
|
146
|
-
if (data.hasOwnProperty('
|
|
147
|
-
obj['
|
|
122
|
+
if (data.hasOwnProperty('postconditionSteps')) {
|
|
123
|
+
obj['postconditionSteps'] = _ApiClient["default"].convertToType(data['postconditionSteps'], [_UpdateStepApiModel["default"]]);
|
|
148
124
|
}
|
|
149
125
|
if (data.hasOwnProperty('iterations')) {
|
|
150
126
|
obj['iterations'] = _ApiClient["default"].convertToType(data['iterations'], [_AssignIterationApiModel["default"]]);
|
|
@@ -152,6 +128,12 @@ var UpdateWorkItemApiModel = /*#__PURE__*/function () {
|
|
|
152
128
|
if (data.hasOwnProperty('autoTests')) {
|
|
153
129
|
obj['autoTests'] = _ApiClient["default"].convertToType(data['autoTests'], [_AutoTestIdModel["default"]]);
|
|
154
130
|
}
|
|
131
|
+
if (data.hasOwnProperty('attachments')) {
|
|
132
|
+
obj['attachments'] = _ApiClient["default"].convertToType(data['attachments'], [_AssignAttachmentApiModel["default"]]);
|
|
133
|
+
}
|
|
134
|
+
if (data.hasOwnProperty('links')) {
|
|
135
|
+
obj['links'] = _ApiClient["default"].convertToType(data['links'], [_UpdateLinkApiModel["default"]]);
|
|
136
|
+
}
|
|
155
137
|
if (data.hasOwnProperty('parameters')) {
|
|
156
138
|
obj['parameters'] = _ApiClient["default"].convertToType(data['parameters'], [_WorkItemParameterKeyApiModel["default"]]);
|
|
157
139
|
}
|
|
@@ -191,22 +173,26 @@ var UpdateWorkItemApiModel = /*#__PURE__*/function () {
|
|
|
191
173
|
throw new Error("Expected the field `sectionId` to be a primitive type in the JSON string but got " + data['sectionId']);
|
|
192
174
|
}
|
|
193
175
|
// ensure the json data is a string
|
|
176
|
+
if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) {
|
|
177
|
+
throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
|
|
178
|
+
}
|
|
179
|
+
// ensure the json data is a string
|
|
194
180
|
if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) {
|
|
195
181
|
throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']);
|
|
196
182
|
}
|
|
197
|
-
if (data['
|
|
183
|
+
if (data['tags']) {
|
|
198
184
|
// data not null
|
|
199
185
|
// ensure the json data is an array
|
|
200
|
-
if (!Array.isArray(data['
|
|
201
|
-
throw new Error("Expected the field `
|
|
186
|
+
if (!Array.isArray(data['tags'])) {
|
|
187
|
+
throw new Error("Expected the field `tags` to be an array in the JSON data but got " + data['tags']);
|
|
202
188
|
}
|
|
203
|
-
// validate the optional field `
|
|
204
|
-
var _iterator2 = _createForOfIteratorHelper(data['
|
|
189
|
+
// validate the optional field `tags` (array)
|
|
190
|
+
var _iterator2 = _createForOfIteratorHelper(data['tags']),
|
|
205
191
|
_step2;
|
|
206
192
|
try {
|
|
207
193
|
for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
|
|
208
194
|
var item = _step2.value;
|
|
209
|
-
|
|
195
|
+
_TagModel["default"].validateJSON(item);
|
|
210
196
|
}
|
|
211
197
|
} catch (err) {
|
|
212
198
|
_iterator2.e(err);
|
|
@@ -236,14 +222,14 @@ var UpdateWorkItemApiModel = /*#__PURE__*/function () {
|
|
|
236
222
|
}
|
|
237
223
|
;
|
|
238
224
|
}
|
|
239
|
-
if (data['
|
|
225
|
+
if (data['steps']) {
|
|
240
226
|
// data not null
|
|
241
227
|
// ensure the json data is an array
|
|
242
|
-
if (!Array.isArray(data['
|
|
243
|
-
throw new Error("Expected the field `
|
|
228
|
+
if (!Array.isArray(data['steps'])) {
|
|
229
|
+
throw new Error("Expected the field `steps` to be an array in the JSON data but got " + data['steps']);
|
|
244
230
|
}
|
|
245
|
-
// validate the optional field `
|
|
246
|
-
var _iterator4 = _createForOfIteratorHelper(data['
|
|
231
|
+
// validate the optional field `steps` (array)
|
|
232
|
+
var _iterator4 = _createForOfIteratorHelper(data['steps']),
|
|
247
233
|
_step4;
|
|
248
234
|
try {
|
|
249
235
|
for (_iterator4.s(); !(_step4 = _iterator4.n()).done;) {
|
|
@@ -257,19 +243,19 @@ var UpdateWorkItemApiModel = /*#__PURE__*/function () {
|
|
|
257
243
|
}
|
|
258
244
|
;
|
|
259
245
|
}
|
|
260
|
-
if (data['
|
|
246
|
+
if (data['postconditionSteps']) {
|
|
261
247
|
// data not null
|
|
262
248
|
// ensure the json data is an array
|
|
263
|
-
if (!Array.isArray(data['
|
|
264
|
-
throw new Error("Expected the field `
|
|
249
|
+
if (!Array.isArray(data['postconditionSteps'])) {
|
|
250
|
+
throw new Error("Expected the field `postconditionSteps` to be an array in the JSON data but got " + data['postconditionSteps']);
|
|
265
251
|
}
|
|
266
|
-
// validate the optional field `
|
|
267
|
-
var _iterator5 = _createForOfIteratorHelper(data['
|
|
252
|
+
// validate the optional field `postconditionSteps` (array)
|
|
253
|
+
var _iterator5 = _createForOfIteratorHelper(data['postconditionSteps']),
|
|
268
254
|
_step5;
|
|
269
255
|
try {
|
|
270
256
|
for (_iterator5.s(); !(_step5 = _iterator5.n()).done;) {
|
|
271
257
|
var _item3 = _step5.value;
|
|
272
|
-
|
|
258
|
+
_UpdateStepApiModel["default"].validateJSON(_item3);
|
|
273
259
|
}
|
|
274
260
|
} catch (err) {
|
|
275
261
|
_iterator5.e(err);
|
|
@@ -278,19 +264,19 @@ var UpdateWorkItemApiModel = /*#__PURE__*/function () {
|
|
|
278
264
|
}
|
|
279
265
|
;
|
|
280
266
|
}
|
|
281
|
-
if (data['
|
|
267
|
+
if (data['iterations']) {
|
|
282
268
|
// data not null
|
|
283
269
|
// ensure the json data is an array
|
|
284
|
-
if (!Array.isArray(data['
|
|
285
|
-
throw new Error("Expected the field `
|
|
270
|
+
if (!Array.isArray(data['iterations'])) {
|
|
271
|
+
throw new Error("Expected the field `iterations` to be an array in the JSON data but got " + data['iterations']);
|
|
286
272
|
}
|
|
287
|
-
// validate the optional field `
|
|
288
|
-
var _iterator6 = _createForOfIteratorHelper(data['
|
|
273
|
+
// validate the optional field `iterations` (array)
|
|
274
|
+
var _iterator6 = _createForOfIteratorHelper(data['iterations']),
|
|
289
275
|
_step6;
|
|
290
276
|
try {
|
|
291
277
|
for (_iterator6.s(); !(_step6 = _iterator6.n()).done;) {
|
|
292
278
|
var _item4 = _step6.value;
|
|
293
|
-
|
|
279
|
+
_AssignIterationApiModel["default"].validateJSON(_item4);
|
|
294
280
|
}
|
|
295
281
|
} catch (err) {
|
|
296
282
|
_iterator6.e(err);
|
|
@@ -299,23 +285,19 @@ var UpdateWorkItemApiModel = /*#__PURE__*/function () {
|
|
|
299
285
|
}
|
|
300
286
|
;
|
|
301
287
|
}
|
|
302
|
-
|
|
303
|
-
if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) {
|
|
304
|
-
throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']);
|
|
305
|
-
}
|
|
306
|
-
if (data['attachments']) {
|
|
288
|
+
if (data['autoTests']) {
|
|
307
289
|
// data not null
|
|
308
290
|
// ensure the json data is an array
|
|
309
|
-
if (!Array.isArray(data['
|
|
310
|
-
throw new Error("Expected the field `
|
|
291
|
+
if (!Array.isArray(data['autoTests'])) {
|
|
292
|
+
throw new Error("Expected the field `autoTests` to be an array in the JSON data but got " + data['autoTests']);
|
|
311
293
|
}
|
|
312
|
-
// validate the optional field `
|
|
313
|
-
var _iterator7 = _createForOfIteratorHelper(data['
|
|
294
|
+
// validate the optional field `autoTests` (array)
|
|
295
|
+
var _iterator7 = _createForOfIteratorHelper(data['autoTests']),
|
|
314
296
|
_step7;
|
|
315
297
|
try {
|
|
316
298
|
for (_iterator7.s(); !(_step7 = _iterator7.n()).done;) {
|
|
317
299
|
var _item5 = _step7.value;
|
|
318
|
-
|
|
300
|
+
_AutoTestIdModel["default"].validateJSON(_item5);
|
|
319
301
|
}
|
|
320
302
|
} catch (err) {
|
|
321
303
|
_iterator7.e(err);
|
|
@@ -324,19 +306,19 @@ var UpdateWorkItemApiModel = /*#__PURE__*/function () {
|
|
|
324
306
|
}
|
|
325
307
|
;
|
|
326
308
|
}
|
|
327
|
-
if (data['
|
|
309
|
+
if (data['attachments']) {
|
|
328
310
|
// data not null
|
|
329
311
|
// ensure the json data is an array
|
|
330
|
-
if (!Array.isArray(data['
|
|
331
|
-
throw new Error("Expected the field `
|
|
312
|
+
if (!Array.isArray(data['attachments'])) {
|
|
313
|
+
throw new Error("Expected the field `attachments` to be an array in the JSON data but got " + data['attachments']);
|
|
332
314
|
}
|
|
333
|
-
// validate the optional field `
|
|
334
|
-
var _iterator8 = _createForOfIteratorHelper(data['
|
|
315
|
+
// validate the optional field `attachments` (array)
|
|
316
|
+
var _iterator8 = _createForOfIteratorHelper(data['attachments']),
|
|
335
317
|
_step8;
|
|
336
318
|
try {
|
|
337
319
|
for (_iterator8.s(); !(_step8 = _iterator8.n()).done;) {
|
|
338
320
|
var _item6 = _step8.value;
|
|
339
|
-
|
|
321
|
+
_AssignAttachmentApiModel["default"].validateJSON(_item6);
|
|
340
322
|
}
|
|
341
323
|
} catch (err) {
|
|
342
324
|
_iterator8.e(err);
|
|
@@ -345,19 +327,19 @@ var UpdateWorkItemApiModel = /*#__PURE__*/function () {
|
|
|
345
327
|
}
|
|
346
328
|
;
|
|
347
329
|
}
|
|
348
|
-
if (data['
|
|
330
|
+
if (data['links']) {
|
|
349
331
|
// data not null
|
|
350
332
|
// ensure the json data is an array
|
|
351
|
-
if (!Array.isArray(data['
|
|
352
|
-
throw new Error("Expected the field `
|
|
333
|
+
if (!Array.isArray(data['links'])) {
|
|
334
|
+
throw new Error("Expected the field `links` to be an array in the JSON data but got " + data['links']);
|
|
353
335
|
}
|
|
354
|
-
// validate the optional field `
|
|
355
|
-
var _iterator9 = _createForOfIteratorHelper(data['
|
|
336
|
+
// validate the optional field `links` (array)
|
|
337
|
+
var _iterator9 = _createForOfIteratorHelper(data['links']),
|
|
356
338
|
_step9;
|
|
357
339
|
try {
|
|
358
340
|
for (_iterator9.s(); !(_step9 = _iterator9.n()).done;) {
|
|
359
341
|
var _item7 = _step9.value;
|
|
360
|
-
|
|
342
|
+
_UpdateLinkApiModel["default"].validateJSON(_item7);
|
|
361
343
|
}
|
|
362
344
|
} catch (err) {
|
|
363
345
|
_iterator9.e(err);
|
|
@@ -391,108 +373,106 @@ var UpdateWorkItemApiModel = /*#__PURE__*/function () {
|
|
|
391
373
|
}
|
|
392
374
|
}]);
|
|
393
375
|
}();
|
|
394
|
-
UpdateWorkItemApiModel.RequiredProperties = ["id", "sectionId", "
|
|
376
|
+
UpdateWorkItemApiModel.RequiredProperties = ["id", "sectionId", "name", "duration", "state", "priority"];
|
|
395
377
|
|
|
396
378
|
/**
|
|
397
|
-
*
|
|
379
|
+
* Unique identifier of the work item
|
|
398
380
|
* @member {String} id
|
|
399
381
|
*/
|
|
400
382
|
UpdateWorkItemApiModel.prototype['id'] = undefined;
|
|
401
383
|
|
|
402
384
|
/**
|
|
403
|
-
*
|
|
385
|
+
* Unique identifier of the section within a project
|
|
404
386
|
* @member {String} sectionId
|
|
405
387
|
*/
|
|
406
388
|
UpdateWorkItemApiModel.prototype['sectionId'] = undefined;
|
|
407
389
|
|
|
408
390
|
/**
|
|
409
|
-
*
|
|
410
|
-
* @member {String}
|
|
411
|
-
*/
|
|
412
|
-
UpdateWorkItemApiModel.prototype['description'] = undefined;
|
|
413
|
-
|
|
414
|
-
/**
|
|
415
|
-
* @member {module:model/WorkItemStates} state
|
|
416
|
-
*/
|
|
417
|
-
UpdateWorkItemApiModel.prototype['state'] = undefined;
|
|
418
|
-
|
|
419
|
-
/**
|
|
420
|
-
* @member {module:model/WorkItemPriorityModel} priority
|
|
421
|
-
*/
|
|
422
|
-
UpdateWorkItemApiModel.prototype['priority'] = undefined;
|
|
423
|
-
|
|
424
|
-
/**
|
|
425
|
-
* @member {module:model/WorkItemSourceTypeModel} sourceType
|
|
391
|
+
* Name of the work item
|
|
392
|
+
* @member {String} name
|
|
426
393
|
*/
|
|
427
|
-
UpdateWorkItemApiModel.prototype['
|
|
394
|
+
UpdateWorkItemApiModel.prototype['name'] = undefined;
|
|
428
395
|
|
|
429
396
|
/**
|
|
430
|
-
*
|
|
431
|
-
* @member {
|
|
397
|
+
* Description of the work item
|
|
398
|
+
* @member {String} description
|
|
432
399
|
*/
|
|
433
|
-
UpdateWorkItemApiModel.prototype['
|
|
400
|
+
UpdateWorkItemApiModel.prototype['description'] = undefined;
|
|
434
401
|
|
|
435
402
|
/**
|
|
436
|
-
*
|
|
437
|
-
* @member {
|
|
403
|
+
* Duration of the work item in milliseconds
|
|
404
|
+
* @member {Number} duration
|
|
438
405
|
*/
|
|
439
|
-
UpdateWorkItemApiModel.prototype['
|
|
406
|
+
UpdateWorkItemApiModel.prototype['duration'] = undefined;
|
|
440
407
|
|
|
441
408
|
/**
|
|
442
|
-
*
|
|
443
|
-
* @member {
|
|
409
|
+
* Current state of the work item
|
|
410
|
+
* @member {module:model/WorkItemStateApiModel} state
|
|
444
411
|
*/
|
|
445
|
-
UpdateWorkItemApiModel.prototype['
|
|
412
|
+
UpdateWorkItemApiModel.prototype['state'] = undefined;
|
|
446
413
|
|
|
447
414
|
/**
|
|
448
|
-
*
|
|
449
|
-
* @member {
|
|
415
|
+
* Priority level assigned to the work item
|
|
416
|
+
* @member {module:model/WorkItemPriorityApiModel} priority
|
|
450
417
|
*/
|
|
451
|
-
UpdateWorkItemApiModel.prototype['
|
|
418
|
+
UpdateWorkItemApiModel.prototype['priority'] = undefined;
|
|
452
419
|
|
|
453
420
|
/**
|
|
454
|
-
*
|
|
421
|
+
* Set of custom attributes associated with the work item
|
|
455
422
|
* @member {Object.<String, Object>} attributes
|
|
456
423
|
*/
|
|
457
424
|
UpdateWorkItemApiModel.prototype['attributes'] = undefined;
|
|
458
425
|
|
|
459
426
|
/**
|
|
460
|
-
*
|
|
427
|
+
* Set of tags applied to the work item
|
|
461
428
|
* @member {Array.<module:model/TagModel>} tags
|
|
462
429
|
*/
|
|
463
430
|
UpdateWorkItemApiModel.prototype['tags'] = undefined;
|
|
464
431
|
|
|
465
432
|
/**
|
|
466
|
-
*
|
|
467
|
-
* @member {Array.<module:model/
|
|
433
|
+
* Set of precondition steps that must be executed before the main steps
|
|
434
|
+
* @member {Array.<module:model/UpdateStepApiModel>} preconditionSteps
|
|
468
435
|
*/
|
|
469
|
-
UpdateWorkItemApiModel.prototype['
|
|
436
|
+
UpdateWorkItemApiModel.prototype['preconditionSteps'] = undefined;
|
|
470
437
|
|
|
471
438
|
/**
|
|
472
|
-
*
|
|
473
|
-
* @member {
|
|
439
|
+
* Set of main steps or actions defined for the work item
|
|
440
|
+
* @member {Array.<module:model/UpdateStepApiModel>} steps
|
|
474
441
|
*/
|
|
475
|
-
UpdateWorkItemApiModel.prototype['
|
|
442
|
+
UpdateWorkItemApiModel.prototype['steps'] = undefined;
|
|
476
443
|
|
|
477
444
|
/**
|
|
478
|
-
*
|
|
445
|
+
* Set of postcondition steps that are executed after completing the main steps
|
|
446
|
+
* @member {Array.<module:model/UpdateStepApiModel>} postconditionSteps
|
|
479
447
|
*/
|
|
480
|
-
UpdateWorkItemApiModel.prototype['
|
|
448
|
+
UpdateWorkItemApiModel.prototype['postconditionSteps'] = undefined;
|
|
481
449
|
|
|
482
450
|
/**
|
|
483
|
-
*
|
|
451
|
+
* Set of iterations associated with the work item
|
|
484
452
|
* @member {Array.<module:model/AssignIterationApiModel>} iterations
|
|
485
453
|
*/
|
|
486
454
|
UpdateWorkItemApiModel.prototype['iterations'] = undefined;
|
|
487
455
|
|
|
488
456
|
/**
|
|
489
|
-
*
|
|
457
|
+
* Set of automated tests linked to the work item
|
|
490
458
|
* @member {Array.<module:model/AutoTestIdModel>} autoTests
|
|
491
459
|
*/
|
|
492
460
|
UpdateWorkItemApiModel.prototype['autoTests'] = undefined;
|
|
493
461
|
|
|
494
462
|
/**
|
|
495
|
-
* Set of
|
|
463
|
+
* Set of files attached to the work item
|
|
464
|
+
* @member {Array.<module:model/AssignAttachmentApiModel>} attachments
|
|
465
|
+
*/
|
|
466
|
+
UpdateWorkItemApiModel.prototype['attachments'] = undefined;
|
|
467
|
+
|
|
468
|
+
/**
|
|
469
|
+
* Set of links related to the work item
|
|
470
|
+
* @member {Array.<module:model/UpdateLinkApiModel>} links
|
|
471
|
+
*/
|
|
472
|
+
UpdateWorkItemApiModel.prototype['links'] = undefined;
|
|
473
|
+
|
|
474
|
+
/**
|
|
475
|
+
* Set of parameter keys associated with the work item
|
|
496
476
|
* @member {Array.<module:model/WorkItemParameterKeyApiModel>} parameters
|
|
497
477
|
*/
|
|
498
478
|
UpdateWorkItemApiModel.prototype['parameters'] = undefined;
|
|
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
29
29
|
/**
|
|
30
30
|
* The UpdateWorkItemCommentApiModel model module.
|
|
31
31
|
* @module model/UpdateWorkItemCommentApiModel
|
|
32
|
-
* @version 7.2.
|
|
32
|
+
* @version 7.2.7
|
|
33
33
|
*/
|
|
34
34
|
var UpdateWorkItemCommentApiModel = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* The UpdateWorkflowApiModel model module.
|
|
32
32
|
* @module model/UpdateWorkflowApiModel
|
|
33
|
-
* @version 7.2.
|
|
33
|
+
* @version 7.2.7
|
|
34
34
|
*/
|
|
35
35
|
var UpdateWorkflowApiModel = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
29
29
|
/**
|
|
30
30
|
* The UserCustomNameValidationResponse model module.
|
|
31
31
|
* @module model/UserCustomNameValidationResponse
|
|
32
|
-
* @version 7.2.
|
|
32
|
+
* @version 7.2.7
|
|
33
33
|
*/
|
|
34
34
|
var UserCustomNameValidationResponse = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
29
29
|
/**
|
|
30
30
|
* The UserNameApiResult model module.
|
|
31
31
|
* @module model/UserNameApiResult
|
|
32
|
-
* @version 7.2.
|
|
32
|
+
* @version 7.2.7
|
|
33
33
|
*/
|
|
34
34
|
var UserNameApiResult = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
29
29
|
/**
|
|
30
30
|
* The ValidationProblemDetails model module.
|
|
31
31
|
* @module model/ValidationProblemDetails
|
|
32
|
-
* @version 7.2.
|
|
32
|
+
* @version 7.2.7
|
|
33
33
|
*/
|
|
34
34
|
var ValidationProblemDetails = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
31
31
|
/**
|
|
32
32
|
* The WebHookPostModel model module.
|
|
33
33
|
* @module model/WebHookPostModel
|
|
34
|
-
* @version 7.2.
|
|
34
|
+
* @version 7.2.7
|
|
35
35
|
*/
|
|
36
36
|
var WebHookPostModel = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
|
@@ -30,7 +30,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
30
30
|
/**
|
|
31
31
|
* The WebHookTestModel model module.
|
|
32
32
|
* @module model/WebHookTestModel
|
|
33
|
-
* @version 7.2.
|
|
33
|
+
* @version 7.2.7
|
|
34
34
|
*/
|
|
35
35
|
var WebHookTestModel = /*#__PURE__*/function () {
|
|
36
36
|
/**
|
|
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
29
29
|
/**
|
|
30
30
|
* The WebhookBulkUpdateApiModel model module.
|
|
31
31
|
* @module model/WebhookBulkUpdateApiModel
|
|
32
|
-
* @version 7.2.
|
|
32
|
+
* @version 7.2.7
|
|
33
33
|
*/
|
|
34
34
|
var WebhookBulkUpdateApiModel = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
31
31
|
/**
|
|
32
32
|
* The WebhookLogApiResult model module.
|
|
33
33
|
* @module model/WebhookLogApiResult
|
|
34
|
-
* @version 7.2.
|
|
34
|
+
* @version 7.2.7
|
|
35
35
|
*/
|
|
36
36
|
var WebhookLogApiResult = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
|
@@ -29,7 +29,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
29
29
|
/**
|
|
30
30
|
* The WebhookResponse model module.
|
|
31
31
|
* @module model/WebhookResponse
|
|
32
|
-
* @version 7.2.
|
|
32
|
+
* @version 7.2.7
|
|
33
33
|
*/
|
|
34
34
|
var WebhookResponse = /*#__PURE__*/function () {
|
|
35
35
|
/**
|
|
@@ -31,7 +31,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
31
31
|
/**
|
|
32
32
|
* The WebhooksDeleteApiModel model module.
|
|
33
33
|
* @module model/WebhooksDeleteApiModel
|
|
34
|
-
* @version 7.2.
|
|
34
|
+
* @version 7.2.7
|
|
35
35
|
*/
|
|
36
36
|
var WebhooksDeleteApiModel = /*#__PURE__*/function () {
|
|
37
37
|
/**
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* The WebhooksDeleteFilterApiModel model module.
|
|
30
30
|
* @module model/WebhooksDeleteFilterApiModel
|
|
31
|
-
* @version 7.2.
|
|
31
|
+
* @version 7.2.7
|
|
32
32
|
*/
|
|
33
33
|
var WebhooksDeleteFilterApiModel = /*#__PURE__*/function () {
|
|
34
34
|
/**
|
|
@@ -27,7 +27,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
27
27
|
/**
|
|
28
28
|
* The WebhooksExtractionApiModel model module.
|
|
29
29
|
* @module model/WebhooksExtractionApiModel
|
|
30
|
-
* @version 7.2.
|
|
30
|
+
* @version 7.2.7
|
|
31
31
|
*/
|
|
32
32
|
var WebhooksExtractionApiModel = /*#__PURE__*/function () {
|
|
33
33
|
/**
|
|
@@ -28,7 +28,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
28
28
|
/**
|
|
29
29
|
* The WebhooksFilterApiModel model module.
|
|
30
30
|
* @module model/WebhooksFilterApiModel
|
|
31
|
-
* @version 7.2.
|
|
31
|
+
* @version 7.2.7
|
|
32
32
|
*/
|
|
33
33
|
var WebhooksFilterApiModel = /*#__PURE__*/function () {
|
|
34
34
|
/**
|