@resolution/jira-api-client 0.7.11 → 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 +208 -286
- package/README.md +5 -5
- package/lib/index.d.ts +2 -0
- package/lib/index.js +2 -0
- package/lib/index.js.map +1 -1
- package/lib/openapi/core/CommonHttpClient.d.ts +46 -17
- package/lib/openapi/core/CommonHttpClient.js +175 -232
- 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 +27 -7
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +45 -1
- 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 +13 -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 +5 -3
- 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 +8 -44
- package/lib/openapi/platform/models/common.js +250 -623
- package/lib/openapi/platform/models/common.js.map +1 -1
- package/lib/openapi/platform/models/dashboards.d.ts +1 -31
- package/lib/openapi/platform/models/dashboards.js +91 -233
- package/lib/openapi/platform/models/dashboards.js.map +1 -1
- package/lib/openapi/platform/models/dynamicModules.d.ts +56 -52
- 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 +103 -1
- package/lib/openapi/platform/models/issueBulkOperations.js +202 -410
- 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 +2 -5
- 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 +2 -2
- 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 +3 -3
- 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 +125 -11
- package/lib/openapi/platform/models/issues.js +255 -486
- package/lib/openapi/platform/models/issues.js.map +1 -1
- package/lib/openapi/platform/models/jiraExpressions.d.ts +9 -2
- 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 +9 -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 +44 -2
- package/lib/openapi/platform/models/jqlFunctionsApps.js +42 -31
- 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 +4 -5
- 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 +268 -0
- package/lib/openapi/platform/models/plans.js +262 -0
- package/lib/openapi/platform/models/plans.js.map +1 -0
- 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 +2 -2
- package/lib/openapi/platform/models/projects.js +29 -110
- 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 +3 -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 +79 -0
- package/lib/openapi/platform/models/teamsInPlan.js +60 -0
- package/lib/openapi/platform/models/teamsInPlan.js.map +1 -0
- 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 +6 -2
- package/lib/openapi/platform/models/workflows.js +277 -651
- package/lib/openapi/platform/models/workflows.js.map +1 -1
- package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +5 -5
- 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 +90 -90
- package/lib/openapi/platform/services/AppMigrationService.js +79 -97
- package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
- package/lib/openapi/platform/services/AppPropertiesService.d.ts +24 -24
- package/lib/openapi/platform/services/AppPropertiesService.js +81 -118
- package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ApplicationRolesService.d.ts +3 -1
- package/lib/openapi/platform/services/ApplicationRolesService.js +23 -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 +82 -82
- 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 +14 -10
- package/lib/openapi/platform/services/FilterSharingService.js +65 -101
- package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
- package/lib/openapi/platform/services/FiltersService.d.ts +34 -21
- package/lib/openapi/platform/services/FiltersService.js +147 -224
- 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 +11 -11
- 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 +10 -8
- package/lib/openapi/platform/services/IssueAttachmentsService.js +89 -142
- package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +297 -82
- package/lib/openapi/platform/services/IssueBulkOperationsService.js +266 -75
- 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 +49 -49
- 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 +33 -33
- 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 +73 -73
- 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 +68 -68
- 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 +45 -45
- 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 +27 -27
- 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 +63 -63
- 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 +21 -20
- package/lib/openapi/platform/services/IssueFieldsService.js +98 -157
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +10 -10
- 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 +32 -32
- 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 +3 -1
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +17 -24
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +35 -35
- 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 +24 -22
- package/lib/openapi/platform/services/IssuePrioritiesService.js +85 -137
- package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePropertiesService.d.ts +48 -48
- 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 +51 -49
- package/lib/openapi/platform/services/IssueRemoteLinksService.js +66 -101
- package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueResolutionsService.d.ts +20 -18
- package/lib/openapi/platform/services/IssueResolutionsService.js +86 -138
- package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSearchService.d.ts +37 -37
- 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 +74 -74
- 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 +7 -7
- 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 +35 -35
- 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 +52 -52
- 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 +20 -14
- package/lib/openapi/platform/services/IssueTypesService.js +91 -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 +10 -10
- 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 +70 -68
- package/lib/openapi/platform/services/IssueWorklogsService.js +108 -164
- package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
- package/lib/openapi/platform/services/IssuesService.d.ts +713 -611
- package/lib/openapi/platform/services/IssuesService.js +367 -405
- package/lib/openapi/platform/services/IssuesService.js.map +1 -1
- package/lib/openapi/platform/services/JiraExpressionsService.d.ts +99 -99
- 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 +9 -5
- package/lib/openapi/platform/services/JiraSettingsService.js +47 -73
- package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +126 -29
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js +146 -54
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlService.d.ts +42 -42
- 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 +6 -6
- 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 +42 -45
- package/lib/openapi/platform/services/PermissionSchemesService.js +99 -158
- package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionsService.d.ts +25 -25
- 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 +389 -0
- package/lib/openapi/platform/services/PlansService.js +410 -0
- package/lib/openapi/platform/services/PlansService.js.map +1 -0
- package/lib/openapi/platform/services/PrioritySchemesService.d.ts +92 -92
- 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 +5 -5
- 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 +10 -8
- package/lib/openapi/platform/services/ProjectCategoriesService.js +51 -79
- package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +4 -4
- 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 +22 -20
- package/lib/openapi/platform/services/ProjectComponentsService.js +90 -142
- package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectEmailService.d.ts +3 -3
- 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 +3 -3
- 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 +6 -6
- 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 +7 -7
- 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 +21 -21
- 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 +19 -15
- package/lib/openapi/platform/services/ProjectRolesService.js +102 -159
- package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectTypesService.d.ts +6 -2
- package/lib/openapi/platform/services/ProjectTypesService.js +46 -72
- package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectVersionsService.d.ts +45 -41
- package/lib/openapi/platform/services/ProjectVersionsService.js +169 -263
- package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectsService.d.ts +45 -39
- package/lib/openapi/platform/services/ProjectsService.js +144 -222
- package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenSchemesService.d.ts +16 -16
- 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 +5 -5
- 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 +7 -7
- 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 +12 -12
- 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 +3 -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 +30 -26
- package/lib/openapi/platform/services/StatusService.js +60 -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 +294 -0
- package/lib/openapi/platform/services/TeamsInPlanService.js +387 -0
- package/lib/openapi/platform/services/TeamsInPlanService.js.map +1 -0
- package/lib/openapi/platform/services/TimeTrackingService.d.ts +9 -7
- package/lib/openapi/platform/services/TimeTrackingService.js +56 -92
- package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +49 -49
- 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 +27 -16
- package/lib/openapi/platform/services/UserSearchService.js +104 -153
- package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
- package/lib/openapi/platform/services/UsersService.d.ts +22 -16
- package/lib/openapi/platform/services/UsersService.js +140 -218
- package/lib/openapi/platform/services/UsersService.js.map +1 -1
- package/lib/openapi/platform/services/WebhooksService.d.ts +45 -45
- 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 +54 -54
- 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 +4 -4
- 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 +120 -118
- package/lib/openapi/platform/services/WorkflowSchemesService.js +198 -313
- package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +3 -1
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +23 -35
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +3 -1
- package/lib/openapi/platform/services/WorkflowStatusesService.js +23 -35
- package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +8 -6
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +48 -71
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +52 -52
- 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 +602 -600
- package/lib/openapi/platform/services/WorkflowsService.js +109 -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 +4 -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 +3 -3
- 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 +11 -7
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.js +13 -18
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/OrganizationService.d.ts +31 -31
- 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 +97 -97
- package/lib/openapi/serviceManagement/services/RequestService.js +312 -496
- 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 +60 -53
- package/lib/openapi/serviceManagement/services/ServicedeskService.js +216 -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 +3 -1
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -1
- package/lib/openapi/software/models/board.d.ts +3 -4
- 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 +42 -4
- 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 +10 -4
- 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 +37 -3
- 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 +11 -5
- 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 +107 -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 +21 -5
- 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 +77 -17
- 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 +50 -14
- 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 +61 -9
- 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 +15 -15
- 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 +41 -41
- 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 +26 -26
- 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 +12 -12
- 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 +18 -14
- 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 +9 -7
- 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 +33 -33
- 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 +5 -4
|
@@ -4,12 +4,12 @@ exports.AppPropertiesService = 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 appProperties_1 = require("../models/appProperties");
|
|
11
10
|
const common_1 = require("../models/common");
|
|
12
11
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
12
|
+
const zod_1 = require("zod");
|
|
13
13
|
/**
|
|
14
14
|
* This resource represents app properties. Use it to store arbitrary data for your
|
|
15
15
|
* [Connect
|
|
@@ -35,17 +35,15 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
35
35
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-atlassian-connect-1-addons-addonkey-properties-propertykey-delete
|
|
36
36
|
* @param params
|
|
37
37
|
*/
|
|
38
|
-
this.addonPropertiesResourceDeleteAddonPropertyDelete = ({ addonKey, propertyKey
|
|
39
|
-
return this.getClientInstance()
|
|
40
|
-
.request({
|
|
38
|
+
this.addonPropertiesResourceDeleteAddonPropertyDelete = ({ addonKey, propertyKey }) => {
|
|
39
|
+
return this.getClientInstance().request({
|
|
41
40
|
path: "/rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}",
|
|
42
41
|
method: "DELETE",
|
|
43
42
|
pathParams: {
|
|
44
43
|
addonKey,
|
|
45
|
-
propertyKey
|
|
46
|
-
}
|
|
47
|
-
})
|
|
48
|
-
.then(commonHttpClient.discardResult);
|
|
44
|
+
propertyKey
|
|
45
|
+
}
|
|
46
|
+
}).then(commonHttpClient.discardResult);
|
|
49
47
|
};
|
|
50
48
|
/**
|
|
51
49
|
* Gets all the properties of an app.
|
|
@@ -60,12 +58,12 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
60
58
|
* example:
|
|
61
59
|
* ```
|
|
62
60
|
* {
|
|
63
|
-
*
|
|
64
|
-
*
|
|
65
|
-
*
|
|
66
|
-
*
|
|
67
|
-
*
|
|
68
|
-
*
|
|
61
|
+
* "keys": [
|
|
62
|
+
* {
|
|
63
|
+
* "self": "https://your-domain.atlassian.net/jira/rest/atlassian-connect/1/addon/example.app.key/properties/propertyKey",
|
|
64
|
+
* "key": "propertyKey"
|
|
65
|
+
* }
|
|
66
|
+
* ]
|
|
69
67
|
* }
|
|
70
68
|
* ```
|
|
71
69
|
* @path GET `/rest/atlassian-connect/1/addons/{addonKey}/properties`
|
|
@@ -74,23 +72,18 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
74
72
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-atlassian-connect-1-addons-addonkey-properties-get
|
|
75
73
|
* @param params
|
|
76
74
|
*/
|
|
77
|
-
this.addonPropertiesResourceGetAddonPropertiesGet = ({ addonKey
|
|
78
|
-
return this.getClientInstance()
|
|
79
|
-
.request({
|
|
75
|
+
this.addonPropertiesResourceGetAddonPropertiesGet = ({ addonKey }) => {
|
|
76
|
+
return this.getClientInstance().request({
|
|
80
77
|
path: "/rest/atlassian-connect/1/addons/{addonKey}/properties",
|
|
81
78
|
method: "GET",
|
|
82
79
|
pathParams: {
|
|
83
|
-
addonKey
|
|
84
|
-
}
|
|
85
|
-
})
|
|
86
|
-
.then(this.getClientInstance().responseHandler({
|
|
80
|
+
addonKey
|
|
81
|
+
}
|
|
82
|
+
}).then(this.getClientInstance().responseHandler({
|
|
87
83
|
200: {
|
|
88
|
-
"application/json": "json"
|
|
89
|
-
}
|
|
90
|
-
}))
|
|
91
|
-
.then(commonHttpClient.castResponse())
|
|
92
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("AppPropertiesService.AddonPropertiesResource.getAddonProperties_get.response")))
|
|
93
|
-
.then(commonHttpClient.getBody);
|
|
84
|
+
"application/json": "json"
|
|
85
|
+
}
|
|
86
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("AppPropertiesService.AddonPropertiesResource.getAddonProperties_get.response"))).then(commonHttpClient.getBody);
|
|
94
87
|
};
|
|
95
88
|
/**
|
|
96
89
|
* Returns the key and value of an app's property.
|
|
@@ -105,9 +98,9 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
105
98
|
* example:
|
|
106
99
|
* ```
|
|
107
100
|
* {
|
|
108
|
-
*
|
|
109
|
-
*
|
|
110
|
-
*
|
|
101
|
+
* "self": "https://your-domain.atlassian.net/jira/rest/atlassian-connect/1/addon/example.app.key/properties/propertyKey",
|
|
102
|
+
* "key": "propertyKey",
|
|
103
|
+
* "value": "propertyValue"
|
|
111
104
|
* }
|
|
112
105
|
* ```
|
|
113
106
|
* @path GET `/rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}`
|
|
@@ -116,24 +109,19 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
116
109
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-atlassian-connect-1-addons-addonkey-properties-propertykey-get
|
|
117
110
|
* @param params
|
|
118
111
|
*/
|
|
119
|
-
this.addonPropertiesResourceGetAddonPropertyGet = ({ addonKey, propertyKey
|
|
120
|
-
return this.getClientInstance()
|
|
121
|
-
.request({
|
|
112
|
+
this.addonPropertiesResourceGetAddonPropertyGet = ({ addonKey, propertyKey }) => {
|
|
113
|
+
return this.getClientInstance().request({
|
|
122
114
|
path: "/rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}",
|
|
123
115
|
method: "GET",
|
|
124
116
|
pathParams: {
|
|
125
117
|
addonKey,
|
|
126
|
-
propertyKey
|
|
127
|
-
}
|
|
128
|
-
})
|
|
129
|
-
.then(this.getClientInstance().responseHandler({
|
|
118
|
+
propertyKey
|
|
119
|
+
}
|
|
120
|
+
}).then(this.getClientInstance().responseHandler({
|
|
130
121
|
200: {
|
|
131
|
-
"application/json": "json"
|
|
132
|
-
}
|
|
133
|
-
}))
|
|
134
|
-
.then(commonHttpClient.castResponse())
|
|
135
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("AppPropertiesService.AddonPropertiesResource.getAddonProperty_get.response")))
|
|
136
|
-
.then(commonHttpClient.getBody);
|
|
122
|
+
"application/json": "json"
|
|
123
|
+
}
|
|
124
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("AppPropertiesService.AddonPropertiesResource.getAddonProperty_get.response"))).then(commonHttpClient.getBody);
|
|
137
125
|
};
|
|
138
126
|
/**
|
|
139
127
|
* Sets the value of an app's property. Use this resource to store custom data for
|
|
@@ -156,8 +144,8 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
156
144
|
* example:
|
|
157
145
|
* ```
|
|
158
146
|
* {
|
|
159
|
-
*
|
|
160
|
-
*
|
|
147
|
+
* "message": "Property updated.",
|
|
148
|
+
* "statusCode": 200
|
|
161
149
|
* }
|
|
162
150
|
* ```
|
|
163
151
|
*
|
|
@@ -168,8 +156,8 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
168
156
|
* example:
|
|
169
157
|
* ```
|
|
170
158
|
* {
|
|
171
|
-
*
|
|
172
|
-
*
|
|
159
|
+
* "message": "Property created.",
|
|
160
|
+
* "statusCode": 201
|
|
173
161
|
* }
|
|
174
162
|
* ```
|
|
175
163
|
* @path PUT `/rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}`
|
|
@@ -178,31 +166,26 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
178
166
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-atlassian-connect-1-addons-addonkey-properties-propertykey-put
|
|
179
167
|
* @param params
|
|
180
168
|
*/
|
|
181
|
-
this.addonPropertiesResourcePutAddonPropertyPut = ({ addonKey, propertyKey, requestBody
|
|
182
|
-
return this.getClientInstance()
|
|
183
|
-
.request({
|
|
169
|
+
this.addonPropertiesResourcePutAddonPropertyPut = ({ addonKey, propertyKey, requestBody }) => {
|
|
170
|
+
return this.getClientInstance().request({
|
|
184
171
|
path: "/rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}",
|
|
185
172
|
method: "PUT",
|
|
186
173
|
pathParams: {
|
|
187
174
|
addonKey,
|
|
188
|
-
propertyKey
|
|
175
|
+
propertyKey
|
|
189
176
|
},
|
|
190
177
|
headers: {
|
|
191
|
-
"Content-Type": "application/json"
|
|
178
|
+
"Content-Type": "application/json"
|
|
192
179
|
},
|
|
193
|
-
body: requestBody
|
|
194
|
-
})
|
|
195
|
-
.then(this.getClientInstance().responseHandler({
|
|
180
|
+
body: requestBody
|
|
181
|
+
}).then(this.getClientInstance().responseHandler({
|
|
196
182
|
200: {
|
|
197
|
-
"application/json": "json"
|
|
183
|
+
"application/json": "json"
|
|
198
184
|
},
|
|
199
185
|
201: {
|
|
200
|
-
"application/json": "json"
|
|
201
|
-
}
|
|
202
|
-
}))
|
|
203
|
-
.then(commonHttpClient.castResponse())
|
|
204
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("AppPropertiesService.AddonPropertiesResource.putAddonProperty_put.response")))
|
|
205
|
-
.then(commonHttpClient.asCreatedResponse("operationMessage"));
|
|
186
|
+
"application/json": "json"
|
|
187
|
+
}
|
|
188
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("AppPropertiesService.AddonPropertiesResource.putAddonProperty_put.response"))).then(commonHttpClient.asCreatedResponse("operationMessage"));
|
|
206
189
|
};
|
|
207
190
|
/**
|
|
208
191
|
* Deletes a Forge app's property.
|
|
@@ -219,16 +202,14 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
219
202
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-forge-1-app-properties-propertykey-delete
|
|
220
203
|
* @param params
|
|
221
204
|
*/
|
|
222
|
-
this.deleteForgeAppProperty = ({ propertyKey
|
|
223
|
-
return this.getClientInstance()
|
|
224
|
-
.request({
|
|
205
|
+
this.deleteForgeAppProperty = ({ propertyKey }) => {
|
|
206
|
+
return this.getClientInstance().request({
|
|
225
207
|
path: "/rest/forge/1/app/properties/{propertyKey}",
|
|
226
208
|
method: "DELETE",
|
|
227
209
|
pathParams: {
|
|
228
|
-
propertyKey
|
|
229
|
-
}
|
|
230
|
-
})
|
|
231
|
-
.then(commonHttpClient.discardResult);
|
|
210
|
+
propertyKey
|
|
211
|
+
}
|
|
212
|
+
}).then(commonHttpClient.discardResult);
|
|
232
213
|
};
|
|
233
214
|
/**
|
|
234
215
|
* Sets the value of a Forge app's property.
|
|
@@ -258,8 +239,8 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
258
239
|
* example:
|
|
259
240
|
* ```
|
|
260
241
|
* {
|
|
261
|
-
*
|
|
262
|
-
*
|
|
242
|
+
* "message": "Property updated.",
|
|
243
|
+
* "statusCode": 200
|
|
263
244
|
* }
|
|
264
245
|
* ```
|
|
265
246
|
*
|
|
@@ -270,8 +251,8 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
270
251
|
* example:
|
|
271
252
|
* ```
|
|
272
253
|
* {
|
|
273
|
-
*
|
|
274
|
-
*
|
|
254
|
+
* "message": "Property created.",
|
|
255
|
+
* "statusCode": 201
|
|
275
256
|
* }
|
|
276
257
|
* ```
|
|
277
258
|
* @path PUT `/rest/forge/1/app/properties/{propertyKey}`
|
|
@@ -280,54 +261,43 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
280
261
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-forge-1-app-properties-propertykey-put
|
|
281
262
|
* @param params
|
|
282
263
|
*/
|
|
283
|
-
this.putForgeAppProperty = ({ propertyKey, requestBody
|
|
284
|
-
return this.getClientInstance()
|
|
285
|
-
.request({
|
|
264
|
+
this.putForgeAppProperty = ({ propertyKey, requestBody }) => {
|
|
265
|
+
return this.getClientInstance().request({
|
|
286
266
|
path: "/rest/forge/1/app/properties/{propertyKey}",
|
|
287
267
|
method: "PUT",
|
|
288
268
|
pathParams: {
|
|
289
|
-
propertyKey
|
|
269
|
+
propertyKey
|
|
290
270
|
},
|
|
291
271
|
headers: {
|
|
292
|
-
"Content-Type": "application/json"
|
|
272
|
+
"Content-Type": "application/json"
|
|
293
273
|
},
|
|
294
|
-
body: requestBody
|
|
295
|
-
})
|
|
296
|
-
.then(this.getClientInstance().responseHandler({
|
|
274
|
+
body: requestBody
|
|
275
|
+
}).then(this.getClientInstance().responseHandler({
|
|
297
276
|
200: {
|
|
298
|
-
"application/json": "json"
|
|
277
|
+
"application/json": "json"
|
|
299
278
|
},
|
|
300
279
|
201: {
|
|
301
|
-
"application/json": "json"
|
|
302
|
-
}
|
|
303
|
-
}))
|
|
304
|
-
.then(commonHttpClient.castResponse())
|
|
305
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("AppPropertiesService.putForgeAppProperty.response")))
|
|
306
|
-
.then(commonHttpClient.asCreatedResponse("operationMessage"));
|
|
280
|
+
"application/json": "json"
|
|
281
|
+
}
|
|
282
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("AppPropertiesService.putForgeAppProperty.response"))).then(commonHttpClient.asCreatedResponse("operationMessage"));
|
|
307
283
|
};
|
|
308
284
|
}
|
|
309
285
|
static initialize() {
|
|
310
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("AppPropertiesService.AddonPropertiesResource.getAddonProperties_get.response", zod_1.z
|
|
311
|
-
.object({
|
|
286
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("AppPropertiesService.AddonPropertiesResource.getAddonProperties_get.response", zod_1.z.object({
|
|
312
287
|
status: zod_1.z.literal(200),
|
|
313
288
|
mediaType: zod_1.z.literal("application/json"),
|
|
314
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PropertyKeys")
|
|
315
|
-
})
|
|
316
|
-
|
|
317
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("AppPropertiesService.AddonPropertiesResource.getAddonProperty_get.response", zod_1.z
|
|
318
|
-
.object({
|
|
289
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("PropertyKeys")
|
|
290
|
+
}).describe("AppPropertiesService.AddonPropertiesResource.getAddonProperties_get.response"));
|
|
291
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("AppPropertiesService.AddonPropertiesResource.getAddonProperty_get.response", zod_1.z.object({
|
|
319
292
|
status: zod_1.z.literal(200),
|
|
320
293
|
mediaType: zod_1.z.literal("application/json"),
|
|
321
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("EntityProperty")
|
|
322
|
-
})
|
|
323
|
-
|
|
324
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("AppPropertiesService.AddonPropertiesResource.putAddonProperty_put.response", zod_1.z
|
|
325
|
-
.object({
|
|
294
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("EntityProperty")
|
|
295
|
+
}).describe("AppPropertiesService.AddonPropertiesResource.getAddonProperty_get.response"));
|
|
296
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("AppPropertiesService.AddonPropertiesResource.putAddonProperty_put.response", zod_1.z.object({
|
|
326
297
|
status: zod_1.z.number(),
|
|
327
298
|
mediaType: zod_1.z.string(),
|
|
328
|
-
body: zod_1.z.unknown()
|
|
329
|
-
})
|
|
330
|
-
.superRefine(({ status: status, body: body }, ctx) => {
|
|
299
|
+
body: zod_1.z.unknown()
|
|
300
|
+
}).superRefine(({ status: status, body: body }, ctx) => {
|
|
331
301
|
if (status === 200 || status === 201) {
|
|
332
302
|
validationSchemaStorage_1.validationSchemaStorage.lazy("OperationMessage").parse(body);
|
|
333
303
|
}
|
|
@@ -335,18 +305,15 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
335
305
|
ctx.addIssue({
|
|
336
306
|
code: zod_1.z.ZodIssueCode.custom,
|
|
337
307
|
path: ["status"],
|
|
338
|
-
message: `Unexpected status code: ${status}
|
|
308
|
+
message: `Unexpected status code: ${status}`
|
|
339
309
|
});
|
|
340
310
|
}
|
|
341
|
-
})
|
|
342
|
-
|
|
343
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("AppPropertiesService.putForgeAppProperty.response", zod_1.z
|
|
344
|
-
.object({
|
|
311
|
+
}).describe("AppPropertiesService.AddonPropertiesResource.putAddonProperty_put.response"));
|
|
312
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("AppPropertiesService.putForgeAppProperty.response", zod_1.z.object({
|
|
345
313
|
status: zod_1.z.number(),
|
|
346
314
|
mediaType: zod_1.z.string(),
|
|
347
|
-
body: zod_1.z.unknown()
|
|
348
|
-
})
|
|
349
|
-
.superRefine(({ status: status, body: body }, ctx) => {
|
|
315
|
+
body: zod_1.z.unknown()
|
|
316
|
+
}).superRefine(({ status: status, body: body }, ctx) => {
|
|
350
317
|
if (status === 200 || status === 201) {
|
|
351
318
|
validationSchemaStorage_1.validationSchemaStorage.lazy("OperationMessage").parse(body);
|
|
352
319
|
}
|
|
@@ -354,15 +321,11 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
354
321
|
ctx.addIssue({
|
|
355
322
|
code: zod_1.z.ZodIssueCode.custom,
|
|
356
323
|
path: ["status"],
|
|
357
|
-
message: `Unexpected status code: ${status}
|
|
324
|
+
message: `Unexpected status code: ${status}`
|
|
358
325
|
});
|
|
359
326
|
}
|
|
360
|
-
})
|
|
361
|
-
|
|
362
|
-
validationSchemaStorage_1.validationSchemaStorage.registerOnce([
|
|
363
|
-
common_1.registerCommonValidationSchemas,
|
|
364
|
-
appProperties_1.registerAppPropertiesValidationSchemas,
|
|
365
|
-
]);
|
|
327
|
+
}).describe("AppPropertiesService.putForgeAppProperty.response"));
|
|
328
|
+
validationSchemaStorage_1.validationSchemaStorage.registerOnce([common_1.registerCommonValidationSchemas, appProperties_1.registerAppPropertiesValidationSchemas]);
|
|
366
329
|
}
|
|
367
330
|
}
|
|
368
331
|
exports.AppPropertiesService = AppPropertiesService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppPropertiesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/AppPropertiesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,
|
|
1
|
+
{"version":3,"file":"AppPropertiesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/AppPropertiesService.ts"],"names":[],"mappings":"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"}
|
|
@@ -19,6 +19,7 @@ export declare class ApplicationRolesService extends CommonHttpService {
|
|
|
19
19
|
* @returns Returned if the request is successful.
|
|
20
20
|
*
|
|
21
21
|
* example:
|
|
22
|
+
*
|
|
22
23
|
* ```
|
|
23
24
|
* [
|
|
24
25
|
* {
|
|
@@ -93,6 +94,7 @@ export declare class ApplicationRolesService extends CommonHttpService {
|
|
|
93
94
|
* }
|
|
94
95
|
* ]
|
|
95
96
|
* ```
|
|
97
|
+
*
|
|
96
98
|
* @path GET `/rest/api/3/applicationrole`
|
|
97
99
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-application-roles#api-rest-api-3-applicationrole-get
|
|
98
100
|
*/
|
|
@@ -150,7 +152,7 @@ export declare class ApplicationRolesService extends CommonHttpService {
|
|
|
150
152
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-application-roles#api-rest-api-3-applicationrole-key-get
|
|
151
153
|
* @param params
|
|
152
154
|
*/
|
|
153
|
-
getApplicationRole: ({ key
|
|
155
|
+
getApplicationRole: ({ key }: {
|
|
154
156
|
/**
|
|
155
157
|
* The key of the application role. Use the [Get all application
|
|
156
158
|
* roles](#api-rest-api-3-applicationrole-get) operation to get the key for each
|
|
@@ -4,11 +4,11 @@ exports.ApplicationRolesService = void 0;
|
|
|
4
4
|
// DO NOT EDIT!
|
|
5
5
|
// This file is generated by "api-typescript-generator".
|
|
6
6
|
// To update this file run "yarn build:openapi".
|
|
7
|
-
const zod_1 = require("zod");
|
|
8
7
|
const commonHttpClient = require("../../core/CommonHttpClient");
|
|
9
8
|
const CommonHttpService_1 = require("../../core/CommonHttpService");
|
|
10
9
|
const common_1 = require("../models/common");
|
|
11
10
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
11
|
+
const zod_1 = require("zod");
|
|
12
12
|
/**
|
|
13
13
|
* This resource represents application roles. Use it to get details of an
|
|
14
14
|
* application role or all application roles.
|
|
@@ -30,6 +30,7 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
|
|
|
30
30
|
* @returns Returned if the request is successful.
|
|
31
31
|
*
|
|
32
32
|
* example:
|
|
33
|
+
*
|
|
33
34
|
* ```
|
|
34
35
|
* [
|
|
35
36
|
* {
|
|
@@ -104,23 +105,19 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
|
|
|
104
105
|
* }
|
|
105
106
|
* ]
|
|
106
107
|
* ```
|
|
108
|
+
*
|
|
107
109
|
* @path GET `/rest/api/3/applicationrole`
|
|
108
110
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-application-roles#api-rest-api-3-applicationrole-get
|
|
109
111
|
*/
|
|
110
112
|
this.getAllApplicationRoles = () => {
|
|
111
|
-
return this.getClientInstance()
|
|
112
|
-
.request({
|
|
113
|
+
return this.getClientInstance().request({
|
|
113
114
|
path: "/rest/api/3/applicationrole",
|
|
114
|
-
method: "GET"
|
|
115
|
-
})
|
|
116
|
-
.then(this.getClientInstance().responseHandler({
|
|
115
|
+
method: "GET"
|
|
116
|
+
}).then(this.getClientInstance().responseHandler({
|
|
117
117
|
200: {
|
|
118
|
-
"application/json": "json"
|
|
119
|
-
}
|
|
120
|
-
}))
|
|
121
|
-
.then(commonHttpClient.castResponse())
|
|
122
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ApplicationRolesService.getAllApplicationRoles.response")))
|
|
123
|
-
.then(commonHttpClient.getBody);
|
|
118
|
+
"application/json": "json"
|
|
119
|
+
}
|
|
120
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ApplicationRolesService.getAllApplicationRoles.response"))).then(commonHttpClient.getBody);
|
|
124
121
|
};
|
|
125
122
|
/**
|
|
126
123
|
* Returns an application role.
|
|
@@ -175,40 +172,31 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
|
|
|
175
172
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-application-roles#api-rest-api-3-applicationrole-key-get
|
|
176
173
|
* @param params
|
|
177
174
|
*/
|
|
178
|
-
this.getApplicationRole = ({ key
|
|
179
|
-
return this.getClientInstance()
|
|
180
|
-
.request({
|
|
175
|
+
this.getApplicationRole = ({ key }) => {
|
|
176
|
+
return this.getClientInstance().request({
|
|
181
177
|
path: "/rest/api/3/applicationrole/{key}",
|
|
182
178
|
method: "GET",
|
|
183
179
|
pathParams: {
|
|
184
|
-
key
|
|
185
|
-
}
|
|
186
|
-
})
|
|
187
|
-
.then(this.getClientInstance().responseHandler({
|
|
180
|
+
key
|
|
181
|
+
}
|
|
182
|
+
}).then(this.getClientInstance().responseHandler({
|
|
188
183
|
200: {
|
|
189
|
-
"application/json": "json"
|
|
190
|
-
}
|
|
191
|
-
}))
|
|
192
|
-
.then(commonHttpClient.castResponse())
|
|
193
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ApplicationRolesService.getApplicationRole.response")))
|
|
194
|
-
.then(commonHttpClient.getBody);
|
|
184
|
+
"application/json": "json"
|
|
185
|
+
}
|
|
186
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("ApplicationRolesService.getApplicationRole.response"))).then(commonHttpClient.getBody);
|
|
195
187
|
};
|
|
196
188
|
}
|
|
197
189
|
static initialize() {
|
|
198
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ApplicationRolesService.getAllApplicationRoles.response", zod_1.z
|
|
199
|
-
.object({
|
|
190
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ApplicationRolesService.getAllApplicationRoles.response", zod_1.z.object({
|
|
200
191
|
status: zod_1.z.literal(200),
|
|
201
192
|
mediaType: zod_1.z.literal("application/json"),
|
|
202
|
-
body: zod_1.z.array(validationSchemaStorage_1.validationSchemaStorage.lazy("ApplicationRole"))
|
|
203
|
-
})
|
|
204
|
-
|
|
205
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ApplicationRolesService.getApplicationRole.response", zod_1.z
|
|
206
|
-
.object({
|
|
193
|
+
body: zod_1.z.array(validationSchemaStorage_1.validationSchemaStorage.lazy("ApplicationRole"))
|
|
194
|
+
}).describe("ApplicationRolesService.getAllApplicationRoles.response"));
|
|
195
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("ApplicationRolesService.getApplicationRole.response", zod_1.z.object({
|
|
207
196
|
status: zod_1.z.literal(200),
|
|
208
197
|
mediaType: zod_1.z.literal("application/json"),
|
|
209
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("ApplicationRole")
|
|
210
|
-
})
|
|
211
|
-
.describe("ApplicationRolesService.getApplicationRole.response"));
|
|
198
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("ApplicationRole")
|
|
199
|
+
}).describe("ApplicationRolesService.getApplicationRole.response"));
|
|
212
200
|
validationSchemaStorage_1.validationSchemaStorage.registerOnce([common_1.registerCommonValidationSchemas]);
|
|
213
201
|
}
|
|
214
202
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApplicationRolesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/ApplicationRolesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,
|
|
1
|
+
{"version":3,"file":"ApplicationRolesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/ApplicationRolesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,gEAAgE;AAChE,oEAAiE;AACjE,6CAAyF;AACzF,wEAAqE;AACrE,6BAAwB;AACxB;;;;;;GAMG;AACH,MAAa,uBAAwB,SAAQ,qCAAiB;IAA9D;;QACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAyFG;QACH,2BAAsB,GAAG,GAA+B,EAAE;YACxD,OAAO,IAAI,CAAC,iBAAiB,EAAE,CAAC,OAAO,CAAC;gBACtC,IAAI,EAAE,6BAA6B;gBACnC,MAAM,EAAE,KAAK;aACd,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,yDAAyD,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QAC/K,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoDG;QACH,uBAAkB,GAAG,CAAC,EACpB,GAAG,EAQJ,EAA4B,EAAE;YAC7B,OAAO,IAAI,CAAC,iBAAiB,EAAE,CAAC,OAAO,CAAC;gBACtC,IAAI,EAAE,mCAAmC;gBACzC,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,GAAG;iBACJ;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,qDAAqD,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QAC3K,CAAC,CAAC;IAcJ,CAAC;IAbW,MAAM,CAAC,UAAU;QACzB,iDAAuB,CAAC,kBAAkB,CAAC,yDAAyD,EAAE,OAAC,CAAC,MAAM,CAAC;YAC7G,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,KAAK,CAAC,iDAAuB,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;SAC/D,CAAC,CAAC,QAAQ,CAAC,yDAAyD,CAAC,CAAC,CAAC;QACxE,iDAAuB,CAAC,kBAAkB,CAAC,qDAAqD,EAAE,OAAC,CAAC,MAAM,CAAC;YACzG,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,iBAAiB,CAAC;SACtD,CAAC,CAAC,QAAQ,CAAC,qDAAqD,CAAC,CAAC,CAAC;QACpE,iDAAuB,CAAC,YAAY,CAAC,CAAC,wCAA+B,CAAC,CAAC,CAAC;IAC1E,CAAC;CACF;AArMD,0DAqMC"}
|
|
@@ -85,7 +85,7 @@ export declare class AuditRecordsService extends CommonHttpService {
|
|
|
85
85
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-audit-records#api-rest-api-3-auditing-record-get
|
|
86
86
|
* @param params
|
|
87
87
|
*/
|
|
88
|
-
getAuditRecords: ({ offset, limit, filter, from, to
|
|
88
|
+
getAuditRecords: ({ offset, limit, filter, from, to }?: {
|
|
89
89
|
/** The number of records to skip before returning the first result. */
|
|
90
90
|
offset?: number | undefined;
|
|
91
91
|
/** The maximum number of results to return. */
|
|
@@ -4,11 +4,11 @@ exports.AuditRecordsService = 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 auditRecords_1 = require("../models/auditRecords");
|
|
11
10
|
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
11
|
+
const zod_1 = require("zod");
|
|
12
12
|
/**
|
|
13
13
|
* This resource represents audits that record activities undertaken in Jira. Use
|
|
14
14
|
* it to get a list of audit records.
|
|
@@ -96,9 +96,8 @@ class AuditRecordsService extends CommonHttpService_1.CommonHttpService {
|
|
|
96
96
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-audit-records#api-rest-api-3-auditing-record-get
|
|
97
97
|
* @param params
|
|
98
98
|
*/
|
|
99
|
-
this.getAuditRecords = ({ offset, limit, filter, from, to
|
|
100
|
-
return this.getClientInstance()
|
|
101
|
-
.request({
|
|
99
|
+
this.getAuditRecords = ({ offset, limit, filter, from, to } = {}) => {
|
|
100
|
+
return this.getClientInstance().request({
|
|
102
101
|
path: "/rest/api/3/auditing/record",
|
|
103
102
|
method: "GET",
|
|
104
103
|
query: {
|
|
@@ -106,30 +105,22 @@ class AuditRecordsService extends CommonHttpService_1.CommonHttpService {
|
|
|
106
105
|
limit,
|
|
107
106
|
filter,
|
|
108
107
|
from,
|
|
109
|
-
to
|
|
110
|
-
}
|
|
111
|
-
})
|
|
112
|
-
.then(this.getClientInstance().responseHandler({
|
|
108
|
+
to
|
|
109
|
+
}
|
|
110
|
+
}).then(this.getClientInstance().responseHandler({
|
|
113
111
|
200: {
|
|
114
|
-
"application/json": "json"
|
|
115
|
-
}
|
|
116
|
-
}))
|
|
117
|
-
.then(commonHttpClient.castResponse())
|
|
118
|
-
.then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("AuditRecordsService.getAuditRecords.response")))
|
|
119
|
-
.then(commonHttpClient.getBody);
|
|
112
|
+
"application/json": "json"
|
|
113
|
+
}
|
|
114
|
+
})).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("AuditRecordsService.getAuditRecords.response"))).then(commonHttpClient.getBody);
|
|
120
115
|
};
|
|
121
116
|
}
|
|
122
117
|
static initialize() {
|
|
123
|
-
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("AuditRecordsService.getAuditRecords.response", zod_1.z
|
|
124
|
-
.object({
|
|
118
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("AuditRecordsService.getAuditRecords.response", zod_1.z.object({
|
|
125
119
|
status: zod_1.z.literal(200),
|
|
126
120
|
mediaType: zod_1.z.literal("application/json"),
|
|
127
|
-
body: validationSchemaStorage_1.validationSchemaStorage.lazy("AuditRecords")
|
|
128
|
-
})
|
|
129
|
-
|
|
130
|
-
validationSchemaStorage_1.validationSchemaStorage.registerOnce([
|
|
131
|
-
auditRecords_1.registerAuditRecordsValidationSchemas,
|
|
132
|
-
]);
|
|
121
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("AuditRecords")
|
|
122
|
+
}).describe("AuditRecordsService.getAuditRecords.response"));
|
|
123
|
+
validationSchemaStorage_1.validationSchemaStorage.registerOnce([auditRecords_1.registerAuditRecordsValidationSchemas]);
|
|
133
124
|
}
|
|
134
125
|
}
|
|
135
126
|
exports.AuditRecordsService = AuditRecordsService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuditRecordsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/AuditRecordsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,
|
|
1
|
+
{"version":3,"file":"AuditRecordsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/AuditRecordsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,gEAAgE;AAChE,oEAAiE;AACjE,yDAAkG;AAClG,wEAAqE;AACrE,6BAAwB;AACxB;;;;;;GAMG;AACH,MAAa,mBAAoB,SAAQ,qCAAiB;IAA1D;;QACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA4EG;QACH,oBAAe,GAAG,CAAC,EACjB,MAAM,EACN,KAAK,EACL,MAAM,EACN,IAAI,EACJ,EAAE,KAoBA,EAAE,EAAyB,EAAE;YAC/B,OAAO,IAAI,CAAC,iBAAiB,EAAE,CAAC,OAAO,CAAC;gBACtC,IAAI,EAAE,6BAA6B;gBACnC,MAAM,EAAE,KAAK;gBACb,KAAK,EAAE;oBACL,MAAM;oBACN,KAAK;oBACL,MAAM;oBACN,IAAI;oBACJ,EAAE;iBACH;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,8CAA8C,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpK,CAAC,CAAC;IASJ,CAAC;IARW,MAAM,CAAC,UAAU;QACzB,iDAAuB,CAAC,kBAAkB,CAAC,8CAA8C,EAAE,OAAC,CAAC,MAAM,CAAC;YAClG,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,cAAc,CAAC;SACnD,CAAC,CAAC,QAAQ,CAAC,8CAA8C,CAAC,CAAC,CAAC;QAC7D,iDAAuB,CAAC,YAAY,CAAC,CAAC,oDAAqC,CAAC,CAAC,CAAC;IAChF,CAAC;CACF;AApID,kDAoIC"}
|