@resolution/jira-api-client 0.5.1 → 0.5.3
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 +22 -0
- package/README.md +8 -0
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +5 -7
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +4 -3
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
- package/lib/openapi/platform/models/appMigration.d.ts +12 -6
- package/lib/openapi/platform/models/appMigration.js.map +1 -1
- package/lib/openapi/platform/models/appProperties.d.ts +2 -1
- package/lib/openapi/platform/models/appProperties.js.map +1 -1
- package/lib/openapi/platform/models/dynamicModules.d.ts +4 -2
- package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
- package/lib/openapi/platform/models/issues.d.ts +12 -7
- package/lib/openapi/platform/models/issues.js.map +1 -1
- package/lib/openapi/platform/models/jiraExpressions.d.ts +7 -5
- package/lib/openapi/platform/models/jiraExpressions.js.map +1 -1
- package/lib/openapi/platform/models/jql.d.ts +8 -4
- package/lib/openapi/platform/models/jql.js.map +1 -1
- package/lib/openapi/platform/models/serviceRegistry.d.ts +2 -1
- package/lib/openapi/platform/models/serviceRegistry.js.map +1 -1
- package/lib/openapi/platform/models/workflows.d.ts +49 -46
- package/lib/openapi/platform/models/workflows.js.map +1 -1
- package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +12 -9
- package/lib/openapi/platform/services/AnnouncementBannerService.js +8 -5
- package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
- package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +12 -5
- package/lib/openapi/platform/services/AppDataPoliciesService.js +11 -4
- package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
- package/lib/openapi/platform/services/AppMigrationService.d.ts +13 -6
- package/lib/openapi/platform/services/AppMigrationService.js +10 -4
- package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
- package/lib/openapi/platform/services/AppPropertiesService.d.ts +43 -19
- package/lib/openapi/platform/services/AppPropertiesService.js +42 -18
- package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ApplicationRolesService.d.ts +20 -21
- package/lib/openapi/platform/services/ApplicationRolesService.js +19 -20
- package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
- package/lib/openapi/platform/services/AuditRecordsService.d.ts +7 -3
- package/lib/openapi/platform/services/AuditRecordsService.js +6 -2
- package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
- package/lib/openapi/platform/services/AvatarsService.d.ts +44 -37
- package/lib/openapi/platform/services/AvatarsService.js +43 -36
- package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +16 -22
- package/lib/openapi/platform/services/ClassificationLevelsService.js +15 -21
- package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/DashboardsService.d.ts +143 -149
- package/lib/openapi/platform/services/DashboardsService.js +123 -131
- package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
- package/lib/openapi/platform/services/DynamicModulesService.d.ts +6 -4
- package/lib/openapi/platform/services/DynamicModulesService.js +5 -3
- package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
- package/lib/openapi/platform/services/FilterSharingService.d.ts +73 -96
- package/lib/openapi/platform/services/FilterSharingService.js +68 -93
- package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
- package/lib/openapi/platform/services/FiltersService.d.ts +179 -258
- package/lib/openapi/platform/services/FiltersService.js +172 -254
- package/lib/openapi/platform/services/FiltersService.js.map +1 -1
- package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +9 -7
- package/lib/openapi/platform/services/GroupAndUserPickerService.js +8 -6
- package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
- package/lib/openapi/platform/services/GroupsService.d.ts +43 -27
- package/lib/openapi/platform/services/GroupsService.js +38 -24
- package/lib/openapi/platform/services/GroupsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +174 -170
- package/lib/openapi/platform/services/IssueAttachmentsService.js +173 -169
- package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +36 -20
- package/lib/openapi/platform/services/IssueBulkOperationsService.js +33 -18
- package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +20 -10
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js +19 -9
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentsService.d.ts +66 -81
- package/lib/openapi/platform/services/IssueCommentsService.js +57 -69
- package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +11 -5
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +8 -3
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +72 -38
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +53 -25
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +51 -29
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +46 -26
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +38 -17
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +31 -13
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +9 -5
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +4 -2
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +76 -33
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +59 -24
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldsService.d.ts +57 -47
- package/lib/openapi/platform/services/IssueFieldsService.js +50 -40
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +30 -12
- package/lib/openapi/platform/services/IssueLinkTypesService.js +25 -9
- package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinksService.d.ts +21 -24
- package/lib/openapi/platform/services/IssueLinksService.js +18 -22
- package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +8 -4
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +7 -3
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +64 -70
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js +57 -66
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +45 -27
- package/lib/openapi/platform/services/IssuePrioritiesService.js +36 -22
- package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePropertiesService.d.ts +34 -17
- package/lib/openapi/platform/services/IssuePropertiesService.js +27 -13
- package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +42 -28
- package/lib/openapi/platform/services/IssueRemoteLinksService.js +37 -25
- package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueResolutionsService.d.ts +40 -17
- package/lib/openapi/platform/services/IssueResolutionsService.js +31 -12
- package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSearchService.d.ts +86 -139
- package/lib/openapi/platform/services/IssueSearchService.js +79 -135
- package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +20 -19
- package/lib/openapi/platform/services/IssueSecurityLevelService.js +19 -18
- package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +78 -40
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js +63 -32
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +22 -11
- package/lib/openapi/platform/services/IssueTypePropertiesService.js +19 -9
- package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +53 -34
- package/lib/openapi/platform/services/IssueTypeSchemesService.js +40 -24
- package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +56 -27
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +43 -20
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypesService.d.ts +53 -42
- package/lib/openapi/platform/services/IssueTypesService.js +48 -39
- package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueVotesService.d.ts +17 -17
- package/lib/openapi/platform/services/IssueVotesService.js +16 -16
- package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWatchersService.d.ts +20 -10
- package/lib/openapi/platform/services/IssueWatchersService.js +17 -8
- package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +20 -13
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +19 -12
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogsService.d.ts +69 -67
- package/lib/openapi/platform/services/IssueWorklogsService.js +62 -63
- package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
- package/lib/openapi/platform/services/IssuesService.d.ts +225 -227
- package/lib/openapi/platform/services/IssuesService.js +195 -207
- package/lib/openapi/platform/services/IssuesService.js.map +1 -1
- package/lib/openapi/platform/services/JiraExpressionsService.d.ts +25 -24
- package/lib/openapi/platform/services/JiraExpressionsService.js +19 -18
- package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
- package/lib/openapi/platform/services/JiraSettingsService.d.ts +21 -9
- package/lib/openapi/platform/services/JiraSettingsService.js +18 -7
- package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +13 -9
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js +10 -7
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlService.d.ts +55 -43
- package/lib/openapi/platform/services/JqlService.js +43 -31
- package/lib/openapi/platform/services/JqlService.js.map +1 -1
- package/lib/openapi/platform/services/LabelsService.d.ts +7 -3
- package/lib/openapi/platform/services/LabelsService.js +6 -2
- package/lib/openapi/platform/services/LabelsService.js.map +1 -1
- package/lib/openapi/platform/services/LicenseMetricsService.d.ts +17 -7
- package/lib/openapi/platform/services/LicenseMetricsService.js +16 -6
- package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
- package/lib/openapi/platform/services/MyselfService.d.ts +28 -21
- package/lib/openapi/platform/services/MyselfService.js +25 -19
- package/lib/openapi/platform/services/MyselfService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionSchemesService.d.ts +67 -55
- package/lib/openapi/platform/services/PermissionSchemesService.js +60 -51
- package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionsService.d.ts +23 -11
- package/lib/openapi/platform/services/PermissionsService.js +20 -9
- package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
- package/lib/openapi/platform/services/PrioritySchemesService.d.ts +59 -25
- package/lib/openapi/platform/services/PrioritySchemesService.js +52 -21
- package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +27 -24
- package/lib/openapi/platform/services/ProjectAvatarsService.js +24 -22
- package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +30 -12
- package/lib/openapi/platform/services/ProjectCategoriesService.js +25 -9
- package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +17 -14
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +13 -10
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectComponentsService.d.ts +198 -321
- package/lib/openapi/platform/services/ProjectComponentsService.js +193 -318
- package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectEmailService.d.ts +11 -5
- package/lib/openapi/platform/services/ProjectEmailService.js +8 -3
- package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +23 -22
- package/lib/openapi/platform/services/ProjectFeaturesService.js +20 -20
- package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +19 -7
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +18 -6
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +32 -23
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +29 -21
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +22 -11
- package/lib/openapi/platform/services/ProjectPropertiesService.js +19 -9
- package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +47 -33
- package/lib/openapi/platform/services/ProjectRoleActorsService.js +40 -29
- package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRolesService.d.ts +67 -43
- package/lib/openapi/platform/services/ProjectRolesService.js +60 -39
- package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectTypesService.d.ts +29 -21
- package/lib/openapi/platform/services/ProjectTypesService.js +28 -20
- package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectVersionsService.d.ts +87 -36
- package/lib/openapi/platform/services/ProjectVersionsService.js +76 -30
- package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectsService.d.ts +207 -313
- package/lib/openapi/platform/services/ProjectsService.js +201 -308
- package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenSchemesService.d.ts +22 -11
- package/lib/openapi/platform/services/ScreenSchemesService.js +17 -8
- package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +15 -7
- package/lib/openapi/platform/services/ScreenTabFieldsService.js +12 -5
- package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabsService.d.ts +27 -11
- package/lib/openapi/platform/services/ScreenTabsService.js +24 -9
- package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreensService.d.ts +42 -28
- package/lib/openapi/platform/services/ScreensService.js +36 -23
- package/lib/openapi/platform/services/ScreensService.js.map +1 -1
- package/lib/openapi/platform/services/ServerInfoService.d.ts +6 -3
- package/lib/openapi/platform/services/ServerInfoService.js +5 -2
- package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
- package/lib/openapi/platform/services/ServiceRegistryService.d.ts +5 -3
- package/lib/openapi/platform/services/ServiceRegistryService.js +2 -1
- package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
- package/lib/openapi/platform/services/StatusService.d.ts +29 -15
- package/lib/openapi/platform/services/StatusService.js +24 -12
- package/lib/openapi/platform/services/StatusService.js.map +1 -1
- package/lib/openapi/platform/services/TasksService.d.ts +9 -4
- package/lib/openapi/platform/services/TasksService.js +8 -3
- package/lib/openapi/platform/services/TasksService.js.map +1 -1
- package/lib/openapi/platform/services/TimeTrackingService.d.ts +30 -13
- package/lib/openapi/platform/services/TimeTrackingService.js +25 -10
- package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +26 -19
- package/lib/openapi/platform/services/UiModificationsAppsService.js +21 -16
- package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/UserPropertiesService.d.ts +20 -10
- package/lib/openapi/platform/services/UserPropertiesService.js +19 -9
- package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/UserSearchService.d.ts +95 -126
- package/lib/openapi/platform/services/UserSearchService.js +94 -125
- package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
- package/lib/openapi/platform/services/UsersService.d.ts +97 -95
- package/lib/openapi/platform/services/UsersService.js +94 -93
- package/lib/openapi/platform/services/UsersService.js.map +1 -1
- package/lib/openapi/platform/services/WebhooksService.d.ts +35 -18
- package/lib/openapi/platform/services/WebhooksService.js +28 -14
- package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +133 -147
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +122 -141
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +13 -10
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +10 -8
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +121 -82
- package/lib/openapi/platform/services/WorkflowSchemesService.js +104 -73
- package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +12 -5
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +11 -4
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +12 -5
- package/lib/openapi/platform/services/WorkflowStatusesService.js +11 -4
- package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +25 -10
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +20 -7
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +25 -13
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +20 -10
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowsService.d.ts +743 -660
- package/lib/openapi/platform/services/WorkflowsService.js +708 -609
- package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +5 -7
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +4 -3
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js.map +1 -1
- package/lib/openapi/serviceManagement/services/AssetsService.d.ts +11 -8
- package/lib/openapi/serviceManagement/services/AssetsService.js +10 -7
- package/lib/openapi/serviceManagement/services/AssetsService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/CustomerService.d.ts +17 -20
- package/lib/openapi/serviceManagement/services/CustomerService.js +14 -18
- package/lib/openapi/serviceManagement/services/CustomerService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/InfoService.d.ts +6 -3
- package/lib/openapi/serviceManagement/services/InfoService.js +5 -2
- package/lib/openapi/serviceManagement/services/InfoService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.d.ts +11 -11
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.js +10 -10
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/OrganizationService.d.ts +108 -104
- package/lib/openapi/serviceManagement/services/OrganizationService.js +95 -97
- package/lib/openapi/serviceManagement/services/OrganizationService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/RequestService.d.ts +420 -578
- package/lib/openapi/serviceManagement/services/RequestService.js +403 -569
- package/lib/openapi/serviceManagement/services/RequestService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/RequesttypeService.d.ts +25 -39
- package/lib/openapi/serviceManagement/services/RequesttypeService.js +24 -38
- package/lib/openapi/serviceManagement/services/RequesttypeService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/ServicedeskService.d.ts +195 -215
- package/lib/openapi/serviceManagement/services/ServicedeskService.js +188 -211
- package/lib/openapi/serviceManagement/services/ServicedeskService.js.map +1 -1
- package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +4 -6
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js +3 -2
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -1
- package/lib/openapi/software/models/builds.d.ts +38 -19
- package/lib/openapi/software/models/builds.js.map +1 -1
- package/lib/openapi/software/models/common.d.ts +6 -3
- package/lib/openapi/software/models/common.js.map +1 -1
- package/lib/openapi/software/models/deployments.d.ts +36 -17
- package/lib/openapi/software/models/deployments.js.map +1 -1
- package/lib/openapi/software/models/devOpsComponents.d.ts +6 -3
- package/lib/openapi/software/models/devOpsComponents.js.map +1 -1
- package/lib/openapi/software/models/developmentInformation.d.ts +106 -54
- package/lib/openapi/software/models/developmentInformation.js.map +1 -1
- package/lib/openapi/software/models/featureFlags.d.ts +16 -8
- package/lib/openapi/software/models/featureFlags.js.map +1 -1
- package/lib/openapi/software/models/operations.d.ts +60 -30
- package/lib/openapi/software/models/operations.js.map +1 -1
- package/lib/openapi/software/models/remoteLinks.d.ts +36 -18
- package/lib/openapi/software/models/remoteLinks.js.map +1 -1
- package/lib/openapi/software/models/securityInformation.d.ts +52 -26
- package/lib/openapi/software/models/securityInformation.js.map +1 -1
- package/lib/openapi/software/services/BacklogService.d.ts +14 -8
- package/lib/openapi/software/services/BacklogService.js +9 -5
- package/lib/openapi/software/services/BacklogService.js.map +1 -1
- package/lib/openapi/software/services/BoardService.d.ts +200 -204
- package/lib/openapi/software/services/BoardService.js +195 -201
- package/lib/openapi/software/services/BoardService.js.map +1 -1
- package/lib/openapi/software/services/BuildsService.d.ts +11 -9
- package/lib/openapi/software/services/BuildsService.js +10 -8
- package/lib/openapi/software/services/BuildsService.js.map +1 -1
- package/lib/openapi/software/services/DeploymentsService.d.ts +13 -13
- package/lib/openapi/software/services/DeploymentsService.js +12 -12
- package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
- package/lib/openapi/software/services/DevOpsComponentsService.d.ts +33 -20
- package/lib/openapi/software/services/DevOpsComponentsService.js +10 -8
- package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
- package/lib/openapi/software/services/DevelopmentInformationService.d.ts +14 -9
- package/lib/openapi/software/services/DevelopmentInformationService.js +13 -8
- package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
- package/lib/openapi/software/services/EpicService.d.ts +67 -76
- package/lib/openapi/software/services/EpicService.js +58 -71
- package/lib/openapi/software/services/EpicService.js.map +1 -1
- package/lib/openapi/software/services/FeatureFlagsService.d.ts +11 -9
- package/lib/openapi/software/services/FeatureFlagsService.js +10 -8
- package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
- package/lib/openapi/software/services/IssueService.d.ts +45 -44
- package/lib/openapi/software/services/IssueService.js +40 -41
- package/lib/openapi/software/services/IssueService.js.map +1 -1
- package/lib/openapi/software/services/OperationsService.d.ts +66 -38
- package/lib/openapi/software/services/OperationsService.js +21 -15
- package/lib/openapi/software/services/OperationsService.js.map +1 -1
- package/lib/openapi/software/services/RemoteLinksService.d.ts +18 -13
- package/lib/openapi/software/services/RemoteLinksService.js +10 -8
- package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
- package/lib/openapi/software/services/SecurityInformationService.d.ts +19 -13
- package/lib/openapi/software/services/SecurityInformationService.js +18 -12
- package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
- package/lib/openapi/software/services/SprintService.d.ts +79 -55
- package/lib/openapi/software/services/SprintService.js +68 -49
- package/lib/openapi/software/services/SprintService.js.map +1 -1
- package/package.json +4 -3
|
@@ -17,10 +17,11 @@ export declare class AppPropertiesService extends CommonHttpService {
|
|
|
17
17
|
* Additionally, Forge apps can access Connect app properties (stored against the
|
|
18
18
|
* same `app.connect.key`).
|
|
19
19
|
*
|
|
20
|
-
* @path
|
|
20
|
+
* @path DELETE `/rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}`
|
|
21
21
|
* @scopes-current
|
|
22
22
|
* @scopes-beta
|
|
23
23
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-atlassian-connect-1-addons-addonkey-properties-propertykey-delete
|
|
24
|
+
* @param params
|
|
24
25
|
*/
|
|
25
26
|
addonPropertiesResourceDeleteAddonPropertyDelete: ({ addonKey, propertyKey, }: {
|
|
26
27
|
/** The key of the app, as defined in its descriptor. */
|
|
@@ -38,19 +39,22 @@ export declare class AppPropertiesService extends CommonHttpService {
|
|
|
38
39
|
*
|
|
39
40
|
* @returns Returned if the request is successful.
|
|
40
41
|
*
|
|
41
|
-
* example:
|
|
42
|
+
* example:
|
|
43
|
+
* ```
|
|
44
|
+
* {
|
|
42
45
|
* "keys": [
|
|
43
46
|
* {
|
|
44
|
-
* "self":
|
|
45
|
-
* "https://your-domain.atlassian.net/jira/rest/atlassian-connect/1/addon/example.app.key/properties/propertyKey",
|
|
47
|
+
* "self": "https://your-domain.atlassian.net/jira/rest/atlassian-connect/1/addon/example.app.key/properties/propertyKey",
|
|
46
48
|
* "key": "propertyKey"
|
|
47
49
|
* }
|
|
48
50
|
* ]
|
|
49
51
|
* }
|
|
50
|
-
*
|
|
52
|
+
* ```
|
|
53
|
+
* @path GET `/rest/atlassian-connect/1/addons/{addonKey}/properties`
|
|
51
54
|
* @scopes-current
|
|
52
55
|
* @scopes-beta
|
|
53
56
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-atlassian-connect-1-addons-addonkey-properties-get
|
|
57
|
+
* @param params
|
|
54
58
|
*/
|
|
55
59
|
addonPropertiesResourceGetAddonPropertiesGet: ({ addonKey, }: {
|
|
56
60
|
/** The key of the app, as defined in its descriptor. */
|
|
@@ -66,16 +70,19 @@ export declare class AppPropertiesService extends CommonHttpService {
|
|
|
66
70
|
*
|
|
67
71
|
* @returns Returned if the request is successful.
|
|
68
72
|
*
|
|
69
|
-
* example:
|
|
70
|
-
*
|
|
71
|
-
*
|
|
73
|
+
* example:
|
|
74
|
+
* ```
|
|
75
|
+
* {
|
|
76
|
+
* "self": "https://your-domain.atlassian.net/jira/rest/atlassian-connect/1/addon/example.app.key/properties/propertyKey",
|
|
72
77
|
* "key": "propertyKey",
|
|
73
78
|
* "value": "propertyValue"
|
|
74
79
|
* }
|
|
75
|
-
*
|
|
80
|
+
* ```
|
|
81
|
+
* @path GET `/rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}`
|
|
76
82
|
* @scopes-current
|
|
77
83
|
* @scopes-beta
|
|
78
84
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-atlassian-connect-1-addons-addonkey-properties-propertykey-get
|
|
85
|
+
* @param params
|
|
79
86
|
*/
|
|
80
87
|
addonPropertiesResourceGetAddonPropertyGet: ({ addonKey, propertyKey, }: {
|
|
81
88
|
/** The key of the app, as defined in its descriptor. */
|
|
@@ -96,27 +103,35 @@ export declare class AppPropertiesService extends CommonHttpService {
|
|
|
96
103
|
* Additionally, Forge apps can access Connect app properties (stored against the
|
|
97
104
|
* same `app.connect.key`).
|
|
98
105
|
*
|
|
99
|
-
* @returns
|
|
106
|
+
* @returns
|
|
107
|
+
* * status: 200, mediaType: application/json
|
|
100
108
|
*
|
|
101
109
|
* Returned if the property is updated.
|
|
102
110
|
*
|
|
103
|
-
* example:
|
|
111
|
+
* example:
|
|
112
|
+
* ```
|
|
113
|
+
* {
|
|
104
114
|
* "message": "Property updated.",
|
|
105
115
|
* "statusCode": 200
|
|
106
116
|
* }
|
|
117
|
+
* ```
|
|
107
118
|
*
|
|
108
119
|
* * status: 201, mediaType: application/json
|
|
109
120
|
*
|
|
110
121
|
* Returned is the property is created.
|
|
111
122
|
*
|
|
112
|
-
* example:
|
|
123
|
+
* example:
|
|
124
|
+
* ```
|
|
125
|
+
* {
|
|
113
126
|
* "message": "Property created.",
|
|
114
127
|
* "statusCode": 201
|
|
115
128
|
* }
|
|
116
|
-
*
|
|
129
|
+
* ```
|
|
130
|
+
* @path PUT `/rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}`
|
|
117
131
|
* @scopes-current
|
|
118
132
|
* @scopes-beta
|
|
119
133
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-atlassian-connect-1-addons-addonkey-properties-propertykey-put
|
|
134
|
+
* @param params
|
|
120
135
|
*/
|
|
121
136
|
addonPropertiesResourcePutAddonPropertyPut: ({ addonKey, propertyKey, requestBody, }: {
|
|
122
137
|
/** The key of the app, as defined in its descriptor. */
|
|
@@ -133,10 +148,11 @@ export declare class AppPropertiesService extends CommonHttpService {
|
|
|
133
148
|
*
|
|
134
149
|
* **[Permissions](#permissions) required:** Only Forge apps can make this request.
|
|
135
150
|
*
|
|
136
|
-
* @path
|
|
151
|
+
* @path DELETE `/rest/forge/1/app/properties/{propertyKey}`
|
|
137
152
|
* @scopes-current
|
|
138
153
|
* @scopes-beta
|
|
139
154
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-forge-1-app-properties-propertykey-delete
|
|
155
|
+
* @param params
|
|
140
156
|
*/
|
|
141
157
|
deleteForgeAppProperty: ({ propertyKey, }: {
|
|
142
158
|
/** The key of the property. */
|
|
@@ -158,27 +174,35 @@ export declare class AppPropertiesService extends CommonHttpService {
|
|
|
158
174
|
*
|
|
159
175
|
* **[Permissions](#permissions) required:** Only Forge apps can make this request.
|
|
160
176
|
*
|
|
161
|
-
* @returns
|
|
177
|
+
* @returns
|
|
178
|
+
* * status: 200, mediaType: application/json
|
|
162
179
|
*
|
|
163
180
|
* Returned if the property is updated.
|
|
164
181
|
*
|
|
165
|
-
* example:
|
|
182
|
+
* example:
|
|
183
|
+
* ```
|
|
184
|
+
* {
|
|
166
185
|
* "message": "Property updated.",
|
|
167
186
|
* "statusCode": 200
|
|
168
187
|
* }
|
|
188
|
+
* ```
|
|
169
189
|
*
|
|
170
190
|
* * status: 201, mediaType: application/json
|
|
171
191
|
*
|
|
172
192
|
* Returned is the property is created.
|
|
173
193
|
*
|
|
174
|
-
* example:
|
|
194
|
+
* example:
|
|
195
|
+
* ```
|
|
196
|
+
* {
|
|
175
197
|
* "message": "Property created.",
|
|
176
198
|
* "statusCode": 201
|
|
177
199
|
* }
|
|
178
|
-
*
|
|
200
|
+
* ```
|
|
201
|
+
* @path PUT `/rest/forge/1/app/properties/{propertyKey}`
|
|
179
202
|
* @scopes-current
|
|
180
203
|
* @scopes-beta
|
|
181
204
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-forge-1-app-properties-propertykey-put
|
|
205
|
+
* @param params
|
|
182
206
|
*/
|
|
183
207
|
putForgeAppProperty: ({ propertyKey, requestBody, }: {
|
|
184
208
|
/** The key of the property. */
|
|
@@ -188,5 +212,5 @@ export declare class AppPropertiesService extends CommonHttpService {
|
|
|
188
212
|
created: boolean;
|
|
189
213
|
operationMessage: OperationMessage;
|
|
190
214
|
}>;
|
|
191
|
-
static initialize(): void;
|
|
215
|
+
protected static initialize(): void;
|
|
192
216
|
}
|
|
@@ -28,10 +28,11 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
28
28
|
* Additionally, Forge apps can access Connect app properties (stored against the
|
|
29
29
|
* same `app.connect.key`).
|
|
30
30
|
*
|
|
31
|
-
* @path
|
|
31
|
+
* @path DELETE `/rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}`
|
|
32
32
|
* @scopes-current
|
|
33
33
|
* @scopes-beta
|
|
34
34
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-atlassian-connect-1-addons-addonkey-properties-propertykey-delete
|
|
35
|
+
* @param params
|
|
35
36
|
*/
|
|
36
37
|
this.addonPropertiesResourceDeleteAddonPropertyDelete = ({ addonKey, propertyKey, }) => {
|
|
37
38
|
return this.getClientInstance()
|
|
@@ -55,19 +56,22 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
55
56
|
*
|
|
56
57
|
* @returns Returned if the request is successful.
|
|
57
58
|
*
|
|
58
|
-
* example:
|
|
59
|
+
* example:
|
|
60
|
+
* ```
|
|
61
|
+
* {
|
|
59
62
|
* "keys": [
|
|
60
63
|
* {
|
|
61
|
-
* "self":
|
|
62
|
-
* "https://your-domain.atlassian.net/jira/rest/atlassian-connect/1/addon/example.app.key/properties/propertyKey",
|
|
64
|
+
* "self": "https://your-domain.atlassian.net/jira/rest/atlassian-connect/1/addon/example.app.key/properties/propertyKey",
|
|
63
65
|
* "key": "propertyKey"
|
|
64
66
|
* }
|
|
65
67
|
* ]
|
|
66
68
|
* }
|
|
67
|
-
*
|
|
69
|
+
* ```
|
|
70
|
+
* @path GET `/rest/atlassian-connect/1/addons/{addonKey}/properties`
|
|
68
71
|
* @scopes-current
|
|
69
72
|
* @scopes-beta
|
|
70
73
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-atlassian-connect-1-addons-addonkey-properties-get
|
|
74
|
+
* @param params
|
|
71
75
|
*/
|
|
72
76
|
this.addonPropertiesResourceGetAddonPropertiesGet = ({ addonKey, }) => {
|
|
73
77
|
return this.getClientInstance()
|
|
@@ -97,16 +101,19 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
97
101
|
*
|
|
98
102
|
* @returns Returned if the request is successful.
|
|
99
103
|
*
|
|
100
|
-
* example:
|
|
101
|
-
*
|
|
102
|
-
*
|
|
104
|
+
* example:
|
|
105
|
+
* ```
|
|
106
|
+
* {
|
|
107
|
+
* "self": "https://your-domain.atlassian.net/jira/rest/atlassian-connect/1/addon/example.app.key/properties/propertyKey",
|
|
103
108
|
* "key": "propertyKey",
|
|
104
109
|
* "value": "propertyValue"
|
|
105
110
|
* }
|
|
106
|
-
*
|
|
111
|
+
* ```
|
|
112
|
+
* @path GET `/rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}`
|
|
107
113
|
* @scopes-current
|
|
108
114
|
* @scopes-beta
|
|
109
115
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-atlassian-connect-1-addons-addonkey-properties-propertykey-get
|
|
116
|
+
* @param params
|
|
110
117
|
*/
|
|
111
118
|
this.addonPropertiesResourceGetAddonPropertyGet = ({ addonKey, propertyKey, }) => {
|
|
112
119
|
return this.getClientInstance()
|
|
@@ -140,27 +147,35 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
140
147
|
* Additionally, Forge apps can access Connect app properties (stored against the
|
|
141
148
|
* same `app.connect.key`).
|
|
142
149
|
*
|
|
143
|
-
* @returns
|
|
150
|
+
* @returns
|
|
151
|
+
* * status: 200, mediaType: application/json
|
|
144
152
|
*
|
|
145
153
|
* Returned if the property is updated.
|
|
146
154
|
*
|
|
147
|
-
* example:
|
|
155
|
+
* example:
|
|
156
|
+
* ```
|
|
157
|
+
* {
|
|
148
158
|
* "message": "Property updated.",
|
|
149
159
|
* "statusCode": 200
|
|
150
160
|
* }
|
|
161
|
+
* ```
|
|
151
162
|
*
|
|
152
163
|
* * status: 201, mediaType: application/json
|
|
153
164
|
*
|
|
154
165
|
* Returned is the property is created.
|
|
155
166
|
*
|
|
156
|
-
* example:
|
|
167
|
+
* example:
|
|
168
|
+
* ```
|
|
169
|
+
* {
|
|
157
170
|
* "message": "Property created.",
|
|
158
171
|
* "statusCode": 201
|
|
159
172
|
* }
|
|
160
|
-
*
|
|
173
|
+
* ```
|
|
174
|
+
* @path PUT `/rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey}`
|
|
161
175
|
* @scopes-current
|
|
162
176
|
* @scopes-beta
|
|
163
177
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-atlassian-connect-1-addons-addonkey-properties-propertykey-put
|
|
178
|
+
* @param params
|
|
164
179
|
*/
|
|
165
180
|
this.addonPropertiesResourcePutAddonPropertyPut = ({ addonKey, propertyKey, requestBody, }) => {
|
|
166
181
|
return this.getClientInstance()
|
|
@@ -193,10 +208,11 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
193
208
|
*
|
|
194
209
|
* **[Permissions](#permissions) required:** Only Forge apps can make this request.
|
|
195
210
|
*
|
|
196
|
-
* @path
|
|
211
|
+
* @path DELETE `/rest/forge/1/app/properties/{propertyKey}`
|
|
197
212
|
* @scopes-current
|
|
198
213
|
* @scopes-beta
|
|
199
214
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-forge-1-app-properties-propertykey-delete
|
|
215
|
+
* @param params
|
|
200
216
|
*/
|
|
201
217
|
this.deleteForgeAppProperty = ({ propertyKey, }) => {
|
|
202
218
|
return this.getClientInstance()
|
|
@@ -225,27 +241,35 @@ class AppPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
225
241
|
*
|
|
226
242
|
* **[Permissions](#permissions) required:** Only Forge apps can make this request.
|
|
227
243
|
*
|
|
228
|
-
* @returns
|
|
244
|
+
* @returns
|
|
245
|
+
* * status: 200, mediaType: application/json
|
|
229
246
|
*
|
|
230
247
|
* Returned if the property is updated.
|
|
231
248
|
*
|
|
232
|
-
* example:
|
|
249
|
+
* example:
|
|
250
|
+
* ```
|
|
251
|
+
* {
|
|
233
252
|
* "message": "Property updated.",
|
|
234
253
|
* "statusCode": 200
|
|
235
254
|
* }
|
|
255
|
+
* ```
|
|
236
256
|
*
|
|
237
257
|
* * status: 201, mediaType: application/json
|
|
238
258
|
*
|
|
239
259
|
* Returned is the property is created.
|
|
240
260
|
*
|
|
241
|
-
* example:
|
|
261
|
+
* example:
|
|
262
|
+
* ```
|
|
263
|
+
* {
|
|
242
264
|
* "message": "Property created.",
|
|
243
265
|
* "statusCode": 201
|
|
244
266
|
* }
|
|
245
|
-
*
|
|
267
|
+
* ```
|
|
268
|
+
* @path PUT `/rest/forge/1/app/properties/{propertyKey}`
|
|
246
269
|
* @scopes-current
|
|
247
270
|
* @scopes-beta
|
|
248
271
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties#api-rest-forge-1-app-properties-propertykey-put
|
|
272
|
+
* @param params
|
|
249
273
|
*/
|
|
250
274
|
this.putForgeAppProperty = ({ propertyKey, requestBody, }) => {
|
|
251
275
|
return this.getClientInstance()
|
|
@@ -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,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,2DAGiC;AACjC,6CAI0B;AAC1B,wEAAqE;AACrE;;;;;;GAMG;AACH,MAAa,oBAAqB,SAAQ,qCAAiB;IAA3D;;QACE
|
|
1
|
+
{"version":3,"file":"AppPropertiesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/AppPropertiesService.ts"],"names":[],"mappings":"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"}
|
|
@@ -17,7 +17,9 @@ export declare class ApplicationRolesService extends CommonHttpService {
|
|
|
17
17
|
*
|
|
18
18
|
* @returns Returned if the request is successful.
|
|
19
19
|
*
|
|
20
|
-
* example:
|
|
20
|
+
* example:
|
|
21
|
+
* ```
|
|
22
|
+
* [
|
|
21
23
|
* {
|
|
22
24
|
* "defaultGroups": [
|
|
23
25
|
* "jira-software-users"
|
|
@@ -26,8 +28,7 @@ export declare class ApplicationRolesService extends CommonHttpService {
|
|
|
26
28
|
* {
|
|
27
29
|
* "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
|
|
28
30
|
* "name": "jira-software-users",
|
|
29
|
-
* "self":
|
|
30
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
31
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
31
32
|
* }
|
|
32
33
|
* ],
|
|
33
34
|
* "defined": false,
|
|
@@ -35,14 +36,12 @@ export declare class ApplicationRolesService extends CommonHttpService {
|
|
|
35
36
|
* {
|
|
36
37
|
* "groupId": "42c8955c-63d7-42c8-9520-63d7aca0625",
|
|
37
38
|
* "name": "jira-testers",
|
|
38
|
-
* "self":
|
|
39
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=42c8955c-63d7-42c8-9520-63d7aca0625"
|
|
39
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=42c8955c-63d7-42c8-9520-63d7aca0625"
|
|
40
40
|
* },
|
|
41
41
|
* {
|
|
42
42
|
* "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
|
|
43
43
|
* "name": "jira-software-users",
|
|
44
|
-
* "self":
|
|
45
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
44
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
46
45
|
* }
|
|
47
46
|
* ],
|
|
48
47
|
* "groups": [
|
|
@@ -67,8 +66,7 @@ export declare class ApplicationRolesService extends CommonHttpService {
|
|
|
67
66
|
* {
|
|
68
67
|
* "groupId": "92d01dca0625-42c8-42c8-9520-276f955c",
|
|
69
68
|
* "name": "jira-core-users",
|
|
70
|
-
* "self":
|
|
71
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=92d01dca0625-42c8-42c8-9520-276f955c"
|
|
69
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=92d01dca0625-42c8-42c8-9520-276f955c"
|
|
72
70
|
* }
|
|
73
71
|
* ],
|
|
74
72
|
* "defined": false,
|
|
@@ -76,8 +74,7 @@ export declare class ApplicationRolesService extends CommonHttpService {
|
|
|
76
74
|
* {
|
|
77
75
|
* "groupId": "92d01dca0625-42c8-42c8-9520-276f955c",
|
|
78
76
|
* "name": "jira-core-users",
|
|
79
|
-
* "self":
|
|
80
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=92d01dca0625-42c8-42c8-9520-276f955c"
|
|
77
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=92d01dca0625-42c8-42c8-9520-276f955c"
|
|
81
78
|
* }
|
|
82
79
|
* ],
|
|
83
80
|
* "groups": [
|
|
@@ -94,7 +91,8 @@ export declare class ApplicationRolesService extends CommonHttpService {
|
|
|
94
91
|
* "userCountDescription": "0 users"
|
|
95
92
|
* }
|
|
96
93
|
* ]
|
|
97
|
-
*
|
|
94
|
+
* ```
|
|
95
|
+
* @path GET `/rest/api/3/applicationrole`
|
|
98
96
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-application-roles#api-rest-api-3-applicationrole-get
|
|
99
97
|
*/
|
|
100
98
|
getAllApplicationRoles: () => Promise<ApplicationRole[]>;
|
|
@@ -106,7 +104,9 @@ export declare class ApplicationRolesService extends CommonHttpService {
|
|
|
106
104
|
*
|
|
107
105
|
* @returns Returned if the request is successful.
|
|
108
106
|
*
|
|
109
|
-
* example:
|
|
107
|
+
* example:
|
|
108
|
+
* ```
|
|
109
|
+
* {
|
|
110
110
|
* "defaultGroups": [
|
|
111
111
|
* "jira-software-users"
|
|
112
112
|
* ],
|
|
@@ -114,8 +114,7 @@ export declare class ApplicationRolesService extends CommonHttpService {
|
|
|
114
114
|
* {
|
|
115
115
|
* "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
|
|
116
116
|
* "name": "jira-software-users",
|
|
117
|
-
* "self":
|
|
118
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
117
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
119
118
|
* }
|
|
120
119
|
* ],
|
|
121
120
|
* "defined": false,
|
|
@@ -123,14 +122,12 @@ export declare class ApplicationRolesService extends CommonHttpService {
|
|
|
123
122
|
* {
|
|
124
123
|
* "groupId": "42c8955c-63d7-42c8-9520-63d7aca0625",
|
|
125
124
|
* "name": "jira-testers",
|
|
126
|
-
* "self":
|
|
127
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=42c8955c-63d7-42c8-9520-63d7aca0625"
|
|
125
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=42c8955c-63d7-42c8-9520-63d7aca0625"
|
|
128
126
|
* },
|
|
129
127
|
* {
|
|
130
128
|
* "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
|
|
131
129
|
* "name": "jira-software-users",
|
|
132
|
-
* "self":
|
|
133
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
130
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
134
131
|
* }
|
|
135
132
|
* ],
|
|
136
133
|
* "groups": [
|
|
@@ -147,8 +144,10 @@ export declare class ApplicationRolesService extends CommonHttpService {
|
|
|
147
144
|
* "userCount": 5,
|
|
148
145
|
* "userCountDescription": "5 developers"
|
|
149
146
|
* }
|
|
150
|
-
*
|
|
147
|
+
* ```
|
|
148
|
+
* @path GET `/rest/api/3/applicationrole/{key}`
|
|
151
149
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-application-roles#api-rest-api-3-applicationrole-key-get
|
|
150
|
+
* @param params
|
|
152
151
|
*/
|
|
153
152
|
getApplicationRole: ({ key, }: {
|
|
154
153
|
/**
|
|
@@ -158,5 +157,5 @@ export declare class ApplicationRolesService extends CommonHttpService {
|
|
|
158
157
|
*/
|
|
159
158
|
key: string;
|
|
160
159
|
}) => Promise<ApplicationRole>;
|
|
161
|
-
static initialize(): void;
|
|
160
|
+
protected static initialize(): void;
|
|
162
161
|
}
|
|
@@ -28,7 +28,9 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
|
|
|
28
28
|
*
|
|
29
29
|
* @returns Returned if the request is successful.
|
|
30
30
|
*
|
|
31
|
-
* example:
|
|
31
|
+
* example:
|
|
32
|
+
* ```
|
|
33
|
+
* [
|
|
32
34
|
* {
|
|
33
35
|
* "defaultGroups": [
|
|
34
36
|
* "jira-software-users"
|
|
@@ -37,8 +39,7 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
|
|
|
37
39
|
* {
|
|
38
40
|
* "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
|
|
39
41
|
* "name": "jira-software-users",
|
|
40
|
-
* "self":
|
|
41
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
42
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
42
43
|
* }
|
|
43
44
|
* ],
|
|
44
45
|
* "defined": false,
|
|
@@ -46,14 +47,12 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
|
|
|
46
47
|
* {
|
|
47
48
|
* "groupId": "42c8955c-63d7-42c8-9520-63d7aca0625",
|
|
48
49
|
* "name": "jira-testers",
|
|
49
|
-
* "self":
|
|
50
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=42c8955c-63d7-42c8-9520-63d7aca0625"
|
|
50
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=42c8955c-63d7-42c8-9520-63d7aca0625"
|
|
51
51
|
* },
|
|
52
52
|
* {
|
|
53
53
|
* "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
|
|
54
54
|
* "name": "jira-software-users",
|
|
55
|
-
* "self":
|
|
56
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
55
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
57
56
|
* }
|
|
58
57
|
* ],
|
|
59
58
|
* "groups": [
|
|
@@ -78,8 +77,7 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
|
|
|
78
77
|
* {
|
|
79
78
|
* "groupId": "92d01dca0625-42c8-42c8-9520-276f955c",
|
|
80
79
|
* "name": "jira-core-users",
|
|
81
|
-
* "self":
|
|
82
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=92d01dca0625-42c8-42c8-9520-276f955c"
|
|
80
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=92d01dca0625-42c8-42c8-9520-276f955c"
|
|
83
81
|
* }
|
|
84
82
|
* ],
|
|
85
83
|
* "defined": false,
|
|
@@ -87,8 +85,7 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
|
|
|
87
85
|
* {
|
|
88
86
|
* "groupId": "92d01dca0625-42c8-42c8-9520-276f955c",
|
|
89
87
|
* "name": "jira-core-users",
|
|
90
|
-
* "self":
|
|
91
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=92d01dca0625-42c8-42c8-9520-276f955c"
|
|
88
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=92d01dca0625-42c8-42c8-9520-276f955c"
|
|
92
89
|
* }
|
|
93
90
|
* ],
|
|
94
91
|
* "groups": [
|
|
@@ -105,7 +102,8 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
|
|
|
105
102
|
* "userCountDescription": "0 users"
|
|
106
103
|
* }
|
|
107
104
|
* ]
|
|
108
|
-
*
|
|
105
|
+
* ```
|
|
106
|
+
* @path GET `/rest/api/3/applicationrole`
|
|
109
107
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-application-roles#api-rest-api-3-applicationrole-get
|
|
110
108
|
*/
|
|
111
109
|
this.getAllApplicationRoles = () => {
|
|
@@ -131,7 +129,9 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
|
|
|
131
129
|
*
|
|
132
130
|
* @returns Returned if the request is successful.
|
|
133
131
|
*
|
|
134
|
-
* example:
|
|
132
|
+
* example:
|
|
133
|
+
* ```
|
|
134
|
+
* {
|
|
135
135
|
* "defaultGroups": [
|
|
136
136
|
* "jira-software-users"
|
|
137
137
|
* ],
|
|
@@ -139,8 +139,7 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
|
|
|
139
139
|
* {
|
|
140
140
|
* "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
|
|
141
141
|
* "name": "jira-software-users",
|
|
142
|
-
* "self":
|
|
143
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
142
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
144
143
|
* }
|
|
145
144
|
* ],
|
|
146
145
|
* "defined": false,
|
|
@@ -148,14 +147,12 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
|
|
|
148
147
|
* {
|
|
149
148
|
* "groupId": "42c8955c-63d7-42c8-9520-63d7aca0625",
|
|
150
149
|
* "name": "jira-testers",
|
|
151
|
-
* "self":
|
|
152
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=42c8955c-63d7-42c8-9520-63d7aca0625"
|
|
150
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=42c8955c-63d7-42c8-9520-63d7aca0625"
|
|
153
151
|
* },
|
|
154
152
|
* {
|
|
155
153
|
* "groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
|
|
156
154
|
* "name": "jira-software-users",
|
|
157
|
-
* "self":
|
|
158
|
-
* "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
155
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/group?groupId=276f955c-63d7-42c8-9520-92d01dca0625"
|
|
159
156
|
* }
|
|
160
157
|
* ],
|
|
161
158
|
* "groups": [
|
|
@@ -172,8 +169,10 @@ class ApplicationRolesService extends CommonHttpService_1.CommonHttpService {
|
|
|
172
169
|
* "userCount": 5,
|
|
173
170
|
* "userCountDescription": "5 developers"
|
|
174
171
|
* }
|
|
175
|
-
*
|
|
172
|
+
* ```
|
|
173
|
+
* @path GET `/rest/api/3/applicationrole/{key}`
|
|
176
174
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-application-roles#api-rest-api-3-applicationrole-key-get
|
|
175
|
+
* @param params
|
|
177
176
|
*/
|
|
178
177
|
this.getApplicationRole = ({ key, }) => {
|
|
179
178
|
return this.getClientInstance()
|
|
@@ -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,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAG0B;AAC1B,wEAAqE;AACrE;;;;;GAKG;AACH,MAAa,uBAAwB,SAAQ,qCAAiB;IAA9D;;QACE
|
|
1
|
+
{"version":3,"file":"ApplicationRolesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/ApplicationRolesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAG0B;AAC1B,wEAAqE;AACrE;;;;;GAKG;AACH,MAAa,uBAAwB,SAAQ,qCAAiB;IAA9D;;QACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAuFG;QACH,2BAAsB,GAAG,GAA+B,EAAE;YACxD,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,6BAA6B;gBACnC,MAAM,EAAE,KAAK;aACd,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CACH;iBACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;iBACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,yDAAyD,CAC1D,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoDG;QACH,uBAAkB,GAAG,CAAC,EACpB,GAAG,GAQJ,EAA4B,EAAE;YAC7B,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,mCAAmC;gBACzC,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,GAAG;iBACJ;aACF,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CACH;iBACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;iBACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,qDAAqD,CACtD,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;IAwBJ,CAAC;IAvBW,MAAM,CAAC,UAAU;QACzB,iDAAuB,CAAC,kBAAkB,CACxC,yDAAyD,EACzD,OAAC;aACE,MAAM,CAAC;YACN,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;aACD,QAAQ,CAAC,yDAAyD,CAAC,CACvE,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,qDAAqD,EACrD,OAAC;aACE,MAAM,CAAC;YACN,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;aACD,QAAQ,CAAC,qDAAqD,CAAC,CACnE,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC,CAAC,wCAA+B,CAAC,CAAC,CAAC;IAC1E,CAAC;CACF;AAvOD,0DAuOC"}
|
|
@@ -34,7 +34,9 @@ export declare class AuditRecordsService extends CommonHttpService {
|
|
|
34
34
|
*
|
|
35
35
|
* @returns Returned if the request is successful.
|
|
36
36
|
*
|
|
37
|
-
* example:
|
|
37
|
+
* example:
|
|
38
|
+
* ```
|
|
39
|
+
* {
|
|
38
40
|
* "limit": 1000,
|
|
39
41
|
* "offset": 0,
|
|
40
42
|
* "records": [
|
|
@@ -75,10 +77,12 @@ export declare class AuditRecordsService extends CommonHttpService {
|
|
|
75
77
|
* ],
|
|
76
78
|
* "total": 1
|
|
77
79
|
* }
|
|
78
|
-
*
|
|
80
|
+
* ```
|
|
81
|
+
* @path GET `/rest/api/3/auditing/record`
|
|
79
82
|
* @scopes-current manage:jira-configuration
|
|
80
83
|
* @scopes-beta read:audit-log:jira, read:user:jira
|
|
81
84
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-audit-records#api-rest-api-3-auditing-record-get
|
|
85
|
+
* @param params
|
|
82
86
|
*/
|
|
83
87
|
getAuditRecords: ({ offset, limit, filter, from, to, }?: {
|
|
84
88
|
/** The number of records to skip before returning the first result. */
|
|
@@ -100,5 +104,5 @@ export declare class AuditRecordsService extends CommonHttpService {
|
|
|
100
104
|
*/
|
|
101
105
|
to?: string | undefined;
|
|
102
106
|
}) => Promise<AuditRecords>;
|
|
103
|
-
static initialize(): void;
|
|
107
|
+
protected static initialize(): void;
|
|
104
108
|
}
|
|
@@ -45,7 +45,9 @@ class AuditRecordsService extends CommonHttpService_1.CommonHttpService {
|
|
|
45
45
|
*
|
|
46
46
|
* @returns Returned if the request is successful.
|
|
47
47
|
*
|
|
48
|
-
* example:
|
|
48
|
+
* example:
|
|
49
|
+
* ```
|
|
50
|
+
* {
|
|
49
51
|
* "limit": 1000,
|
|
50
52
|
* "offset": 0,
|
|
51
53
|
* "records": [
|
|
@@ -86,10 +88,12 @@ class AuditRecordsService extends CommonHttpService_1.CommonHttpService {
|
|
|
86
88
|
* ],
|
|
87
89
|
* "total": 1
|
|
88
90
|
* }
|
|
89
|
-
*
|
|
91
|
+
* ```
|
|
92
|
+
* @path GET `/rest/api/3/auditing/record`
|
|
90
93
|
* @scopes-current manage:jira-configuration
|
|
91
94
|
* @scopes-beta read:audit-log:jira, read:user:jira
|
|
92
95
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-audit-records#api-rest-api-3-auditing-record-get
|
|
96
|
+
* @param params
|
|
93
97
|
*/
|
|
94
98
|
this.getAuditRecords = ({ offset, limit, filter, from, to, } = {}) => {
|
|
95
99
|
return this.getClientInstance()
|