@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
|
@@ -4,11 +4,11 @@ exports.GroupAndUserPickerService = 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 groupAndUserPicker_1 = require("../models/groupAndUserPicker");
|
|
11
10
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
11
|
+
const zod_1 = require("zod");
|
|
12
12
|
/**
|
|
13
13
|
* This resource represents a list of users and a list of groups. Use it to obtain
|
|
14
14
|
* the details to populate user and group picker suggestions list.
|
|
@@ -105,9 +105,8 @@ class GroupAndUserPickerService extends CommonHttpService_1.CommonHttpService {
|
|
|
105
105
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-group-and-user-picker#api-rest-api-3-groupuserpicker-get
|
|
106
106
|
* @param params
|
|
107
107
|
*/
|
|
108
|
-
this.findUsersAndGroups = ({ query, maxResults, showAvatar, fieldId, projectId, issueTypeId, avatarSize, caseInsensitive, excludeConnectAddons
|
|
109
|
-
return this.getClientInstance()
|
|
110
|
-
.request({
|
|
108
|
+
this.findUsersAndGroups = ({ query, maxResults, showAvatar, fieldId, projectId, issueTypeId, avatarSize, caseInsensitive, excludeConnectAddons }) => {
|
|
109
|
+
return this.getClientInstance().request({
|
|
111
110
|
path: "/rest/api/3/groupuserpicker",
|
|
112
111
|
method: "GET",
|
|
113
112
|
query: {
|
|
@@ -119,30 +118,22 @@ class GroupAndUserPickerService extends CommonHttpService_1.CommonHttpService {
|
|
|
119
118
|
issueTypeId,
|
|
120
119
|
avatarSize,
|
|
121
120
|
caseInsensitive,
|
|
122
|
-
excludeConnectAddons
|
|
123
|
-
}
|
|
124
|
-
})
|
|
125
|
-
.then(this.getClientInstance().responseHandler({
|
|
121
|
+
excludeConnectAddons
|
|
122
|
+
}
|
|
123
|
+
}).then(this.getClientInstance().responseHandler({
|
|
126
124
|
200: {
|
|
127
|
-
"application/json": "json"
|
|
128
|
-
}
|
|
129
|
-
}))
|
|
130
|
-
.then(commonHttpClient.castResponse())
|
|
131
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("GroupAndUserPickerService.findUsersAndGroups.response")))
|
|
132
|
-
.then(commonHttpClient.getBody);
|
|
125
|
+
"application/json": "json"
|
|
126
|
+
}
|
|
127
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("GroupAndUserPickerService.findUsersAndGroups.response"))).then(commonHttpClient.getBody);
|
|
133
128
|
};
|
|
134
129
|
}
|
|
135
130
|
static initialize() {
|
|
136
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("GroupAndUserPickerService.findUsersAndGroups.response", zod_1.z
|
|
137
|
-
.object({
|
|
131
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("GroupAndUserPickerService.findUsersAndGroups.response", zod_1.z.object({
|
|
138
132
|
status: zod_1.z.literal(200),
|
|
139
133
|
mediaType: zod_1.z.literal("application/json"),
|
|
140
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("FoundUsersAndGroups")
|
|
141
|
-
})
|
|
142
|
-
|
|
143
|
-
validationSchemaStorage_1.validationSchemaStorage.registerOnce([
|
|
144
|
-
groupAndUserPicker_1.registerGroupAndUserPickerValidationSchemas,
|
|
145
|
-
]);
|
|
134
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("FoundUsersAndGroups")
|
|
135
|
+
}).describe("GroupAndUserPickerService.findUsersAndGroups.response"));
|
|
136
|
+
validationSchemaStorage_1.validationSchemaStorage.registerOnce([groupAndUserPicker_1.registerGroupAndUserPickerValidationSchemas]);
|
|
146
137
|
}
|
|
147
138
|
}
|
|
148
139
|
exports.GroupAndUserPickerService = GroupAndUserPickerService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GroupAndUserPickerService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/GroupAndUserPickerService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,
|
|
1
|
+
{"version":3,"file":"GroupAndUserPickerService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/GroupAndUserPickerService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,gEAAgE;AAChE,oEAAiE;AACjE,qEAAqH;AACrH,wEAAqE;AACrE,6BAAwB;AACxB;;;;;;GAMG;AACH,MAAa,yBAA0B,SAAQ,qCAAiB;IAAhE;;QACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAqFG;QACH,uBAAkB,GAAG,CAAC,EACpB,KAAK,EACL,UAAU,EACV,UAAU,EACV,OAAO,EACP,SAAS,EACT,WAAW,EACX,UAAU,EACV,eAAe,EACf,oBAAoB,EAwCrB,EAAgC,EAAE;YACjC,OAAO,IAAI,CAAC,iBAAiB,EAAE,CAAC,OAAO,CAAC;gBACtC,IAAI,EAAE,6BAA6B;gBACnC,MAAM,EAAE,KAAK;gBACb,KAAK,EAAE;oBACL,KAAK;oBACL,UAAU;oBACV,UAAU;oBACV,OAAO;oBACP,SAAS;oBACT,WAAW;oBACX,UAAU;oBACV,eAAe;oBACf,oBAAoB;iBACrB;aACF,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBAC/C,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,YAAY,EAIlC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,iBAAiB,EAAE,CAAC,UAAU,CAAC,iDAAuB,CAAC,SAAS,CAAC,uDAAuD,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QAC7K,CAAC,CAAC;IASJ,CAAC;IARW,MAAM,CAAC,UAAU;QACzB,iDAAuB,CAAC,kBAAkB,CAAC,uDAAuD,EAAE,OAAC,CAAC,MAAM,CAAC;YAC3G,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,qBAAqB,CAAC;SAC1D,CAAC,CAAC,QAAQ,CAAC,uDAAuD,CAAC,CAAC,CAAC;QACtE,iDAAuB,CAAC,YAAY,CAAC,CAAC,gEAA2C,CAAC,CAAC,CAAC;IACtF,CAAC;CACF;AAzKD,8DAyKC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CommonHttpService } from "../../core/CommonHttpService";
|
|
2
2
|
import { type FoundGroups } from "../models/common";
|
|
3
|
-
import { type
|
|
3
|
+
import { type Group, type AddGroupBean, type PageBeanGroupDetails, type PageBeanUserDetails, type UpdateUserToGroupBean } from "../models/groups";
|
|
4
4
|
/**
|
|
5
5
|
* This resource represents groups of users. Use it to get, create, find, and
|
|
6
6
|
* delete groups as well as add and remove users from groups. (\[WARNING\] The
|
|
@@ -27,7 +27,7 @@ export declare class GroupsService extends CommonHttpService {
|
|
|
27
27
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups#api-rest-api-3-group-user-post
|
|
28
28
|
* @param params
|
|
29
29
|
*/
|
|
30
|
-
addUserToGroup: ({ groupname, groupId, updateUserToGroupBean
|
|
30
|
+
addUserToGroup: ({ groupname, groupId, updateUserToGroupBean }: {
|
|
31
31
|
/**
|
|
32
32
|
* As a group's name can change, use of `groupId` is recommended to identify a
|
|
33
33
|
* group.
|
|
@@ -83,7 +83,7 @@ export declare class GroupsService extends CommonHttpService {
|
|
|
83
83
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups#api-rest-api-3-group-bulk-get
|
|
84
84
|
* @param params
|
|
85
85
|
*/
|
|
86
|
-
bulkGetGroups: ({ startAt, maxResults, groupId, groupName, accessType, applicationKey
|
|
86
|
+
bulkGetGroups: ({ startAt, maxResults, groupId, groupName, accessType, applicationKey }?: {
|
|
87
87
|
/** The index of the first item to return in a page of results (page offset). */
|
|
88
88
|
startAt?: number | undefined;
|
|
89
89
|
/** The maximum number of items to return per page. */
|
|
@@ -145,7 +145,7 @@ export declare class GroupsService extends CommonHttpService {
|
|
|
145
145
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups#api-rest-api-3-group-post
|
|
146
146
|
* @param params
|
|
147
147
|
*/
|
|
148
|
-
createGroup: ({ addGroupBean
|
|
148
|
+
createGroup: ({ addGroupBean }: {
|
|
149
149
|
/**
|
|
150
150
|
* The name of the group.
|
|
151
151
|
*
|
|
@@ -207,7 +207,7 @@ export declare class GroupsService extends CommonHttpService {
|
|
|
207
207
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups#api-rest-api-3-groups-picker-get
|
|
208
208
|
* @param params
|
|
209
209
|
*/
|
|
210
|
-
findGroups: ({ accountId, query, exclude, excludeId, maxResults, caseInsensitive, userName
|
|
210
|
+
findGroups: ({ accountId, query, exclude, excludeId, maxResults, caseInsensitive, userName }?: {
|
|
211
211
|
/**
|
|
212
212
|
* This parameter is deprecated, setting it does not affect the results. To find
|
|
213
213
|
* groups containing a particular user, use [Get user
|
|
@@ -266,7 +266,7 @@ export declare class GroupsService extends CommonHttpService {
|
|
|
266
266
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups#api-rest-api-3-group-get
|
|
267
267
|
* @param params
|
|
268
268
|
*/
|
|
269
|
-
getGroup: ({ groupname, groupId, expand
|
|
269
|
+
getGroup: ({ groupname, groupId, expand }?: {
|
|
270
270
|
/**
|
|
271
271
|
* As a group's name can change, use of `groupId` is recommended to identify a
|
|
272
272
|
* group.
|
|
@@ -340,7 +340,7 @@ export declare class GroupsService extends CommonHttpService {
|
|
|
340
340
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups#api-rest-api-3-group-member-get
|
|
341
341
|
* @param params
|
|
342
342
|
*/
|
|
343
|
-
getUsersFromGroup: ({ groupname, groupId, includeInactiveUsers, startAt, maxResults
|
|
343
|
+
getUsersFromGroup: ({ groupname, groupId, includeInactiveUsers, startAt, maxResults }?: {
|
|
344
344
|
/**
|
|
345
345
|
* As a group's name can change, use of `groupId` is recommended to identify a
|
|
346
346
|
* group.
|
|
@@ -373,7 +373,7 @@ export declare class GroupsService extends CommonHttpService {
|
|
|
373
373
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups#api-rest-api-3-group-delete
|
|
374
374
|
* @param params
|
|
375
375
|
*/
|
|
376
|
-
removeGroup: ({ groupname, groupId, swapGroup, swapGroupId
|
|
376
|
+
removeGroup: ({ groupname, groupId, swapGroup, swapGroupId }?: {
|
|
377
377
|
groupname?: string | undefined;
|
|
378
378
|
/**
|
|
379
379
|
* The ID of the group. This parameter cannot be used with the `groupname`
|
|
@@ -409,7 +409,7 @@ export declare class GroupsService extends CommonHttpService {
|
|
|
409
409
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups#api-rest-api-3-group-user-delete
|
|
410
410
|
* @param params
|
|
411
411
|
*/
|
|
412
|
-
removeUserFromGroup: ({ groupname, groupId, username, accountId
|
|
412
|
+
removeUserFromGroup: ({ groupname, groupId, username, accountId }: {
|
|
413
413
|
/**
|
|
414
414
|
* As a group's name can change, use of `groupId` is recommended to identify a
|
|
415
415
|
* group.
|
|
@@ -4,12 +4,12 @@ exports.GroupsService = 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 groups_1 = require("../models/groups");
|
|
12
11
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
12
|
+
const zod_1 = require("zod");
|
|
13
13
|
/**
|
|
14
14
|
* This resource represents groups of users. Use it to get, create, find, and
|
|
15
15
|
* delete groups as well as add and remove users from groups. (\[WARNING\] The
|
|
@@ -38,28 +38,23 @@ class GroupsService extends CommonHttpService_1.CommonHttpService {
|
|
|
38
38
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups#api-rest-api-3-group-user-post
|
|
39
39
|
* @param params
|
|
40
40
|
*/
|
|
41
|
-
this.addUserToGroup = ({ groupname, groupId, updateUserToGroupBean
|
|
42
|
-
return this.getClientInstance()
|
|
43
|
-
.request({
|
|
41
|
+
this.addUserToGroup = ({ groupname, groupId, updateUserToGroupBean }) => {
|
|
42
|
+
return this.getClientInstance().request({
|
|
44
43
|
path: "/rest/api/3/group/user",
|
|
45
44
|
method: "POST",
|
|
46
45
|
query: {
|
|
47
46
|
groupname,
|
|
48
|
-
groupId
|
|
47
|
+
groupId
|
|
49
48
|
},
|
|
50
49
|
headers: {
|
|
51
|
-
"Content-Type": "application/json"
|
|
50
|
+
"Content-Type": "application/json"
|
|
52
51
|
},
|
|
53
|
-
body: updateUserToGroupBean
|
|
54
|
-
})
|
|
55
|
-
.then(this.getClientInstance().responseHandler({
|
|
52
|
+
body: updateUserToGroupBean
|
|
53
|
+
}).then(this.getClientInstance().responseHandler({
|
|
56
54
|
201: {
|
|
57
|
-
"application/json": "json"
|
|
58
|
-
}
|
|
59
|
-
}))
|
|
60
|
-
.then(commonHttpClient.castResponse())
|
|
61
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("GroupsService.addUserToGroup.response")))
|
|
62
|
-
.then(commonHttpClient.getBody);
|
|
55
|
+
"application/json": "json"
|
|
56
|
+
}
|
|
57
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("GroupsService.addUserToGroup.response"))).then(commonHttpClient.getBody);
|
|
63
58
|
};
|
|
64
59
|
/**
|
|
65
60
|
* Returns a [paginated](#pagination) list of groups.
|
|
@@ -94,9 +89,8 @@ class GroupsService extends CommonHttpService_1.CommonHttpService {
|
|
|
94
89
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups#api-rest-api-3-group-bulk-get
|
|
95
90
|
* @param params
|
|
96
91
|
*/
|
|
97
|
-
this.bulkGetGroups = ({ startAt, maxResults, groupId, groupName, accessType, applicationKey
|
|
98
|
-
return this.getClientInstance()
|
|
99
|
-
.request({
|
|
92
|
+
this.bulkGetGroups = ({ startAt, maxResults, groupId, groupName, accessType, applicationKey } = {}) => {
|
|
93
|
+
return this.getClientInstance().request({
|
|
100
94
|
path: "/rest/api/3/group/bulk",
|
|
101
95
|
method: "GET",
|
|
102
96
|
query: {
|
|
@@ -105,17 +99,13 @@ class GroupsService extends CommonHttpService_1.CommonHttpService {
|
|
|
105
99
|
groupId,
|
|
106
100
|
groupName,
|
|
107
101
|
accessType,
|
|
108
|
-
applicationKey
|
|
109
|
-
}
|
|
110
|
-
})
|
|
111
|
-
.then(this.getClientInstance().responseHandler({
|
|
102
|
+
applicationKey
|
|
103
|
+
}
|
|
104
|
+
}).then(this.getClientInstance().responseHandler({
|
|
112
105
|
200: {
|
|
113
|
-
"application/json": "json"
|
|
114
|
-
}
|
|
115
|
-
}))
|
|
116
|
-
.then(commonHttpClient.castResponse())
|
|
117
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("GroupsService.bulkGetGroups.response")))
|
|
118
|
-
.then(commonHttpClient.getBody);
|
|
106
|
+
"application/json": "json"
|
|
107
|
+
}
|
|
108
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("GroupsService.bulkGetGroups.response"))).then(commonHttpClient.getBody);
|
|
119
109
|
};
|
|
120
110
|
/**
|
|
121
111
|
* Creates a group.
|
|
@@ -154,24 +144,19 @@ class GroupsService extends CommonHttpService_1.CommonHttpService {
|
|
|
154
144
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups#api-rest-api-3-group-post
|
|
155
145
|
* @param params
|
|
156
146
|
*/
|
|
157
|
-
this.createGroup = ({ addGroupBean
|
|
158
|
-
return this.getClientInstance()
|
|
159
|
-
.request({
|
|
147
|
+
this.createGroup = ({ addGroupBean }) => {
|
|
148
|
+
return this.getClientInstance().request({
|
|
160
149
|
path: "/rest/api/3/group",
|
|
161
150
|
method: "POST",
|
|
162
151
|
headers: {
|
|
163
|
-
"Content-Type": "application/json"
|
|
152
|
+
"Content-Type": "application/json"
|
|
164
153
|
},
|
|
165
|
-
body: addGroupBean
|
|
166
|
-
})
|
|
167
|
-
.then(this.getClientInstance().responseHandler({
|
|
154
|
+
body: addGroupBean
|
|
155
|
+
}).then(this.getClientInstance().responseHandler({
|
|
168
156
|
201: {
|
|
169
|
-
"application/json": "json"
|
|
170
|
-
}
|
|
171
|
-
}))
|
|
172
|
-
.then(commonHttpClient.castResponse())
|
|
173
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("GroupsService.createGroup.response")))
|
|
174
|
-
.then(commonHttpClient.getBody);
|
|
157
|
+
"application/json": "json"
|
|
158
|
+
}
|
|
159
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("GroupsService.createGroup.response"))).then(commonHttpClient.getBody);
|
|
175
160
|
};
|
|
176
161
|
/**
|
|
177
162
|
* Returns a list of groups whose names contain a query string. A list of group
|
|
@@ -224,9 +209,8 @@ class GroupsService extends CommonHttpService_1.CommonHttpService {
|
|
|
224
209
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups#api-rest-api-3-groups-picker-get
|
|
225
210
|
* @param params
|
|
226
211
|
*/
|
|
227
|
-
this.findGroups = ({ accountId, query, exclude, excludeId, maxResults, caseInsensitive, userName
|
|
228
|
-
return this.getClientInstance()
|
|
229
|
-
.request({
|
|
212
|
+
this.findGroups = ({ accountId, query, exclude, excludeId, maxResults, caseInsensitive, userName } = {}) => {
|
|
213
|
+
return this.getClientInstance().request({
|
|
230
214
|
path: "/rest/api/3/groups/picker",
|
|
231
215
|
method: "GET",
|
|
232
216
|
query: {
|
|
@@ -236,17 +220,13 @@ class GroupsService extends CommonHttpService_1.CommonHttpService {
|
|
|
236
220
|
excludeId,
|
|
237
221
|
maxResults,
|
|
238
222
|
caseInsensitive,
|
|
239
|
-
userName
|
|
240
|
-
}
|
|
241
|
-
})
|
|
242
|
-
.then(this.getClientInstance().responseHandler({
|
|
223
|
+
userName
|
|
224
|
+
}
|
|
225
|
+
}).then(this.getClientInstance().responseHandler({
|
|
243
226
|
200: {
|
|
244
|
-
"application/json": "json"
|
|
245
|
-
}
|
|
246
|
-
}))
|
|
247
|
-
.then(commonHttpClient.castResponse())
|
|
248
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("GroupsService.findGroups.response")))
|
|
249
|
-
.then(commonHttpClient.getBody);
|
|
227
|
+
"application/json": "json"
|
|
228
|
+
}
|
|
229
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("GroupsService.findGroups.response"))).then(commonHttpClient.getBody);
|
|
250
230
|
};
|
|
251
231
|
/**
|
|
252
232
|
* This operation is deprecated, use
|
|
@@ -269,25 +249,20 @@ class GroupsService extends CommonHttpService_1.CommonHttpService {
|
|
|
269
249
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups#api-rest-api-3-group-get
|
|
270
250
|
* @param params
|
|
271
251
|
*/
|
|
272
|
-
this.getGroup = ({ groupname, groupId, expand
|
|
273
|
-
return this.getClientInstance()
|
|
274
|
-
.request({
|
|
252
|
+
this.getGroup = ({ groupname, groupId, expand } = {}) => {
|
|
253
|
+
return this.getClientInstance().request({
|
|
275
254
|
path: "/rest/api/3/group",
|
|
276
255
|
method: "GET",
|
|
277
256
|
query: {
|
|
278
257
|
groupname,
|
|
279
258
|
groupId,
|
|
280
|
-
expand
|
|
281
|
-
}
|
|
282
|
-
})
|
|
283
|
-
.then(this.getClientInstance().responseHandler({
|
|
259
|
+
expand
|
|
260
|
+
}
|
|
261
|
+
}).then(this.getClientInstance().responseHandler({
|
|
284
262
|
200: {
|
|
285
|
-
"application/json": "json"
|
|
286
|
-
}
|
|
287
|
-
}))
|
|
288
|
-
.then(commonHttpClient.castResponse())
|
|
289
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("GroupsService.getGroup.response")))
|
|
290
|
-
.then(commonHttpClient.getBody);
|
|
263
|
+
"application/json": "json"
|
|
264
|
+
}
|
|
265
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("GroupsService.getGroup.response"))).then(commonHttpClient.getBody);
|
|
291
266
|
};
|
|
292
267
|
/**
|
|
293
268
|
* Returns a [paginated](#pagination) list of all users in a group.
|
|
@@ -347,9 +322,8 @@ class GroupsService extends CommonHttpService_1.CommonHttpService {
|
|
|
347
322
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups#api-rest-api-3-group-member-get
|
|
348
323
|
* @param params
|
|
349
324
|
*/
|
|
350
|
-
this.getUsersFromGroup = ({ groupname, groupId, includeInactiveUsers, startAt, maxResults
|
|
351
|
-
return this.getClientInstance()
|
|
352
|
-
.request({
|
|
325
|
+
this.getUsersFromGroup = ({ groupname, groupId, includeInactiveUsers, startAt, maxResults } = {}) => {
|
|
326
|
+
return this.getClientInstance().request({
|
|
353
327
|
path: "/rest/api/3/group/member",
|
|
354
328
|
method: "GET",
|
|
355
329
|
query: {
|
|
@@ -357,17 +331,13 @@ class GroupsService extends CommonHttpService_1.CommonHttpService {
|
|
|
357
331
|
groupId,
|
|
358
332
|
includeInactiveUsers,
|
|
359
333
|
startAt,
|
|
360
|
-
maxResults
|
|
361
|
-
}
|
|
362
|
-
})
|
|
363
|
-
.then(this.getClientInstance().responseHandler({
|
|
334
|
+
maxResults
|
|
335
|
+
}
|
|
336
|
+
}).then(this.getClientInstance().responseHandler({
|
|
364
337
|
200: {
|
|
365
|
-
"application/json": "json"
|
|
366
|
-
}
|
|
367
|
-
}))
|
|
368
|
-
.then(commonHttpClient.castResponse())
|
|
369
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("GroupsService.getUsersFromGroup.response")))
|
|
370
|
-
.then(commonHttpClient.getBody);
|
|
338
|
+
"application/json": "json"
|
|
339
|
+
}
|
|
340
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("GroupsService.getUsersFromGroup.response"))).then(commonHttpClient.getBody);
|
|
371
341
|
};
|
|
372
342
|
/**
|
|
373
343
|
* Deletes a group.
|
|
@@ -382,19 +352,17 @@ class GroupsService extends CommonHttpService_1.CommonHttpService {
|
|
|
382
352
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups#api-rest-api-3-group-delete
|
|
383
353
|
* @param params
|
|
384
354
|
*/
|
|
385
|
-
this.removeGroup = ({ groupname, groupId, swapGroup, swapGroupId
|
|
386
|
-
return this.getClientInstance()
|
|
387
|
-
.request({
|
|
355
|
+
this.removeGroup = ({ groupname, groupId, swapGroup, swapGroupId } = {}) => {
|
|
356
|
+
return this.getClientInstance().request({
|
|
388
357
|
path: "/rest/api/3/group",
|
|
389
358
|
method: "DELETE",
|
|
390
359
|
query: {
|
|
391
360
|
groupname,
|
|
392
361
|
groupId,
|
|
393
362
|
swapGroup,
|
|
394
|
-
swapGroupId
|
|
395
|
-
}
|
|
396
|
-
})
|
|
397
|
-
.then(commonHttpClient.discardResult);
|
|
363
|
+
swapGroupId
|
|
364
|
+
}
|
|
365
|
+
}).then(commonHttpClient.discardResult);
|
|
398
366
|
};
|
|
399
367
|
/**
|
|
400
368
|
* Removes a user from a group.
|
|
@@ -408,68 +376,51 @@ class GroupsService extends CommonHttpService_1.CommonHttpService {
|
|
|
408
376
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups#api-rest-api-3-group-user-delete
|
|
409
377
|
* @param params
|
|
410
378
|
*/
|
|
411
|
-
this.removeUserFromGroup = ({ groupname, groupId, username, accountId
|
|
412
|
-
return this.getClientInstance()
|
|
413
|
-
.request({
|
|
379
|
+
this.removeUserFromGroup = ({ groupname, groupId, username, accountId }) => {
|
|
380
|
+
return this.getClientInstance().request({
|
|
414
381
|
path: "/rest/api/3/group/user",
|
|
415
382
|
method: "DELETE",
|
|
416
383
|
query: {
|
|
417
384
|
groupname,
|
|
418
385
|
groupId,
|
|
419
386
|
username,
|
|
420
|
-
accountId
|
|
421
|
-
}
|
|
422
|
-
})
|
|
423
|
-
.then(commonHttpClient.discardResult);
|
|
387
|
+
accountId
|
|
388
|
+
}
|
|
389
|
+
}).then(commonHttpClient.discardResult);
|
|
424
390
|
};
|
|
425
391
|
}
|
|
426
392
|
static initialize() {
|
|
427
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("GroupsService.getGroup.response", zod_1.z
|
|
428
|
-
.object({
|
|
393
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("GroupsService.getGroup.response", zod_1.z.object({
|
|
429
394
|
status: zod_1.z.literal(200),
|
|
430
395
|
mediaType: zod_1.z.literal("application/json"),
|
|
431
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("Group")
|
|
432
|
-
})
|
|
433
|
-
|
|
434
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("GroupsService.createGroup.response", zod_1.z
|
|
435
|
-
.object({
|
|
396
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("Group")
|
|
397
|
+
}).describe("GroupsService.getGroup.response"));
|
|
398
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("GroupsService.createGroup.response", zod_1.z.object({
|
|
436
399
|
status: zod_1.z.literal(201),
|
|
437
400
|
mediaType: zod_1.z.literal("application/json"),
|
|
438
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("Group")
|
|
439
|
-
})
|
|
440
|
-
|
|
441
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("GroupsService.bulkGetGroups.response", zod_1.z
|
|
442
|
-
.object({
|
|
401
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("Group")
|
|
402
|
+
}).describe("GroupsService.createGroup.response"));
|
|
403
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("GroupsService.bulkGetGroups.response", zod_1.z.object({
|
|
443
404
|
status: zod_1.z.literal(200),
|
|
444
405
|
mediaType: zod_1.z.literal("application/json"),
|
|
445
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanGroupDetails")
|
|
446
|
-
})
|
|
447
|
-
|
|
448
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("GroupsService.getUsersFromGroup.response", zod_1.z
|
|
449
|
-
.object({
|
|
406
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanGroupDetails")
|
|
407
|
+
}).describe("GroupsService.bulkGetGroups.response"));
|
|
408
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("GroupsService.getUsersFromGroup.response", zod_1.z.object({
|
|
450
409
|
status: zod_1.z.literal(200),
|
|
451
410
|
mediaType: zod_1.z.literal("application/json"),
|
|
452
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanUserDetails")
|
|
453
|
-
})
|
|
454
|
-
|
|
455
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("GroupsService.addUserToGroup.response", zod_1.z
|
|
456
|
-
.object({
|
|
411
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PageBeanUserDetails")
|
|
412
|
+
}).describe("GroupsService.getUsersFromGroup.response"));
|
|
413
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("GroupsService.addUserToGroup.response", zod_1.z.object({
|
|
457
414
|
status: zod_1.z.literal(201),
|
|
458
415
|
mediaType: zod_1.z.literal("application/json"),
|
|
459
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("Group")
|
|
460
|
-
})
|
|
461
|
-
|
|
462
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("GroupsService.findGroups.response", zod_1.z
|
|
463
|
-
.object({
|
|
416
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("Group")
|
|
417
|
+
}).describe("GroupsService.addUserToGroup.response"));
|
|
418
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("GroupsService.findGroups.response", zod_1.z.object({
|
|
464
419
|
status: zod_1.z.literal(200),
|
|
465
420
|
mediaType: zod_1.z.literal("application/json"),
|
|
466
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("FoundGroups")
|
|
467
|
-
})
|
|
468
|
-
|
|
469
|
-
validationSchemaStorage_1.validationSchemaStorage.registerOnce([
|
|
470
|
-
groups_1.registerGroupsValidationSchemas,
|
|
471
|
-
common_1.registerCommonValidationSchemas,
|
|
472
|
-
]);
|
|
421
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("FoundGroups")
|
|
422
|
+
}).describe("GroupsService.findGroups.response"));
|
|
423
|
+
validationSchemaStorage_1.validationSchemaStorage.registerOnce([groups_1.registerGroupsValidationSchemas, common_1.registerCommonValidationSchemas]);
|
|
473
424
|
}
|
|
474
425
|
}
|
|
475
426
|
exports.GroupsService = GroupsService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GroupsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/GroupsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,
|
|
1
|
+
{"version":3,"file":"GroupsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/GroupsService.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CommonHttpService } from "../../core/CommonHttpService";
|
|
2
2
|
import { type Attachment } from "../models/common";
|
|
3
|
-
import { type
|
|
3
|
+
import { type AttachmentMetadata, type AttachmentArchiveMetadataReadable, type AttachmentArchiveImpl, type AttachmentSettings, type MultipartFile } from "../models/issueAttachments";
|
|
4
4
|
/**
|
|
5
5
|
* This resource represents issue attachments and the attachment settings for
|
|
6
6
|
* Jira. Use it to get the metadata for an attachment, delete an attachment, and
|
|
@@ -246,7 +246,7 @@ export declare class IssueAttachmentsService extends CommonHttpService {
|
|
|
246
246
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments#api-rest-api-3-issue-issueidorkey-attachments-post
|
|
247
247
|
* @param params
|
|
248
248
|
*/
|
|
249
|
-
addAttachment: ({ issueIdOrKey, requestBody
|
|
249
|
+
addAttachment: ({ issueIdOrKey, requestBody }: {
|
|
250
250
|
/** The ID or key of the issue that attachments are added to. */
|
|
251
251
|
issueIdOrKey: string;
|
|
252
252
|
requestBody: {
|
|
@@ -319,7 +319,7 @@ export declare class IssueAttachmentsService extends CommonHttpService {
|
|
|
319
319
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments#api-rest-api-3-attachment-id-expand-human-get
|
|
320
320
|
* @param params
|
|
321
321
|
*/
|
|
322
|
-
expandAttachmentForHumans: ({ id
|
|
322
|
+
expandAttachmentForHumans: ({ id }: {
|
|
323
323
|
/** The ID of the attachment. */
|
|
324
324
|
id: string;
|
|
325
325
|
}) => Promise<AttachmentArchiveMetadataReadable>;
|
|
@@ -377,7 +377,7 @@ export declare class IssueAttachmentsService extends CommonHttpService {
|
|
|
377
377
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments#api-rest-api-3-attachment-id-expand-raw-get
|
|
378
378
|
* @param params
|
|
379
379
|
*/
|
|
380
|
-
expandAttachmentForMachines: ({ id
|
|
380
|
+
expandAttachmentForMachines: ({ id }: {
|
|
381
381
|
/** The ID of the attachment. */
|
|
382
382
|
id: string;
|
|
383
383
|
}) => Promise<AttachmentArchiveImpl>;
|
|
@@ -433,7 +433,7 @@ export declare class IssueAttachmentsService extends CommonHttpService {
|
|
|
433
433
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments#api-rest-api-3-attachment-id-get
|
|
434
434
|
* @param params
|
|
435
435
|
*/
|
|
436
|
-
getAttachment: ({ id
|
|
436
|
+
getAttachment: ({ id }: {
|
|
437
437
|
/** The ID of the attachment. */
|
|
438
438
|
id: string;
|
|
439
439
|
}) => Promise<AttachmentMetadata>;
|
|
@@ -466,7 +466,7 @@ export declare class IssueAttachmentsService extends CommonHttpService {
|
|
|
466
466
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments#api-rest-api-3-attachment-content-id-get
|
|
467
467
|
* @param params
|
|
468
468
|
*/
|
|
469
|
-
getAttachmentContent: ({ id, redirect
|
|
469
|
+
getAttachmentContent: ({ id, redirect }: {
|
|
470
470
|
/** The ID of the attachment. */
|
|
471
471
|
id: string;
|
|
472
472
|
/**
|
|
@@ -529,7 +529,7 @@ export declare class IssueAttachmentsService extends CommonHttpService {
|
|
|
529
529
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments#api-rest-api-3-attachment-thumbnail-id-get
|
|
530
530
|
* @param params
|
|
531
531
|
*/
|
|
532
|
-
getAttachmentThumbnail: ({ id, redirect, fallbackToDefault, width, height
|
|
532
|
+
getAttachmentThumbnail: ({ id, redirect, fallbackToDefault, width, height }: {
|
|
533
533
|
/** The ID of the attachment. */
|
|
534
534
|
id: string;
|
|
535
535
|
/**
|
|
@@ -569,7 +569,7 @@ export declare class IssueAttachmentsService extends CommonHttpService {
|
|
|
569
569
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments#api-rest-api-3-attachment-id-delete
|
|
570
570
|
* @param params
|
|
571
571
|
*/
|
|
572
|
-
removeAttachment: ({ id
|
|
572
|
+
removeAttachment: ({ id }: {
|
|
573
573
|
/** The ID of the attachment. */
|
|
574
574
|
id: string;
|
|
575
575
|
}) => Promise<void>;
|