@resolution/jira-api-client 0.4.2 → 0.4.5
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 +23 -0
- package/README.md +4 -0
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +28 -4
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +24 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
- package/lib/openapi/platform/models/common.d.ts +6 -0
- package/lib/openapi/platform/models/common.js +12 -1
- package/lib/openapi/platform/models/common.js.map +1 -1
- package/lib/openapi/platform/models/dynamicModules.d.ts +0 -9
- package/lib/openapi/platform/models/dynamicModules.js +0 -6
- package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
- package/lib/openapi/platform/models/issueBulkOperations.d.ts +547 -0
- package/lib/openapi/platform/models/issueBulkOperations.js +437 -0
- package/lib/openapi/platform/models/issueBulkOperations.js.map +1 -0
- package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +3 -3
- package/lib/openapi/platform/services/AnnouncementBannerService.js +65 -62
- package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
- package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +4 -4
- package/lib/openapi/platform/services/AppDataPoliciesService.js +70 -67
- package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
- package/lib/openapi/platform/services/AppMigrationService.d.ts +6 -6
- package/lib/openapi/platform/services/AppMigrationService.js +139 -136
- package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
- package/lib/openapi/platform/services/AppPropertiesService.d.ts +12 -12
- package/lib/openapi/platform/services/AppPropertiesService.js +254 -251
- package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ApplicationRolesService.d.ts +3 -3
- package/lib/openapi/platform/services/ApplicationRolesService.js +177 -174
- package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
- package/lib/openapi/platform/services/AuditRecordsService.d.ts +7 -7
- package/lib/openapi/platform/services/AuditRecordsService.js +97 -94
- package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
- package/lib/openapi/platform/services/AvatarsService.d.ts +25 -31
- package/lib/openapi/platform/services/AvatarsService.js +412 -415
- package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +4 -4
- package/lib/openapi/platform/services/ClassificationLevelsService.js +79 -76
- package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/DashboardsService.d.ts +62 -50
- package/lib/openapi/platform/services/DashboardsService.js +983 -974
- package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
- package/lib/openapi/platform/services/DynamicModulesService.d.ts +6 -6
- package/lib/openapi/platform/services/DynamicModulesService.js +68 -65
- package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
- package/lib/openapi/platform/services/FilterSharingService.d.ts +11 -11
- package/lib/openapi/platform/services/FilterSharingService.js +512 -509
- package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
- package/lib/openapi/platform/services/FiltersService.d.ts +50 -50
- package/lib/openapi/platform/services/FiltersService.js +1262 -1259
- package/lib/openapi/platform/services/FiltersService.js.map +1 -1
- package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +10 -10
- package/lib/openapi/platform/services/GroupAndUserPickerService.js +112 -109
- package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
- package/lib/openapi/platform/services/GroupsService.d.ts +46 -46
- package/lib/openapi/platform/services/GroupsService.js +385 -382
- package/lib/openapi/platform/services/GroupsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +20 -20
- package/lib/openapi/platform/services/IssueAttachmentsService.js +644 -641
- package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +325 -0
- package/lib/openapi/platform/services/IssueBulkOperationsService.js +353 -0
- package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js +187 -184
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentsService.d.ts +22 -22
- package/lib/openapi/platform/services/IssueCommentsService.js +507 -504
- package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +11 -11
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +126 -123
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +42 -42
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +748 -745
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +28 -28
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +535 -532
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +20 -20
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +358 -355
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +6 -6
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +86 -83
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +45 -45
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +689 -686
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldsService.d.ts +32 -32
- package/lib/openapi/platform/services/IssueFieldsService.js +484 -481
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +9 -9
- package/lib/openapi/platform/services/IssueLinkTypesService.js +212 -209
- package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinksService.d.ts +6 -6
- package/lib/openapi/platform/services/IssueLinksService.js +230 -227
- package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +3 -3
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +72 -69
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +27 -27
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js +816 -813
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +22 -22
- package/lib/openapi/platform/services/IssuePrioritiesService.js +307 -304
- package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePropertiesService.d.ts +16 -16
- package/lib/openapi/platform/services/IssuePropertiesService.js +390 -387
- package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +13 -13
- package/lib/openapi/platform/services/IssueRemoteLinksService.js +368 -365
- package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueResolutionsService.d.ts +19 -19
- package/lib/openapi/platform/services/IssueResolutionsService.js +283 -280
- package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSearchService.d.ts +24 -24
- package/lib/openapi/platform/services/IssueSearchService.js +826 -823
- package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueSecurityLevelService.js +137 -134
- package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +51 -51
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js +610 -607
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueTypePropertiesService.js +175 -172
- package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +31 -31
- package/lib/openapi/platform/services/IssueTypeSchemesService.js +527 -524
- package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +36 -36
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +508 -505
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypesService.d.ts +22 -28
- package/lib/openapi/platform/services/IssueTypesService.js +424 -427
- package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueVotesService.d.ts +6 -6
- package/lib/openapi/platform/services/IssueVotesService.js +148 -145
- 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 +197 -194
- package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +199 -196
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogsService.d.ts +44 -44
- package/lib/openapi/platform/services/IssueWorklogsService.js +636 -633
- package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
- package/lib/openapi/platform/services/IssuesService.d.ts +71 -71
- package/lib/openapi/platform/services/IssuesService.js +1856 -1853
- package/lib/openapi/platform/services/IssuesService.js.map +1 -1
- package/lib/openapi/platform/services/JiraExpressionsService.d.ts +6 -6
- package/lib/openapi/platform/services/JiraExpressionsService.js +238 -235
- package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
- package/lib/openapi/platform/services/JiraSettingsService.d.ts +9 -9
- package/lib/openapi/platform/services/JiraSettingsService.js +279 -276
- package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +8 -8
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js +107 -104
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlService.d.ts +15 -15
- package/lib/openapi/platform/services/JqlService.js +635 -632
- package/lib/openapi/platform/services/JqlService.js.map +1 -1
- package/lib/openapi/platform/services/LabelsService.d.ts +4 -4
- package/lib/openapi/platform/services/LabelsService.js +41 -38
- package/lib/openapi/platform/services/LabelsService.js.map +1 -1
- package/lib/openapi/platform/services/LicenseMetricsService.d.ts +4 -4
- package/lib/openapi/platform/services/LicenseMetricsService.js +120 -117
- package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
- package/lib/openapi/platform/services/MyselfService.d.ts +14 -14
- package/lib/openapi/platform/services/MyselfService.js +321 -318
- package/lib/openapi/platform/services/MyselfService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionSchemesService.d.ts +25 -25
- package/lib/openapi/platform/services/PermissionSchemesService.js +548 -545
- package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionsService.d.ts +15 -15
- package/lib/openapi/platform/services/PermissionsService.js +235 -232
- package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
- package/lib/openapi/platform/services/PrioritySchemesService.d.ts +34 -34
- package/lib/openapi/platform/services/PrioritySchemesService.js +571 -568
- package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +11 -11
- package/lib/openapi/platform/services/ProjectAvatarsService.js +213 -210
- package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +9 -9
- package/lib/openapi/platform/services/ProjectCategoriesService.js +180 -177
- package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +6 -6
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +125 -122
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectComponentsService.d.ts +28 -28
- package/lib/openapi/platform/services/ProjectComponentsService.js +1009 -1006
- package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectEmailService.d.ts +4 -4
- package/lib/openapi/platform/services/ProjectEmailService.js +78 -75
- package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +4 -4
- package/lib/openapi/platform/services/ProjectFeaturesService.js +119 -116
- package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +8 -8
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +100 -97
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +10 -10
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +199 -196
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +8 -8
- package/lib/openapi/platform/services/ProjectPropertiesService.js +172 -169
- package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +18 -18
- package/lib/openapi/platform/services/ProjectRoleActorsService.js +362 -359
- package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRolesService.d.ts +21 -21
- package/lib/openapi/platform/services/ProjectRolesService.js +576 -573
- package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectTypesService.d.ts +6 -6
- package/lib/openapi/platform/services/ProjectTypesService.js +173 -170
- package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectVersionsService.d.ts +40 -40
- package/lib/openapi/platform/services/ProjectVersionsService.js +751 -748
- package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectsService.d.ts +49 -49
- package/lib/openapi/platform/services/ProjectsService.js +1597 -1594
- package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenSchemesService.d.ts +14 -14
- package/lib/openapi/platform/services/ScreenSchemesService.js +177 -174
- package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +9 -9
- package/lib/openapi/platform/services/ScreenTabFieldsService.js +144 -141
- package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabsService.d.ts +17 -17
- package/lib/openapi/platform/services/ScreenTabsService.js +229 -226
- package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreensService.d.ts +23 -23
- package/lib/openapi/platform/services/ScreensService.js +281 -278
- package/lib/openapi/platform/services/ScreensService.js.map +1 -1
- package/lib/openapi/platform/services/ServerInfoService.d.ts +1 -1
- package/lib/openapi/platform/services/ServerInfoService.js +51 -48
- package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
- package/lib/openapi/platform/services/ServiceRegistryService.d.ts +2 -2
- package/lib/openapi/platform/services/ServiceRegistryService.js +30 -27
- package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
- package/lib/openapi/platform/services/StatusService.d.ts +17 -17
- package/lib/openapi/platform/services/StatusService.js +271 -268
- package/lib/openapi/platform/services/StatusService.js.map +1 -1
- package/lib/openapi/platform/services/TasksService.d.ts +4 -4
- package/lib/openapi/platform/services/TasksService.js +93 -90
- package/lib/openapi/platform/services/TasksService.js.map +1 -1
- package/lib/openapi/platform/services/TimeTrackingService.d.ts +7 -7
- package/lib/openapi/platform/services/TimeTrackingService.js +190 -187
- package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +11 -11
- package/lib/openapi/platform/services/UiModificationsAppsService.js +214 -211
- package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/UserPropertiesService.d.ts +20 -20
- package/lib/openapi/platform/services/UserPropertiesService.js +196 -193
- package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/UserSearchService.d.ts +61 -61
- package/lib/openapi/platform/services/UserSearchService.js +709 -706
- package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
- package/lib/openapi/platform/services/UsersService.d.ts +51 -51
- package/lib/openapi/platform/services/UsersService.js +637 -634
- package/lib/openapi/platform/services/UsersService.js.map +1 -1
- package/lib/openapi/platform/services/WebhooksService.d.ts +14 -14
- package/lib/openapi/platform/services/WebhooksService.js +262 -259
- package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +30 -30
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +861 -858
- 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 +98 -95
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +45 -45
- package/lib/openapi/platform/services/WorkflowSchemesService.js +899 -896
- package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +3 -3
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +82 -79
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +3 -3
- package/lib/openapi/platform/services/WorkflowStatusesService.js +110 -107
- package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +14 -14
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +182 -179
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +13 -13
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +283 -280
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowsService.d.ts +33 -33
- package/lib/openapi/platform/services/WorkflowsService.js +2451 -2448
- package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
- package/lib/openapi/software/services/BacklogService.d.ts +4 -4
- package/lib/openapi/software/services/BacklogService.js +81 -78
- package/lib/openapi/software/services/BacklogService.js.map +1 -1
- package/lib/openapi/software/services/BoardService.d.ts +124 -124
- package/lib/openapi/software/services/BoardService.js +2048 -2045
- package/lib/openapi/software/services/BoardService.js.map +1 -1
- package/lib/openapi/software/services/BuildsService.d.ts +10 -10
- package/lib/openapi/software/services/BuildsService.js +164 -161
- package/lib/openapi/software/services/BuildsService.js.map +1 -1
- package/lib/openapi/software/services/DeploymentsService.d.ts +12 -12
- package/lib/openapi/software/services/DeploymentsService.js +192 -189
- package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
- package/lib/openapi/software/services/DevOpsComponentsService.d.ts +8 -8
- package/lib/openapi/software/services/DevOpsComponentsService.js +145 -142
- package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
- package/lib/openapi/software/services/DevelopmentInformationService.d.ts +16 -16
- package/lib/openapi/software/services/DevelopmentInformationService.js +178 -175
- 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 +597 -594
- package/lib/openapi/software/services/EpicService.js.map +1 -1
- package/lib/openapi/software/services/FeatureFlagsService.d.ts +10 -10
- package/lib/openapi/software/services/FeatureFlagsService.js +151 -148
- package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
- package/lib/openapi/software/services/IssueService.d.ts +13 -13
- package/lib/openapi/software/services/IssueService.js +359 -356
- package/lib/openapi/software/services/IssueService.js.map +1 -1
- package/lib/openapi/software/services/OperationsService.d.ts +24 -24
- package/lib/openapi/software/services/OperationsService.js +301 -298
- package/lib/openapi/software/services/OperationsService.js.map +1 -1
- package/lib/openapi/software/services/RemoteLinksService.d.ts +15 -15
- package/lib/openapi/software/services/RemoteLinksService.js +160 -157
- package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
- package/lib/openapi/software/services/SecurityInformationService.d.ts +16 -16
- package/lib/openapi/software/services/SecurityInformationService.js +262 -259
- 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 +594 -591
- package/lib/openapi/software/services/SprintService.js.map +1 -1
- package/package.json +4 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilterSharingService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/FilterSharingService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAG0B;AAC1B,2DAIiC;AACjC,wEAAqE;AACrE;;;;;GAKG;AACH,MAAa,oBAAqB,SAAQ,qCAAiB;
|
|
1
|
+
{"version":3,"file":"FilterSharingService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/FilterSharingService.ts"],"names":[],"mappings":"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"}
|
|
@@ -22,7 +22,7 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
22
22
|
* @scopes-current write:jira-work
|
|
23
23
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters#api-rest-api-3-filter-id-owner-put
|
|
24
24
|
*/
|
|
25
|
-
changeFilterOwner({ id, changeFilterOwner, }: {
|
|
25
|
+
changeFilterOwner: ({ id, changeFilterOwner, }: {
|
|
26
26
|
/** The ID of the filter to update. */
|
|
27
27
|
id: number;
|
|
28
28
|
/**
|
|
@@ -33,7 +33,7 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
33
33
|
* }
|
|
34
34
|
*/
|
|
35
35
|
changeFilterOwner: ChangeFilterOwner;
|
|
36
|
-
})
|
|
36
|
+
}) => Promise<void>;
|
|
37
37
|
/**
|
|
38
38
|
* Creates a filter. The filter is shared according to the [default share
|
|
39
39
|
* scope](#api-rest-api-3-filter-post). The filter is not selected as a favorite.
|
|
@@ -92,7 +92,7 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
92
92
|
* read:project.component:jira
|
|
93
93
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters#api-rest-api-3-filter-post
|
|
94
94
|
*/
|
|
95
|
-
createFilter({ expand, overrideSharePermissions, filter, }: {
|
|
95
|
+
createFilter: ({ expand, overrideSharePermissions, filter, }: {
|
|
96
96
|
/**
|
|
97
97
|
* Use [expand](#expansion) to include additional information about filter in the
|
|
98
98
|
* response. This parameter accepts a comma-separated list. Expand options include:
|
|
@@ -111,13 +111,13 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
111
111
|
* the expand request. For example, to access the next 1000 subscriptions, use
|
|
112
112
|
* `?expand=subscriptions[1001:2000]`.
|
|
113
113
|
*/
|
|
114
|
-
expand?: string;
|
|
114
|
+
expand?: string | undefined;
|
|
115
115
|
/**
|
|
116
116
|
* EXPERIMENTAL: Whether share permissions are overridden to enable filters with
|
|
117
117
|
* any share permissions to be created. Available to users with *Administer Jira*
|
|
118
118
|
* [global permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
119
119
|
*/
|
|
120
|
-
overrideSharePermissions?: boolean;
|
|
120
|
+
overrideSharePermissions?: boolean | undefined;
|
|
121
121
|
/**
|
|
122
122
|
* The filter to create.
|
|
123
123
|
*
|
|
@@ -128,7 +128,7 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
128
128
|
* }
|
|
129
129
|
*/
|
|
130
130
|
filter: Filter;
|
|
131
|
-
})
|
|
131
|
+
}) => Promise<Filter>;
|
|
132
132
|
/**
|
|
133
133
|
* Removes a filter as a favorite for the user. Note that this operation only
|
|
134
134
|
* removes filters visible to the user from the user's favorites list. For
|
|
@@ -190,7 +190,7 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
190
190
|
* read:user:jira
|
|
191
191
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters#api-rest-api-3-filter-id-favourite-delete
|
|
192
192
|
*/
|
|
193
|
-
deleteFavouriteForFilter({ id, expand, }: {
|
|
193
|
+
deleteFavouriteForFilter: ({ id, expand, }: {
|
|
194
194
|
/** The ID of the filter. */
|
|
195
195
|
id: number;
|
|
196
196
|
/**
|
|
@@ -211,8 +211,8 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
211
211
|
* the expand request. For example, to access the next 1000 subscriptions, use
|
|
212
212
|
* `?expand=subscriptions[1001:2000]`.
|
|
213
213
|
*/
|
|
214
|
-
expand?: string;
|
|
215
|
-
})
|
|
214
|
+
expand?: string | undefined;
|
|
215
|
+
}) => Promise<Filter>;
|
|
216
216
|
/**
|
|
217
217
|
* Delete a filter.
|
|
218
218
|
*
|
|
@@ -226,10 +226,10 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
226
226
|
* @scopes-beta delete:filter:jira
|
|
227
227
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters#api-rest-api-3-filter-id-delete
|
|
228
228
|
*/
|
|
229
|
-
deleteFilter({ id, }: {
|
|
229
|
+
deleteFilter: ({ id, }: {
|
|
230
230
|
/** The ID of the filter to delete. */
|
|
231
231
|
id: number;
|
|
232
|
-
})
|
|
232
|
+
}) => Promise<void>;
|
|
233
233
|
/**
|
|
234
234
|
* Returns the columns configured for a filter. The column configuration is used
|
|
235
235
|
* when the filter's results are viewed in *List View* with the *Columns* set to
|
|
@@ -264,10 +264,10 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
264
264
|
* @scopes-beta read:filter.column:jira
|
|
265
265
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters#api-rest-api-3-filter-id-columns-get
|
|
266
266
|
*/
|
|
267
|
-
getColumns({ id, }: {
|
|
267
|
+
getColumns: ({ id, }: {
|
|
268
268
|
/** The ID of the filter. */
|
|
269
269
|
id: number;
|
|
270
|
-
})
|
|
270
|
+
}) => Promise<ColumnItem[]>;
|
|
271
271
|
/**
|
|
272
272
|
* Returns the visible favorite filters of the user.
|
|
273
273
|
*
|
|
@@ -417,7 +417,7 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
417
417
|
* read:issue-type-hierarchy:jira
|
|
418
418
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters#api-rest-api-3-filter-favourite-get
|
|
419
419
|
*/
|
|
420
|
-
getFavouriteFilters({ expand, }?: {
|
|
420
|
+
getFavouriteFilters: ({ expand, }?: {
|
|
421
421
|
/**
|
|
422
422
|
* Use [expand](#expansion) to include additional information about filter in the
|
|
423
423
|
* response. This parameter accepts a comma-separated list. Expand options include:
|
|
@@ -436,8 +436,8 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
436
436
|
* the expand request. For example, to access the next 1000 subscriptions, use
|
|
437
437
|
* `?expand=subscriptions[1001:2000]`.
|
|
438
438
|
*/
|
|
439
|
-
expand?: string;
|
|
440
|
-
})
|
|
439
|
+
expand?: string | undefined;
|
|
440
|
+
}) => Promise<Filter[]>;
|
|
441
441
|
/**
|
|
442
442
|
* Returns a filter.
|
|
443
443
|
*
|
|
@@ -503,7 +503,7 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
503
503
|
* read:issue-type-hierarchy:jira
|
|
504
504
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters#api-rest-api-3-filter-id-get
|
|
505
505
|
*/
|
|
506
|
-
getFilter({ id, expand, overrideSharePermissions, }: {
|
|
506
|
+
getFilter: ({ id, expand, overrideSharePermissions, }: {
|
|
507
507
|
/** The ID of the filter to return. */
|
|
508
508
|
id: number;
|
|
509
509
|
/**
|
|
@@ -524,14 +524,14 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
524
524
|
* the expand request. For example, to access the next 1000 subscriptions, use
|
|
525
525
|
* `?expand=subscriptions[1001:2000]`.
|
|
526
526
|
*/
|
|
527
|
-
expand?: string;
|
|
527
|
+
expand?: string | undefined;
|
|
528
528
|
/**
|
|
529
529
|
* EXPERIMENTAL: Whether share permissions are overridden to enable filters with
|
|
530
530
|
* any share permissions to be returned. Available to users with *Administer Jira*
|
|
531
531
|
* [global permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
532
532
|
*/
|
|
533
|
-
overrideSharePermissions?: boolean;
|
|
534
|
-
})
|
|
533
|
+
overrideSharePermissions?: boolean | undefined;
|
|
534
|
+
}) => Promise<Filter>;
|
|
535
535
|
/**
|
|
536
536
|
* Returns a [paginated](#pagination) list of filters. Use this operation to get:
|
|
537
537
|
*
|
|
@@ -823,14 +823,14 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
823
823
|
* read:issue-type-hierarchy:jira
|
|
824
824
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters#api-rest-api-3-filter-search-get
|
|
825
825
|
*/
|
|
826
|
-
getFiltersPaginated({ filterName, accountId, owner, groupname, groupId, projectId, id, orderBy, startAt, maxResults, expand, overrideSharePermissions, }?: {
|
|
826
|
+
getFiltersPaginated: ({ filterName, accountId, owner, groupname, groupId, projectId, id, orderBy, startAt, maxResults, expand, overrideSharePermissions, }?: {
|
|
827
827
|
/** String used to perform a case-insensitive partial match with `name`. */
|
|
828
|
-
filterName?: string;
|
|
828
|
+
filterName?: string | undefined;
|
|
829
829
|
/**
|
|
830
830
|
* User account ID used to return filters with the matching `owner.accountId`.
|
|
831
831
|
* This parameter cannot be used with `owner`.
|
|
832
832
|
*/
|
|
833
|
-
accountId?: string;
|
|
833
|
+
accountId?: string | undefined;
|
|
834
834
|
/**
|
|
835
835
|
* This parameter is deprecated because of privacy changes. Use `accountId`
|
|
836
836
|
* instead. See the [migration
|
|
@@ -838,30 +838,30 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
838
838
|
* for details. User name used to return filters with the matching `owner.name`.
|
|
839
839
|
* This parameter cannot be used with `accountId`.
|
|
840
840
|
*/
|
|
841
|
-
owner?: string;
|
|
841
|
+
owner?: string | undefined;
|
|
842
842
|
/**
|
|
843
843
|
* As a group's name can change, use of `groupId` is recommended to identify a
|
|
844
844
|
* group. Group name used to returns filters that are shared with a group that
|
|
845
845
|
* matches `sharePermissions.group.groupname`. This parameter cannot be used with
|
|
846
846
|
* the `groupId` parameter.
|
|
847
847
|
*/
|
|
848
|
-
groupname?: string;
|
|
848
|
+
groupname?: string | undefined;
|
|
849
849
|
/**
|
|
850
850
|
* Group ID used to returns filters that are shared with a group that matches
|
|
851
851
|
* `sharePermissions.group.groupId`. This parameter cannot be used with the
|
|
852
852
|
* `groupname` parameter.
|
|
853
853
|
*/
|
|
854
|
-
groupId?: string;
|
|
854
|
+
groupId?: string | undefined;
|
|
855
855
|
/**
|
|
856
856
|
* Project ID used to returns filters that are shared with a project that matches
|
|
857
857
|
* `sharePermissions.project.id`.
|
|
858
858
|
*/
|
|
859
|
-
projectId?: number;
|
|
859
|
+
projectId?: number | undefined;
|
|
860
860
|
/**
|
|
861
861
|
* The list of filter IDs. To include multiple IDs, provide an ampersand-separated
|
|
862
862
|
* list. For example, `id=10000&id=10001`. Do not exceed 200 filter IDs.
|
|
863
863
|
*/
|
|
864
|
-
id?: number[];
|
|
864
|
+
id?: number[] | undefined;
|
|
865
865
|
/**
|
|
866
866
|
* [Order](#ordering) the results by a field:
|
|
867
867
|
*
|
|
@@ -875,11 +875,11 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
875
875
|
* * `owner` Sorts by the ID of the filter owner.
|
|
876
876
|
* * `is_shared` Sorts by whether the filter is shared.
|
|
877
877
|
*/
|
|
878
|
-
orderBy?: "
|
|
878
|
+
orderBy?: "id" | "name" | "description" | "owner" | "-description" | "+description" | "-id" | "+id" | "-name" | "+name" | "-owner" | "+owner" | "favourite_count" | "-favourite_count" | "+favourite_count" | "is_favourite" | "-is_favourite" | "+is_favourite" | "is_shared" | "-is_shared" | "+is_shared" | undefined;
|
|
879
879
|
/** The index of the first item to return in a page of results (page offset). */
|
|
880
|
-
startAt?: number;
|
|
880
|
+
startAt?: number | undefined;
|
|
881
881
|
/** The maximum number of items to return per page. */
|
|
882
|
-
maxResults?: number;
|
|
882
|
+
maxResults?: number | undefined;
|
|
883
883
|
/**
|
|
884
884
|
* Use [expand](#expansion) to include additional information about filter in the
|
|
885
885
|
* response. This parameter accepts a comma-separated list. Expand options include:
|
|
@@ -901,14 +901,14 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
901
901
|
* * `subscriptions` Returns the users that are subscribed to the filter.
|
|
902
902
|
* * `viewUrl` Returns a URL to view the filter.
|
|
903
903
|
*/
|
|
904
|
-
expand?: string;
|
|
904
|
+
expand?: string | undefined;
|
|
905
905
|
/**
|
|
906
906
|
* EXPERIMENTAL: Whether share permissions are overridden to enable filters with
|
|
907
907
|
* any share permissions to be returned. Available to users with *Administer Jira*
|
|
908
908
|
* [global permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
909
909
|
*/
|
|
910
|
-
overrideSharePermissions?: boolean;
|
|
911
|
-
})
|
|
910
|
+
overrideSharePermissions?: boolean | undefined;
|
|
911
|
+
}) => Promise<PageBeanFilterDetails>;
|
|
912
912
|
/**
|
|
913
913
|
* Returns the filters owned by the user. If `includeFavourites` is `true`, the
|
|
914
914
|
* user's visible favorite filters are also returned.
|
|
@@ -1057,7 +1057,7 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
1057
1057
|
* read:issue-type-hierarchy:jira
|
|
1058
1058
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters#api-rest-api-3-filter-my-get
|
|
1059
1059
|
*/
|
|
1060
|
-
getMyFilters({ expand, includeFavourites, }?: {
|
|
1060
|
+
getMyFilters: ({ expand, includeFavourites, }?: {
|
|
1061
1061
|
/**
|
|
1062
1062
|
* Use [expand](#expansion) to include additional information about filter in the
|
|
1063
1063
|
* response. This parameter accepts a comma-separated list. Expand options include:
|
|
@@ -1076,10 +1076,10 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
1076
1076
|
* the expand request. For example, to access the next 1000 subscriptions, use
|
|
1077
1077
|
* `?expand=subscriptions[1001:2000]`.
|
|
1078
1078
|
*/
|
|
1079
|
-
expand?: string;
|
|
1079
|
+
expand?: string | undefined;
|
|
1080
1080
|
/** Include the user's favorite filters in the response. */
|
|
1081
|
-
includeFavourites?: boolean;
|
|
1082
|
-
})
|
|
1081
|
+
includeFavourites?: boolean | undefined;
|
|
1082
|
+
}) => Promise<Filter[]>;
|
|
1083
1083
|
/**
|
|
1084
1084
|
* Reset the user's column configuration for the filter to the default.
|
|
1085
1085
|
*
|
|
@@ -1098,10 +1098,10 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
1098
1098
|
* @scopes-current write:jira-work
|
|
1099
1099
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters#api-rest-api-3-filter-id-columns-delete
|
|
1100
1100
|
*/
|
|
1101
|
-
resetColumns({ id, }: {
|
|
1101
|
+
resetColumns: ({ id, }: {
|
|
1102
1102
|
/** The ID of the filter. */
|
|
1103
1103
|
id: number;
|
|
1104
|
-
})
|
|
1104
|
+
}) => Promise<void>;
|
|
1105
1105
|
/**
|
|
1106
1106
|
* Sets the columns for a filter. Only navigable fields can be set as columns. Use
|
|
1107
1107
|
* [Get fields](#api-rest-api-3-field-get) to get the list fields in Jira. A
|
|
@@ -1129,11 +1129,11 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
1129
1129
|
* @scopes-beta write:filter.column:jira
|
|
1130
1130
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters#api-rest-api-3-filter-id-columns-put
|
|
1131
1131
|
*/
|
|
1132
|
-
setColumns({ id, mediaType, columnRequestBody, }: {
|
|
1132
|
+
setColumns: ({ id, mediaType, columnRequestBody, }: {
|
|
1133
1133
|
/** The ID of the filter. */
|
|
1134
1134
|
id: number;
|
|
1135
1135
|
} & ({
|
|
1136
|
-
mediaType?: "application/json";
|
|
1136
|
+
mediaType?: "application/json" | undefined;
|
|
1137
1137
|
/**
|
|
1138
1138
|
* The IDs of the fields to set as columns. In the form data, specify each field
|
|
1139
1139
|
* as `columns=id`, where `id` is the *id* of a field (as seen in the response for
|
|
@@ -1148,7 +1148,7 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
1148
1148
|
* [Get fields](#api-rest-api-<ver>-field-get)). For example, `columns=summary`.
|
|
1149
1149
|
*/
|
|
1150
1150
|
columnRequestBody: ColumnRequestBody;
|
|
1151
|
-
}))
|
|
1151
|
+
})) => Promise<unknown>;
|
|
1152
1152
|
/**
|
|
1153
1153
|
* Add a filter as a favorite for the user.
|
|
1154
1154
|
*
|
|
@@ -1212,7 +1212,7 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
1212
1212
|
* read:avatar:jira, read:issue-type-hierarchy:jira
|
|
1213
1213
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters#api-rest-api-3-filter-id-favourite-put
|
|
1214
1214
|
*/
|
|
1215
|
-
setFavouriteForFilter({ id, expand, }: {
|
|
1215
|
+
setFavouriteForFilter: ({ id, expand, }: {
|
|
1216
1216
|
/** The ID of the filter. */
|
|
1217
1217
|
id: number;
|
|
1218
1218
|
/**
|
|
@@ -1233,8 +1233,8 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
1233
1233
|
* the expand request. For example, to access the next 1000 subscriptions, use
|
|
1234
1234
|
* `?expand=subscriptions[1001:2000]`.
|
|
1235
1235
|
*/
|
|
1236
|
-
expand?: string;
|
|
1237
|
-
})
|
|
1236
|
+
expand?: string | undefined;
|
|
1237
|
+
}) => Promise<Filter>;
|
|
1238
1238
|
/**
|
|
1239
1239
|
* Updates a filter. Use this operation to update a filter's name, description,
|
|
1240
1240
|
* JQL, or sharing.
|
|
@@ -1292,7 +1292,7 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
1292
1292
|
* read:application-role:jira, read:avatar:jira, read:issue-type-hierarchy:jira
|
|
1293
1293
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters#api-rest-api-3-filter-id-put
|
|
1294
1294
|
*/
|
|
1295
|
-
updateFilter({ id, expand, overrideSharePermissions, filter, }: {
|
|
1295
|
+
updateFilter: ({ id, expand, overrideSharePermissions, filter, }: {
|
|
1296
1296
|
/** The ID of the filter to update. */
|
|
1297
1297
|
id: number;
|
|
1298
1298
|
/**
|
|
@@ -1313,13 +1313,13 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
1313
1313
|
* the expand request. For example, to access the next 1000 subscriptions, use
|
|
1314
1314
|
* `?expand=subscriptions[1001:2000]`.
|
|
1315
1315
|
*/
|
|
1316
|
-
expand?: string;
|
|
1316
|
+
expand?: string | undefined;
|
|
1317
1317
|
/**
|
|
1318
1318
|
* EXPERIMENTAL: Whether share permissions are overridden to enable the addition
|
|
1319
1319
|
* of any share permissions to filters. Available to users with *Administer Jira*
|
|
1320
1320
|
* [global permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
1321
1321
|
*/
|
|
1322
|
-
overrideSharePermissions?: boolean;
|
|
1322
|
+
overrideSharePermissions?: boolean | undefined;
|
|
1323
1323
|
/**
|
|
1324
1324
|
* The filter to update.
|
|
1325
1325
|
*
|
|
@@ -1330,6 +1330,6 @@ export declare class FiltersService extends CommonHttpService {
|
|
|
1330
1330
|
* }
|
|
1331
1331
|
*/
|
|
1332
1332
|
filter: Filter;
|
|
1333
|
-
})
|
|
1333
|
+
}) => Promise<Filter>;
|
|
1334
1334
|
static initialize(): void;
|
|
1335
1335
|
}
|