@resolution/jira-api-client 0.5.2 → 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 +11 -0
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +1 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +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 +11 -8
- 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 +11 -4
- 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 +12 -5
- 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 +42 -18
- 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 +19 -20
- 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 +6 -2
- 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 +43 -36
- 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 +15 -21
- 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 +139 -145
- package/lib/openapi/platform/services/DashboardsService.js +120 -128
- package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
- package/lib/openapi/platform/services/DynamicModulesService.d.ts +5 -3
- 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 +72 -95
- 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 +178 -257
- 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 +8 -6
- 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 +42 -26
- 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 +173 -169
- 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 +35 -19
- 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 +19 -9
- 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 +65 -80
- 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 +10 -4
- 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 +71 -37
- 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 +50 -28
- 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 +37 -16
- 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 +8 -4
- 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 +75 -32
- 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 +56 -46
- 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 +29 -11
- 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 +20 -23
- 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 +7 -3
- 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 +63 -69
- 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 +44 -26
- 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 +33 -16
- 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 +41 -27
- 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 +39 -16
- 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 +85 -138
- 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 +19 -18
- 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 +77 -39
- 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 +21 -10
- 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 +52 -33
- 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 +55 -26
- 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 +52 -41
- 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 +16 -16
- 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 +19 -9
- 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 +19 -12
- 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 +68 -66
- 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 +224 -226
- 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 +24 -23
- 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 +20 -8
- 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 +12 -8
- 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 +54 -42
- 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 +6 -2
- 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 +16 -6
- 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 +27 -20
- 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 +66 -54
- 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 +22 -10
- 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 +58 -24
- 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 +26 -23
- 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 +29 -11
- 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 +16 -13
- 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 +197 -320
- 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 +10 -4
- 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 +22 -21
- 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 +18 -6
- 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 +31 -22
- 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 +21 -10
- 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 +46 -32
- 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 +66 -42
- 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 +28 -20
- 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 +86 -35
- 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 +206 -312
- 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 +21 -10
- 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 +14 -6
- 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 +26 -10
- 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 +41 -27
- 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 +5 -2
- 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 +4 -2
- 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 +28 -14
- 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 +8 -3
- 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 +29 -12
- 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 +25 -18
- 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 +19 -9
- 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 +94 -125
- 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 +96 -94
- 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 +34 -17
- 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 +132 -146
- 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 +12 -9
- 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 +120 -81
- 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 +11 -4
- 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 +11 -4
- 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 +24 -9
- 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 +24 -12
- 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 +742 -659
- 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 +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +1 -1
- package/lib/openapi/serviceManagement/services/AssetsService.d.ts +10 -7
- 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 +16 -19
- 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 +5 -2
- 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 +10 -10
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.js +10 -10
- package/lib/openapi/serviceManagement/services/OrganizationService.d.ts +107 -103
- 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 +419 -577
- 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 +24 -38
- 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 +194 -214
- package/lib/openapi/serviceManagement/services/ServicedeskService.js +188 -211
- package/lib/openapi/serviceManagement/services/ServicedeskService.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 +13 -7
- 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 +199 -203
- 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 +10 -8
- 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 +12 -12
- 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 +32 -19
- 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 +13 -8
- 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 +66 -75
- 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 +10 -8
- 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 +44 -43
- 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 +65 -37
- 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 +17 -12
- 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 +18 -12
- 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 +78 -54
- package/lib/openapi/software/services/SprintService.js +68 -49
- package/lib/openapi/software/services/SprintService.js.map +1 -1
- package/package.json +3 -3
|
@@ -21,11 +21,11 @@ class OrganizationService extends CommonHttpService_1.CommonHttpService {
|
|
|
21
21
|
*
|
|
22
22
|
* **[Permissions](#permissions) required**: Service desk's agent.
|
|
23
23
|
*
|
|
24
|
-
* @path
|
|
24
|
+
* @path POST `/rest/servicedeskapi/servicedesk/{serviceDeskId}/organization`
|
|
25
25
|
* @scopes-current manage:servicedesk-customer
|
|
26
|
-
* @scopes-beta read:servicedesk.organization:jira-service-management,
|
|
27
|
-
* write:servicedesk.organization:jira-service-management
|
|
26
|
+
* @scopes-beta read:servicedesk.organization:jira-service-management, write:servicedesk.organization:jira-service-management
|
|
28
27
|
* @see https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-organization#api-rest-servicedeskapi-servicedesk-servicedeskid-organization-post
|
|
28
|
+
* @param params
|
|
29
29
|
*/
|
|
30
30
|
this.addOrganization = ({ serviceDeskId, organizationServiceDeskUpdateDto, }) => {
|
|
31
31
|
return this.getClientInstance()
|
|
@@ -51,11 +51,11 @@ class OrganizationService extends CommonHttpService_1.CommonHttpService {
|
|
|
51
51
|
* management](https://confluence.atlassian.com/servicedeskcloud/setting-up-service-desk-users-732528877.html#Settingupservicedeskusers-manageorgsManageorganizations)**
|
|
52
52
|
* feature.
|
|
53
53
|
*
|
|
54
|
-
* @path
|
|
54
|
+
* @path POST `/rest/servicedeskapi/organization/{organizationId}/user`
|
|
55
55
|
* @scopes-current manage:servicedesk-customer
|
|
56
|
-
* @scopes-beta read:organization.user:jira-service-management,
|
|
57
|
-
* write:organization.user:jira-service-management, read:user:jira
|
|
56
|
+
* @scopes-beta read:organization.user:jira-service-management, write:organization.user:jira-service-management, read:user:jira
|
|
58
57
|
* @see https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-organization#api-rest-servicedeskapi-organization-organizationid-user-post
|
|
58
|
+
* @param params
|
|
59
59
|
*/
|
|
60
60
|
this.addUsersToOrganization = ({ organizationId, usersOrganizationUpdateDto, }) => {
|
|
61
61
|
return this.getClientInstance()
|
|
@@ -81,22 +81,23 @@ class OrganizationService extends CommonHttpService_1.CommonHttpService {
|
|
|
81
81
|
* management](https://confluence.atlassian.com/servicedeskcloud/setting-up-service-desk-users-732528877.html#Settingupservicedeskusers-manageorgsManageorganizations)**
|
|
82
82
|
* feature.
|
|
83
83
|
*
|
|
84
|
-
* @returns Returns the created organization or the existing organization if name already
|
|
85
|
-
* exists.
|
|
84
|
+
* @returns Returns the created organization or the existing organization if name already exists.
|
|
86
85
|
*
|
|
87
|
-
* example:
|
|
86
|
+
* example:
|
|
87
|
+
* ```
|
|
88
|
+
* {
|
|
88
89
|
* "id": "1",
|
|
89
90
|
* "name": "Charlie Cakes Franchises",
|
|
90
91
|
* "_links": {
|
|
91
|
-
* "self":
|
|
92
|
-
* "https://your-domain.atlassian.net/rest/servicedeskapi/organization/1"
|
|
92
|
+
* "self": "https://your-domain.atlassian.net/rest/servicedeskapi/organization/1"
|
|
93
93
|
* }
|
|
94
94
|
* }
|
|
95
|
-
*
|
|
95
|
+
* ```
|
|
96
|
+
* @path POST `/rest/servicedeskapi/organization`
|
|
96
97
|
* @scopes-current manage:servicedesk-customer
|
|
97
|
-
* @scopes-beta read:organization:jira-service-management,
|
|
98
|
-
* write:organization:jira-service-management
|
|
98
|
+
* @scopes-beta read:organization:jira-service-management, write:organization:jira-service-management
|
|
99
99
|
* @see https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-organization#api-rest-servicedeskapi-organization-post
|
|
100
|
+
* @param params
|
|
100
101
|
*/
|
|
101
102
|
this.createOrganization = ({ organizationCreateDto, }) => {
|
|
102
103
|
return this.getClientInstance()
|
|
@@ -124,11 +125,11 @@ class OrganizationService extends CommonHttpService_1.CommonHttpService {
|
|
|
124
125
|
*
|
|
125
126
|
* **[Permissions](#permissions) required**: Jira administrator.
|
|
126
127
|
*
|
|
127
|
-
* @path
|
|
128
|
+
* @path DELETE `/rest/servicedeskapi/organization/{organizationId}`
|
|
128
129
|
* @scopes-current manage:servicedesk-customer
|
|
129
|
-
* @scopes-beta read:organization:jira-service-management,
|
|
130
|
-
* delete:organization:jira-service-management
|
|
130
|
+
* @scopes-beta read:organization:jira-service-management, delete:organization:jira-service-management
|
|
131
131
|
* @see https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-organization#api-rest-servicedeskapi-organization-organizationid-delete
|
|
132
|
+
* @param params
|
|
132
133
|
*/
|
|
133
134
|
this.deleteOrganization = ({ organizationId, }) => {
|
|
134
135
|
return this.getClientInstance()
|
|
@@ -158,12 +159,11 @@ class OrganizationService extends CommonHttpService_1.CommonHttpService {
|
|
|
158
159
|
* management](https://confluence.atlassian.com/servicedeskcloud/setting-up-service-desk-users-732528877.html#Settingupservicedeskusers-manageorgsManageorganizations)**
|
|
159
160
|
* feature.
|
|
160
161
|
*
|
|
161
|
-
* @path {
|
|
162
|
-
* /rest/servicedeskapi/organization/{organizationId}/property/{propertyKey}
|
|
162
|
+
* @path DELETE `/rest/servicedeskapi/organization/{organizationId}/property/{propertyKey}`
|
|
163
163
|
* @scopes-current manage:servicedesk-customer
|
|
164
|
-
* @scopes-beta read:organization.property:jira-service-management,
|
|
165
|
-
* delete:organization.property:jira-service-management
|
|
164
|
+
* @scopes-beta read:organization.property:jira-service-management, delete:organization.property:jira-service-management
|
|
166
165
|
* @see https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-organization#api-rest-servicedeskapi-organization-organizationid-property-propertykey-delete
|
|
166
|
+
* @param params
|
|
167
167
|
*/
|
|
168
168
|
this.deleteProperty = ({ organizationId, propertyKey, }) => {
|
|
169
169
|
return this.getClientInstance()
|
|
@@ -193,18 +193,21 @@ class OrganizationService extends CommonHttpService_1.CommonHttpService {
|
|
|
193
193
|
*
|
|
194
194
|
* @returns Returns the requested organization.
|
|
195
195
|
*
|
|
196
|
-
* example:
|
|
196
|
+
* example:
|
|
197
|
+
* ```
|
|
198
|
+
* {
|
|
197
199
|
* "id": "1",
|
|
198
200
|
* "name": "Charlie Cakes Franchises",
|
|
199
201
|
* "_links": {
|
|
200
|
-
* "self":
|
|
201
|
-
* "https://your-domain.atlassian.net/rest/servicedeskapi/organization/1"
|
|
202
|
+
* "self": "https://your-domain.atlassian.net/rest/servicedeskapi/organization/1"
|
|
202
203
|
* }
|
|
203
204
|
* }
|
|
204
|
-
*
|
|
205
|
+
* ```
|
|
206
|
+
* @path GET `/rest/servicedeskapi/organization/{organizationId}`
|
|
205
207
|
* @scopes-current manage:servicedesk-customer
|
|
206
208
|
* @scopes-beta read:organization:jira-service-management
|
|
207
209
|
* @see https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-organization#api-rest-servicedeskapi-organization-organizationid-get
|
|
210
|
+
* @param params
|
|
208
211
|
*/
|
|
209
212
|
this.getOrganization = ({ organizationId, }) => {
|
|
210
213
|
return this.getClientInstance()
|
|
@@ -237,7 +240,9 @@ class OrganizationService extends CommonHttpService_1.CommonHttpService {
|
|
|
237
240
|
*
|
|
238
241
|
* @returns Returns paginated list of organizations.
|
|
239
242
|
*
|
|
240
|
-
* example:
|
|
243
|
+
* example:
|
|
244
|
+
* ```
|
|
245
|
+
* {
|
|
241
246
|
* "_expands": [],
|
|
242
247
|
* "size": 1,
|
|
243
248
|
* "start": 1,
|
|
@@ -246,26 +251,25 @@ class OrganizationService extends CommonHttpService_1.CommonHttpService {
|
|
|
246
251
|
* "_links": {
|
|
247
252
|
* "base": "https://your-domain.atlassian.net/rest/servicedeskapi",
|
|
248
253
|
* "context": "context",
|
|
249
|
-
* "next":
|
|
250
|
-
* "https://your-domain.atlassian.net/rest/servicedeskapi/organization?start=
|
|
251
|
-
* "prev":
|
|
252
|
-
* "https://your-domain.atlassian.net/rest/servicedeskapi/organization?start=0&limit=1"
|
|
254
|
+
* "next": "https://your-domain.atlassian.net/rest/servicedeskapi/organization?start=2&limit=1",
|
|
255
|
+
* "prev": "https://your-domain.atlassian.net/rest/servicedeskapi/organization?start=0&limit=1"
|
|
253
256
|
* },
|
|
254
257
|
* "values": [
|
|
255
258
|
* {
|
|
256
259
|
* "id": "1",
|
|
257
260
|
* "name": "Charlie Cakes Franchises",
|
|
258
261
|
* "_links": {
|
|
259
|
-
* "self":
|
|
260
|
-
* "https://your-domain.atlassian.net/rest/servicedeskapi/organization/1"
|
|
262
|
+
* "self": "https://your-domain.atlassian.net/rest/servicedeskapi/organization/1"
|
|
261
263
|
* }
|
|
262
264
|
* }
|
|
263
265
|
* ]
|
|
264
266
|
* }
|
|
265
|
-
*
|
|
267
|
+
* ```
|
|
268
|
+
* @path GET `/rest/servicedeskapi/organization`
|
|
266
269
|
* @scopes-current manage:servicedesk-customer
|
|
267
270
|
* @scopes-beta read:organization:jira-service-management
|
|
268
271
|
* @see https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-organization#api-rest-servicedeskapi-organization-get
|
|
272
|
+
* @param params
|
|
269
273
|
*/
|
|
270
274
|
this.getOrganizations = ({ start, limit, accountId, } = {}) => {
|
|
271
275
|
return this.getClientInstance()
|
|
@@ -304,7 +308,9 @@ class OrganizationService extends CommonHttpService_1.CommonHttpService {
|
|
|
304
308
|
*
|
|
305
309
|
* @returns Returned if the organization was found.
|
|
306
310
|
*
|
|
307
|
-
* example:
|
|
311
|
+
* example:
|
|
312
|
+
* ```
|
|
313
|
+
* {
|
|
308
314
|
* "entityPropertyKeyBeans": [
|
|
309
315
|
* {
|
|
310
316
|
* "key": "organization.attributes",
|
|
@@ -312,10 +318,12 @@ class OrganizationService extends CommonHttpService_1.CommonHttpService {
|
|
|
312
318
|
* }
|
|
313
319
|
* ]
|
|
314
320
|
* }
|
|
315
|
-
*
|
|
321
|
+
* ```
|
|
322
|
+
* @path GET `/rest/servicedeskapi/organization/{organizationId}/property`
|
|
316
323
|
* @scopes-current manage:servicedesk-customer
|
|
317
324
|
* @scopes-beta read:organization.property:jira-service-management
|
|
318
325
|
* @see https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-organization#api-rest-servicedeskapi-organization-organizationid-property-get
|
|
326
|
+
* @param params
|
|
319
327
|
*/
|
|
320
328
|
this.getPropertiesKeys = ({ organizationId, }) => {
|
|
321
329
|
return this.getClientInstance()
|
|
@@ -353,17 +361,21 @@ class OrganizationService extends CommonHttpService_1.CommonHttpService {
|
|
|
353
361
|
*
|
|
354
362
|
* @returns Returns the organization's property.
|
|
355
363
|
*
|
|
356
|
-
* example:
|
|
364
|
+
* example:
|
|
365
|
+
* ```
|
|
366
|
+
* {
|
|
357
367
|
* "key": "organization.attributes",
|
|
358
368
|
* "value": {
|
|
359
369
|
* "mail": "charlie@example.com",
|
|
360
370
|
* "phone": "0800-1233456789"
|
|
361
371
|
* }
|
|
362
372
|
* }
|
|
363
|
-
*
|
|
373
|
+
* ```
|
|
374
|
+
* @path GET `/rest/servicedeskapi/organization/{organizationId}/property/{propertyKey}`
|
|
364
375
|
* @scopes-current manage:servicedesk-customer
|
|
365
376
|
* @scopes-beta read:organization.property:jira-service-management
|
|
366
377
|
* @see https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-organization#api-rest-servicedeskapi-organization-organizationid-property-propertykey-get
|
|
378
|
+
* @param params
|
|
367
379
|
*/
|
|
368
380
|
this.getProperty = ({ organizationId, propertyKey, }) => {
|
|
369
381
|
return this.getClientInstance()
|
|
@@ -391,7 +403,9 @@ class OrganizationService extends CommonHttpService_1.CommonHttpService {
|
|
|
391
403
|
*
|
|
392
404
|
* @returns Returns the requested organizations list.
|
|
393
405
|
*
|
|
394
|
-
* example:
|
|
406
|
+
* example:
|
|
407
|
+
* ```
|
|
408
|
+
* {
|
|
395
409
|
* "_expands": [],
|
|
396
410
|
* "size": 3,
|
|
397
411
|
* "start": 3,
|
|
@@ -400,42 +414,39 @@ class OrganizationService extends CommonHttpService_1.CommonHttpService {
|
|
|
400
414
|
* "_links": {
|
|
401
415
|
* "base": "https://your-domain.atlassian.net/rest/servicedeskapi",
|
|
402
416
|
* "context": "context",
|
|
403
|
-
* "next":
|
|
404
|
-
* "https://your-domain.atlassian.net/rest/servicedeskapi/servicedesk/10001/organization?start=
|
|
405
|
-
* "prev":
|
|
406
|
-
* "https://your-domain.atlassian.net/rest/servicedeskapi/servicedesk/10001/organization?start=0&limit=3"
|
|
417
|
+
* "next": "https://your-domain.atlassian.net/rest/servicedeskapi/servicedesk/10001/organization?start=6&limit=3",
|
|
418
|
+
* "prev": "https://your-domain.atlassian.net/rest/servicedeskapi/servicedesk/10001/organization?start=0&limit=3"
|
|
407
419
|
* },
|
|
408
420
|
* "values": [
|
|
409
421
|
* {
|
|
410
422
|
* "id": "1",
|
|
411
423
|
* "name": "Charlie Cakes Franchises",
|
|
412
424
|
* "_links": {
|
|
413
|
-
* "self":
|
|
414
|
-
* "https://your-domain.atlassian.net/rest/servicedeskapi/organization/1"
|
|
425
|
+
* "self": "https://your-domain.atlassian.net/rest/servicedeskapi/organization/1"
|
|
415
426
|
* }
|
|
416
427
|
* },
|
|
417
428
|
* {
|
|
418
429
|
* "id": "2",
|
|
419
430
|
* "name": "Atlas Coffee Co",
|
|
420
431
|
* "_links": {
|
|
421
|
-
* "self":
|
|
422
|
-
* "https://your-domain.atlassian.net/rest/servicedeskapi/organization/2"
|
|
432
|
+
* "self": "https://your-domain.atlassian.net/rest/servicedeskapi/organization/2"
|
|
423
433
|
* }
|
|
424
434
|
* },
|
|
425
435
|
* {
|
|
426
436
|
* "id": "3",
|
|
427
437
|
* "name": "The Adjustment Bureau",
|
|
428
438
|
* "_links": {
|
|
429
|
-
* "self":
|
|
430
|
-
* "https://your-domain.atlassian.net/rest/servicedeskapi/organization/3"
|
|
439
|
+
* "self": "https://your-domain.atlassian.net/rest/servicedeskapi/organization/3"
|
|
431
440
|
* }
|
|
432
441
|
* }
|
|
433
442
|
* ]
|
|
434
443
|
* }
|
|
435
|
-
*
|
|
444
|
+
* ```
|
|
445
|
+
* @path GET `/rest/servicedeskapi/servicedesk/{serviceDeskId}/organization`
|
|
436
446
|
* @scopes-current manage:servicedesk-customer
|
|
437
447
|
* @scopes-beta read:servicedesk.organization:jira-service-management
|
|
438
448
|
* @see https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-organization#api-rest-servicedeskapi-servicedesk-servicedeskid-organization-get
|
|
449
|
+
* @param params
|
|
439
450
|
*/
|
|
440
451
|
this.getServiceDeskOrganizations = ({ serviceDeskId, start, limit, accountId, }) => {
|
|
441
452
|
return this.getClientInstance()
|
|
@@ -467,10 +478,11 @@ class OrganizationService extends CommonHttpService_1.CommonHttpService {
|
|
|
467
478
|
*
|
|
468
479
|
* **[Permissions](#permissions) required**: Service desk administrator or agent.
|
|
469
480
|
*
|
|
470
|
-
* @returns Returns a paged list of users associated with the organization, ordered by
|
|
471
|
-
* their accountId.
|
|
481
|
+
* @returns Returns a paged list of users associated with the organization, ordered by their accountId.
|
|
472
482
|
*
|
|
473
|
-
* example:
|
|
483
|
+
* example:
|
|
484
|
+
* ```
|
|
485
|
+
* {
|
|
474
486
|
* "_expands": [],
|
|
475
487
|
* "size": 1,
|
|
476
488
|
* "start": 1,
|
|
@@ -479,15 +491,12 @@ class OrganizationService extends CommonHttpService_1.CommonHttpService {
|
|
|
479
491
|
* "_links": {
|
|
480
492
|
* "base": "https://your-domain.atlassian.net/rest/servicedeskapi",
|
|
481
493
|
* "context": "context",
|
|
482
|
-
* "next":
|
|
483
|
-
* "https://your-domain.atlassian.net/rest/servicedeskapi/organization/1/user?start=
|
|
484
|
-
* "prev":
|
|
485
|
-
* "https://your-domain.atlassian.net/rest/servicedeskapi/organization/1/user?start=0&limit=1"
|
|
494
|
+
* "next": "https://your-domain.atlassian.net/rest/servicedeskapi/organization/1/user?start=2&limit=1",
|
|
495
|
+
* "prev": "https://your-domain.atlassian.net/rest/servicedeskapi/organization/1/user?start=0&limit=1"
|
|
486
496
|
* },
|
|
487
497
|
* "values": [
|
|
488
498
|
* {
|
|
489
|
-
* "accountId":
|
|
490
|
-
* "qm:a713c8ea-1075-4e30-9d96-891a7d181739:5ad6d3581db05e2a66fa80b",
|
|
499
|
+
* "accountId": "qm:a713c8ea-1075-4e30-9d96-891a7d181739:5ad6d3581db05e2a66fa80b",
|
|
491
500
|
* "name": "qm:a713c8ea-1075-4e30-9d96-891a7d181739:5ad6d3581db05e2a66fa80b",
|
|
492
501
|
* "key": "qm:a713c8ea-1075-4e30-9d96-891a7d181739:5ad6d3581db05e2a66fa80b",
|
|
493
502
|
* "emailAddress": "fred@example.com",
|
|
@@ -495,55 +504,43 @@ class OrganizationService extends CommonHttpService_1.CommonHttpService {
|
|
|
495
504
|
* "active": true,
|
|
496
505
|
* "timeZone": "Australia/Sydney",
|
|
497
506
|
* "_links": {
|
|
498
|
-
* "jiraRest":
|
|
499
|
-
* "https://your-domain.atlassian.net/rest/api/2/user?username=qm:a713c8ea-1075-4e30-9d96-891a7d181739:5ad6d3581db05e2a66fa80b",
|
|
507
|
+
* "jiraRest": "https://your-domain.atlassian.net/rest/api/2/user?username=qm:a713c8ea-1075-4e30-9d96-891a7d181739:5ad6d3581db05e2a66fa80b",
|
|
500
508
|
* "avatarUrls": {
|
|
501
|
-
* "16x16":
|
|
502
|
-
* "https://avatar-cdn.atlassian.com/9bc3b5bcb0db050c6d7660b28a5b86c9?s=
|
|
503
|
-
* "
|
|
504
|
-
* "https://avatar-cdn.atlassian.com/9bc3b5bcb0db050c6d7660b28a5b86c9?s=
|
|
505
|
-
* "32x32":
|
|
506
|
-
* "https://avatar-cdn.atlassian.com/9bc3b5bcb0db050c6d7660b28a5b86c9?s=32&d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2F9bc3b5bcb0db050c6d7660b28a5b86c9%3Fd%3Dmm%26s%3D32%26noRedirect%3Dtrue",
|
|
507
|
-
* "48x48":
|
|
508
|
-
* "https://avatar-cdn.atlassian.com/9bc3b5bcb0db050c6d7660b28a5b86c9?s=48&d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2F9bc3b5bcb0db050c6d7660b28a5b86c9%3Fd%3Dmm%26s%3D48%26noRedirect%3Dtrue"
|
|
509
|
+
* "16x16": "https://avatar-cdn.atlassian.com/9bc3b5bcb0db050c6d7660b28a5b86c9?s=16&d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2F9bc3b5bcb0db050c6d7660b28a5b86c9%3Fd%3Dmm%26s%3D16%26noRedirect%3Dtrue",
|
|
510
|
+
* "24x24": "https://avatar-cdn.atlassian.com/9bc3b5bcb0db050c6d7660b28a5b86c9?s=24&d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2F9bc3b5bcb0db050c6d7660b28a5b86c9%3Fd%3Dmm%26s%3D24%26noRedirect%3Dtrue",
|
|
511
|
+
* "32x32": "https://avatar-cdn.atlassian.com/9bc3b5bcb0db050c6d7660b28a5b86c9?s=32&d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2F9bc3b5bcb0db050c6d7660b28a5b86c9%3Fd%3Dmm%26s%3D32%26noRedirect%3Dtrue",
|
|
512
|
+
* "48x48": "https://avatar-cdn.atlassian.com/9bc3b5bcb0db050c6d7660b28a5b86c9?s=48&d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2F9bc3b5bcb0db050c6d7660b28a5b86c9%3Fd%3Dmm%26s%3D48%26noRedirect%3Dtrue"
|
|
509
513
|
* },
|
|
510
|
-
* "self":
|
|
511
|
-
* "https://your-domain.atlassian.net/rest/api/2/user?username=qm:a713c8ea-1075-4e30-9d96-891a7d181739:5ad6d3581db05e2a66fa80b"
|
|
514
|
+
* "self": "https://your-domain.atlassian.net/rest/api/2/user?username=qm:a713c8ea-1075-4e30-9d96-891a7d181739:5ad6d3581db05e2a66fa80b"
|
|
512
515
|
* }
|
|
513
516
|
* },
|
|
514
517
|
* {
|
|
515
|
-
* "accountId":
|
|
516
|
-
* "qm:a713c8ea-1075-4e30-9d96-891a7d181739:5ad6d3a01db05e2a66fa80bd",
|
|
517
|
-
* "name":
|
|
518
|
-
* "qm:a713c8ea-1075-4e30-9d96-891a7d181739:5ad6d3a01db05e2a66fa80bd",
|
|
518
|
+
* "accountId": "qm:a713c8ea-1075-4e30-9d96-891a7d181739:5ad6d3a01db05e2a66fa80bd",
|
|
519
|
+
* "name": "qm:a713c8ea-1075-4e30-9d96-891a7d181739:5ad6d3a01db05e2a66fa80bd",
|
|
519
520
|
* "key": "qm:a713c8ea-1075-4e30-9d96-891a7d181739:5ad6d3a01db05e2a66fa80bd",
|
|
520
521
|
* "emailAddress": "bob@example.com",
|
|
521
522
|
* "displayName": "Bob D. Builder",
|
|
522
523
|
* "active": true,
|
|
523
524
|
* "timeZone": "Australia/Sydney",
|
|
524
525
|
* "_links": {
|
|
525
|
-
* "jiraRest":
|
|
526
|
-
* "https://your-domain.atlassian.net/rest/api/2/user?username=qm:a713c8ea-1075-4e30-9d96-891a7d181739:5ad6d3a01db05e2a66fa80bd",
|
|
526
|
+
* "jiraRest": "https://your-domain.atlassian.net/rest/api/2/user?username=qm:a713c8ea-1075-4e30-9d96-891a7d181739:5ad6d3a01db05e2a66fa80bd",
|
|
527
527
|
* "avatarUrls": {
|
|
528
|
-
* "16x16":
|
|
529
|
-
* "https://avatar-cdn.atlassian.com/9bc3b5bcb0db050c6d7660b28a5b86c9?s=
|
|
530
|
-
* "
|
|
531
|
-
* "https://avatar-cdn.atlassian.com/9bc3b5bcb0db050c6d7660b28a5b86c9?s=
|
|
532
|
-
* "32x32":
|
|
533
|
-
* "https://avatar-cdn.atlassian.com/9bc3b5bcb0db050c6d7660b28a5b86c9?s=32&d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2F9bc3b5bcb0db050c6d7660b28a5b86c9%3Fd%3Dmm%26s%3D32%26noRedirect%3Dtrue",
|
|
534
|
-
* "48x48":
|
|
535
|
-
* "https://avatar-cdn.atlassian.com/9bc3b5bcb0db050c6d7660b28a5b86c9?s=48&d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2F9bc3b5bcb0db050c6d7660b28a5b86c9%3Fd%3Dmm%26s%3D48%26noRedirect%3Dtrue"
|
|
528
|
+
* "16x16": "https://avatar-cdn.atlassian.com/9bc3b5bcb0db050c6d7660b28a5b86c9?s=16&d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2F9bc3b5bcb0db050c6d7660b28a5b86c9%3Fd%3Dmm%26s%3D16%26noRedirect%3Dtrue",
|
|
529
|
+
* "24x24": "https://avatar-cdn.atlassian.com/9bc3b5bcb0db050c6d7660b28a5b86c9?s=24&d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2F9bc3b5bcb0db050c6d7660b28a5b86c9%3Fd%3Dmm%26s%3D24%26noRedirect%3Dtrue",
|
|
530
|
+
* "32x32": "https://avatar-cdn.atlassian.com/9bc3b5bcb0db050c6d7660b28a5b86c9?s=32&d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2F9bc3b5bcb0db050c6d7660b28a5b86c9%3Fd%3Dmm%26s%3D32%26noRedirect%3Dtrue",
|
|
531
|
+
* "48x48": "https://avatar-cdn.atlassian.com/9bc3b5bcb0db050c6d7660b28a5b86c9?s=48&d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2F9bc3b5bcb0db050c6d7660b28a5b86c9%3Fd%3Dmm%26s%3D48%26noRedirect%3Dtrue"
|
|
536
532
|
* },
|
|
537
|
-
* "self":
|
|
538
|
-
* "https://your-domain.atlassian.net/rest/api/2/user?username=qm:a713c8ea-1075-4e30-9d96-891a7d181739:5ad6d3a01db05e2a66fa80bd"
|
|
533
|
+
* "self": "https://your-domain.atlassian.net/rest/api/2/user?username=qm:a713c8ea-1075-4e30-9d96-891a7d181739:5ad6d3a01db05e2a66fa80bd"
|
|
539
534
|
* }
|
|
540
535
|
* }
|
|
541
536
|
* ]
|
|
542
537
|
* }
|
|
543
|
-
*
|
|
538
|
+
* ```
|
|
539
|
+
* @path GET `/rest/servicedeskapi/organization/{organizationId}/user`
|
|
544
540
|
* @scopes-current manage:servicedesk-customer
|
|
545
541
|
* @scopes-beta read:organization.user:jira-service-management, read:user:jira
|
|
546
542
|
* @see https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-organization#api-rest-servicedeskapi-organization-organizationid-user-get
|
|
543
|
+
* @param params
|
|
547
544
|
*/
|
|
548
545
|
this.getUsersInOrganization = ({ organizationId, start, limit, }) => {
|
|
549
546
|
return this.getClientInstance()
|
|
@@ -574,11 +571,11 @@ class OrganizationService extends CommonHttpService_1.CommonHttpService {
|
|
|
574
571
|
*
|
|
575
572
|
* **[Permissions](#permissions) required**: Service desk's agent.
|
|
576
573
|
*
|
|
577
|
-
* @path
|
|
574
|
+
* @path DELETE `/rest/servicedeskapi/servicedesk/{serviceDeskId}/organization`
|
|
578
575
|
* @scopes-current manage:servicedesk-customer
|
|
579
|
-
* @scopes-beta read:servicedesk.organization:jira-service-management,
|
|
580
|
-
* delete:servicedesk.organization:jira-service-management
|
|
576
|
+
* @scopes-beta read:servicedesk.organization:jira-service-management, delete:servicedesk.organization:jira-service-management
|
|
581
577
|
* @see https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-organization#api-rest-servicedeskapi-servicedesk-servicedeskid-organization-delete
|
|
578
|
+
* @param params
|
|
582
579
|
*/
|
|
583
580
|
this.removeOrganization = ({ serviceDeskId, organizationServiceDeskUpdateDto, }) => {
|
|
584
581
|
return this.getClientInstance()
|
|
@@ -604,11 +601,11 @@ class OrganizationService extends CommonHttpService_1.CommonHttpService {
|
|
|
604
601
|
* management](https://confluence.atlassian.com/servicedeskcloud/setting-up-service-desk-users-732528877.html#Settingupservicedeskusers-manageorgsManageorganizations)**
|
|
605
602
|
* feature.
|
|
606
603
|
*
|
|
607
|
-
* @path
|
|
604
|
+
* @path DELETE `/rest/servicedeskapi/organization/{organizationId}/user`
|
|
608
605
|
* @scopes-current manage:servicedesk-customer
|
|
609
|
-
* @scopes-beta read:organization.user:jira-service-management,
|
|
610
|
-
* delete:organization.user:jira-service-management, read:user:jira
|
|
606
|
+
* @scopes-beta read:organization.user:jira-service-management, delete:organization.user:jira-service-management, read:user:jira
|
|
611
607
|
* @see https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-organization#api-rest-servicedeskapi-organization-organizationid-user-delete
|
|
608
|
+
* @param params
|
|
612
609
|
*/
|
|
613
610
|
this.removeUsersFromOrganization = ({ organizationId, usersOrganizationUpdateDto, }) => {
|
|
614
611
|
return this.getClientInstance()
|
|
@@ -643,18 +640,19 @@ class OrganizationService extends CommonHttpService_1.CommonHttpService {
|
|
|
643
640
|
* management](https://confluence.atlassian.com/servicedeskcloud/setting-up-service-desk-users-732528877.html#Settingupservicedeskusers-manageorgsManageorganizations)**
|
|
644
641
|
* feature.
|
|
645
642
|
*
|
|
646
|
-
* @returns
|
|
643
|
+
* @returns
|
|
644
|
+
* * status: 200, mediaType: application/json
|
|
647
645
|
*
|
|
648
646
|
* Returned if the organization property was updated.
|
|
649
647
|
*
|
|
650
648
|
* * status: 201, mediaType: application/json
|
|
651
649
|
*
|
|
652
650
|
* Returned if the organization property was created.
|
|
653
|
-
* @path
|
|
651
|
+
* @path PUT `/rest/servicedeskapi/organization/{organizationId}/property/{propertyKey}`
|
|
654
652
|
* @scopes-current manage:servicedesk-customer
|
|
655
|
-
* @scopes-beta read:organization.property:jira-service-management,
|
|
656
|
-
* write:organization.property:jira-service-management
|
|
653
|
+
* @scopes-beta read:organization.property:jira-service-management, write:organization.property:jira-service-management
|
|
657
654
|
* @see https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-organization#api-rest-servicedeskapi-organization-organizationid-property-propertykey-put
|
|
655
|
+
* @param params
|
|
658
656
|
*/
|
|
659
657
|
this.setProperty = ({ organizationId, propertyKey, requestBody, }) => {
|
|
660
658
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OrganizationService.js","sourceRoot":"","sources":["../../../../src/openapi/serviceManagement/services/OrganizationService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAK0B;AAC1B,yDAOgC;AAChC,wEAAqE;AACrE,+FAA+F;AAC/F,MAAa,mBAAoB,SAAQ,qCAAiB;IAA1D;;QACE;;;;;;;;;;;;WAYG;QACH,oBAAe,GAAG,CAAC,EACjB,aAAa,EACb,gCAAgC,
|
|
1
|
+
{"version":3,"file":"OrganizationService.js","sourceRoot":"","sources":["../../../../src/openapi/serviceManagement/services/OrganizationService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAK0B;AAC1B,yDAOgC;AAChC,wEAAqE;AACrE,+FAA+F;AAC/F,MAAa,mBAAoB,SAAQ,qCAAiB;IAA1D;;QACE;;;;;;;;;;;;WAYG;QACH,oBAAe,GAAG,CAAC,EACjB,aAAa,EACb,gCAAgC,GAcjC,EAAiB,EAAE;YAClB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,+DAA+D;gBACrE,MAAM,EAAE,MAAM;gBACd,UAAU,EAAE;oBACV,aAAa;iBACd;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,IAAI,EAAE,gCAAgC;aACvC,CAAC;iBACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;QAC1C,CAAC,CAAC;QACF;;;;;;;;;;;;;;WAcG;QACH,2BAAsB,GAAG,CAAC,EACxB,cAAc,EACd,0BAA0B,GAe3B,EAAiB,EAAE;YAClB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,yDAAyD;gBAC/D,MAAM,EAAE,MAAM;gBACd,UAAU,EAAE;oBACV,cAAc;iBACf;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,IAAI,EAAE,0BAA0B;aACjC,CAAC;iBACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;QAC1C,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;WA0BG;QACH,uBAAkB,GAAG,CAAC,EACpB,qBAAqB,GAStB,EAA4B,EAAE;YAC7B,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,mCAAmC;gBACzC,MAAM,EAAE,MAAM;gBACd,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,IAAI,EAAE,qBAAqB;aAC5B,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,iDAAiD,CAClD,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF;;;;;;;;;;;;WAYG;QACH,uBAAkB,GAAG,CAAC,EACpB,cAAc,GAIf,EAAiB,EAAE;YAClB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,oDAAoD;gBAC1D,MAAM,EAAE,QAAQ;gBAChB,UAAU,EAAE;oBACV,cAAc;iBACf;aACF,CAAC;iBACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;QAC1C,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;WAsBG;QACH,mBAAc,GAAG,CAAC,EAChB,cAAc,EACd,WAAW,GAMZ,EAAiB,EAAE;YAClB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,2EAA2E;gBACjF,MAAM,EAAE,QAAQ;gBAChB,UAAU,EAAE;oBACV,cAAc;oBACd,WAAW;iBACZ;aACF,CAAC;iBACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;QAC1C,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA+BG;QACH,oBAAe,GAAG,CAAC,EACjB,cAAc,GAIf,EAA4B,EAAE;YAC7B,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,oDAAoD;gBAC1D,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,cAAc;iBACf;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,8CAA8C,CAC/C,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA2CG;QACH,qBAAgB,GAAG,CAAC,EAClB,KAAK,EACL,KAAK,EACL,SAAS,MAiBP,EAAE,EAAoC,EAAE;YAC1C,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,mCAAmC;gBACzC,MAAM,EAAE,KAAK;gBACb,KAAK,EAAE;oBACL,KAAK;oBACL,KAAK;oBACL,SAAS;iBACV;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,+CAA+C,CAChD,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAiCG;QACH,sBAAiB,GAAG,CAAC,EACnB,cAAc,GAIf,EAAyB,EAAE;YAC1B,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,6DAA6D;gBACnE,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,cAAc;iBACf;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,gDAAgD,CACjD,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAiCG;QACH,gBAAW,GAAG,CAAC,EACb,cAAc,EACd,WAAW,GAMZ,EAA2B,EAAE;YAC5B,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,2EAA2E;gBACjF,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,cAAc;oBACd,WAAW;iBACZ;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,0CAA0C,CAC3C,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAmDG;QACH,gCAA2B,GAAG,CAAC,EAC7B,aAAa,EACb,KAAK,EACL,KAAK,EACL,SAAS,GAsBV,EAAoC,EAAE;YACrC,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,+DAA+D;gBACrE,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,aAAa;iBACd;gBACD,KAAK,EAAE;oBACL,KAAK;oBACL,KAAK;oBACL,SAAS;iBACV;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,0DAA0D,CAC3D,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAsEG;QACH,2BAAsB,GAAG,CAAC,EACxB,cAAc,EACd,KAAK,EACL,KAAK,GAcN,EAA4B,EAAE;YAC7B,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,yDAAyD;gBAC/D,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,cAAc;iBACf;gBACD,KAAK,EAAE;oBACL,KAAK;oBACL,KAAK;iBACN;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;QACF;;;;;;;;;;;;WAYG;QACH,uBAAkB,GAAG,CAAC,EACpB,aAAa,EACb,gCAAgC,GAcjC,EAAiB,EAAE;YAClB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,+DAA+D;gBACrE,MAAM,EAAE,QAAQ;gBAChB,UAAU,EAAE;oBACV,aAAa;iBACd;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,IAAI,EAAE,gCAAgC;aACvC,CAAC;iBACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;QAC1C,CAAC,CAAC;QACF;;;;;;;;;;;;;;WAcG;QACH,gCAA2B,GAAG,CAAC,EAC7B,cAAc,EACd,0BAA0B,GAe3B,EAAiB,EAAE;YAClB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,yDAAyD;gBAC/D,MAAM,EAAE,QAAQ;gBAChB,UAAU,EAAE;oBACV,cAAc;iBACf;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,IAAI,EAAE,0BAA0B;aACjC,CAAC;iBACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;QAC1C,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA+BG;QACH,gBAAW,GAAG,CAAC,EACb,cAAc,EACd,WAAW,EACX,WAAW,GAqBZ,EAGE,EAAE;YACH,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,2EAA2E;gBACjF,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,cAAc;oBACd,WAAW;iBACZ;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,IAAI,EAAE,WAAW;aAClB,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;gBACD,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,0CAA0C,CAC3C,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC,CAAC;QACtD,CAAC,CAAC;IAkGJ,CAAC;IAjGW,MAAM,CAAC,UAAU;QACzB,iDAAuB,CAAC,kBAAkB,CACxC,+CAA+C,EAC/C,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,yBAAyB,CAAC;SAC9D,CAAC;aACD,QAAQ,CAAC,+CAA+C,CAAC,CAC7D,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,iDAAiD,EACjD,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,iDAAiD,CAAC,CAC/D,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,8CAA8C,EAC9C,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,8CAA8C,CAAC,CAC5D,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,gDAAgD,EAChD,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,cAAc,CAAC;SACnD,CAAC;aACD,QAAQ,CAAC,gDAAgD,CAAC,CAC9D,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,0CAA0C,EAC1C,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,gBAAgB,CAAC;SACrD,CAAC;aACD,QAAQ,CAAC,0CAA0C,CAAC,CACxD,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,0CAA0C,EAC1C,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;YAClB,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;YACrB,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,WAAW,CAAC,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,GAAG,EAAE,EAAE;YACnD,IAAI,MAAM,KAAK,GAAG,IAAI,MAAM,KAAK,GAAG,EAAE,CAAC;gBACrC,OAAC,CAAC,OAAO,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;YAC1B,CAAC;iBAAM,CAAC;gBACN,GAAG,CAAC,QAAQ,CAAC;oBACX,IAAI,EAAE,OAAC,CAAC,YAAY,CAAC,MAAM;oBAC3B,IAAI,EAAE,CAAC,QAAQ,CAAC;oBAChB,OAAO,EAAE,2BAA2B,MAAM,EAAE;iBAC7C,CAAC,CAAC;YACL,CAAC;QACH,CAAC,CAAC;aACD,QAAQ,CAAC,0CAA0C,CAAC,CACxD,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,kBAAkB,CACxC,0DAA0D,EAC1D,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,yBAAyB,CAAC;SAC9D,CAAC;aACD,QAAQ,CAAC,0DAA0D,CAAC,CACxE,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC;YACnC,oDAAqC;YACrC,wCAA+B;SAChC,CAAC,CAAC;IACL,CAAC;CACF;AAjiCD,kDAiiCC"}
|