@resolution/jira-api-client 0.10.0 → 0.11.1
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/lib/openapi/core/CommonHttpClient.d.ts +19 -19
- package/lib/openapi/core/CommonHttpClient.js +148 -233
- package/lib/openapi/core/CommonHttpClient.js.map +1 -1
- package/lib/openapi/core/CommonHttpService.d.ts +1 -1
- package/lib/openapi/core/CommonHttpService.js.map +1 -1
- package/lib/openapi/core/CommonValidationSchemaStorage.d.ts +4 -4
- package/lib/openapi/core/CommonValidationSchemaStorage.js +2 -4
- package/lib/openapi/core/CommonValidationSchemaStorage.js.map +1 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +2 -2
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +4 -4
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
- package/lib/openapi/platform/models/announcementBanner.d.ts +1 -1
- package/lib/openapi/platform/models/announcementBanner.js +6 -15
- package/lib/openapi/platform/models/announcementBanner.js.map +1 -1
- package/lib/openapi/platform/models/appDataPolicies.d.ts +1 -1
- package/lib/openapi/platform/models/appDataPolicies.js +13 -32
- package/lib/openapi/platform/models/appDataPolicies.js.map +1 -1
- package/lib/openapi/platform/models/appMigration.d.ts +1 -1
- package/lib/openapi/platform/models/appMigration.js +18 -47
- package/lib/openapi/platform/models/appMigration.js.map +1 -1
- package/lib/openapi/platform/models/appProperties.d.ts +1 -1
- package/lib/openapi/platform/models/appProperties.js +3 -9
- package/lib/openapi/platform/models/appProperties.js.map +1 -1
- package/lib/openapi/platform/models/auditRecords.d.ts +1 -1
- package/lib/openapi/platform/models/auditRecords.js +16 -39
- package/lib/openapi/platform/models/auditRecords.js.map +1 -1
- package/lib/openapi/platform/models/avatars.d.ts +1 -1
- package/lib/openapi/platform/models/avatars.js +7 -16
- package/lib/openapi/platform/models/avatars.js.map +1 -1
- package/lib/openapi/platform/models/classificationLevels.d.ts +1 -1
- package/lib/openapi/platform/models/classificationLevels.js +6 -17
- package/lib/openapi/platform/models/classificationLevels.js.map +1 -1
- package/lib/openapi/platform/models/common.d.ts +3 -3
- package/lib/openapi/platform/models/common.js +250 -603
- package/lib/openapi/platform/models/common.js.map +1 -1
- package/lib/openapi/platform/models/dashboards.d.ts +1 -1
- package/lib/openapi/platform/models/dashboards.js +91 -215
- package/lib/openapi/platform/models/dashboards.js.map +1 -1
- package/lib/openapi/platform/models/dynamicModules.d.ts +1 -1
- package/lib/openapi/platform/models/dynamicModules.js +3 -9
- package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
- package/lib/openapi/platform/models/filterSharing.d.ts +1 -1
- package/lib/openapi/platform/models/filterSharing.js +6 -22
- package/lib/openapi/platform/models/filterSharing.js.map +1 -1
- package/lib/openapi/platform/models/filters.d.ts +2 -2
- package/lib/openapi/platform/models/filters.js +29 -69
- package/lib/openapi/platform/models/filters.js.map +1 -1
- package/lib/openapi/platform/models/groupAndUserPicker.d.ts +1 -1
- package/lib/openapi/platform/models/groupAndUserPicker.js +7 -16
- package/lib/openapi/platform/models/groupAndUserPicker.js.map +1 -1
- package/lib/openapi/platform/models/groups.d.ts +1 -1
- package/lib/openapi/platform/models/groups.js +28 -62
- package/lib/openapi/platform/models/groups.js.map +1 -1
- package/lib/openapi/platform/models/issueAttachments.d.ts +2 -2
- package/lib/openapi/platform/models/issueAttachments.js +35 -80
- package/lib/openapi/platform/models/issueAttachments.js.map +1 -1
- package/lib/openapi/platform/models/issueBulkOperations.d.ts +1 -1
- package/lib/openapi/platform/models/issueBulkOperations.js +193 -457
- package/lib/openapi/platform/models/issueBulkOperations.js.map +1 -1
- package/lib/openapi/platform/models/issueCommentProperties.d.ts +1 -1
- package/lib/openapi/platform/models/issueCommentProperties.js +3 -9
- package/lib/openapi/platform/models/issueCommentProperties.js.map +1 -1
- package/lib/openapi/platform/models/issueComments.d.ts +1 -1
- package/lib/openapi/platform/models/issueComments.js +9 -19
- package/lib/openapi/platform/models/issueComments.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.d.ts +1 -1
- package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.js +21 -51
- package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldContexts.d.ts +1 -1
- package/lib/openapi/platform/models/issueCustomFieldContexts.js +139 -320
- package/lib/openapi/platform/models/issueCustomFieldContexts.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldOptions.d.ts +1 -1
- package/lib/openapi/platform/models/issueCustomFieldOptions.js +37 -88
- package/lib/openapi/platform/models/issueCustomFieldOptions.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldOptionsApps.d.ts +1 -1
- package/lib/openapi/platform/models/issueCustomFieldOptionsApps.js +38 -87
- package/lib/openapi/platform/models/issueCustomFieldOptionsApps.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldValuesApps.d.ts +1 -1
- package/lib/openapi/platform/models/issueCustomFieldValuesApps.js +12 -31
- package/lib/openapi/platform/models/issueCustomFieldValuesApps.js.map +1 -1
- package/lib/openapi/platform/models/issueFieldConfigurations.d.ts +1 -1
- package/lib/openapi/platform/models/issueFieldConfigurations.js +55 -124
- package/lib/openapi/platform/models/issueFieldConfigurations.js.map +1 -1
- package/lib/openapi/platform/models/issueFields.d.ts +2 -2
- package/lib/openapi/platform/models/issueFields.js +23 -79
- package/lib/openapi/platform/models/issueFields.js.map +1 -1
- package/lib/openapi/platform/models/issueLinkTypes.d.ts +1 -1
- package/lib/openapi/platform/models/issueLinkTypes.js +4 -12
- package/lib/openapi/platform/models/issueLinkTypes.js.map +1 -1
- package/lib/openapi/platform/models/issueLinks.d.ts +2 -2
- package/lib/openapi/platform/models/issueLinks.js +7 -16
- package/lib/openapi/platform/models/issueLinks.js.map +1 -1
- package/lib/openapi/platform/models/issueNotificationSchemes.d.ts +2 -2
- package/lib/openapi/platform/models/issueNotificationSchemes.js +41 -108
- package/lib/openapi/platform/models/issueNotificationSchemes.js.map +1 -1
- package/lib/openapi/platform/models/issuePriorities.d.ts +1 -1
- package/lib/openapi/platform/models/issuePriorities.js +21 -88
- package/lib/openapi/platform/models/issuePriorities.js.map +1 -1
- package/lib/openapi/platform/models/issueProperties.d.ts +1 -1
- package/lib/openapi/platform/models/issueProperties.js +43 -94
- package/lib/openapi/platform/models/issueProperties.js.map +1 -1
- package/lib/openapi/platform/models/issueRemoteLinks.d.ts +1 -1
- package/lib/openapi/platform/models/issueRemoteLinks.js +21 -45
- package/lib/openapi/platform/models/issueRemoteLinks.js.map +1 -1
- package/lib/openapi/platform/models/issueResolutions.d.ts +1 -1
- package/lib/openapi/platform/models/issueResolutions.js +21 -47
- package/lib/openapi/platform/models/issueResolutions.js.map +1 -1
- package/lib/openapi/platform/models/issueSearch.d.ts +1 -1
- package/lib/openapi/platform/models/issueSearch.js +50 -109
- package/lib/openapi/platform/models/issueSearch.js.map +1 -1
- package/lib/openapi/platform/models/issueSecurityLevel.d.ts +1 -1
- package/lib/openapi/platform/models/issueSecurityLevel.js +7 -18
- package/lib/openapi/platform/models/issueSecurityLevel.js.map +1 -1
- package/lib/openapi/platform/models/issueSecuritySchemes.d.ts +2 -2
- package/lib/openapi/platform/models/issueSecuritySchemes.js +68 -155
- package/lib/openapi/platform/models/issueSecuritySchemes.js.map +1 -1
- package/lib/openapi/platform/models/issueTypeSchemes.d.ts +1 -1
- package/lib/openapi/platform/models/issueTypeSchemes.js +33 -75
- package/lib/openapi/platform/models/issueTypeSchemes.js.map +1 -1
- package/lib/openapi/platform/models/issueTypeScreenSchemes.d.ts +1 -1
- package/lib/openapi/platform/models/issueTypeScreenSchemes.js +36 -79
- package/lib/openapi/platform/models/issueTypeScreenSchemes.js.map +1 -1
- package/lib/openapi/platform/models/issueTypes.d.ts +1 -1
- package/lib/openapi/platform/models/issueTypes.js +6 -15
- package/lib/openapi/platform/models/issueTypes.js.map +1 -1
- package/lib/openapi/platform/models/issueWatchers.d.ts +1 -1
- package/lib/openapi/platform/models/issueWatchers.js +6 -15
- package/lib/openapi/platform/models/issueWatchers.js.map +1 -1
- package/lib/openapi/platform/models/issueWorklogs.d.ts +1 -1
- package/lib/openapi/platform/models/issueWorklogs.js +20 -44
- package/lib/openapi/platform/models/issueWorklogs.js.map +1 -1
- package/lib/openapi/platform/models/issues.d.ts +2 -2
- package/lib/openapi/platform/models/issues.js +233 -542
- package/lib/openapi/platform/models/issues.js.map +1 -1
- package/lib/openapi/platform/models/jiraExpressions.d.ts +1 -1
- package/lib/openapi/platform/models/jiraExpressions.js +93 -211
- package/lib/openapi/platform/models/jiraExpressions.js.map +1 -1
- package/lib/openapi/platform/models/jiraSettings.d.ts +1 -1
- package/lib/openapi/platform/models/jiraSettings.js +11 -25
- package/lib/openapi/platform/models/jiraSettings.js.map +1 -1
- package/lib/openapi/platform/models/jql.d.ts +1 -1
- package/lib/openapi/platform/models/jql.js +101 -254
- package/lib/openapi/platform/models/jql.js.map +1 -1
- package/lib/openapi/platform/models/jqlFunctionsApps.d.ts +1 -1
- package/lib/openapi/platform/models/jqlFunctionsApps.js +28 -67
- package/lib/openapi/platform/models/jqlFunctionsApps.js.map +1 -1
- package/lib/openapi/platform/models/labels.d.ts +1 -1
- package/lib/openapi/platform/models/labels.js +3 -9
- package/lib/openapi/platform/models/labels.js.map +1 -1
- package/lib/openapi/platform/models/licenseMetrics.d.ts +1 -1
- package/lib/openapi/platform/models/licenseMetrics.js +9 -21
- package/lib/openapi/platform/models/licenseMetrics.js.map +1 -1
- package/lib/openapi/platform/models/myself.d.ts +1 -1
- package/lib/openapi/platform/models/myself.js +3 -9
- package/lib/openapi/platform/models/myself.js.map +1 -1
- package/lib/openapi/platform/models/permissionSchemes.d.ts +1 -1
- package/lib/openapi/platform/models/permissionSchemes.js +10 -26
- package/lib/openapi/platform/models/permissionSchemes.js.map +1 -1
- package/lib/openapi/platform/models/permissions.d.ts +1 -1
- package/lib/openapi/platform/models/permissions.js +49 -104
- package/lib/openapi/platform/models/permissions.js.map +1 -1
- package/lib/openapi/platform/models/plans.d.ts +1 -1
- package/lib/openapi/platform/models/plans.js +134 -297
- package/lib/openapi/platform/models/plans.js.map +1 -1
- package/lib/openapi/platform/models/prioritySchemes.d.ts +2 -2
- package/lib/openapi/platform/models/prioritySchemes.js +64 -162
- package/lib/openapi/platform/models/prioritySchemes.js.map +1 -1
- package/lib/openapi/platform/models/projectAvatars.d.ts +1 -1
- package/lib/openapi/platform/models/projectAvatars.js +4 -10
- package/lib/openapi/platform/models/projectAvatars.js.map +1 -1
- package/lib/openapi/platform/models/projectClassificationLevels.d.ts +1 -1
- package/lib/openapi/platform/models/projectClassificationLevels.js +3 -9
- package/lib/openapi/platform/models/projectClassificationLevels.js.map +1 -1
- package/lib/openapi/platform/models/projectComponents.d.ts +1 -1
- package/lib/openapi/platform/models/projectComponents.js +18 -54
- package/lib/openapi/platform/models/projectComponents.js.map +1 -1
- package/lib/openapi/platform/models/projectEmail.d.ts +1 -1
- package/lib/openapi/platform/models/projectEmail.js +3 -9
- package/lib/openapi/platform/models/projectEmail.js.map +1 -1
- package/lib/openapi/platform/models/projectFeatures.d.ts +1 -1
- package/lib/openapi/platform/models/projectFeatures.js +9 -23
- package/lib/openapi/platform/models/projectFeatures.js.map +1 -1
- package/lib/openapi/platform/models/projectPermissionSchemes.d.ts +1 -1
- package/lib/openapi/platform/models/projectPermissionSchemes.js +7 -16
- package/lib/openapi/platform/models/projectPermissionSchemes.js.map +1 -1
- package/lib/openapi/platform/models/projectRoleActors.d.ts +1 -1
- package/lib/openapi/platform/models/projectRoleActors.js +10 -25
- package/lib/openapi/platform/models/projectRoleActors.js.map +1 -1
- package/lib/openapi/platform/models/projectRoles.d.ts +1 -1
- package/lib/openapi/platform/models/projectRoles.js +7 -16
- package/lib/openapi/platform/models/projectRoles.js.map +1 -1
- package/lib/openapi/platform/models/projectTypes.d.ts +1 -1
- package/lib/openapi/platform/models/projectTypes.js +3 -9
- package/lib/openapi/platform/models/projectTypes.js.map +1 -1
- package/lib/openapi/platform/models/projectVersions.d.ts +1 -1
- package/lib/openapi/platform/models/projectVersions.js +27 -58
- package/lib/openapi/platform/models/projectVersions.js.map +1 -1
- package/lib/openapi/platform/models/projects.d.ts +1 -1
- package/lib/openapi/platform/models/projects.js +29 -111
- package/lib/openapi/platform/models/projects.js.map +1 -1
- package/lib/openapi/platform/models/screenSchemes.d.ts +1 -1
- package/lib/openapi/platform/models/screenSchemes.js +23 -51
- package/lib/openapi/platform/models/screenSchemes.js.map +1 -1
- package/lib/openapi/platform/models/screenTabFields.d.ts +1 -1
- package/lib/openapi/platform/models/screenTabFields.js +6 -15
- package/lib/openapi/platform/models/screenTabFields.js.map +1 -1
- package/lib/openapi/platform/models/screens.d.ts +1 -1
- package/lib/openapi/platform/models/screens.js +19 -42
- package/lib/openapi/platform/models/screens.js.map +1 -1
- package/lib/openapi/platform/models/serverInfo.d.ts +1 -1
- package/lib/openapi/platform/models/serverInfo.js +7 -18
- package/lib/openapi/platform/models/serverInfo.js.map +1 -1
- package/lib/openapi/platform/models/serviceRegistry.d.ts +1 -1
- package/lib/openapi/platform/models/serviceRegistry.js +6 -17
- package/lib/openapi/platform/models/serviceRegistry.js.map +1 -1
- package/lib/openapi/platform/models/status.d.ts +2 -2
- package/lib/openapi/platform/models/status.js +33 -70
- package/lib/openapi/platform/models/status.js.map +1 -1
- package/lib/openapi/platform/models/teamsInPlan.d.ts +1 -1
- package/lib/openapi/platform/models/teamsInPlan.js +21 -47
- package/lib/openapi/platform/models/teamsInPlan.js.map +1 -1
- package/lib/openapi/platform/models/timeTracking.d.ts +1 -1
- package/lib/openapi/platform/models/timeTracking.js +3 -9
- package/lib/openapi/platform/models/timeTracking.js.map +1 -1
- package/lib/openapi/platform/models/uiModificationsApps.d.ts +1 -1
- package/lib/openapi/platform/models/uiModificationsApps.js +24 -56
- package/lib/openapi/platform/models/uiModificationsApps.js.map +1 -1
- package/lib/openapi/platform/models/userSearch.d.ts +1 -1
- package/lib/openapi/platform/models/userSearch.js +10 -22
- package/lib/openapi/platform/models/userSearch.js.map +1 -1
- package/lib/openapi/platform/models/users.d.ts +1 -1
- package/lib/openapi/platform/models/users.js +17 -37
- package/lib/openapi/platform/models/users.js.map +1 -1
- package/lib/openapi/platform/models/webhooks.d.ts +1 -1
- package/lib/openapi/platform/models/webhooks.js +32 -85
- package/lib/openapi/platform/models/webhooks.js.map +1 -1
- package/lib/openapi/platform/models/workflowSchemeDrafts.d.ts +1 -1
- package/lib/openapi/platform/models/workflowSchemeDrafts.js +9 -22
- package/lib/openapi/platform/models/workflowSchemeDrafts.js.map +1 -1
- package/lib/openapi/platform/models/workflowSchemeProjectAssociations.d.ts +1 -1
- package/lib/openapi/platform/models/workflowSchemeProjectAssociations.js +10 -22
- package/lib/openapi/platform/models/workflowSchemeProjectAssociations.js.map +1 -1
- package/lib/openapi/platform/models/workflowSchemes.d.ts +2 -2
- package/lib/openapi/platform/models/workflowSchemes.js +79 -170
- package/lib/openapi/platform/models/workflowSchemes.js.map +1 -1
- package/lib/openapi/platform/models/workflowTransitionProperties.d.ts +1 -1
- package/lib/openapi/platform/models/workflowTransitionProperties.js +3 -9
- package/lib/openapi/platform/models/workflowTransitionProperties.js.map +1 -1
- package/lib/openapi/platform/models/workflowTransitionRules.d.ts +1 -1
- package/lib/openapi/platform/models/workflowTransitionRules.js +34 -71
- package/lib/openapi/platform/models/workflowTransitionRules.js.map +1 -1
- package/lib/openapi/platform/models/workflows.d.ts +2 -2
- package/lib/openapi/platform/models/workflows.js +275 -651
- package/lib/openapi/platform/models/workflows.js.map +1 -1
- package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +1 -1
- package/lib/openapi/platform/services/AnnouncementBannerService.js +22 -38
- package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
- package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +2 -2
- package/lib/openapi/platform/services/AppDataPoliciesService.js +22 -38
- package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
- package/lib/openapi/platform/services/AppMigrationService.d.ts +3 -3
- package/lib/openapi/platform/services/AppMigrationService.js +30 -48
- package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
- package/lib/openapi/platform/services/AppPropertiesService.d.ts +7 -7
- package/lib/openapi/platform/services/AppPropertiesService.js +64 -101
- package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ApplicationRolesService.d.ts +1 -1
- package/lib/openapi/platform/services/ApplicationRolesService.js +21 -35
- package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
- package/lib/openapi/platform/services/AuditRecordsService.d.ts +1 -1
- package/lib/openapi/platform/services/AuditRecordsService.js +13 -22
- package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
- package/lib/openapi/platform/services/AvatarsService.d.ts +9 -9
- package/lib/openapi/platform/services/AvatarsService.js +90 -137
- package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +1 -1
- package/lib/openapi/platform/services/ClassificationLevelsService.js +13 -22
- package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/DashboardsService.d.ts +18 -18
- package/lib/openapi/platform/services/DashboardsService.js +193 -311
- package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
- package/lib/openapi/platform/services/DynamicModulesService.d.ts +2 -2
- package/lib/openapi/platform/services/DynamicModulesService.js +21 -34
- package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
- package/lib/openapi/platform/services/FilterSharingService.d.ts +6 -6
- package/lib/openapi/platform/services/FilterSharingService.js +61 -101
- package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
- package/lib/openapi/platform/services/FiltersService.d.ts +14 -14
- package/lib/openapi/platform/services/FiltersService.js +141 -225
- package/lib/openapi/platform/services/FiltersService.js.map +1 -1
- package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +1 -1
- package/lib/openapi/platform/services/GroupAndUserPickerService.js +13 -22
- package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
- package/lib/openapi/platform/services/GroupsService.d.ts +9 -9
- package/lib/openapi/platform/services/GroupsService.js +79 -128
- package/lib/openapi/platform/services/GroupsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueAttachmentsService.js +87 -142
- package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueBulkOperationsService.js +79 -130
- package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +5 -5
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js +43 -67
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentsService.d.ts +7 -7
- package/lib/openapi/platform/services/IssueCommentsService.js +70 -110
- package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +4 -4
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +38 -61
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +14 -14
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +158 -251
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +9 -9
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +90 -143
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +72 -113
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +2 -2
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +26 -40
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +16 -16
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +173 -280
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldsService.d.ts +9 -9
- package/lib/openapi/platform/services/IssueFieldsService.js +95 -156
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +4 -4
- package/lib/openapi/platform/services/IssueLinkTypesService.js +50 -83
- package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinksService.d.ts +4 -4
- package/lib/openapi/platform/services/IssueLinksService.js +28 -44
- package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +1 -1
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +15 -24
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +9 -9
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js +93 -152
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +8 -8
- package/lib/openapi/platform/services/IssuePrioritiesService.js +83 -137
- package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePropertiesService.d.ts +10 -10
- package/lib/openapi/platform/services/IssuePropertiesService.js +65 -97
- package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +7 -7
- package/lib/openapi/platform/services/IssueRemoteLinksService.js +64 -101
- package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueResolutionsService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueResolutionsService.js +84 -138
- package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSearchService.d.ts +9 -9
- package/lib/openapi/platform/services/IssueSearchService.js +90 -148
- package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +2 -2
- package/lib/openapi/platform/services/IssueSecurityLevelService.js +25 -42
- package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +16 -16
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js +169 -274
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +5 -5
- package/lib/openapi/platform/services/IssueTypePropertiesService.js +43 -67
- package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +11 -11
- package/lib/openapi/platform/services/IssueTypeSchemesService.js +115 -187
- package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +13 -13
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +128 -208
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypesService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueTypesService.js +85 -136
- package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueVotesService.d.ts +3 -3
- package/lib/openapi/platform/services/IssueVotesService.js +28 -44
- package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWatchersService.d.ts +5 -5
- package/lib/openapi/platform/services/IssueWatchersService.js +42 -68
- package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +5 -5
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +43 -67
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogsService.d.ts +11 -11
- package/lib/openapi/platform/services/IssueWorklogsService.js +106 -164
- package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
- package/lib/openapi/platform/services/IssuesService.d.ts +23 -23
- package/lib/openapi/platform/services/IssuesService.js +265 -424
- package/lib/openapi/platform/services/IssuesService.js.map +1 -1
- package/lib/openapi/platform/services/JiraExpressionsService.d.ts +4 -4
- package/lib/openapi/platform/services/JiraExpressionsService.js +38 -61
- package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
- package/lib/openapi/platform/services/JiraSettingsService.d.ts +3 -3
- package/lib/openapi/platform/services/JiraSettingsService.js +43 -73
- package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +4 -4
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js +41 -66
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlService.d.ts +6 -6
- package/lib/openapi/platform/services/JqlService.js +66 -108
- package/lib/openapi/platform/services/JqlService.js.map +1 -1
- package/lib/openapi/platform/services/LabelsService.d.ts +1 -1
- package/lib/openapi/platform/services/LabelsService.js +12 -19
- package/lib/openapi/platform/services/LabelsService.js.map +1 -1
- package/lib/openapi/platform/services/LicenseMetricsService.d.ts +1 -1
- package/lib/openapi/platform/services/LicenseMetricsService.js +31 -54
- package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
- package/lib/openapi/platform/services/MyselfService.d.ts +5 -5
- package/lib/openapi/platform/services/MyselfService.js +70 -117
- package/lib/openapi/platform/services/MyselfService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionSchemesService.d.ts +10 -10
- package/lib/openapi/platform/services/PermissionSchemesService.js +97 -153
- package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionsService.d.ts +4 -4
- package/lib/openapi/platform/services/PermissionsService.js +44 -74
- package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
- package/lib/openapi/platform/services/PlansService.d.ts +8 -8
- package/lib/openapi/platform/services/PlansService.js +80 -129
- package/lib/openapi/platform/services/PlansService.js.map +1 -1
- package/lib/openapi/platform/services/PrioritySchemesService.d.ts +9 -9
- package/lib/openapi/platform/services/PrioritySchemesService.js +96 -155
- package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +4 -4
- package/lib/openapi/platform/services/ProjectAvatarsService.js +43 -69
- package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +4 -4
- package/lib/openapi/platform/services/ProjectCategoriesService.js +49 -79
- package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +3 -3
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +35 -56
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectComponentsService.d.ts +9 -9
- package/lib/openapi/platform/services/ProjectComponentsService.js +88 -142
- package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectEmailService.d.ts +2 -2
- package/lib/openapi/platform/services/ProjectEmailService.js +25 -41
- package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +2 -2
- package/lib/openapi/platform/services/ProjectFeaturesService.js +25 -41
- package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +3 -3
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +34 -55
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +5 -5
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +49 -80
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +5 -5
- package/lib/openapi/platform/services/ProjectPropertiesService.js +43 -67
- package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +7 -7
- package/lib/openapi/platform/services/ProjectRoleActorsService.js +66 -103
- package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRolesService.d.ts +9 -9
- package/lib/openapi/platform/services/ProjectRolesService.js +98 -159
- package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectTypesService.d.ts +2 -2
- package/lib/openapi/platform/services/ProjectTypesService.js +42 -72
- package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectVersionsService.d.ts +16 -16
- package/lib/openapi/platform/services/ProjectVersionsService.js +164 -262
- package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectsService.d.ts +15 -15
- package/lib/openapi/platform/services/ProjectsService.js +138 -222
- package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenSchemesService.d.ts +4 -4
- package/lib/openapi/platform/services/ScreenSchemesService.js +41 -66
- package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +4 -4
- package/lib/openapi/platform/services/ScreenTabFieldsService.js +42 -65
- package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabsService.d.ts +6 -6
- package/lib/openapi/platform/services/ScreenTabsService.js +64 -101
- package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreensService.d.ts +8 -8
- package/lib/openapi/platform/services/ScreensService.js +75 -122
- package/lib/openapi/platform/services/ScreensService.js.map +1 -1
- package/lib/openapi/platform/services/ServerInfoService.js +10 -17
- package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
- package/lib/openapi/platform/services/ServiceRegistryService.d.ts +1 -1
- package/lib/openapi/platform/services/ServiceRegistryService.js +13 -22
- package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
- package/lib/openapi/platform/services/StatusService.d.ts +6 -6
- package/lib/openapi/platform/services/StatusService.js +56 -91
- package/lib/openapi/platform/services/StatusService.js.map +1 -1
- package/lib/openapi/platform/services/TasksService.d.ts +2 -2
- package/lib/openapi/platform/services/TasksService.js +23 -37
- package/lib/openapi/platform/services/TasksService.js.map +1 -1
- package/lib/openapi/platform/services/TeamsInPlanService.d.ts +10 -10
- package/lib/openapi/platform/services/TeamsInPlanService.js +106 -171
- package/lib/openapi/platform/services/TeamsInPlanService.js.map +1 -1
- package/lib/openapi/platform/services/TimeTrackingService.d.ts +2 -2
- package/lib/openapi/platform/services/TimeTrackingService.js +54 -92
- package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +5 -5
- package/lib/openapi/platform/services/UiModificationsAppsService.js +47 -77
- package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/UserPropertiesService.d.ts +5 -5
- package/lib/openapi/platform/services/UserPropertiesService.js +46 -70
- package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/UserSearchService.d.ts +9 -9
- package/lib/openapi/platform/services/UserSearchService.js +90 -149
- package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
- package/lib/openapi/platform/services/UsersService.d.ts +15 -15
- package/lib/openapi/platform/services/UsersService.js +134 -218
- package/lib/openapi/platform/services/UsersService.js.map +1 -1
- package/lib/openapi/platform/services/WebhooksService.d.ts +6 -6
- package/lib/openapi/platform/services/WebhooksService.js +50 -80
- package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +15 -15
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +146 -229
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +2 -2
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +24 -40
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +18 -18
- package/lib/openapi/platform/services/WorkflowSchemesService.js +196 -313
- package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +1 -1
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +21 -35
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +1 -1
- package/lib/openapi/platform/services/WorkflowStatusesService.js +21 -35
- package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +4 -4
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +46 -71
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +4 -4
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +35 -58
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowsService.d.ts +11 -11
- package/lib/openapi/platform/services/WorkflowsService.js +107 -172
- package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
- package/lib/openapi/platform/validationSchemaStorage.d.ts +2 -2
- package/lib/openapi/platform/validationSchemaStorage.js +12 -22
- package/lib/openapi/platform/validationSchemaStorage.js.map +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +2 -2
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +3 -3
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js.map +1 -1
- package/lib/openapi/serviceManagement/models/assets.d.ts +1 -1
- package/lib/openapi/serviceManagement/models/assets.js +16 -38
- package/lib/openapi/serviceManagement/models/assets.js.map +1 -1
- package/lib/openapi/serviceManagement/models/common.d.ts +1 -1
- package/lib/openapi/serviceManagement/models/common.js +45 -104
- package/lib/openapi/serviceManagement/models/common.js.map +1 -1
- package/lib/openapi/serviceManagement/models/customer.d.ts +1 -1
- package/lib/openapi/serviceManagement/models/customer.js +6 -15
- package/lib/openapi/serviceManagement/models/customer.js.map +1 -1
- package/lib/openapi/serviceManagement/models/info.d.ts +2 -2
- package/lib/openapi/serviceManagement/models/info.js +4 -10
- package/lib/openapi/serviceManagement/models/info.js.map +1 -1
- package/lib/openapi/serviceManagement/models/knowledgebase.d.ts +1 -1
- package/lib/openapi/serviceManagement/models/knowledgebase.js +9 -21
- package/lib/openapi/serviceManagement/models/knowledgebase.js.map +1 -1
- package/lib/openapi/serviceManagement/models/organization.d.ts +2 -2
- package/lib/openapi/serviceManagement/models/organization.js +19 -42
- package/lib/openapi/serviceManagement/models/organization.js.map +1 -1
- package/lib/openapi/serviceManagement/models/request.d.ts +2 -2
- package/lib/openapi/serviceManagement/models/request.js +149 -351
- package/lib/openapi/serviceManagement/models/request.js.map +1 -1
- package/lib/openapi/serviceManagement/models/servicedesk.d.ts +2 -2
- package/lib/openapi/serviceManagement/models/servicedesk.js +116 -263
- package/lib/openapi/serviceManagement/models/servicedesk.js.map +1 -1
- package/lib/openapi/serviceManagement/services/AssetsService.d.ts +2 -2
- package/lib/openapi/serviceManagement/services/AssetsService.js +23 -37
- package/lib/openapi/serviceManagement/services/AssetsService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/CustomerService.d.ts +1 -1
- package/lib/openapi/serviceManagement/services/CustomerService.js +13 -20
- package/lib/openapi/serviceManagement/services/CustomerService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/InfoService.js +10 -17
- package/lib/openapi/serviceManagement/services/InfoService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.d.ts +1 -1
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.js +12 -19
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/OrganizationService.d.ts +16 -16
- package/lib/openapi/serviceManagement/services/OrganizationService.js +130 -202
- package/lib/openapi/serviceManagement/services/OrganizationService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/RequestService.d.ts +29 -29
- package/lib/openapi/serviceManagement/services/RequestService.js +309 -493
- package/lib/openapi/serviceManagement/services/RequestService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/RequesttypeService.d.ts +1 -1
- package/lib/openapi/serviceManagement/services/RequesttypeService.js +12 -19
- package/lib/openapi/serviceManagement/services/RequesttypeService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/ServicedeskService.d.ts +22 -22
- package/lib/openapi/serviceManagement/services/ServicedeskService.js +214 -338
- package/lib/openapi/serviceManagement/services/ServicedeskService.js.map +1 -1
- package/lib/openapi/serviceManagement/validationSchemaStorage.d.ts +2 -2
- package/lib/openapi/serviceManagement/validationSchemaStorage.js +12 -22
- package/lib/openapi/serviceManagement/validationSchemaStorage.js.map +1 -1
- package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +1 -1
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js +2 -2
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -1
- package/lib/openapi/software/models/board.d.ts +1 -1
- package/lib/openapi/software/models/board.js +290 -681
- package/lib/openapi/software/models/board.js.map +1 -1
- package/lib/openapi/software/models/builds.d.ts +2 -2
- package/lib/openapi/software/models/builds.js +33 -89
- package/lib/openapi/software/models/builds.js.map +1 -1
- package/lib/openapi/software/models/common.d.ts +2 -2
- package/lib/openapi/software/models/common.js +27 -69
- package/lib/openapi/software/models/common.js.map +1 -1
- package/lib/openapi/software/models/deployments.d.ts +1 -1
- package/lib/openapi/software/models/deployments.js +34 -119
- package/lib/openapi/software/models/deployments.js.map +1 -1
- package/lib/openapi/software/models/devOpsComponents.d.ts +1 -1
- package/lib/openapi/software/models/devOpsComponents.js +12 -33
- package/lib/openapi/software/models/devOpsComponents.js.map +1 -1
- package/lib/openapi/software/models/developmentInformation.d.ts +1 -1
- package/lib/openapi/software/models/developmentInformation.js +57 -145
- package/lib/openapi/software/models/developmentInformation.js.map +1 -1
- package/lib/openapi/software/models/epic.d.ts +1 -1
- package/lib/openapi/software/models/epic.js +9 -38
- package/lib/openapi/software/models/epic.js.map +1 -1
- package/lib/openapi/software/models/featureFlags.d.ts +1 -1
- package/lib/openapi/software/models/featureFlags.js +16 -43
- package/lib/openapi/software/models/featureFlags.js.map +1 -1
- package/lib/openapi/software/models/issue.d.ts +1 -1
- package/lib/openapi/software/models/issue.js +3 -9
- package/lib/openapi/software/models/issue.js.map +1 -1
- package/lib/openapi/software/models/operations.d.ts +1 -1
- package/lib/openapi/software/models/operations.js +42 -125
- package/lib/openapi/software/models/operations.js.map +1 -1
- package/lib/openapi/software/models/remoteLinks.d.ts +1 -1
- package/lib/openapi/software/models/remoteLinks.js +24 -85
- package/lib/openapi/software/models/remoteLinks.js.map +1 -1
- package/lib/openapi/software/models/securityInformation.d.ts +1 -1
- package/lib/openapi/software/models/securityInformation.js +36 -94
- package/lib/openapi/software/models/securityInformation.js.map +1 -1
- package/lib/openapi/software/models/sprint.d.ts +1 -1
- package/lib/openapi/software/models/sprint.js +6 -15
- package/lib/openapi/software/models/sprint.js.map +1 -1
- package/lib/openapi/software/services/BacklogService.d.ts +3 -3
- package/lib/openapi/software/services/BacklogService.js +20 -30
- package/lib/openapi/software/services/BacklogService.js.map +1 -1
- package/lib/openapi/software/services/BoardService.d.ts +27 -27
- package/lib/openapi/software/services/BoardService.js +297 -479
- package/lib/openapi/software/services/BoardService.js.map +1 -1
- package/lib/openapi/software/services/BuildsService.d.ts +5 -5
- package/lib/openapi/software/services/BuildsService.js +37 -55
- package/lib/openapi/software/services/BuildsService.js.map +1 -1
- package/lib/openapi/software/services/DeploymentsService.d.ts +6 -6
- package/lib/openapi/software/services/DeploymentsService.js +49 -76
- package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
- package/lib/openapi/software/services/DevOpsComponentsService.d.ts +4 -4
- package/lib/openapi/software/services/DevOpsComponentsService.js +39 -72
- package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
- package/lib/openapi/software/services/DevelopmentInformationService.d.ts +7 -7
- package/lib/openapi/software/services/DevelopmentInformationService.js +57 -86
- package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
- package/lib/openapi/software/services/EpicService.d.ts +8 -8
- package/lib/openapi/software/services/EpicService.js +64 -98
- package/lib/openapi/software/services/EpicService.js.map +1 -1
- package/lib/openapi/software/services/FeatureFlagsService.d.ts +5 -5
- package/lib/openapi/software/services/FeatureFlagsService.js +38 -58
- package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
- package/lib/openapi/software/services/IssueService.d.ts +4 -4
- package/lib/openapi/software/services/IssueService.js +51 -80
- package/lib/openapi/software/services/IssueService.js.map +1 -1
- package/lib/openapi/software/services/OperationsService.d.ts +10 -10
- package/lib/openapi/software/services/OperationsService.js +91 -167
- package/lib/openapi/software/services/OperationsService.js.map +1 -1
- package/lib/openapi/software/services/RemoteLinksService.d.ts +5 -5
- package/lib/openapi/software/services/RemoteLinksService.js +43 -75
- package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
- package/lib/openapi/software/services/SecurityInformationService.d.ts +9 -9
- package/lib/openapi/software/services/SecurityInformationService.js +69 -107
- package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
- package/lib/openapi/software/services/SprintService.d.ts +13 -13
- package/lib/openapi/software/services/SprintService.js +120 -187
- package/lib/openapi/software/services/SprintService.js.map +1 -1
- package/lib/openapi/software/validationSchemaStorage.d.ts +2 -2
- package/lib/openapi/software/validationSchemaStorage.js +12 -22
- package/lib/openapi/software/validationSchemaStorage.js.map +1 -1
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CommonHttpService } from "../../core/CommonHttpService";
|
|
2
2
|
import { type Watchers } from "../models/common";
|
|
3
|
-
import { type
|
|
3
|
+
import { type IssueList, type BulkIssueIsWatching } from "../models/issueWatchers";
|
|
4
4
|
/**
|
|
5
5
|
* This resource represents users watching an issue. Use it to get details of
|
|
6
6
|
* users watching an issue as well as start and stop a user watching an issue.
|
|
@@ -36,7 +36,7 @@ export declare class IssueWatchersService extends CommonHttpService {
|
|
|
36
36
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-watchers#api-rest-api-3-issue-issueidorkey-watchers-post
|
|
37
37
|
* @param params
|
|
38
38
|
*/
|
|
39
|
-
addWatcher: ({ issueIdOrKey, requestBody
|
|
39
|
+
addWatcher: ({ issueIdOrKey, requestBody }: {
|
|
40
40
|
/** The ID or key of the issue. */
|
|
41
41
|
issueIdOrKey: string;
|
|
42
42
|
/**
|
|
@@ -90,7 +90,7 @@ export declare class IssueWatchersService extends CommonHttpService {
|
|
|
90
90
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-watchers#api-rest-api-3-issue-issueidorkey-watchers-get
|
|
91
91
|
* @param params
|
|
92
92
|
*/
|
|
93
|
-
getIssueWatchers: ({ issueIdOrKey
|
|
93
|
+
getIssueWatchers: ({ issueIdOrKey }: {
|
|
94
94
|
/** The ID or key of the issue. */
|
|
95
95
|
issueIdOrKey: string;
|
|
96
96
|
}) => Promise<Watchers>;
|
|
@@ -128,7 +128,7 @@ export declare class IssueWatchersService extends CommonHttpService {
|
|
|
128
128
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-watchers#api-rest-api-3-issue-watching-post
|
|
129
129
|
* @param params
|
|
130
130
|
*/
|
|
131
|
-
getIsWatchingIssueBulk: ({ issueList
|
|
131
|
+
getIsWatchingIssueBulk: ({ issueList }: {
|
|
132
132
|
/**
|
|
133
133
|
* A list of issue IDs.
|
|
134
134
|
*
|
|
@@ -167,7 +167,7 @@ export declare class IssueWatchersService extends CommonHttpService {
|
|
|
167
167
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-watchers#api-rest-api-3-issue-issueidorkey-watchers-delete
|
|
168
168
|
* @param params
|
|
169
169
|
*/
|
|
170
|
-
removeWatcher: ({ issueIdOrKey, username, accountId
|
|
170
|
+
removeWatcher: ({ issueIdOrKey, username, accountId }: {
|
|
171
171
|
/** The ID or key of the issue. */
|
|
172
172
|
issueIdOrKey: string;
|
|
173
173
|
/**
|
|
@@ -4,12 +4,12 @@ exports.IssueWatchersService = void 0;
|
|
|
4
4
|
// DO NOT EDIT!
|
|
5
5
|
// This file is generated by "api-typescript-generator".
|
|
6
6
|
// To update this file run "yarn build:openapi".
|
|
7
|
-
const zod_1 = require("zod");
|
|
8
7
|
const commonHttpClient = require("../../core/CommonHttpClient");
|
|
9
8
|
const CommonHttpService_1 = require("../../core/CommonHttpService");
|
|
10
9
|
const common_1 = require("../models/common");
|
|
11
10
|
const issueWatchers_1 = require("../models/issueWatchers");
|
|
12
11
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
12
|
+
const zod_1 = require("zod");
|
|
13
13
|
/**
|
|
14
14
|
* This resource represents users watching an issue. Use it to get details of
|
|
15
15
|
* users watching an issue as well as start and stop a user watching an issue.
|
|
@@ -47,27 +47,22 @@ class IssueWatchersService extends CommonHttpService_1.CommonHttpService {
|
|
|
47
47
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-watchers#api-rest-api-3-issue-issueidorkey-watchers-post
|
|
48
48
|
* @param params
|
|
49
49
|
*/
|
|
50
|
-
this.addWatcher = ({ issueIdOrKey, requestBody
|
|
51
|
-
return this.getClientInstance()
|
|
52
|
-
.request({
|
|
50
|
+
this.addWatcher = ({ issueIdOrKey, requestBody }) => {
|
|
51
|
+
return this.getClientInstance().request({
|
|
53
52
|
path: "/rest/api/3/issue/{issueIdOrKey}/watchers",
|
|
54
53
|
method: "POST",
|
|
55
54
|
pathParams: {
|
|
56
|
-
issueIdOrKey
|
|
55
|
+
issueIdOrKey
|
|
57
56
|
},
|
|
58
57
|
headers: {
|
|
59
|
-
"Content-Type": "application/json"
|
|
58
|
+
"Content-Type": "application/json"
|
|
60
59
|
},
|
|
61
|
-
body: requestBody
|
|
62
|
-
})
|
|
63
|
-
.then(this.getClientInstance().responseHandler({
|
|
60
|
+
body: requestBody
|
|
61
|
+
}).then(this.getClientInstance().responseHandler({
|
|
64
62
|
204: {
|
|
65
|
-
"application/json": "json"
|
|
66
|
-
}
|
|
67
|
-
}))
|
|
68
|
-
.then(commonHttpClient.castResponse())
|
|
69
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueWatchersService.addWatcher.response")))
|
|
70
|
-
.then(commonHttpClient.getBody);
|
|
63
|
+
"application/json": "json"
|
|
64
|
+
}
|
|
65
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueWatchersService.addWatcher.response"))).then(commonHttpClient.getBody);
|
|
71
66
|
};
|
|
72
67
|
/**
|
|
73
68
|
* Returns the watchers for an issue.
|
|
@@ -114,23 +109,18 @@ class IssueWatchersService extends CommonHttpService_1.CommonHttpService {
|
|
|
114
109
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-watchers#api-rest-api-3-issue-issueidorkey-watchers-get
|
|
115
110
|
* @param params
|
|
116
111
|
*/
|
|
117
|
-
this.getIssueWatchers = ({ issueIdOrKey
|
|
118
|
-
return this.getClientInstance()
|
|
119
|
-
.request({
|
|
112
|
+
this.getIssueWatchers = ({ issueIdOrKey }) => {
|
|
113
|
+
return this.getClientInstance().request({
|
|
120
114
|
path: "/rest/api/3/issue/{issueIdOrKey}/watchers",
|
|
121
115
|
method: "GET",
|
|
122
116
|
pathParams: {
|
|
123
|
-
issueIdOrKey
|
|
124
|
-
}
|
|
125
|
-
})
|
|
126
|
-
.then(this.getClientInstance().responseHandler({
|
|
117
|
+
issueIdOrKey
|
|
118
|
+
}
|
|
119
|
+
}).then(this.getClientInstance().responseHandler({
|
|
127
120
|
200: {
|
|
128
|
-
"application/json": "json"
|
|
129
|
-
}
|
|
130
|
-
}))
|
|
131
|
-
.then(commonHttpClient.castResponse())
|
|
132
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueWatchersService.getIssueWatchers.response")))
|
|
133
|
-
.then(commonHttpClient.getBody);
|
|
121
|
+
"application/json": "json"
|
|
122
|
+
}
|
|
123
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueWatchersService.getIssueWatchers.response"))).then(commonHttpClient.getBody);
|
|
134
124
|
};
|
|
135
125
|
/**
|
|
136
126
|
* Returns, for the user, details of the watched status of issues from a list. If
|
|
@@ -166,24 +156,19 @@ class IssueWatchersService extends CommonHttpService_1.CommonHttpService {
|
|
|
166
156
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-watchers#api-rest-api-3-issue-watching-post
|
|
167
157
|
* @param params
|
|
168
158
|
*/
|
|
169
|
-
this.getIsWatchingIssueBulk = ({ issueList
|
|
170
|
-
return this.getClientInstance()
|
|
171
|
-
.request({
|
|
159
|
+
this.getIsWatchingIssueBulk = ({ issueList }) => {
|
|
160
|
+
return this.getClientInstance().request({
|
|
172
161
|
path: "/rest/api/3/issue/watching",
|
|
173
162
|
method: "POST",
|
|
174
163
|
headers: {
|
|
175
|
-
"Content-Type": "application/json"
|
|
164
|
+
"Content-Type": "application/json"
|
|
176
165
|
},
|
|
177
|
-
body: issueList
|
|
178
|
-
})
|
|
179
|
-
.then(this.getClientInstance().responseHandler({
|
|
166
|
+
body: issueList
|
|
167
|
+
}).then(this.getClientInstance().responseHandler({
|
|
180
168
|
200: {
|
|
181
|
-
"application/json": "json"
|
|
182
|
-
}
|
|
183
|
-
}))
|
|
184
|
-
.then(commonHttpClient.castResponse())
|
|
185
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueWatchersService.getIsWatchingIssueBulk.response")))
|
|
186
|
-
.then(commonHttpClient.getBody);
|
|
169
|
+
"application/json": "json"
|
|
170
|
+
}
|
|
171
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueWatchersService.getIsWatchingIssueBulk.response"))).then(commonHttpClient.getBody);
|
|
187
172
|
};
|
|
188
173
|
/**
|
|
189
174
|
* Deletes a user as a watcher of an issue.
|
|
@@ -209,48 +194,37 @@ class IssueWatchersService extends CommonHttpService_1.CommonHttpService {
|
|
|
209
194
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-watchers#api-rest-api-3-issue-issueidorkey-watchers-delete
|
|
210
195
|
* @param params
|
|
211
196
|
*/
|
|
212
|
-
this.removeWatcher = ({ issueIdOrKey, username, accountId
|
|
213
|
-
return this.getClientInstance()
|
|
214
|
-
.request({
|
|
197
|
+
this.removeWatcher = ({ issueIdOrKey, username, accountId }) => {
|
|
198
|
+
return this.getClientInstance().request({
|
|
215
199
|
path: "/rest/api/3/issue/{issueIdOrKey}/watchers",
|
|
216
200
|
method: "DELETE",
|
|
217
201
|
pathParams: {
|
|
218
|
-
issueIdOrKey
|
|
202
|
+
issueIdOrKey
|
|
219
203
|
},
|
|
220
204
|
query: {
|
|
221
205
|
username,
|
|
222
|
-
accountId
|
|
223
|
-
}
|
|
224
|
-
})
|
|
225
|
-
.then(commonHttpClient.discardResult);
|
|
206
|
+
accountId
|
|
207
|
+
}
|
|
208
|
+
}).then(commonHttpClient.discardResult);
|
|
226
209
|
};
|
|
227
210
|
}
|
|
228
211
|
static initialize() {
|
|
229
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueWatchersService.getIssueWatchers.response", zod_1.z
|
|
230
|
-
.object({
|
|
212
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueWatchersService.getIssueWatchers.response", zod_1.z.object({
|
|
231
213
|
status: zod_1.z.literal(200),
|
|
232
214
|
mediaType: zod_1.z.literal("application/json"),
|
|
233
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("Watchers")
|
|
234
|
-
})
|
|
235
|
-
|
|
236
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueWatchersService.addWatcher.response", zod_1.z
|
|
237
|
-
.object({
|
|
215
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("Watchers")
|
|
216
|
+
}).describe("IssueWatchersService.getIssueWatchers.response"));
|
|
217
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueWatchersService.addWatcher.response", zod_1.z.object({
|
|
238
218
|
status: zod_1.z.literal(204),
|
|
239
219
|
mediaType: zod_1.z.literal("application/json"),
|
|
240
|
-
body: zod_1.z.unknown()
|
|
241
|
-
})
|
|
242
|
-
|
|
243
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueWatchersService.getIsWatchingIssueBulk.response", zod_1.z
|
|
244
|
-
.object({
|
|
220
|
+
body: zod_1.z.unknown()
|
|
221
|
+
}).describe("IssueWatchersService.addWatcher.response"));
|
|
222
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueWatchersService.getIsWatchingIssueBulk.response", zod_1.z.object({
|
|
245
223
|
status: zod_1.z.literal(200),
|
|
246
224
|
mediaType: zod_1.z.literal("application/json"),
|
|
247
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("BulkIssueIsWatching")
|
|
248
|
-
})
|
|
249
|
-
|
|
250
|
-
validationSchemaStorage_1.validationSchemaStorage.registerOnce([
|
|
251
|
-
common_1.registerCommonValidationSchemas,
|
|
252
|
-
issueWatchers_1.registerIssueWatchersValidationSchemas,
|
|
253
|
-
]);
|
|
225
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("BulkIssueIsWatching")
|
|
226
|
+
}).describe("IssueWatchersService.getIsWatchingIssueBulk.response"));
|
|
227
|
+
validationSchemaStorage_1.validationSchemaStorage.registerOnce([common_1.registerCommonValidationSchemas, issueWatchers_1.registerIssueWatchersValidationSchemas]);
|
|
254
228
|
}
|
|
255
229
|
}
|
|
256
230
|
exports.IssueWatchersService = IssueWatchersService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IssueWatchersService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueWatchersService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,
|
|
1
|
+
{"version":3,"file":"IssueWatchersService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueWatchersService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CommonHttpService } from "../../core/CommonHttpService";
|
|
2
|
-
import { type
|
|
2
|
+
import { type PropertyKeys, type EntityProperty } from "../models/common";
|
|
3
3
|
/**
|
|
4
4
|
* This resource represents [issue worklog](#api-group-Issue-worklogs) properties,
|
|
5
5
|
* which provides for storing custom data against an issue worklog. Use it to get,
|
|
@@ -32,7 +32,7 @@ export declare class IssueWorklogPropertiesService extends CommonHttpService {
|
|
|
32
32
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklog-properties#api-rest-api-3-issue-issueidorkey-worklog-worklogid-properties-propertykey-delete
|
|
33
33
|
* @param params
|
|
34
34
|
*/
|
|
35
|
-
deleteWorklogProperty: ({ issueIdOrKey, worklogId, propertyKey
|
|
35
|
+
deleteWorklogProperty: ({ issueIdOrKey, worklogId, propertyKey }: {
|
|
36
36
|
/** The ID or key of the issue. */
|
|
37
37
|
issueIdOrKey: string;
|
|
38
38
|
/** The ID of the worklog. */
|
|
@@ -73,7 +73,7 @@ export declare class IssueWorklogPropertiesService extends CommonHttpService {
|
|
|
73
73
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklog-properties#api-rest-api-3-issue-issueidorkey-worklog-worklogid-properties-propertykey-get
|
|
74
74
|
* @param params
|
|
75
75
|
*/
|
|
76
|
-
getWorklogProperty: ({ issueIdOrKey, worklogId, propertyKey
|
|
76
|
+
getWorklogProperty: ({ issueIdOrKey, worklogId, propertyKey }: {
|
|
77
77
|
/** The ID or key of the issue. */
|
|
78
78
|
issueIdOrKey: string;
|
|
79
79
|
/** The ID of the worklog. */
|
|
@@ -115,7 +115,7 @@ export declare class IssueWorklogPropertiesService extends CommonHttpService {
|
|
|
115
115
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklog-properties#api-rest-api-3-issue-issueidorkey-worklog-worklogid-properties-get
|
|
116
116
|
* @param params
|
|
117
117
|
*/
|
|
118
|
-
getWorklogPropertyKeys: ({ issueIdOrKey, worklogId
|
|
118
|
+
getWorklogPropertyKeys: ({ issueIdOrKey, worklogId }: {
|
|
119
119
|
/** The ID or key of the issue. */
|
|
120
120
|
issueIdOrKey: string;
|
|
121
121
|
/** The ID of the worklog. */
|
|
@@ -158,7 +158,7 @@ export declare class IssueWorklogPropertiesService extends CommonHttpService {
|
|
|
158
158
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklog-properties#api-rest-api-3-issue-issueidorkey-worklog-worklogid-properties-propertykey-put
|
|
159
159
|
* @param params
|
|
160
160
|
*/
|
|
161
|
-
setWorklogProperty: ({ issueIdOrKey, worklogId, propertyKey, requestBody
|
|
161
|
+
setWorklogProperty: ({ issueIdOrKey, worklogId, propertyKey, requestBody }: {
|
|
162
162
|
/** The ID or key of the issue. */
|
|
163
163
|
issueIdOrKey: string;
|
|
164
164
|
/** The ID of the worklog. */
|
|
@@ -4,11 +4,11 @@ exports.IssueWorklogPropertiesService = void 0;
|
|
|
4
4
|
// DO NOT EDIT!
|
|
5
5
|
// This file is generated by "api-typescript-generator".
|
|
6
6
|
// To update this file run "yarn build:openapi".
|
|
7
|
-
const zod_1 = require("zod");
|
|
8
7
|
const commonHttpClient = require("../../core/CommonHttpClient");
|
|
9
8
|
const CommonHttpService_1 = require("../../core/CommonHttpService");
|
|
10
9
|
const common_1 = require("../models/common");
|
|
11
10
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
11
|
+
const zod_1 = require("zod");
|
|
12
12
|
/**
|
|
13
13
|
* This resource represents [issue worklog](#api-group-Issue-worklogs) properties,
|
|
14
14
|
* which provides for storing custom data against an issue worklog. Use it to get,
|
|
@@ -43,18 +43,16 @@ class IssueWorklogPropertiesService extends CommonHttpService_1.CommonHttpServic
|
|
|
43
43
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklog-properties#api-rest-api-3-issue-issueidorkey-worklog-worklogid-properties-propertykey-delete
|
|
44
44
|
* @param params
|
|
45
45
|
*/
|
|
46
|
-
this.deleteWorklogProperty = ({ issueIdOrKey, worklogId, propertyKey
|
|
47
|
-
return this.getClientInstance()
|
|
48
|
-
.request({
|
|
46
|
+
this.deleteWorklogProperty = ({ issueIdOrKey, worklogId, propertyKey }) => {
|
|
47
|
+
return this.getClientInstance().request({
|
|
49
48
|
path: "/rest/api/3/issue/{issueIdOrKey}/worklog/{worklogId}/properties/{propertyKey}",
|
|
50
49
|
method: "DELETE",
|
|
51
50
|
pathParams: {
|
|
52
51
|
issueIdOrKey,
|
|
53
52
|
worklogId,
|
|
54
|
-
propertyKey
|
|
55
|
-
}
|
|
56
|
-
})
|
|
57
|
-
.then(commonHttpClient.discardResult);
|
|
53
|
+
propertyKey
|
|
54
|
+
}
|
|
55
|
+
}).then(commonHttpClient.discardResult);
|
|
58
56
|
};
|
|
59
57
|
/**
|
|
60
58
|
* Returns the value of a worklog property.
|
|
@@ -89,25 +87,20 @@ class IssueWorklogPropertiesService extends CommonHttpService_1.CommonHttpServic
|
|
|
89
87
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklog-properties#api-rest-api-3-issue-issueidorkey-worklog-worklogid-properties-propertykey-get
|
|
90
88
|
* @param params
|
|
91
89
|
*/
|
|
92
|
-
this.getWorklogProperty = ({ issueIdOrKey, worklogId, propertyKey
|
|
93
|
-
return this.getClientInstance()
|
|
94
|
-
.request({
|
|
90
|
+
this.getWorklogProperty = ({ issueIdOrKey, worklogId, propertyKey }) => {
|
|
91
|
+
return this.getClientInstance().request({
|
|
95
92
|
path: "/rest/api/3/issue/{issueIdOrKey}/worklog/{worklogId}/properties/{propertyKey}",
|
|
96
93
|
method: "GET",
|
|
97
94
|
pathParams: {
|
|
98
95
|
issueIdOrKey,
|
|
99
96
|
worklogId,
|
|
100
|
-
propertyKey
|
|
101
|
-
}
|
|
102
|
-
})
|
|
103
|
-
.then(this.getClientInstance().responseHandler({
|
|
97
|
+
propertyKey
|
|
98
|
+
}
|
|
99
|
+
}).then(this.getClientInstance().responseHandler({
|
|
104
100
|
200: {
|
|
105
|
-
"application/json": "json"
|
|
106
|
-
}
|
|
107
|
-
}))
|
|
108
|
-
.then(commonHttpClient.castResponse())
|
|
109
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueWorklogPropertiesService.getWorklogProperty.response")))
|
|
110
|
-
.then(commonHttpClient.getBody);
|
|
101
|
+
"application/json": "json"
|
|
102
|
+
}
|
|
103
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueWorklogPropertiesService.getWorklogProperty.response"))).then(commonHttpClient.getBody);
|
|
111
104
|
};
|
|
112
105
|
/**
|
|
113
106
|
* Returns the keys of all properties for a worklog.
|
|
@@ -143,24 +136,19 @@ class IssueWorklogPropertiesService extends CommonHttpService_1.CommonHttpServic
|
|
|
143
136
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklog-properties#api-rest-api-3-issue-issueidorkey-worklog-worklogid-properties-get
|
|
144
137
|
* @param params
|
|
145
138
|
*/
|
|
146
|
-
this.getWorklogPropertyKeys = ({ issueIdOrKey, worklogId
|
|
147
|
-
return this.getClientInstance()
|
|
148
|
-
.request({
|
|
139
|
+
this.getWorklogPropertyKeys = ({ issueIdOrKey, worklogId }) => {
|
|
140
|
+
return this.getClientInstance().request({
|
|
149
141
|
path: "/rest/api/3/issue/{issueIdOrKey}/worklog/{worklogId}/properties",
|
|
150
142
|
method: "GET",
|
|
151
143
|
pathParams: {
|
|
152
144
|
issueIdOrKey,
|
|
153
|
-
worklogId
|
|
154
|
-
}
|
|
155
|
-
})
|
|
156
|
-
.then(this.getClientInstance().responseHandler({
|
|
145
|
+
worklogId
|
|
146
|
+
}
|
|
147
|
+
}).then(this.getClientInstance().responseHandler({
|
|
157
148
|
200: {
|
|
158
|
-
"application/json": "json"
|
|
159
|
-
}
|
|
160
|
-
}))
|
|
161
|
-
.then(commonHttpClient.castResponse())
|
|
162
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueWorklogPropertiesService.getWorklogPropertyKeys.response")))
|
|
163
|
-
.then(commonHttpClient.getBody);
|
|
149
|
+
"application/json": "json"
|
|
150
|
+
}
|
|
151
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueWorklogPropertiesService.getWorklogPropertyKeys.response"))).then(commonHttpClient.getBody);
|
|
164
152
|
};
|
|
165
153
|
/**
|
|
166
154
|
* Sets the value of a worklog property. Use this operation to store custom data
|
|
@@ -199,56 +187,45 @@ class IssueWorklogPropertiesService extends CommonHttpService_1.CommonHttpServic
|
|
|
199
187
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklog-properties#api-rest-api-3-issue-issueidorkey-worklog-worklogid-properties-propertykey-put
|
|
200
188
|
* @param params
|
|
201
189
|
*/
|
|
202
|
-
this.setWorklogProperty = ({ issueIdOrKey, worklogId, propertyKey, requestBody
|
|
203
|
-
return this.getClientInstance()
|
|
204
|
-
.request({
|
|
190
|
+
this.setWorklogProperty = ({ issueIdOrKey, worklogId, propertyKey, requestBody }) => {
|
|
191
|
+
return this.getClientInstance().request({
|
|
205
192
|
path: "/rest/api/3/issue/{issueIdOrKey}/worklog/{worklogId}/properties/{propertyKey}",
|
|
206
193
|
method: "PUT",
|
|
207
194
|
pathParams: {
|
|
208
195
|
issueIdOrKey,
|
|
209
196
|
worklogId,
|
|
210
|
-
propertyKey
|
|
197
|
+
propertyKey
|
|
211
198
|
},
|
|
212
199
|
headers: {
|
|
213
|
-
"Content-Type": "application/json"
|
|
200
|
+
"Content-Type": "application/json"
|
|
214
201
|
},
|
|
215
|
-
body: requestBody
|
|
216
|
-
})
|
|
217
|
-
.then(this.getClientInstance().responseHandler({
|
|
202
|
+
body: requestBody
|
|
203
|
+
}).then(this.getClientInstance().responseHandler({
|
|
218
204
|
200: {
|
|
219
|
-
"application/json": "json"
|
|
205
|
+
"application/json": "json"
|
|
220
206
|
},
|
|
221
207
|
201: {
|
|
222
|
-
"application/json": "json"
|
|
223
|
-
}
|
|
224
|
-
}))
|
|
225
|
-
.then(commonHttpClient.castResponse())
|
|
226
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueWorklogPropertiesService.setWorklogProperty.response")))
|
|
227
|
-
.then(commonHttpClient.asCreatedResponse("body"));
|
|
208
|
+
"application/json": "json"
|
|
209
|
+
}
|
|
210
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("IssueWorklogPropertiesService.setWorklogProperty.response"))).then(commonHttpClient.asCreatedResponse("body"));
|
|
228
211
|
};
|
|
229
212
|
}
|
|
230
213
|
static initialize() {
|
|
231
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueWorklogPropertiesService.getWorklogPropertyKeys.response", zod_1.z
|
|
232
|
-
.object({
|
|
214
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueWorklogPropertiesService.getWorklogPropertyKeys.response", zod_1.z.object({
|
|
233
215
|
status: zod_1.z.literal(200),
|
|
234
216
|
mediaType: zod_1.z.literal("application/json"),
|
|
235
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PropertyKeys")
|
|
236
|
-
})
|
|
237
|
-
|
|
238
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueWorklogPropertiesService.getWorklogProperty.response", zod_1.z
|
|
239
|
-
.object({
|
|
217
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PropertyKeys")
|
|
218
|
+
}).describe("IssueWorklogPropertiesService.getWorklogPropertyKeys.response"));
|
|
219
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueWorklogPropertiesService.getWorklogProperty.response", zod_1.z.object({
|
|
240
220
|
status: zod_1.z.literal(200),
|
|
241
221
|
mediaType: zod_1.z.literal("application/json"),
|
|
242
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("EntityProperty")
|
|
243
|
-
})
|
|
244
|
-
|
|
245
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueWorklogPropertiesService.setWorklogProperty.response", zod_1.z
|
|
246
|
-
.object({
|
|
222
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("EntityProperty")
|
|
223
|
+
}).describe("IssueWorklogPropertiesService.getWorklogProperty.response"));
|
|
224
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("IssueWorklogPropertiesService.setWorklogProperty.response", zod_1.z.object({
|
|
247
225
|
status: zod_1.z.number(),
|
|
248
226
|
mediaType: zod_1.z.string(),
|
|
249
|
-
body: zod_1.z.unknown()
|
|
250
|
-
})
|
|
251
|
-
.superRefine(({ status: status, body: body }, ctx) => {
|
|
227
|
+
body: zod_1.z.unknown()
|
|
228
|
+
}).superRefine(({ status: status, body: body }, ctx) => {
|
|
252
229
|
if (status === 200 || status === 201) {
|
|
253
230
|
zod_1.z.unknown().parse(body);
|
|
254
231
|
}
|
|
@@ -256,11 +233,10 @@ class IssueWorklogPropertiesService extends CommonHttpService_1.CommonHttpServic
|
|
|
256
233
|
ctx.addIssue({
|
|
257
234
|
code: zod_1.z.ZodIssueCode.custom,
|
|
258
235
|
path: ["status"],
|
|
259
|
-
message: `Unexpected status code: ${status}
|
|
236
|
+
message: `Unexpected status code: ${status}`
|
|
260
237
|
});
|
|
261
238
|
}
|
|
262
|
-
})
|
|
263
|
-
.describe("IssueWorklogPropertiesService.setWorklogProperty.response"));
|
|
239
|
+
}).describe("IssueWorklogPropertiesService.setWorklogProperty.response"));
|
|
264
240
|
validationSchemaStorage_1.validationSchemaStorage.registerOnce([common_1.registerCommonValidationSchemas]);
|
|
265
241
|
}
|
|
266
242
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IssueWorklogPropertiesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueWorklogPropertiesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,
|
|
1
|
+
{"version":3,"file":"IssueWorklogPropertiesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueWorklogPropertiesService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CommonHttpService } from "../../core/CommonHttpService";
|
|
2
2
|
import { type PageOfWorklogs, type Worklog } from "../models/common";
|
|
3
|
-
import { type
|
|
3
|
+
import { type WorklogIdsRequestBean, type WorklogsMoveRequestBean, type ChangedWorklogs } from "../models/issueWorklogs";
|
|
4
4
|
/**
|
|
5
5
|
* This resource represents issue worklogs. Use it to:
|
|
6
6
|
*
|
|
@@ -35,7 +35,7 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
35
35
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-issue-issueidorkey-worklog-post
|
|
36
36
|
* @param params
|
|
37
37
|
*/
|
|
38
|
-
addWorklog: ({ issueIdOrKey, notifyUsers, adjustEstimate, newEstimate, reduceBy, expand, overrideEditableFlag, worklog
|
|
38
|
+
addWorklog: ({ issueIdOrKey, notifyUsers, adjustEstimate, newEstimate, reduceBy, expand, overrideEditableFlag, worklog }: {
|
|
39
39
|
/** The ID or key the issue. */
|
|
40
40
|
issueIdOrKey: string;
|
|
41
41
|
/** Whether users watching the issue are notified by email. */
|
|
@@ -131,7 +131,7 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
131
131
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-issue-issueidorkey-worklog-delete
|
|
132
132
|
* @param params
|
|
133
133
|
*/
|
|
134
|
-
bulkDeleteWorklogs: ({ issueIdOrKey, adjustEstimate, overrideEditableFlag, worklogIdsRequestBean
|
|
134
|
+
bulkDeleteWorklogs: ({ issueIdOrKey, adjustEstimate, overrideEditableFlag, worklogIdsRequestBean }: {
|
|
135
135
|
/** The ID or key of the issue. */
|
|
136
136
|
issueIdOrKey: string;
|
|
137
137
|
/**
|
|
@@ -198,7 +198,7 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
198
198
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-issue-issueidorkey-worklog-move-post
|
|
199
199
|
* @param params
|
|
200
200
|
*/
|
|
201
|
-
bulkMoveWorklogs: ({ issueIdOrKey, adjustEstimate, overrideEditableFlag, worklogsMoveRequestBean
|
|
201
|
+
bulkMoveWorklogs: ({ issueIdOrKey, adjustEstimate, overrideEditableFlag, worklogsMoveRequestBean }: {
|
|
202
202
|
issueIdOrKey: string;
|
|
203
203
|
/**
|
|
204
204
|
* Defines how to update the issues' time estimate, the options are:
|
|
@@ -261,7 +261,7 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
261
261
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-issue-issueidorkey-worklog-id-delete
|
|
262
262
|
* @param params
|
|
263
263
|
*/
|
|
264
|
-
deleteWorklog: ({ issueIdOrKey, id, notifyUsers, adjustEstimate, newEstimate, increaseBy, overrideEditableFlag
|
|
264
|
+
deleteWorklog: ({ issueIdOrKey, id, notifyUsers, adjustEstimate, newEstimate, increaseBy, overrideEditableFlag }: {
|
|
265
265
|
/** The ID or key of the issue. */
|
|
266
266
|
issueIdOrKey: string;
|
|
267
267
|
/** The ID of the worklog. */
|
|
@@ -347,7 +347,7 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
347
347
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-worklog-deleted-get
|
|
348
348
|
* @param params
|
|
349
349
|
*/
|
|
350
|
-
getIdsOfWorklogsDeletedSince: ({ since
|
|
350
|
+
getIdsOfWorklogsDeletedSince: ({ since }?: {
|
|
351
351
|
/**
|
|
352
352
|
* The date and time, as a UNIX timestamp in milliseconds, after which deleted
|
|
353
353
|
* worklogs are returned.
|
|
@@ -409,7 +409,7 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
409
409
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-worklog-updated-get
|
|
410
410
|
* @param params
|
|
411
411
|
*/
|
|
412
|
-
getIdsOfWorklogsModifiedSince: ({ since, expand
|
|
412
|
+
getIdsOfWorklogsModifiedSince: ({ since, expand }?: {
|
|
413
413
|
/**
|
|
414
414
|
* The date and time, as a UNIX timestamp in milliseconds, after which updated
|
|
415
415
|
* worklogs are returned.
|
|
@@ -502,7 +502,7 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
502
502
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-issue-issueidorkey-worklog-get
|
|
503
503
|
* @param params
|
|
504
504
|
*/
|
|
505
|
-
getIssueWorklog: ({ issueIdOrKey, startAt, maxResults, startedAfter, startedBefore, expand
|
|
505
|
+
getIssueWorklog: ({ issueIdOrKey, startAt, maxResults, startedAfter, startedBefore, expand }: {
|
|
506
506
|
/** The ID or key of the issue. */
|
|
507
507
|
issueIdOrKey: string;
|
|
508
508
|
/** The index of the first item to return in a page of results (page offset). */
|
|
@@ -597,7 +597,7 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
597
597
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-issue-issueidorkey-worklog-id-get
|
|
598
598
|
* @param params
|
|
599
599
|
*/
|
|
600
|
-
getWorklog: ({ issueIdOrKey, id, expand
|
|
600
|
+
getWorklog: ({ issueIdOrKey, id, expand }: {
|
|
601
601
|
/** The ID or key of the issue. */
|
|
602
602
|
issueIdOrKey: string;
|
|
603
603
|
/** The ID of the worklog. */
|
|
@@ -678,7 +678,7 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
678
678
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-worklog-list-post
|
|
679
679
|
* @param params
|
|
680
680
|
*/
|
|
681
|
-
getWorklogsForIds: ({ expand, worklogIdsRequestBean
|
|
681
|
+
getWorklogsForIds: ({ expand, worklogIdsRequestBean }: {
|
|
682
682
|
/**
|
|
683
683
|
* Use [expand](#expansion) to include additional information about worklogs in
|
|
684
684
|
* the response. This parameter accepts `properties` that returns the properties
|
|
@@ -774,7 +774,7 @@ export declare class IssueWorklogsService extends CommonHttpService {
|
|
|
774
774
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs#api-rest-api-3-issue-issueidorkey-worklog-id-put
|
|
775
775
|
* @param params
|
|
776
776
|
*/
|
|
777
|
-
updateWorklog: ({ issueIdOrKey, id, notifyUsers, adjustEstimate, newEstimate, expand, overrideEditableFlag, worklog
|
|
777
|
+
updateWorklog: ({ issueIdOrKey, id, notifyUsers, adjustEstimate, newEstimate, expand, overrideEditableFlag, worklog }: {
|
|
778
778
|
/** The ID or key the issue. */
|
|
779
779
|
issueIdOrKey: string;
|
|
780
780
|
/** The ID of the worklog. */
|