@resolution/jira-api-client 0.10.0 → 0.11.0
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/CHANGELOG.md +360 -0
- 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 +1 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +3 -3
- 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 +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +2 -2
- 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
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,360 @@
|
|
|
1
|
+
## 0.10.0 (2024-12-21)
|
|
2
|
+
|
|
3
|
+
* fix: add missing OpenAPI codegen ([abe953d](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/abe953d))
|
|
4
|
+
* fix: combine steps ([8a5b0a1](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8a5b0a1))
|
|
5
|
+
* fix: disable eslint for generated files ([d3c2bce](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d3c2bce))
|
|
6
|
+
* fix: generate changelog after setting version tag ([eaa4ebe](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/eaa4ebe))
|
|
7
|
+
* fix: generate versions in PRs, publish in master ([581a98d](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/581a98d))
|
|
8
|
+
* fix: no changelog ([8131f9b](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8131f9b))
|
|
9
|
+
* fix: no changelog, fix attribute ([1d35f6f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/1d35f6f))
|
|
10
|
+
* fix: skip CI on auto commits ([3024f96](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3024f96))
|
|
11
|
+
* fix: specify yarn run for ts-node ([04e5d95](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/04e5d95))
|
|
12
|
+
* chore: auto new version [skip ci] ([30b138b](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/30b138b))
|
|
13
|
+
* chore: auto new version [skip ci] ([26b2846](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/26b2846))
|
|
14
|
+
* chore: auto new version [skip ci] ([8382116](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8382116))
|
|
15
|
+
* chore: remove generated files ([8c486bd](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8c486bd))
|
|
16
|
+
* chore: remove stored changelogs ([eaf6e94](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/eaf6e94))
|
|
17
|
+
* chore: update dependencies, add contribution info ([836ae20](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/836ae20))
|
|
18
|
+
* chore: update generated files according to new OpenAPI schemas ([9e470ac](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9e470ac))
|
|
19
|
+
* feat: show warnings when calling deprecated operations ([4eef6ba](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4eef6ba))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## <small>0.7.12 (2024-11-12)</small>
|
|
24
|
+
|
|
25
|
+
* chore: publish ([4986e39](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4986e39))
|
|
26
|
+
* chore: update generated files according to new OpenAPI schemas ([88db1fb](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/88db1fb))
|
|
27
|
+
* fix: patch for SpaceSingle icon property ([ddc0431](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/ddc0431))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## <small>0.7.11 (2024-11-12)</small>
|
|
32
|
+
|
|
33
|
+
* chore: publish ([2a076b1](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/2a076b1))
|
|
34
|
+
* chore: update generated files according to new OpenAPI schemas ([9ddd544](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9ddd544))
|
|
35
|
+
* fix: requestConfluence fetch by forge bridge returns empty url ([a3e3d71](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/a3e3d71))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
## <small>0.7.10 (2024-11-08)</small>
|
|
40
|
+
|
|
41
|
+
* chore: publish ([c0ebbc7](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c0ebbc7))
|
|
42
|
+
* chore: update generated files according to new OpenAPI schemas ([bc27fbd](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/bc27fbd))
|
|
43
|
+
* fix: confluence OpenAPI fixes for SpacePermissionAssignment ([7ab6ac6](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/7ab6ac6))
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
## <small>0.7.9 (2024-11-08)</small>
|
|
48
|
+
|
|
49
|
+
* chore: publish ([1fd58ce](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/1fd58ce))
|
|
50
|
+
* chore: update generated files according to new OpenAPI schemas ([37dae91](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/37dae91))
|
|
51
|
+
* fix: confluence open api fixes for SpaceBulk ([7b7f8e4](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/7b7f8e4))
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
## <small>0.7.8 (2024-11-08)</small>
|
|
56
|
+
|
|
57
|
+
* chore: publish ([b46eb54](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/b46eb54))
|
|
58
|
+
* chore: update generated files according to new OpenAPI schemas ([016b140](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/016b140))
|
|
59
|
+
* fix: confluence api proper fix for forgeApi ([021fb34](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/021fb34))
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
## <small>0.7.7 (2024-11-01)</small>
|
|
64
|
+
|
|
65
|
+
* chore: publish ([063bbf9](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/063bbf9))
|
|
66
|
+
* chore: update generated files according to new OpenAPI schemas ([40f55f6](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/40f55f6))
|
|
67
|
+
* fix: make argument of asUser optional for forge api ([596ff4a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/596ff4a))
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
## <small>0.7.6 (2024-10-01)</small>
|
|
72
|
+
|
|
73
|
+
* chore: publish ([0674fd0](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/0674fd0))
|
|
74
|
+
* chore: regenerate api clients based on today's spec ([df96bbf](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/df96bbf))
|
|
75
|
+
* chore: update generated files according to new OpenAPI schemas ([64e9071](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/64e9071))
|
|
76
|
+
* refactor: use replaceJsonResponse for Jira bulk get users response patch ([ad5dfcc](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/ad5dfcc))
|
|
77
|
+
* fix: fix return types for Jira's bulk get users API ([d9cbc9d](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d9cbc9d))
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
## <small>0.7.5 (2024-09-24)</small>
|
|
82
|
+
|
|
83
|
+
* chore: publish ([35467ce](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/35467ce))
|
|
84
|
+
* chore: update generated files according to new OpenAPI schemas ([7573a2c](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/7573a2c))
|
|
85
|
+
* fix: patch serverInfo schema ([72cc61b](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/72cc61b))
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
## <small>0.7.4 (2024-09-13)</small>
|
|
90
|
+
|
|
91
|
+
* chore: publish ([ea5d7ea](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/ea5d7ea))
|
|
92
|
+
* chore: update generated files according to new OpenAPI schemas ([597443e](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/597443e))
|
|
93
|
+
* fix: add more information to HTTP Errors ([9d702c0](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9d702c0))
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
## <small>0.7.3 (2024-09-12)</small>
|
|
98
|
+
|
|
99
|
+
* chore: publish ([4087593](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4087593))
|
|
100
|
+
* chore: update generated files according to new OpenAPI schemas ([32dc09d](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/32dc09d))
|
|
101
|
+
* fix: name of comment field in IssueBeanKnownFields ([b63935f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/b63935f))
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
## <small>0.7.2 (2024-09-10)</small>
|
|
106
|
+
|
|
107
|
+
* chore: publish ([9789ec4](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9789ec4))
|
|
108
|
+
* fix: use baseUrl from client config, include api-typescript-generator version bump ([4c95db1](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4c95db1))
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
## <small>0.7.1 (2024-09-10)</small>
|
|
113
|
+
|
|
114
|
+
* chore: publish ([5be538e](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/5be538e))
|
|
115
|
+
* chore: update generated files according to new OpenAPI schemas ([496aa01](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/496aa01))
|
|
116
|
+
* fix: change fake confluence baseUrl to be a valid URL ([6dc991f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/6dc991f))
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
## 0.7.0 (2024-09-10)
|
|
121
|
+
|
|
122
|
+
* chore: publish ([fad3f45](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/fad3f45))
|
|
123
|
+
* feat: support forgeApiWithProvider in jira and confluence ([4de975a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4de975a))
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
## <small>0.6.4 (2024-09-10)</small>
|
|
128
|
+
|
|
129
|
+
* chore: publish ([9429cb1](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9429cb1))
|
|
130
|
+
* fix: handle incorrect http response from Atlassian API: another attempt to solve this problem ([4cda0bc](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4cda0bc))
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
## <small>0.6.3 (2024-09-10)</small>
|
|
135
|
+
|
|
136
|
+
* chore: publish ([14e65ae](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/14e65ae))
|
|
137
|
+
* chore: update generated files according to new OpenAPI schemas ([c823af8](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c823af8))
|
|
138
|
+
* fix: export JSM/JiraSoftware models properly ([c42eec4](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c42eec4))
|
|
139
|
+
* fix: handle incorrect http response from Atlassian API: empty body with json content-type ([dfb35f2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/dfb35f2))
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
## <small>0.6.2 (2024-09-05)</small>
|
|
144
|
+
|
|
145
|
+
* chore: publish ([2096f42](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/2096f42))
|
|
146
|
+
* fix: add proper reference to IssueLinkFromIssue ([67f9cea](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/67f9cea))
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
## <small>0.6.1 (2024-08-22)</small>
|
|
151
|
+
|
|
152
|
+
* chore: publish ([3820494](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3820494))
|
|
153
|
+
* chore: update generated files according to new OpenAPI schemas ([93efad5](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/93efad5))
|
|
154
|
+
* fix: export ApiClientOptions from common package entry point ([9c88f39](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9c88f39))
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
## 0.6.0 (2024-08-19)
|
|
159
|
+
|
|
160
|
+
* chore: publish ([8f0bfd1](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8f0bfd1))
|
|
161
|
+
* chore: update generated files according to new OpenAPI schemas ([3059e01](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3059e01))
|
|
162
|
+
* fix: extract known issue bean fields to a separate type ([815fcf8](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/815fcf8))
|
|
163
|
+
* feat: ability to customize validation error handling ([3eb0e04](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3eb0e04))
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
## <small>0.5.11 (2024-08-12)</small>
|
|
168
|
+
|
|
169
|
+
* chore: publish ([843f5fd](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/843f5fd))
|
|
170
|
+
* chore: update from latest OpenAPI schemas ([1ec7370](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/1ec7370))
|
|
171
|
+
* fix: split issue links into inwards / outwards ([03cbf85](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/03cbf85))
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
## <small>0.5.10 (2024-08-05)</small>
|
|
176
|
+
|
|
177
|
+
* chore: publish ([3ccf6e7](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3ccf6e7))
|
|
178
|
+
* chore: update generated files according to new OpenAPI schemas ([e53503e](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/e53503e))
|
|
179
|
+
* fix: add missing nullable fields to issue bean ([a03299a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/a03299a))
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
## <small>0.5.9 (2024-08-05)</small>
|
|
184
|
+
|
|
185
|
+
* chore: publish ([ff0ce01](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/ff0ce01))
|
|
186
|
+
* chore: support refs at nullableProperties ([587097a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/587097a))
|
|
187
|
+
* chore: update from latest OpenAPI schemas ([15343b0](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/15343b0))
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
## <small>0.5.8 (2024-07-23)</small>
|
|
192
|
+
|
|
193
|
+
* chore: publish ([723f651](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/723f651))
|
|
194
|
+
* fix: remove project from required fields of an issue, add other issue fields ([d809e59](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d809e59))
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
## <small>0.5.7 (2024-07-22)</small>
|
|
199
|
+
|
|
200
|
+
* chore: fix patch error message ([77466cc](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/77466cc))
|
|
201
|
+
* chore: publish ([bb4ea7b](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/bb4ea7b))
|
|
202
|
+
* chore: update generated files according to new OpenAPI schemas ([b7be258](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/b7be258))
|
|
203
|
+
* fix: proper expand parameter serialization ([01f8bec](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/01f8bec))
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
## <small>0.5.6 (2024-07-05)</small>
|
|
208
|
+
|
|
209
|
+
* chore: publish ([9a70419](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9a70419))
|
|
210
|
+
* fix: confluence api constructor options, improve docs ([194e14f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/194e14f))
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
## <small>0.5.5 (2024-07-02)</small>
|
|
215
|
+
|
|
216
|
+
* chore: publish ([c53203f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c53203f))
|
|
217
|
+
* chore: update generated files according to new OpenAPI schemas ([4e99c49](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4e99c49))
|
|
218
|
+
* docs: remove unnecessary escaping in docs ([6f2702f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/6f2702f))
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
## <small>0.5.4 (2024-07-02)</small>
|
|
223
|
+
|
|
224
|
+
* chore: publish ([d6160f6](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d6160f6))
|
|
225
|
+
* chore: update generated files according to new OpenAPI schemas ([5290797](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/5290797))
|
|
226
|
+
* fix: reuse same core classes / types ([8e7465a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8e7465a))
|
|
227
|
+
* docs: improve documentation, remove unnecessary constructor info, escapes ([bf89338](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/bf89338))
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
## <small>0.5.3 (2024-06-28)</small>
|
|
232
|
+
|
|
233
|
+
* chore: publish ([107f17f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/107f17f))
|
|
234
|
+
* chore: update generated files according to new OpenAPI schemas ([e11c98e](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/e11c98e))
|
|
235
|
+
* fix: improve documentation ([a327fcc](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/a327fcc))
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
## <small>0.5.2 (2024-06-24)</small>
|
|
240
|
+
|
|
241
|
+
* chore: adjust imports ([9f878a2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9f878a2))
|
|
242
|
+
* chore: adjust imports ([e7074a3](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/e7074a3))
|
|
243
|
+
* chore: publish ([9a57c30](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9a57c30))
|
|
244
|
+
* chore: update generated files according to new OpenAPI schemas ([0f71b37](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/0f71b37))
|
|
245
|
+
* build: fix build order ([59f62ec](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/59f62ec))
|
|
246
|
+
* fix: include API Docs markdown files, build automatically ([07e5670](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/07e5670))
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
## <small>0.5.1 (2024-06-21)</small>
|
|
251
|
+
|
|
252
|
+
* chore: publish ([d362b49](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d362b49))
|
|
253
|
+
* fix: add missing Jira Service Management exports ([44da6cd](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/44da6cd))
|
|
254
|
+
* fix: configure validation schema storage with ApiError ([27ac3de](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/27ac3de))
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
## 0.5.0 (2024-06-20)
|
|
259
|
+
|
|
260
|
+
* chore: publish ([191b97e](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/191b97e))
|
|
261
|
+
* feat: first version of Jira Service Management API ([67634ea](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/67634ea))
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
## <small>0.4.6 (2024-06-14)</small>
|
|
266
|
+
|
|
267
|
+
* chore: publish ([191a3be](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/191a3be))
|
|
268
|
+
* fix: use more optimized / lightweight api client version ([8c628d3](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8c628d3))
|
|
269
|
+
* docs: add asUser / asApp documentation to jira / confluence clients ([8697058](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8697058))
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
## <small>0.4.5 (2024-06-14)</small>
|
|
274
|
+
|
|
275
|
+
* chore: fail in case of already existing field when patching ([009d8e9](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/009d8e9))
|
|
276
|
+
* chore: publish ([163cbdf](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/163cbdf))
|
|
277
|
+
* chore: update api-typescript-generator library ([26ea242](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/26ea242))
|
|
278
|
+
* chore: update generated code according to the new version of api-typescript-generator ([db54455](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/db54455))
|
|
279
|
+
* chore: update lerna changelog config ([abcf375](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/abcf375))
|
|
280
|
+
* fix: a hack for "fields" schema, which was probably added by mistake ([c860460](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c860460))
|
|
281
|
+
* fix: add missing issue field, project schema ([8012eeb](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8012eeb))
|
|
282
|
+
* fix: missing packages changes ([2c1f946](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/2c1f946))
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
## <small>0.4.4 (2024-06-11)</small>
|
|
287
|
+
|
|
288
|
+
* chore: publish ([50f8d66](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/50f8d66))
|
|
289
|
+
* docs: fix compare link in readme ([c5b7088](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c5b7088))
|
|
290
|
+
* fix: add license information to all packages ([d771640](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d771640))
|
|
291
|
+
* fix: changelog preset ([a5fa5ba](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/a5fa5ba))
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
## <small>0.4.3 (2024-06-11)</small>
|
|
296
|
+
|
|
297
|
+
* chore: publish ([7d81e70](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/7d81e70))
|
|
298
|
+
* fix: changelog links for bitbucket ([b9b9fe0](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/b9b9fe0))
|
|
299
|
+
* fix: update clients automatically ([3c2bb24](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3c2bb24))
|
|
300
|
+
* fix: update generated files according to new OpenAPI schemas ([381a1ea](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/381a1ea))
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
## <small>0.4.2 (2024-06-11)</small>
|
|
305
|
+
|
|
306
|
+
* chore: publish ([443c80e](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/443c80e))
|
|
307
|
+
* docs: add common documentation, missing file links ([c14239b](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c14239b))
|
|
308
|
+
* docs: documentation for confluence package, fixes for jira docs ([0b796ad](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/0b796ad))
|
|
309
|
+
* docs: jira api client documentation ([32962ce](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/32962ce))
|
|
310
|
+
* fix: add base path to confluence v2 API ([8b1965c](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/8b1965c))
|
|
311
|
+
* fix: add links to JIRA/Confluence documentation ([64c19b2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/64c19b2))
|
|
312
|
+
* fix: operations with all arguments optional can be called without arguments ([2daea7f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/2daea7f))
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
## <small>0.4.1 (2024-06-10)</small>
|
|
317
|
+
|
|
318
|
+
* chore: publish ([4b7d1d7](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4b7d1d7))
|
|
319
|
+
* fix: remove previous file versions when building ([3ff3a0a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3ff3a0a))
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
## 0.4.0 (2024-06-10)
|
|
324
|
+
|
|
325
|
+
* chore: add corepack enable ([98cac48](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/98cac48))
|
|
326
|
+
* chore: add lerna debug to gitignore ([bea46c8](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/bea46c8))
|
|
327
|
+
* chore: add lerna publish command ([b509b84](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/b509b84))
|
|
328
|
+
* chore: add license, basic readme ([9717435](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9717435))
|
|
329
|
+
* chore: debug yarnrc ([46be582](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/46be582))
|
|
330
|
+
* chore: ignore further changes to .yarnrc.yml ([0a994e5](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/0a994e5))
|
|
331
|
+
* chore: publish ([56fc5dc](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/56fc5dc))
|
|
332
|
+
* chore: publish ([cc8ea33](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/cc8ea33))
|
|
333
|
+
* chore: publish ([3ee9b30](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3ee9b30))
|
|
334
|
+
* chore: publish ([7260d50](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/7260d50))
|
|
335
|
+
* chore: publish ([869f752](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/869f752))
|
|
336
|
+
* chore: publish ([7b03c93](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/7b03c93))
|
|
337
|
+
* chore: publish ([75c84aa](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/75c84aa))
|
|
338
|
+
* chore: publish ([c7ac36e](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c7ac36e))
|
|
339
|
+
* chore: publish ([c410ea6](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/c410ea6))
|
|
340
|
+
* chore: publish ([3df939a](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3df939a))
|
|
341
|
+
* chore: set public access ([6e6f5d5](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/6e6f5d5))
|
|
342
|
+
* chore: update jira software schema ([94af131](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/94af131))
|
|
343
|
+
* chore: update lerna commit message ([390257b](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/390257b))
|
|
344
|
+
* chore: update yarn.lock ([417cdbc](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/417cdbc))
|
|
345
|
+
* chore: update yarn.lock ([713b499](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/713b499))
|
|
346
|
+
* chore: use yarn version explicitly ([20e65e6](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/20e65e6))
|
|
347
|
+
* feat: first confluence API version ([d580ceb](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/d580ceb))
|
|
348
|
+
* feat: first version with JiraSoftwareApi ([e941fd3](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/e941fd3))
|
|
349
|
+
* feat: initial version ([5c1e2d2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/5c1e2d2))
|
|
350
|
+
* feat: update confluence api client, set v2 explicitly ([7c7cba2](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/7c7cba2))
|
|
351
|
+
* fix: automatic publishing ([65c6149](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/65c6149))
|
|
352
|
+
* fix: build before publishing ([4a2bd42](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/4a2bd42))
|
|
353
|
+
* fix: correct entry point ([9c6289f](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/9c6289f))
|
|
354
|
+
* fix: don't stringify the request body twice ([3252a78](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/3252a78))
|
|
355
|
+
* fix: exclude codegen from build ([ad5a787](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/ad5a787))
|
|
356
|
+
* fix: make ChangeDetails fields to and toString nullable ([097e8b0](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/097e8b0))
|
|
357
|
+
* fix: remove unnecessary files from the package ([78f2d55](https://bitbucket.org/resolutiongmbh/atlassian-api-clients/commits/78f2d55))
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
|
|
@@ -35,7 +35,7 @@ export interface CommonHttpClientOptions {
|
|
|
35
35
|
/**
|
|
36
36
|
* Type of the response body for binary responses.
|
|
37
37
|
*/
|
|
38
|
-
binaryResponseType:
|
|
38
|
+
binaryResponseType: 'blob' | 'readableStream';
|
|
39
39
|
/**
|
|
40
40
|
* Format the HTTP error message.
|
|
41
41
|
*/
|
|
@@ -62,7 +62,7 @@ export interface CommonHttpClientOptions {
|
|
|
62
62
|
*/
|
|
63
63
|
operationName: string;
|
|
64
64
|
path: string;
|
|
65
|
-
method: CommonHttpClientFetchRequest[
|
|
65
|
+
method: CommonHttpClientFetchRequest['method'];
|
|
66
66
|
}): void;
|
|
67
67
|
}
|
|
68
68
|
/**
|
|
@@ -84,7 +84,7 @@ export interface CommonHttpClientFetchRequest {
|
|
|
84
84
|
/**
|
|
85
85
|
* HTTP Method.
|
|
86
86
|
*/
|
|
87
|
-
method:
|
|
87
|
+
method: 'GET' | 'HEAD' | 'POST' | 'PUT' | 'DELETE' | 'CONNECT' | 'OPTIONS' | 'PATCH';
|
|
88
88
|
/**
|
|
89
89
|
* Request headers.
|
|
90
90
|
*/
|
|
@@ -96,15 +96,15 @@ export interface CommonHttpClientFetchRequest {
|
|
|
96
96
|
/**
|
|
97
97
|
* Cache mode.
|
|
98
98
|
*/
|
|
99
|
-
cache:
|
|
99
|
+
cache: 'default' | 'force-cache' | 'no-cache' | 'no-store' | 'only-if-cached' | 'reload';
|
|
100
100
|
/**
|
|
101
101
|
* Credentials mode.
|
|
102
102
|
*/
|
|
103
|
-
credentials:
|
|
103
|
+
credentials: 'include' | 'omit' | 'same-origin';
|
|
104
104
|
/**
|
|
105
105
|
* Redirect mode.
|
|
106
106
|
*/
|
|
107
|
-
redirect:
|
|
107
|
+
redirect: 'error' | 'follow' | 'manual';
|
|
108
108
|
/**
|
|
109
109
|
* Custom request properties. Can be used to pass metadata to the fetch function.
|
|
110
110
|
*/
|
|
@@ -113,7 +113,7 @@ export interface CommonHttpClientFetchRequest {
|
|
|
113
113
|
/**
|
|
114
114
|
* Parameter serialization style.
|
|
115
115
|
*/
|
|
116
|
-
export type CommonHttpClientRequestParameterSerializeStyle =
|
|
116
|
+
export type CommonHttpClientRequestParameterSerializeStyle = 'simple' | 'label' | 'matrix' | 'form' | 'spaceDelimited' | 'pipeDelimited' | 'deepObject';
|
|
117
117
|
/**
|
|
118
118
|
* Information about how to serialize a request parameter.
|
|
119
119
|
*/
|
|
@@ -130,7 +130,7 @@ export interface CommonHttpClientRequestParameterSerializeInfo {
|
|
|
130
130
|
/**
|
|
131
131
|
* Request parameter location.
|
|
132
132
|
*/
|
|
133
|
-
export type CommonHttpClientRequestParameterLocation =
|
|
133
|
+
export type CommonHttpClientRequestParameterLocation = 'path' | 'query' | 'header' | 'cookie';
|
|
134
134
|
/**
|
|
135
135
|
* Request parameters.
|
|
136
136
|
*/
|
|
@@ -140,7 +140,7 @@ export type CommonHttpClientRequestParameters = {
|
|
|
140
140
|
/**
|
|
141
141
|
* Request in terms of OpenAPI.
|
|
142
142
|
*/
|
|
143
|
-
export type CommonHttpClientRequest = Omit<CommonHttpClientFetchRequest,
|
|
143
|
+
export type CommonHttpClientRequest = Omit<CommonHttpClientFetchRequest, 'body' | 'headers' | 'cache' | 'credentials' | 'redirect'> & {
|
|
144
144
|
/**
|
|
145
145
|
* Path to the resource.
|
|
146
146
|
*/
|
|
@@ -165,7 +165,7 @@ export type CommonHttpClientRequest = Omit<CommonHttpClientFetchRequest, "body"
|
|
|
165
165
|
* Request parameters serialization information.
|
|
166
166
|
*/
|
|
167
167
|
parameters?: CommonHttpClientRequestParameters;
|
|
168
|
-
} & Partial<Pick<CommonHttpClientFetchRequest,
|
|
168
|
+
} & Partial<Pick<CommonHttpClientFetchRequest, 'cache' | 'credentials' | 'redirect'>>;
|
|
169
169
|
/**
|
|
170
170
|
* Response of the fetch function.
|
|
171
171
|
*/
|
|
@@ -200,16 +200,16 @@ export interface CommonHttpClientFetchResponse {
|
|
|
200
200
|
customRequestProps?: Record<string, unknown>;
|
|
201
201
|
}
|
|
202
202
|
export type CommonHttpClientResponseHeaders = Record<string, string> & {
|
|
203
|
-
|
|
203
|
+
'set-cookie'?: string[];
|
|
204
204
|
};
|
|
205
205
|
export type CommonHttpClientFetchResponseBody = {
|
|
206
|
-
type:
|
|
206
|
+
type: 'json';
|
|
207
207
|
data: unknown;
|
|
208
208
|
} | {
|
|
209
|
-
type:
|
|
209
|
+
type: 'blob';
|
|
210
210
|
data: Blob;
|
|
211
211
|
} | {
|
|
212
|
-
type:
|
|
212
|
+
type: 'readableStream';
|
|
213
213
|
data: ReadableStream<Uint8Array>;
|
|
214
214
|
};
|
|
215
215
|
export interface CommonHttpClientResponse<T> {
|
|
@@ -242,18 +242,18 @@ type ResponseByMediaType<T extends CommonHttpClientResponse<unknown>, K extends
|
|
|
242
242
|
body: infer _Body;
|
|
243
243
|
response: CommonHttpClientFetchResponse;
|
|
244
244
|
}) => void ? T : never : never;
|
|
245
|
-
export declare function checkReponseMediaType<T extends CommonHttpClientResponse<unknown>, K extends string>(response: T, mediaType: K): response is ResponseByMediaType<T, K> extends never ? ResponseByMediaType<T,
|
|
245
|
+
export declare function checkReponseMediaType<T extends CommonHttpClientResponse<unknown>, K extends string>(response: T, mediaType: K): response is ResponseByMediaType<T, K> extends never ? ResponseByMediaType<T, '*/*'> : ResponseByMediaType<T, K>;
|
|
246
246
|
export declare function isJsonMediaType(mediaType: string): boolean;
|
|
247
247
|
type AsCreatedResponseFunction<KCreated extends string, KOther extends string> = <T extends CommonHttpClientResponse<unknown>>(response: T) => ({
|
|
248
248
|
[K in KCreated]: Extract<T, {
|
|
249
249
|
status: 201;
|
|
250
|
-
}>[
|
|
250
|
+
}>['body'];
|
|
251
251
|
} & {
|
|
252
252
|
created: true;
|
|
253
253
|
}) | ({
|
|
254
254
|
[K in KOther]: Extract<T, {
|
|
255
255
|
status: 200;
|
|
256
|
-
}>[
|
|
256
|
+
}>['body'];
|
|
257
257
|
} & {
|
|
258
258
|
created: false;
|
|
259
259
|
});
|
|
@@ -285,7 +285,7 @@ export declare class CommonHttpClient {
|
|
|
285
285
|
/** Logs a deprecation warning if the operation is deprecated. */
|
|
286
286
|
protected logDeprecationWarningIfNecessary(params: {
|
|
287
287
|
path: string;
|
|
288
|
-
method: CommonHttpClientFetchRequest[
|
|
288
|
+
method: CommonHttpClientFetchRequest['method'];
|
|
289
289
|
}): void;
|
|
290
290
|
/** Turns an object with query params into a URLSearchParams object. */
|
|
291
291
|
protected getSearchParams(params: Record<string, unknown>, parameters: Record<string, CommonHttpClientRequestParameterSerializeInfo>): URLSearchParams;
|
|
@@ -300,7 +300,7 @@ export declare class CommonHttpClient {
|
|
|
300
300
|
/** Post-process the response. */
|
|
301
301
|
responseHandler(distribution: {
|
|
302
302
|
[statusCode: string]: {
|
|
303
|
-
[mediaType: string]: CommonHttpClientFetchResponseBody[
|
|
303
|
+
[mediaType: string]: CommonHttpClientFetchResponseBody['type'];
|
|
304
304
|
};
|
|
305
305
|
}): (response: CommonHttpClientFetchResponse) => Promise<CommonHttpClientResponse<unknown>>;
|
|
306
306
|
validation<D>(validator: (data: D) => D): (data: D) => D;
|