@resolution/jira-api-client 0.1.6 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/lib/index.d.ts +22 -3
- package/lib/index.js +28 -5
- package/lib/index.js.map +1 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +868 -0
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +808 -0
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -0
- package/lib/openapi/platform/core/CommonHttpClient.js +390 -0
- package/lib/openapi/platform/core/CommonHttpClient.js.map +1 -0
- package/lib/openapi/platform/core/CommonHttpService.d.ts +7 -0
- package/lib/openapi/platform/core/CommonHttpService.js +20 -0
- package/lib/openapi/platform/core/CommonHttpService.js.map +1 -0
- package/lib/openapi/platform/core/CommonValidationSchemaStorage.d.ts +35 -0
- package/lib/openapi/platform/core/CommonValidationSchemaStorage.js +65 -0
- package/lib/openapi/platform/core/CommonValidationSchemaStorage.js.map +1 -0
- package/lib/openapi/platform/models/announcementBanner.d.ts +27 -0
- package/lib/openapi/platform/models/announcementBanner.js +30 -0
- package/lib/openapi/platform/models/announcementBanner.js.map +1 -0
- package/lib/openapi/platform/models/appDataPolicies.d.ts +31 -0
- package/lib/openapi/platform/models/appDataPolicies.js +40 -0
- package/lib/openapi/platform/models/appDataPolicies.js.map +1 -0
- package/lib/openapi/platform/models/appMigration.d.ts +86 -0
- package/lib/openapi/platform/models/appMigration.js +67 -0
- package/lib/openapi/platform/models/appMigration.js.map +1 -0
- package/lib/openapi/platform/models/appProperties.d.ts +15 -0
- package/lib/openapi/platform/models/appProperties.js +18 -0
- package/lib/openapi/platform/models/appProperties.js.map +1 -0
- package/lib/openapi/platform/models/auditRecords.d.ts +70 -0
- package/lib/openapi/platform/models/auditRecords.js +62 -0
- package/lib/openapi/platform/models/auditRecords.js.map +1 -0
- package/lib/openapi/platform/models/avatars.d.ts +1 -1
- package/lib/openapi/platform/models/classificationLevels.d.ts +25 -0
- package/lib/openapi/platform/models/classificationLevels.js +31 -0
- package/lib/openapi/platform/models/classificationLevels.js.map +1 -0
- package/lib/openapi/platform/models/common.d.ts +10 -10
- package/lib/openapi/platform/models/common.js +18 -18
- package/lib/openapi/platform/models/common.js.map +1 -1
- package/lib/openapi/platform/models/dashboards.d.ts +1 -1
- package/lib/openapi/platform/models/dynamicModules.d.ts +92 -0
- package/lib/openapi/platform/models/dynamicModules.js +24 -0
- package/lib/openapi/platform/models/dynamicModules.js.map +1 -0
- package/lib/openapi/platform/models/filterSharing.d.ts +59 -0
- package/lib/openapi/platform/models/filterSharing.js +36 -0
- package/lib/openapi/platform/models/filterSharing.js.map +1 -0
- package/lib/openapi/platform/models/filters.d.ts +1 -1
- package/lib/openapi/platform/models/groupAndUserPicker.d.ts +49 -0
- package/lib/openapi/platform/models/groupAndUserPicker.js +31 -0
- package/lib/openapi/platform/models/groupAndUserPicker.js.map +1 -0
- package/lib/openapi/platform/models/groups.d.ts +1 -1
- package/lib/openapi/platform/models/issueAttachments.d.ts +124 -0
- package/lib/openapi/platform/models/issueAttachments.js +129 -0
- package/lib/openapi/platform/models/issueAttachments.js.map +1 -0
- package/lib/openapi/platform/models/issueCommentProperties.d.ts +10 -0
- package/lib/openapi/platform/models/issueCommentProperties.js +18 -0
- package/lib/openapi/platform/models/issueCommentProperties.js.map +1 -0
- package/lib/openapi/platform/models/issueComments.d.ts +36 -0
- package/lib/openapi/platform/models/issueComments.js +49 -0
- package/lib/openapi/platform/models/issueComments.js.map +1 -0
- package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.d.ts +36 -0
- package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.js +53 -0
- package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.js.map +1 -0
- package/lib/openapi/platform/models/issueCustomFieldContexts.d.ts +417 -0
- package/lib/openapi/platform/models/issueCustomFieldContexts.js +458 -0
- package/lib/openapi/platform/models/issueCustomFieldContexts.js.map +1 -0
- package/lib/openapi/platform/models/issueCustomFieldOptions.d.ts +136 -0
- package/lib/openapi/platform/models/issueCustomFieldOptions.js +115 -0
- package/lib/openapi/platform/models/issueCustomFieldOptions.js.map +1 -0
- package/lib/openapi/platform/models/issueCustomFieldOptionsApps.d.ts +119 -0
- package/lib/openapi/platform/models/issueCustomFieldOptionsApps.js +133 -0
- package/lib/openapi/platform/models/issueCustomFieldOptionsApps.js.map +1 -0
- package/lib/openapi/platform/models/issueCustomFieldValuesApps.d.ts +66 -0
- package/lib/openapi/platform/models/issueCustomFieldValuesApps.js +42 -0
- package/lib/openapi/platform/models/issueCustomFieldValuesApps.js.map +1 -0
- package/lib/openapi/platform/models/issueFieldConfigurations.d.ts +194 -0
- package/lib/openapi/platform/models/issueFieldConfigurations.js +182 -0
- package/lib/openapi/platform/models/issueFieldConfigurations.js.map +1 -0
- package/lib/openapi/platform/models/issueFields.d.ts +227 -0
- package/lib/openapi/platform/models/issueFields.js +119 -0
- package/lib/openapi/platform/models/issueFields.js.map +1 -0
- package/lib/openapi/platform/models/issueLinkTypes.d.ts +9 -0
- package/lib/openapi/platform/models/issueLinkTypes.js +21 -0
- package/lib/openapi/platform/models/issueLinkTypes.js.map +1 -0
- package/lib/openapi/platform/models/issueLinks.d.ts +90 -0
- package/lib/openapi/platform/models/issueLinks.js +74 -0
- package/lib/openapi/platform/models/issueLinks.js.map +1 -0
- package/lib/openapi/platform/models/issueNotificationSchemes.d.ts +158 -0
- package/lib/openapi/platform/models/issueNotificationSchemes.js +147 -0
- package/lib/openapi/platform/models/issueNotificationSchemes.js.map +1 -0
- package/lib/openapi/platform/models/issuePriorities.d.ts +74 -0
- package/lib/openapi/platform/models/issuePriorities.js +89 -0
- package/lib/openapi/platform/models/issuePriorities.js.map +1 -0
- package/lib/openapi/platform/models/issueProperties.d.ts +80 -0
- package/lib/openapi/platform/models/issueProperties.js +158 -0
- package/lib/openapi/platform/models/issueProperties.js.map +1 -0
- package/lib/openapi/platform/models/issueRemoteLinks.d.ts +120 -0
- package/lib/openapi/platform/models/issueRemoteLinks.js +70 -0
- package/lib/openapi/platform/models/issueRemoteLinks.js.map +1 -0
- package/lib/openapi/platform/models/issueResolutions.d.ts +81 -0
- package/lib/openapi/platform/models/issueResolutions.js +79 -0
- package/lib/openapi/platform/models/issueResolutions.js.map +1 -0
- package/lib/openapi/platform/models/issueSearch.d.ts +196 -0
- package/lib/openapi/platform/models/issueSearch.js +136 -0
- package/lib/openapi/platform/models/issueSearch.js.map +1 -0
- package/lib/openapi/platform/models/issueSecurityLevel.d.ts +36 -0
- package/lib/openapi/platform/models/issueSecurityLevel.js +36 -0
- package/lib/openapi/platform/models/issueSecurityLevel.js.map +1 -0
- package/lib/openapi/platform/models/issueSecuritySchemes.d.ts +214 -0
- package/lib/openapi/platform/models/issueSecuritySchemes.js +211 -0
- package/lib/openapi/platform/models/issueSecuritySchemes.js.map +1 -0
- package/lib/openapi/platform/models/issueTypeSchemes.d.ts +146 -0
- package/lib/openapi/platform/models/issueTypeSchemes.js +115 -0
- package/lib/openapi/platform/models/issueTypeSchemes.js.map +1 -0
- package/lib/openapi/platform/models/issueTypeScreenSchemes.d.ts +139 -0
- package/lib/openapi/platform/models/issueTypeScreenSchemes.js +109 -0
- package/lib/openapi/platform/models/issueTypeScreenSchemes.js.map +1 -0
- package/lib/openapi/platform/models/issueTypes.d.ts +36 -0
- package/lib/openapi/platform/models/issueTypes.js +28 -0
- package/lib/openapi/platform/models/issueTypes.js.map +1 -0
- package/lib/openapi/platform/models/issueVotes.d.ts +18 -0
- package/lib/openapi/platform/models/issueVotes.js +22 -0
- package/lib/openapi/platform/models/issueVotes.js.map +1 -0
- package/lib/openapi/platform/models/issueWatchers.d.ts +27 -0
- package/lib/openapi/platform/models/issueWatchers.js +36 -0
- package/lib/openapi/platform/models/issueWatchers.js.map +1 -0
- package/lib/openapi/platform/models/issueWorklogs.d.ts +93 -0
- package/lib/openapi/platform/models/issueWorklogs.js +80 -0
- package/lib/openapi/platform/models/issueWorklogs.js.map +1 -0
- package/lib/openapi/platform/models/issues.d.ts +1 -1
- package/lib/openapi/platform/models/jiraExpressions.d.ts +329 -0
- package/lib/openapi/platform/models/jiraExpressions.js +180 -0
- package/lib/openapi/platform/models/jiraExpressions.js.map +1 -0
- package/lib/openapi/platform/models/jiraSettings.d.ts +62 -0
- package/lib/openapi/platform/models/jiraSettings.js +49 -0
- package/lib/openapi/platform/models/jiraSettings.js.map +1 -0
- package/lib/openapi/platform/models/jql.d.ts +1 -1
- package/lib/openapi/platform/models/jqlFunctionsApps.d.ts +61 -0
- package/lib/openapi/platform/models/jqlFunctionsApps.js +57 -0
- package/lib/openapi/platform/models/jqlFunctionsApps.js.map +1 -0
- package/lib/openapi/platform/models/labels.d.ts +1 -1
- package/lib/openapi/platform/models/licenseMetrics.d.ts +27 -0
- package/lib/openapi/platform/models/licenseMetrics.js +32 -0
- package/lib/openapi/platform/models/licenseMetrics.js.map +1 -0
- package/lib/openapi/platform/models/myself.d.ts +1 -1
- package/lib/openapi/platform/models/permissionSchemes.d.ts +42 -0
- package/lib/openapi/platform/models/permissionSchemes.js +39 -0
- package/lib/openapi/platform/models/permissionSchemes.js.map +1 -0
- package/lib/openapi/platform/models/permissions.d.ts +1 -1
- package/lib/openapi/platform/models/prioritySchemes.d.ts +233 -0
- package/lib/openapi/platform/models/prioritySchemes.js +227 -0
- package/lib/openapi/platform/models/prioritySchemes.js.map +1 -0
- package/lib/openapi/platform/models/projectAvatars.d.ts +11 -0
- package/lib/openapi/platform/models/projectAvatars.js +20 -0
- package/lib/openapi/platform/models/projectAvatars.js.map +1 -0
- package/lib/openapi/platform/models/projectClassificationLevels.d.ts +8 -0
- package/lib/openapi/platform/models/projectClassificationLevels.js +17 -0
- package/lib/openapi/platform/models/projectClassificationLevels.js.map +1 -0
- package/lib/openapi/platform/models/projectComponents.d.ts +122 -0
- package/lib/openapi/platform/models/projectComponents.js +91 -0
- package/lib/openapi/platform/models/projectComponents.js.map +1 -0
- package/lib/openapi/platform/models/projectEmail.d.ts +10 -0
- package/lib/openapi/platform/models/projectEmail.js +18 -0
- package/lib/openapi/platform/models/projectEmail.js.map +1 -0
- package/lib/openapi/platform/models/projectFeatures.d.ts +35 -0
- package/lib/openapi/platform/models/projectFeatures.js +38 -0
- package/lib/openapi/platform/models/projectFeatures.js.map +1 -0
- package/lib/openapi/platform/models/projectPermissionSchemes.d.ts +17 -0
- package/lib/openapi/platform/models/projectPermissionSchemes.js +25 -0
- package/lib/openapi/platform/models/projectPermissionSchemes.js.map +1 -0
- package/lib/openapi/platform/models/projectRoleActors.d.ts +65 -0
- package/lib/openapi/platform/models/projectRoleActors.js +37 -0
- package/lib/openapi/platform/models/projectRoleActors.js.map +1 -0
- package/lib/openapi/platform/models/projectRoles.d.ts +41 -0
- package/lib/openapi/platform/models/projectRoles.js +34 -0
- package/lib/openapi/platform/models/projectRoles.js.map +1 -0
- package/lib/openapi/platform/models/projectTypes.d.ts +16 -0
- package/lib/openapi/platform/models/projectTypes.js +21 -0
- package/lib/openapi/platform/models/projectTypes.js.map +1 -0
- package/lib/openapi/platform/models/projectVersions.d.ts +110 -0
- package/lib/openapi/platform/models/projectVersions.js +87 -0
- package/lib/openapi/platform/models/projectVersions.js.map +1 -0
- package/lib/openapi/platform/models/projects.d.ts +1 -1
- package/lib/openapi/platform/models/screenSchemes.d.ts +94 -0
- package/lib/openapi/platform/models/screenSchemes.js +79 -0
- package/lib/openapi/platform/models/screenSchemes.js.map +1 -0
- package/lib/openapi/platform/models/screenTabFields.d.ts +19 -0
- package/lib/openapi/platform/models/screenTabFields.js +24 -0
- package/lib/openapi/platform/models/screenTabFields.js.map +1 -0
- package/lib/openapi/platform/models/screens.d.ts +1 -1
- package/lib/openapi/platform/models/serverInfo.d.ts +51 -0
- package/lib/openapi/platform/models/serverInfo.js +47 -0
- package/lib/openapi/platform/models/serverInfo.js.map +1 -0
- package/lib/openapi/platform/models/serviceRegistry.d.ts +32 -0
- package/lib/openapi/platform/models/serviceRegistry.js +34 -0
- package/lib/openapi/platform/models/serviceRegistry.js.map +1 -0
- package/lib/openapi/platform/models/status.d.ts +1 -1
- package/lib/openapi/platform/models/timeTracking.d.ts +20 -0
- package/lib/openapi/platform/models/timeTracking.js +19 -0
- package/lib/openapi/platform/models/timeTracking.js.map +1 -0
- package/lib/openapi/platform/models/uiModificationsApps.d.ts +127 -0
- package/lib/openapi/platform/models/uiModificationsApps.js +85 -0
- package/lib/openapi/platform/models/uiModificationsApps.js.map +1 -0
- package/lib/openapi/platform/models/userSearch.d.ts +37 -0
- package/lib/openapi/platform/models/userSearch.js +30 -0
- package/lib/openapi/platform/models/userSearch.js.map +1 -0
- package/lib/openapi/platform/models/users.d.ts +1 -1
- package/lib/openapi/platform/models/webhooks.d.ts +1 -1
- package/lib/openapi/platform/models/workflowSchemeDrafts.d.ts +17 -0
- package/lib/openapi/platform/models/workflowSchemeDrafts.js +37 -0
- package/lib/openapi/platform/models/workflowSchemeDrafts.js.map +1 -0
- package/lib/openapi/platform/models/workflowSchemeProjectAssociations.d.ts +29 -0
- package/lib/openapi/platform/models/workflowSchemeProjectAssociations.js +33 -0
- package/lib/openapi/platform/models/workflowSchemeProjectAssociations.js.map +1 -0
- package/lib/openapi/platform/models/workflowSchemes.d.ts +217 -0
- package/lib/openapi/platform/models/workflowSchemes.js +261 -0
- package/lib/openapi/platform/models/workflowSchemes.js.map +1 -0
- package/lib/openapi/platform/models/workflowTransitionProperties.d.ts +15 -0
- package/lib/openapi/platform/models/workflowTransitionProperties.js +19 -0
- package/lib/openapi/platform/models/workflowTransitionProperties.js.map +1 -0
- package/lib/openapi/platform/models/workflowTransitionRules.d.ts +106 -0
- package/lib/openapi/platform/models/workflowTransitionRules.js +117 -0
- package/lib/openapi/platform/models/workflowTransitionRules.js.map +1 -0
- package/lib/openapi/platform/models/workflows.d.ts +1 -1
- package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +49 -0
- package/lib/openapi/platform/services/AnnouncementBannerService.js +99 -0
- package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -0
- package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +44 -0
- package/lib/openapi/platform/services/AppDataPoliciesService.js +101 -0
- package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -0
- package/lib/openapi/platform/services/AppMigrationService.d.ts +152 -0
- package/lib/openapi/platform/services/AppMigrationService.js +178 -0
- package/lib/openapi/platform/services/AppMigrationService.js.map +1 -0
- package/lib/openapi/platform/services/AppPropertiesService.d.ts +184 -0
- package/lib/openapi/platform/services/AppPropertiesService.js +325 -0
- package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -0
- package/lib/openapi/platform/services/ApplicationRolesService.d.ts +158 -0
- package/lib/openapi/platform/services/ApplicationRolesService.js +209 -0
- package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -0
- package/lib/openapi/platform/services/AuditRecordsService.d.ts +101 -0
- package/lib/openapi/platform/services/AuditRecordsService.js +125 -0
- package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -0
- package/lib/openapi/platform/services/AvatarsService.d.ts +363 -0
- package/lib/openapi/platform/services/AvatarsService.js +523 -0
- package/lib/openapi/platform/services/AvatarsService.js.map +1 -0
- package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +72 -0
- package/lib/openapi/platform/services/ClassificationLevelsService.js +104 -0
- package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -0
- package/lib/openapi/platform/services/DashboardsService.d.ts +918 -0
- package/lib/openapi/platform/services/DashboardsService.js +1109 -0
- package/lib/openapi/platform/services/DashboardsService.js.map +1 -0
- package/lib/openapi/platform/services/DynamicModulesService.d.ts +50 -0
- package/lib/openapi/platform/services/DynamicModulesService.js +96 -0
- package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -0
- package/lib/openapi/platform/services/FilterSharingService.d.ts +446 -0
- package/lib/openapi/platform/services/FilterSharingService.js +565 -0
- package/lib/openapi/platform/services/FilterSharingService.js.map +1 -0
- package/lib/openapi/platform/services/FiltersService.d.ts +1320 -0
- package/lib/openapi/platform/services/FiltersService.js +1351 -0
- package/lib/openapi/platform/services/FiltersService.js.map +1 -0
- package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +132 -0
- package/lib/openapi/platform/services/GroupAndUserPickerService.js +140 -0
- package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -0
- package/lib/openapi/platform/services/GroupsService.d.ts +411 -0
- package/lib/openapi/platform/services/GroupsService.js +448 -0
- package/lib/openapi/platform/services/GroupsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +549 -0
- package/lib/openapi/platform/services/IssueAttachmentsService.js +724 -0
- package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +149 -0
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js +239 -0
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCommentsService.d.ts +528 -0
- package/lib/openapi/platform/services/IssueCommentsService.js +563 -0
- package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +155 -0
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +163 -0
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +659 -0
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +854 -0
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +615 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +605 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +339 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +420 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +90 -0
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +117 -0
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +561 -0
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +801 -0
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueFieldsService.d.ts +420 -0
- package/lib/openapi/platform/services/IssueFieldsService.js +555 -0
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +165 -0
- package/lib/openapi/platform/services/IssueLinkTypesService.js +263 -0
- package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueLinksService.d.ts +237 -0
- package/lib/openapi/platform/services/IssueLinksService.js +264 -0
- package/lib/openapi/platform/services/IssueLinksService.js.map +1 -0
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +55 -0
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +97 -0
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +809 -0
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js +917 -0
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -0
- package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +238 -0
- package/lib/openapi/platform/services/IssuePrioritiesService.js +372 -0
- package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -0
- package/lib/openapi/platform/services/IssuePropertiesService.d.ts +368 -0
- package/lib/openapi/platform/services/IssuePropertiesService.js +439 -0
- package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +351 -0
- package/lib/openapi/platform/services/IssueRemoteLinksService.js +429 -0
- package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -0
- package/lib/openapi/platform/services/IssueResolutionsService.d.ts +202 -0
- package/lib/openapi/platform/services/IssueResolutionsService.js +346 -0
- package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueSearchService.d.ts +887 -0
- package/lib/openapi/platform/services/IssueSearchService.js +878 -0
- package/lib/openapi/platform/services/IssueSearchService.js.map +1 -0
- package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +136 -0
- package/lib/openapi/platform/services/IssueSecurityLevelService.js +174 -0
- package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -0
- package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +530 -0
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js +721 -0
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +150 -0
- package/lib/openapi/platform/services/IssueTypePropertiesService.js +227 -0
- package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +460 -0
- package/lib/openapi/platform/services/IssueTypeSchemesService.js +615 -0
- package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +442 -0
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +606 -0
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueTypesService.d.ts +343 -0
- package/lib/openapi/platform/services/IssueTypesService.js +495 -0
- package/lib/openapi/platform/services/IssueTypesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueVotesService.d.ts +117 -0
- package/lib/openapi/platform/services/IssueVotesService.js +179 -0
- package/lib/openapi/platform/services/IssueVotesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueWatchersService.d.ts +168 -0
- package/lib/openapi/platform/services/IssueWatchersService.js +236 -0
- package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -0
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +165 -0
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +251 -0
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -0
- package/lib/openapi/platform/services/IssueWorklogsService.d.ts +694 -0
- package/lib/openapi/platform/services/IssueWorklogsService.js +701 -0
- package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -0
- package/lib/openapi/platform/services/IssuesService.d.ts +2356 -0
- package/lib/openapi/platform/services/IssuesService.js +2022 -0
- package/lib/openapi/platform/services/IssuesService.js.map +1 -0
- package/lib/openapi/platform/services/JiraExpressionsService.d.ts +298 -0
- package/lib/openapi/platform/services/JiraExpressionsService.js +272 -0
- package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -0
- package/lib/openapi/platform/services/JiraSettingsService.d.ts +236 -0
- package/lib/openapi/platform/services/JiraSettingsService.js +325 -0
- package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -0
- package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +113 -0
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js +142 -0
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -0
- package/lib/openapi/platform/services/JqlService.d.ts +623 -0
- package/lib/openapi/platform/services/JqlService.js +697 -0
- package/lib/openapi/platform/services/JqlService.js.map +1 -0
- package/lib/openapi/platform/services/LabelsService.d.ts +34 -0
- package/lib/openapi/platform/services/LabelsService.js +67 -0
- package/lib/openapi/platform/services/LabelsService.js.map +1 -0
- package/lib/openapi/platform/services/LicenseMetricsService.d.ts +82 -0
- package/lib/openapi/platform/services/LicenseMetricsService.js +160 -0
- package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -0
- package/lib/openapi/platform/services/MyselfService.d.ts +254 -0
- package/lib/openapi/platform/services/MyselfService.js +382 -0
- package/lib/openapi/platform/services/MyselfService.js.map +1 -0
- package/lib/openapi/platform/services/PermissionSchemesService.d.ts +554 -0
- package/lib/openapi/platform/services/PermissionSchemesService.js +613 -0
- package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -0
- package/lib/openapi/platform/services/PermissionsService.d.ts +214 -0
- package/lib/openapi/platform/services/PermissionsService.js +281 -0
- package/lib/openapi/platform/services/PermissionsService.js.map +1 -0
- package/lib/openapi/platform/services/PrioritySchemesService.d.ts +578 -0
- package/lib/openapi/platform/services/PrioritySchemesService.js +655 -0
- package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +170 -0
- package/lib/openapi/platform/services/ProjectAvatarsService.js +254 -0
- package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +128 -0
- package/lib/openapi/platform/services/ProjectCategoriesService.js +226 -0
- package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +90 -0
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +161 -0
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectComponentsService.d.ts +955 -0
- package/lib/openapi/platform/services/ProjectComponentsService.js +1075 -0
- package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectEmailService.d.ts +60 -0
- package/lib/openapi/platform/services/ProjectEmailService.js +113 -0
- package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +103 -0
- package/lib/openapi/platform/services/ProjectFeaturesService.js +155 -0
- package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +59 -0
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +135 -0
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +179 -0
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +255 -0
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +147 -0
- package/lib/openapi/platform/services/ProjectPropertiesService.js +224 -0
- package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +351 -0
- package/lib/openapi/platform/services/ProjectRoleActorsService.js +413 -0
- package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectRolesService.d.ts +484 -0
- package/lib/openapi/platform/services/ProjectRolesService.js +647 -0
- package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectTypesService.d.ts +121 -0
- package/lib/openapi/platform/services/ProjectTypesService.js +220 -0
- package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectVersionsService.d.ts +632 -0
- package/lib/openapi/platform/services/ProjectVersionsService.js +852 -0
- package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectsService.d.ts +1622 -0
- package/lib/openapi/platform/services/ProjectsService.js +1686 -0
- package/lib/openapi/platform/services/ProjectsService.js.map +1 -0
- package/lib/openapi/platform/services/ScreenSchemesService.d.ts +166 -0
- package/lib/openapi/platform/services/ScreenSchemesService.js +216 -0
- package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -0
- package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +103 -0
- package/lib/openapi/platform/services/ScreenTabFieldsService.js +181 -0
- package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -0
- package/lib/openapi/platform/services/ScreenTabsService.d.ts +164 -0
- package/lib/openapi/platform/services/ScreenTabsService.js +278 -0
- package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -0
- package/lib/openapi/platform/services/ScreensService.d.ts +226 -0
- package/lib/openapi/platform/services/ScreensService.js +346 -0
- package/lib/openapi/platform/services/ScreensService.js.map +1 -0
- package/lib/openapi/platform/services/ServerInfoService.d.ts +40 -0
- package/lib/openapi/platform/services/ServerInfoService.js +74 -0
- package/lib/openapi/platform/services/ServerInfoService.js.map +1 -0
- package/lib/openapi/platform/services/ServiceRegistryService.d.ts +32 -0
- package/lib/openapi/platform/services/ServiceRegistryService.js +60 -0
- package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -0
- package/lib/openapi/platform/services/StatusService.d.ts +268 -0
- package/lib/openapi/platform/services/StatusService.js +321 -0
- package/lib/openapi/platform/services/StatusService.js.map +1 -0
- package/lib/openapi/platform/services/TasksService.d.ts +71 -0
- package/lib/openapi/platform/services/TasksService.js +126 -0
- package/lib/openapi/platform/services/TasksService.js.map +1 -0
- package/lib/openapi/platform/services/TimeTrackingService.d.ts +140 -0
- package/lib/openapi/platform/services/TimeTrackingService.js +260 -0
- package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -0
- package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +212 -0
- package/lib/openapi/platform/services/UiModificationsAppsService.js +262 -0
- package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -0
- package/lib/openapi/platform/services/UserPropertiesService.d.ts +218 -0
- package/lib/openapi/platform/services/UserPropertiesService.js +254 -0
- package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -0
- package/lib/openapi/platform/services/UserSearchService.d.ts +782 -0
- package/lib/openapi/platform/services/UserSearchService.js +784 -0
- package/lib/openapi/platform/services/UserSearchService.js.map +1 -0
- package/lib/openapi/platform/services/UsersService.d.ts +579 -0
- package/lib/openapi/platform/services/UsersService.js +729 -0
- package/lib/openapi/platform/services/UsersService.js.map +1 -0
- package/lib/openapi/platform/services/WebhooksService.d.ts +258 -0
- package/lib/openapi/platform/services/WebhooksService.js +307 -0
- package/lib/openapi/platform/services/WebhooksService.js.map +1 -0
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +744 -0
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +956 -0
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -0
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +85 -0
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +134 -0
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -0
- package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +843 -0
- package/lib/openapi/platform/services/WorkflowSchemesService.js +1030 -0
- package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -0
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +60 -0
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +115 -0
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -0
- package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +87 -0
- package/lib/openapi/platform/services/WorkflowStatusesService.js +142 -0
- package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -0
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +189 -0
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +224 -0
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -0
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +319 -0
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +326 -0
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -0
- package/lib/openapi/platform/services/WorkflowsService.d.ts +3032 -0
- package/lib/openapi/platform/services/WorkflowsService.js +2529 -0
- package/lib/openapi/platform/services/WorkflowsService.js.map +1 -0
- package/lib/openapi/platform/validationSchemaStorage.d.ts +3 -0
- package/lib/openapi/platform/validationSchemaStorage.js +144 -0
- package/lib/openapi/platform/validationSchemaStorage.js.map +1 -0
- package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +430 -0
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js +444 -0
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -0
- package/lib/openapi/software/core/CommonHttpClient.js +390 -0
- package/lib/openapi/software/core/CommonHttpClient.js.map +1 -0
- package/lib/openapi/software/core/CommonHttpService.d.ts +7 -0
- package/lib/openapi/software/core/CommonHttpService.js +20 -0
- package/lib/openapi/software/core/CommonHttpService.js.map +1 -0
- package/lib/openapi/software/core/CommonValidationSchemaStorage.d.ts +35 -0
- package/lib/openapi/software/core/CommonValidationSchemaStorage.js +65 -0
- package/lib/openapi/software/core/CommonValidationSchemaStorage.js.map +1 -0
- package/lib/openapi/software/models/board.d.ts +519 -457
- package/lib/openapi/software/models/board.js +515 -334
- package/lib/openapi/software/models/board.js.map +1 -1
- package/lib/openapi/software/models/builds.d.ts +352 -0
- package/lib/openapi/software/models/builds.js +116 -0
- package/lib/openapi/software/models/builds.js.map +1 -0
- package/lib/openapi/software/models/common.d.ts +122 -0
- package/lib/openapi/software/models/common.js +109 -0
- package/lib/openapi/software/models/common.js.map +1 -0
- package/lib/openapi/software/models/deployments.d.ts +245 -0
- package/lib/openapi/software/models/deployments.js +154 -0
- package/lib/openapi/software/models/deployments.js.map +1 -0
- package/lib/openapi/software/models/devOpsComponents.d.ts +90 -0
- package/lib/openapi/software/models/devOpsComponents.js +49 -0
- package/lib/openapi/software/models/devOpsComponents.js.map +1 -0
- package/lib/openapi/software/models/developmentInformation.d.ts +649 -0
- package/lib/openapi/software/models/developmentInformation.js +217 -0
- package/lib/openapi/software/models/developmentInformation.js.map +1 -0
- package/lib/openapi/software/models/epic.d.ts +17 -0
- package/lib/openapi/software/models/epic.js +51 -0
- package/lib/openapi/software/models/epic.js.map +1 -0
- package/lib/openapi/software/models/featureFlags.d.ts +180 -0
- package/lib/openapi/software/models/featureFlags.js +65 -0
- package/lib/openapi/software/models/featureFlags.js.map +1 -0
- package/lib/openapi/software/models/issue.d.ts +6 -0
- package/lib/openapi/software/models/issue.js +17 -0
- package/lib/openapi/software/models/issue.js.map +1 -0
- package/lib/openapi/software/models/operations.d.ts +420 -0
- package/lib/openapi/software/models/operations.js +167 -0
- package/lib/openapi/software/models/operations.js.map +1 -0
- package/lib/openapi/software/models/remoteLinks.d.ts +268 -0
- package/lib/openapi/software/models/remoteLinks.js +108 -0
- package/lib/openapi/software/models/remoteLinks.js.map +1 -0
- package/lib/openapi/software/models/securityInformation.d.ts +386 -0
- package/lib/openapi/software/models/securityInformation.js +129 -0
- package/lib/openapi/software/models/securityInformation.js.map +1 -0
- package/lib/openapi/software/models/sprint.d.ts +13 -0
- package/lib/openapi/software/models/sprint.js +27 -0
- package/lib/openapi/software/models/sprint.js.map +1 -0
- package/lib/openapi/software/services/BacklogService.d.ts +75 -0
- package/lib/openapi/software/services/BacklogService.js +113 -0
- package/lib/openapi/software/services/BacklogService.js.map +1 -0
- package/lib/openapi/software/services/BoardService.d.ts +1920 -0
- package/lib/openapi/software/services/BoardService.js +2268 -0
- package/lib/openapi/software/services/BoardService.js.map +1 -0
- package/lib/openapi/software/services/BuildsService.d.ts +201 -0
- package/lib/openapi/software/services/BuildsService.js +200 -0
- package/lib/openapi/software/services/BuildsService.js.map +1 -0
- package/lib/openapi/software/services/DeploymentsService.d.ts +218 -0
- package/lib/openapi/software/services/DeploymentsService.js +236 -0
- package/lib/openapi/software/services/DeploymentsService.js.map +1 -0
- package/lib/openapi/software/services/DevOpsComponentsService.d.ts +335 -0
- package/lib/openapi/software/services/DevOpsComponentsService.js +309 -0
- package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -0
- package/lib/openapi/software/services/DevelopmentInformationService.d.ts +186 -0
- package/lib/openapi/software/services/DevelopmentInformationService.js +221 -0
- package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -0
- package/lib/openapi/software/services/EpicService.d.ts +583 -0
- package/lib/openapi/software/services/EpicService.js +633 -0
- package/lib/openapi/software/services/EpicService.js.map +1 -0
- package/lib/openapi/software/services/FeatureFlagsService.d.ts +171 -0
- package/lib/openapi/software/services/FeatureFlagsService.js +186 -0
- package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -0
- package/lib/openapi/software/services/IssueService.d.ts +324 -0
- package/lib/openapi/software/services/IssueService.js +412 -0
- package/lib/openapi/software/services/IssueService.js.map +1 -0
- package/lib/openapi/software/services/OperationsService.d.ts +598 -0
- package/lib/openapi/software/services/OperationsService.js +510 -0
- package/lib/openapi/software/services/OperationsService.js.map +1 -0
- package/lib/openapi/software/services/RemoteLinksService.d.ts +363 -0
- package/lib/openapi/software/services/RemoteLinksService.js +316 -0
- package/lib/openapi/software/services/RemoteLinksService.js.map +1 -0
- package/lib/openapi/software/services/SecurityInformationService.d.ts +258 -0
- package/lib/openapi/software/services/SecurityInformationService.js +314 -0
- package/lib/openapi/software/services/SecurityInformationService.js.map +1 -0
- package/lib/openapi/software/services/SprintService.d.ts +507 -0
- package/lib/openapi/software/services/SprintService.js +676 -0
- package/lib/openapi/software/services/SprintService.js.map +1 -0
- package/lib/openapi/software/validationSchemaStorage.d.ts +3 -0
- package/lib/openapi/software/validationSchemaStorage.js +144 -0
- package/lib/openapi/software/validationSchemaStorage.js.map +1 -0
- package/package.json +6 -6
- package/lib/openapi/platform/base-jira-platform-api-client.d.ts +0 -868
- package/lib/openapi/platform/base-jira-platform-api-client.js +0 -808
- package/lib/openapi/platform/base-jira-platform-api-client.js.map +0 -1
- package/lib/openapi/platform/core/common-http-client.js +0 -390
- package/lib/openapi/platform/core/common-http-client.js.map +0 -1
- package/lib/openapi/platform/core/common-http-service.d.ts +0 -7
- package/lib/openapi/platform/core/common-http-service.js +0 -20
- package/lib/openapi/platform/core/common-http-service.js.map +0 -1
- package/lib/openapi/platform/core/common-validation-schema-storage.d.ts +0 -35
- package/lib/openapi/platform/core/common-validation-schema-storage.js +0 -65
- package/lib/openapi/platform/core/common-validation-schema-storage.js.map +0 -1
- package/lib/openapi/platform/models/announcement-banner.d.ts +0 -27
- package/lib/openapi/platform/models/announcement-banner.js +0 -30
- package/lib/openapi/platform/models/announcement-banner.js.map +0 -1
- package/lib/openapi/platform/models/app-data-policies.d.ts +0 -31
- package/lib/openapi/platform/models/app-data-policies.js +0 -40
- package/lib/openapi/platform/models/app-data-policies.js.map +0 -1
- package/lib/openapi/platform/models/app-migration.d.ts +0 -86
- package/lib/openapi/platform/models/app-migration.js +0 -67
- package/lib/openapi/platform/models/app-migration.js.map +0 -1
- package/lib/openapi/platform/models/app-properties.d.ts +0 -15
- package/lib/openapi/platform/models/app-properties.js +0 -18
- package/lib/openapi/platform/models/app-properties.js.map +0 -1
- package/lib/openapi/platform/models/audit-records.d.ts +0 -70
- package/lib/openapi/platform/models/audit-records.js +0 -62
- package/lib/openapi/platform/models/audit-records.js.map +0 -1
- package/lib/openapi/platform/models/classification-levels.d.ts +0 -25
- package/lib/openapi/platform/models/classification-levels.js +0 -31
- package/lib/openapi/platform/models/classification-levels.js.map +0 -1
- package/lib/openapi/platform/models/dynamic-modules.d.ts +0 -92
- package/lib/openapi/platform/models/dynamic-modules.js +0 -24
- package/lib/openapi/platform/models/dynamic-modules.js.map +0 -1
- package/lib/openapi/platform/models/filter-sharing.d.ts +0 -59
- package/lib/openapi/platform/models/filter-sharing.js +0 -36
- package/lib/openapi/platform/models/filter-sharing.js.map +0 -1
- package/lib/openapi/platform/models/group-and-user-picker.d.ts +0 -49
- package/lib/openapi/platform/models/group-and-user-picker.js +0 -31
- package/lib/openapi/platform/models/group-and-user-picker.js.map +0 -1
- package/lib/openapi/platform/models/issue-attachments.d.ts +0 -124
- package/lib/openapi/platform/models/issue-attachments.js +0 -129
- package/lib/openapi/platform/models/issue-attachments.js.map +0 -1
- package/lib/openapi/platform/models/issue-comment-properties.d.ts +0 -10
- package/lib/openapi/platform/models/issue-comment-properties.js +0 -18
- package/lib/openapi/platform/models/issue-comment-properties.js.map +0 -1
- package/lib/openapi/platform/models/issue-comments.d.ts +0 -36
- package/lib/openapi/platform/models/issue-comments.js +0 -49
- package/lib/openapi/platform/models/issue-comments.js.map +0 -1
- package/lib/openapi/platform/models/issue-custom-field-configuration-apps.d.ts +0 -36
- package/lib/openapi/platform/models/issue-custom-field-configuration-apps.js +0 -53
- package/lib/openapi/platform/models/issue-custom-field-configuration-apps.js.map +0 -1
- package/lib/openapi/platform/models/issue-custom-field-contexts.d.ts +0 -417
- package/lib/openapi/platform/models/issue-custom-field-contexts.js +0 -458
- package/lib/openapi/platform/models/issue-custom-field-contexts.js.map +0 -1
- package/lib/openapi/platform/models/issue-custom-field-options-apps.d.ts +0 -119
- package/lib/openapi/platform/models/issue-custom-field-options-apps.js +0 -133
- package/lib/openapi/platform/models/issue-custom-field-options-apps.js.map +0 -1
- package/lib/openapi/platform/models/issue-custom-field-options.d.ts +0 -136
- package/lib/openapi/platform/models/issue-custom-field-options.js +0 -115
- package/lib/openapi/platform/models/issue-custom-field-options.js.map +0 -1
- package/lib/openapi/platform/models/issue-custom-field-values-apps.d.ts +0 -66
- package/lib/openapi/platform/models/issue-custom-field-values-apps.js +0 -42
- package/lib/openapi/platform/models/issue-custom-field-values-apps.js.map +0 -1
- package/lib/openapi/platform/models/issue-field-configurations.d.ts +0 -194
- package/lib/openapi/platform/models/issue-field-configurations.js +0 -182
- package/lib/openapi/platform/models/issue-field-configurations.js.map +0 -1
- package/lib/openapi/platform/models/issue-fields.d.ts +0 -227
- package/lib/openapi/platform/models/issue-fields.js +0 -119
- package/lib/openapi/platform/models/issue-fields.js.map +0 -1
- package/lib/openapi/platform/models/issue-link-types.d.ts +0 -9
- package/lib/openapi/platform/models/issue-link-types.js +0 -21
- package/lib/openapi/platform/models/issue-link-types.js.map +0 -1
- package/lib/openapi/platform/models/issue-links.d.ts +0 -90
- package/lib/openapi/platform/models/issue-links.js +0 -74
- package/lib/openapi/platform/models/issue-links.js.map +0 -1
- package/lib/openapi/platform/models/issue-notification-schemes.d.ts +0 -158
- package/lib/openapi/platform/models/issue-notification-schemes.js +0 -147
- package/lib/openapi/platform/models/issue-notification-schemes.js.map +0 -1
- package/lib/openapi/platform/models/issue-priorities.d.ts +0 -74
- package/lib/openapi/platform/models/issue-priorities.js +0 -89
- package/lib/openapi/platform/models/issue-priorities.js.map +0 -1
- package/lib/openapi/platform/models/issue-properties.d.ts +0 -80
- package/lib/openapi/platform/models/issue-properties.js +0 -158
- package/lib/openapi/platform/models/issue-properties.js.map +0 -1
- package/lib/openapi/platform/models/issue-remote-links.d.ts +0 -120
- package/lib/openapi/platform/models/issue-remote-links.js +0 -70
- package/lib/openapi/platform/models/issue-remote-links.js.map +0 -1
- package/lib/openapi/platform/models/issue-resolutions.d.ts +0 -81
- package/lib/openapi/platform/models/issue-resolutions.js +0 -79
- package/lib/openapi/platform/models/issue-resolutions.js.map +0 -1
- package/lib/openapi/platform/models/issue-search.d.ts +0 -196
- package/lib/openapi/platform/models/issue-search.js +0 -136
- package/lib/openapi/platform/models/issue-search.js.map +0 -1
- package/lib/openapi/platform/models/issue-security-level.d.ts +0 -36
- package/lib/openapi/platform/models/issue-security-level.js +0 -36
- package/lib/openapi/platform/models/issue-security-level.js.map +0 -1
- package/lib/openapi/platform/models/issue-security-schemes.d.ts +0 -214
- package/lib/openapi/platform/models/issue-security-schemes.js +0 -211
- package/lib/openapi/platform/models/issue-security-schemes.js.map +0 -1
- package/lib/openapi/platform/models/issue-type-schemes.d.ts +0 -146
- package/lib/openapi/platform/models/issue-type-schemes.js +0 -115
- package/lib/openapi/platform/models/issue-type-schemes.js.map +0 -1
- package/lib/openapi/platform/models/issue-type-screen-schemes.d.ts +0 -139
- package/lib/openapi/platform/models/issue-type-screen-schemes.js +0 -109
- package/lib/openapi/platform/models/issue-type-screen-schemes.js.map +0 -1
- package/lib/openapi/platform/models/issue-types.d.ts +0 -36
- package/lib/openapi/platform/models/issue-types.js +0 -28
- package/lib/openapi/platform/models/issue-types.js.map +0 -1
- package/lib/openapi/platform/models/issue-votes.d.ts +0 -18
- package/lib/openapi/platform/models/issue-votes.js +0 -22
- package/lib/openapi/platform/models/issue-votes.js.map +0 -1
- package/lib/openapi/platform/models/issue-watchers.d.ts +0 -27
- package/lib/openapi/platform/models/issue-watchers.js +0 -36
- package/lib/openapi/platform/models/issue-watchers.js.map +0 -1
- package/lib/openapi/platform/models/issue-worklogs.d.ts +0 -93
- package/lib/openapi/platform/models/issue-worklogs.js +0 -80
- package/lib/openapi/platform/models/issue-worklogs.js.map +0 -1
- package/lib/openapi/platform/models/jira-expressions.d.ts +0 -329
- package/lib/openapi/platform/models/jira-expressions.js +0 -180
- package/lib/openapi/platform/models/jira-expressions.js.map +0 -1
- package/lib/openapi/platform/models/jira-settings.d.ts +0 -62
- package/lib/openapi/platform/models/jira-settings.js +0 -49
- package/lib/openapi/platform/models/jira-settings.js.map +0 -1
- package/lib/openapi/platform/models/jql-functions-apps.d.ts +0 -61
- package/lib/openapi/platform/models/jql-functions-apps.js +0 -57
- package/lib/openapi/platform/models/jql-functions-apps.js.map +0 -1
- package/lib/openapi/platform/models/license-metrics.d.ts +0 -27
- package/lib/openapi/platform/models/license-metrics.js +0 -32
- package/lib/openapi/platform/models/license-metrics.js.map +0 -1
- package/lib/openapi/platform/models/permission-schemes.d.ts +0 -42
- package/lib/openapi/platform/models/permission-schemes.js +0 -39
- package/lib/openapi/platform/models/permission-schemes.js.map +0 -1
- package/lib/openapi/platform/models/priority-schemes.d.ts +0 -233
- package/lib/openapi/platform/models/priority-schemes.js +0 -227
- package/lib/openapi/platform/models/priority-schemes.js.map +0 -1
- package/lib/openapi/platform/models/project-avatars.d.ts +0 -11
- package/lib/openapi/platform/models/project-avatars.js +0 -20
- package/lib/openapi/platform/models/project-avatars.js.map +0 -1
- package/lib/openapi/platform/models/project-classification-levels.d.ts +0 -8
- package/lib/openapi/platform/models/project-classification-levels.js +0 -17
- package/lib/openapi/platform/models/project-classification-levels.js.map +0 -1
- package/lib/openapi/platform/models/project-components.d.ts +0 -122
- package/lib/openapi/platform/models/project-components.js +0 -91
- package/lib/openapi/platform/models/project-components.js.map +0 -1
- package/lib/openapi/platform/models/project-email.d.ts +0 -10
- package/lib/openapi/platform/models/project-email.js +0 -18
- package/lib/openapi/platform/models/project-email.js.map +0 -1
- package/lib/openapi/platform/models/project-features.d.ts +0 -35
- package/lib/openapi/platform/models/project-features.js +0 -38
- package/lib/openapi/platform/models/project-features.js.map +0 -1
- package/lib/openapi/platform/models/project-permission-schemes.d.ts +0 -17
- package/lib/openapi/platform/models/project-permission-schemes.js +0 -25
- package/lib/openapi/platform/models/project-permission-schemes.js.map +0 -1
- package/lib/openapi/platform/models/project-role-actors.d.ts +0 -65
- package/lib/openapi/platform/models/project-role-actors.js +0 -37
- package/lib/openapi/platform/models/project-role-actors.js.map +0 -1
- package/lib/openapi/platform/models/project-roles.d.ts +0 -41
- package/lib/openapi/platform/models/project-roles.js +0 -34
- package/lib/openapi/platform/models/project-roles.js.map +0 -1
- package/lib/openapi/platform/models/project-types.d.ts +0 -16
- package/lib/openapi/platform/models/project-types.js +0 -21
- package/lib/openapi/platform/models/project-types.js.map +0 -1
- package/lib/openapi/platform/models/project-versions.d.ts +0 -110
- package/lib/openapi/platform/models/project-versions.js +0 -87
- package/lib/openapi/platform/models/project-versions.js.map +0 -1
- package/lib/openapi/platform/models/screen-schemes.d.ts +0 -94
- package/lib/openapi/platform/models/screen-schemes.js +0 -79
- package/lib/openapi/platform/models/screen-schemes.js.map +0 -1
- package/lib/openapi/platform/models/screen-tab-fields.d.ts +0 -19
- package/lib/openapi/platform/models/screen-tab-fields.js +0 -24
- package/lib/openapi/platform/models/screen-tab-fields.js.map +0 -1
- package/lib/openapi/platform/models/server-info.d.ts +0 -51
- package/lib/openapi/platform/models/server-info.js +0 -47
- package/lib/openapi/platform/models/server-info.js.map +0 -1
- package/lib/openapi/platform/models/service-registry.d.ts +0 -32
- package/lib/openapi/platform/models/service-registry.js +0 -34
- package/lib/openapi/platform/models/service-registry.js.map +0 -1
- package/lib/openapi/platform/models/time-tracking.d.ts +0 -20
- package/lib/openapi/platform/models/time-tracking.js +0 -19
- package/lib/openapi/platform/models/time-tracking.js.map +0 -1
- package/lib/openapi/platform/models/ui-modifications-apps.d.ts +0 -127
- package/lib/openapi/platform/models/ui-modifications-apps.js +0 -85
- package/lib/openapi/platform/models/ui-modifications-apps.js.map +0 -1
- package/lib/openapi/platform/models/user-search.d.ts +0 -37
- package/lib/openapi/platform/models/user-search.js +0 -30
- package/lib/openapi/platform/models/user-search.js.map +0 -1
- package/lib/openapi/platform/models/workflow-scheme-drafts.d.ts +0 -17
- package/lib/openapi/platform/models/workflow-scheme-drafts.js +0 -37
- package/lib/openapi/platform/models/workflow-scheme-drafts.js.map +0 -1
- package/lib/openapi/platform/models/workflow-scheme-project-associations.d.ts +0 -29
- package/lib/openapi/platform/models/workflow-scheme-project-associations.js +0 -33
- package/lib/openapi/platform/models/workflow-scheme-project-associations.js.map +0 -1
- package/lib/openapi/platform/models/workflow-schemes.d.ts +0 -217
- package/lib/openapi/platform/models/workflow-schemes.js +0 -261
- package/lib/openapi/platform/models/workflow-schemes.js.map +0 -1
- package/lib/openapi/platform/models/workflow-transition-properties.d.ts +0 -15
- package/lib/openapi/platform/models/workflow-transition-properties.js +0 -19
- package/lib/openapi/platform/models/workflow-transition-properties.js.map +0 -1
- package/lib/openapi/platform/models/workflow-transition-rules.d.ts +0 -106
- package/lib/openapi/platform/models/workflow-transition-rules.js +0 -117
- package/lib/openapi/platform/models/workflow-transition-rules.js.map +0 -1
- package/lib/openapi/platform/services/announcement-banner-service.d.ts +0 -49
- package/lib/openapi/platform/services/announcement-banner-service.js +0 -99
- package/lib/openapi/platform/services/announcement-banner-service.js.map +0 -1
- package/lib/openapi/platform/services/app-data-policies-service.d.ts +0 -44
- package/lib/openapi/platform/services/app-data-policies-service.js +0 -101
- package/lib/openapi/platform/services/app-data-policies-service.js.map +0 -1
- package/lib/openapi/platform/services/app-migration-service.d.ts +0 -152
- package/lib/openapi/platform/services/app-migration-service.js +0 -178
- package/lib/openapi/platform/services/app-migration-service.js.map +0 -1
- package/lib/openapi/platform/services/app-properties-service.d.ts +0 -184
- package/lib/openapi/platform/services/app-properties-service.js +0 -325
- package/lib/openapi/platform/services/app-properties-service.js.map +0 -1
- package/lib/openapi/platform/services/application-roles-service.d.ts +0 -158
- package/lib/openapi/platform/services/application-roles-service.js +0 -209
- package/lib/openapi/platform/services/application-roles-service.js.map +0 -1
- package/lib/openapi/platform/services/audit-records-service.d.ts +0 -101
- package/lib/openapi/platform/services/audit-records-service.js +0 -125
- package/lib/openapi/platform/services/audit-records-service.js.map +0 -1
- package/lib/openapi/platform/services/avatars-service.d.ts +0 -363
- package/lib/openapi/platform/services/avatars-service.js +0 -523
- package/lib/openapi/platform/services/avatars-service.js.map +0 -1
- package/lib/openapi/platform/services/classification-levels-service.d.ts +0 -72
- package/lib/openapi/platform/services/classification-levels-service.js +0 -104
- package/lib/openapi/platform/services/classification-levels-service.js.map +0 -1
- package/lib/openapi/platform/services/dashboards-service.d.ts +0 -918
- package/lib/openapi/platform/services/dashboards-service.js +0 -1109
- package/lib/openapi/platform/services/dashboards-service.js.map +0 -1
- package/lib/openapi/platform/services/dynamic-modules-service.d.ts +0 -50
- package/lib/openapi/platform/services/dynamic-modules-service.js +0 -96
- package/lib/openapi/platform/services/dynamic-modules-service.js.map +0 -1
- package/lib/openapi/platform/services/filter-sharing-service.d.ts +0 -446
- package/lib/openapi/platform/services/filter-sharing-service.js +0 -565
- package/lib/openapi/platform/services/filter-sharing-service.js.map +0 -1
- package/lib/openapi/platform/services/filters-service.d.ts +0 -1320
- package/lib/openapi/platform/services/filters-service.js +0 -1351
- package/lib/openapi/platform/services/filters-service.js.map +0 -1
- package/lib/openapi/platform/services/group-and-user-picker-service.d.ts +0 -132
- package/lib/openapi/platform/services/group-and-user-picker-service.js +0 -140
- package/lib/openapi/platform/services/group-and-user-picker-service.js.map +0 -1
- package/lib/openapi/platform/services/groups-service.d.ts +0 -411
- package/lib/openapi/platform/services/groups-service.js +0 -448
- package/lib/openapi/platform/services/groups-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-attachments-service.d.ts +0 -549
- package/lib/openapi/platform/services/issue-attachments-service.js +0 -724
- package/lib/openapi/platform/services/issue-attachments-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-comment-properties-service.d.ts +0 -149
- package/lib/openapi/platform/services/issue-comment-properties-service.js +0 -239
- package/lib/openapi/platform/services/issue-comment-properties-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-comments-service.d.ts +0 -528
- package/lib/openapi/platform/services/issue-comments-service.js +0 -563
- package/lib/openapi/platform/services/issue-comments-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-custom-field-configuration-apps-service.d.ts +0 -155
- package/lib/openapi/platform/services/issue-custom-field-configuration-apps-service.js +0 -163
- package/lib/openapi/platform/services/issue-custom-field-configuration-apps-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-custom-field-contexts-service.d.ts +0 -659
- package/lib/openapi/platform/services/issue-custom-field-contexts-service.js +0 -854
- package/lib/openapi/platform/services/issue-custom-field-contexts-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-custom-field-options-apps-service.d.ts +0 -615
- package/lib/openapi/platform/services/issue-custom-field-options-apps-service.js +0 -605
- package/lib/openapi/platform/services/issue-custom-field-options-apps-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-custom-field-options-service.d.ts +0 -339
- package/lib/openapi/platform/services/issue-custom-field-options-service.js +0 -420
- package/lib/openapi/platform/services/issue-custom-field-options-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-custom-field-values-apps-service.d.ts +0 -90
- package/lib/openapi/platform/services/issue-custom-field-values-apps-service.js +0 -117
- package/lib/openapi/platform/services/issue-custom-field-values-apps-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-field-configurations-service.d.ts +0 -561
- package/lib/openapi/platform/services/issue-field-configurations-service.js +0 -801
- package/lib/openapi/platform/services/issue-field-configurations-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-fields-service.d.ts +0 -420
- package/lib/openapi/platform/services/issue-fields-service.js +0 -555
- package/lib/openapi/platform/services/issue-fields-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-link-types-service.d.ts +0 -165
- package/lib/openapi/platform/services/issue-link-types-service.js +0 -263
- package/lib/openapi/platform/services/issue-link-types-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-links-service.d.ts +0 -237
- package/lib/openapi/platform/services/issue-links-service.js +0 -264
- package/lib/openapi/platform/services/issue-links-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-navigator-settings-service.d.ts +0 -55
- package/lib/openapi/platform/services/issue-navigator-settings-service.js +0 -97
- package/lib/openapi/platform/services/issue-navigator-settings-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-notification-schemes-service.d.ts +0 -809
- package/lib/openapi/platform/services/issue-notification-schemes-service.js +0 -917
- package/lib/openapi/platform/services/issue-notification-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-priorities-service.d.ts +0 -238
- package/lib/openapi/platform/services/issue-priorities-service.js +0 -372
- package/lib/openapi/platform/services/issue-priorities-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-properties-service.d.ts +0 -368
- package/lib/openapi/platform/services/issue-properties-service.js +0 -439
- package/lib/openapi/platform/services/issue-properties-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-remote-links-service.d.ts +0 -351
- package/lib/openapi/platform/services/issue-remote-links-service.js +0 -429
- package/lib/openapi/platform/services/issue-remote-links-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-resolutions-service.d.ts +0 -202
- package/lib/openapi/platform/services/issue-resolutions-service.js +0 -346
- package/lib/openapi/platform/services/issue-resolutions-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-search-service.d.ts +0 -887
- package/lib/openapi/platform/services/issue-search-service.js +0 -878
- package/lib/openapi/platform/services/issue-search-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-security-level-service.d.ts +0 -136
- package/lib/openapi/platform/services/issue-security-level-service.js +0 -174
- package/lib/openapi/platform/services/issue-security-level-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-security-schemes-service.d.ts +0 -530
- package/lib/openapi/platform/services/issue-security-schemes-service.js +0 -721
- package/lib/openapi/platform/services/issue-security-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-type-properties-service.d.ts +0 -150
- package/lib/openapi/platform/services/issue-type-properties-service.js +0 -227
- package/lib/openapi/platform/services/issue-type-properties-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-type-schemes-service.d.ts +0 -460
- package/lib/openapi/platform/services/issue-type-schemes-service.js +0 -615
- package/lib/openapi/platform/services/issue-type-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-type-screen-schemes-service.d.ts +0 -442
- package/lib/openapi/platform/services/issue-type-screen-schemes-service.js +0 -606
- package/lib/openapi/platform/services/issue-type-screen-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-types-service.d.ts +0 -343
- package/lib/openapi/platform/services/issue-types-service.js +0 -495
- package/lib/openapi/platform/services/issue-types-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-votes-service.d.ts +0 -117
- package/lib/openapi/platform/services/issue-votes-service.js +0 -179
- package/lib/openapi/platform/services/issue-votes-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-watchers-service.d.ts +0 -168
- package/lib/openapi/platform/services/issue-watchers-service.js +0 -236
- package/lib/openapi/platform/services/issue-watchers-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-worklog-properties-service.d.ts +0 -165
- package/lib/openapi/platform/services/issue-worklog-properties-service.js +0 -251
- package/lib/openapi/platform/services/issue-worklog-properties-service.js.map +0 -1
- package/lib/openapi/platform/services/issue-worklogs-service.d.ts +0 -694
- package/lib/openapi/platform/services/issue-worklogs-service.js +0 -701
- package/lib/openapi/platform/services/issue-worklogs-service.js.map +0 -1
- package/lib/openapi/platform/services/issues-service.d.ts +0 -2356
- package/lib/openapi/platform/services/issues-service.js +0 -2022
- package/lib/openapi/platform/services/issues-service.js.map +0 -1
- package/lib/openapi/platform/services/jira-expressions-service.d.ts +0 -298
- package/lib/openapi/platform/services/jira-expressions-service.js +0 -272
- package/lib/openapi/platform/services/jira-expressions-service.js.map +0 -1
- package/lib/openapi/platform/services/jira-settings-service.d.ts +0 -236
- package/lib/openapi/platform/services/jira-settings-service.js +0 -325
- package/lib/openapi/platform/services/jira-settings-service.js.map +0 -1
- package/lib/openapi/platform/services/jql-functions-apps-service.d.ts +0 -113
- package/lib/openapi/platform/services/jql-functions-apps-service.js +0 -142
- package/lib/openapi/platform/services/jql-functions-apps-service.js.map +0 -1
- package/lib/openapi/platform/services/jql-service.d.ts +0 -623
- package/lib/openapi/platform/services/jql-service.js +0 -697
- package/lib/openapi/platform/services/jql-service.js.map +0 -1
- package/lib/openapi/platform/services/labels-service.d.ts +0 -34
- package/lib/openapi/platform/services/labels-service.js +0 -67
- package/lib/openapi/platform/services/labels-service.js.map +0 -1
- package/lib/openapi/platform/services/license-metrics-service.d.ts +0 -82
- package/lib/openapi/platform/services/license-metrics-service.js +0 -160
- package/lib/openapi/platform/services/license-metrics-service.js.map +0 -1
- package/lib/openapi/platform/services/myself-service.d.ts +0 -254
- package/lib/openapi/platform/services/myself-service.js +0 -382
- package/lib/openapi/platform/services/myself-service.js.map +0 -1
- package/lib/openapi/platform/services/permission-schemes-service.d.ts +0 -554
- package/lib/openapi/platform/services/permission-schemes-service.js +0 -613
- package/lib/openapi/platform/services/permission-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/permissions-service.d.ts +0 -214
- package/lib/openapi/platform/services/permissions-service.js +0 -281
- package/lib/openapi/platform/services/permissions-service.js.map +0 -1
- package/lib/openapi/platform/services/priority-schemes-service.d.ts +0 -578
- package/lib/openapi/platform/services/priority-schemes-service.js +0 -655
- package/lib/openapi/platform/services/priority-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/project-avatars-service.d.ts +0 -170
- package/lib/openapi/platform/services/project-avatars-service.js +0 -254
- package/lib/openapi/platform/services/project-avatars-service.js.map +0 -1
- package/lib/openapi/platform/services/project-categories-service.d.ts +0 -128
- package/lib/openapi/platform/services/project-categories-service.js +0 -226
- package/lib/openapi/platform/services/project-categories-service.js.map +0 -1
- package/lib/openapi/platform/services/project-classification-levels-service.d.ts +0 -90
- package/lib/openapi/platform/services/project-classification-levels-service.js +0 -161
- package/lib/openapi/platform/services/project-classification-levels-service.js.map +0 -1
- package/lib/openapi/platform/services/project-components-service.d.ts +0 -955
- package/lib/openapi/platform/services/project-components-service.js +0 -1075
- package/lib/openapi/platform/services/project-components-service.js.map +0 -1
- package/lib/openapi/platform/services/project-email-service.d.ts +0 -60
- package/lib/openapi/platform/services/project-email-service.js +0 -113
- package/lib/openapi/platform/services/project-email-service.js.map +0 -1
- package/lib/openapi/platform/services/project-features-service.d.ts +0 -103
- package/lib/openapi/platform/services/project-features-service.js +0 -155
- package/lib/openapi/platform/services/project-features-service.js.map +0 -1
- package/lib/openapi/platform/services/project-key-and-name-validation-service.d.ts +0 -59
- package/lib/openapi/platform/services/project-key-and-name-validation-service.js +0 -135
- package/lib/openapi/platform/services/project-key-and-name-validation-service.js.map +0 -1
- package/lib/openapi/platform/services/project-permission-schemes-service.d.ts +0 -179
- package/lib/openapi/platform/services/project-permission-schemes-service.js +0 -255
- package/lib/openapi/platform/services/project-permission-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/project-properties-service.d.ts +0 -147
- package/lib/openapi/platform/services/project-properties-service.js +0 -224
- package/lib/openapi/platform/services/project-properties-service.js.map +0 -1
- package/lib/openapi/platform/services/project-role-actors-service.d.ts +0 -351
- package/lib/openapi/platform/services/project-role-actors-service.js +0 -413
- package/lib/openapi/platform/services/project-role-actors-service.js.map +0 -1
- package/lib/openapi/platform/services/project-roles-service.d.ts +0 -484
- package/lib/openapi/platform/services/project-roles-service.js +0 -647
- package/lib/openapi/platform/services/project-roles-service.js.map +0 -1
- package/lib/openapi/platform/services/project-types-service.d.ts +0 -121
- package/lib/openapi/platform/services/project-types-service.js +0 -220
- package/lib/openapi/platform/services/project-types-service.js.map +0 -1
- package/lib/openapi/platform/services/project-versions-service.d.ts +0 -632
- package/lib/openapi/platform/services/project-versions-service.js +0 -852
- package/lib/openapi/platform/services/project-versions-service.js.map +0 -1
- package/lib/openapi/platform/services/projects-service.d.ts +0 -1622
- package/lib/openapi/platform/services/projects-service.js +0 -1686
- package/lib/openapi/platform/services/projects-service.js.map +0 -1
- package/lib/openapi/platform/services/screen-schemes-service.d.ts +0 -166
- package/lib/openapi/platform/services/screen-schemes-service.js +0 -216
- package/lib/openapi/platform/services/screen-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/screen-tab-fields-service.d.ts +0 -103
- package/lib/openapi/platform/services/screen-tab-fields-service.js +0 -181
- package/lib/openapi/platform/services/screen-tab-fields-service.js.map +0 -1
- package/lib/openapi/platform/services/screen-tabs-service.d.ts +0 -164
- package/lib/openapi/platform/services/screen-tabs-service.js +0 -278
- package/lib/openapi/platform/services/screen-tabs-service.js.map +0 -1
- package/lib/openapi/platform/services/screens-service.d.ts +0 -226
- package/lib/openapi/platform/services/screens-service.js +0 -346
- package/lib/openapi/platform/services/screens-service.js.map +0 -1
- package/lib/openapi/platform/services/server-info-service.d.ts +0 -40
- package/lib/openapi/platform/services/server-info-service.js +0 -74
- package/lib/openapi/platform/services/server-info-service.js.map +0 -1
- package/lib/openapi/platform/services/service-registry-service.d.ts +0 -32
- package/lib/openapi/platform/services/service-registry-service.js +0 -60
- package/lib/openapi/platform/services/service-registry-service.js.map +0 -1
- package/lib/openapi/platform/services/status-service.d.ts +0 -268
- package/lib/openapi/platform/services/status-service.js +0 -321
- package/lib/openapi/platform/services/status-service.js.map +0 -1
- package/lib/openapi/platform/services/tasks-service.d.ts +0 -71
- package/lib/openapi/platform/services/tasks-service.js +0 -126
- package/lib/openapi/platform/services/tasks-service.js.map +0 -1
- package/lib/openapi/platform/services/time-tracking-service.d.ts +0 -140
- package/lib/openapi/platform/services/time-tracking-service.js +0 -260
- package/lib/openapi/platform/services/time-tracking-service.js.map +0 -1
- package/lib/openapi/platform/services/ui-modifications-apps-service.d.ts +0 -212
- package/lib/openapi/platform/services/ui-modifications-apps-service.js +0 -262
- package/lib/openapi/platform/services/ui-modifications-apps-service.js.map +0 -1
- package/lib/openapi/platform/services/user-properties-service.d.ts +0 -218
- package/lib/openapi/platform/services/user-properties-service.js +0 -254
- package/lib/openapi/platform/services/user-properties-service.js.map +0 -1
- package/lib/openapi/platform/services/user-search-service.d.ts +0 -782
- package/lib/openapi/platform/services/user-search-service.js +0 -784
- package/lib/openapi/platform/services/user-search-service.js.map +0 -1
- package/lib/openapi/platform/services/users-service.d.ts +0 -579
- package/lib/openapi/platform/services/users-service.js +0 -729
- package/lib/openapi/platform/services/users-service.js.map +0 -1
- package/lib/openapi/platform/services/webhooks-service.d.ts +0 -258
- package/lib/openapi/platform/services/webhooks-service.js +0 -307
- package/lib/openapi/platform/services/webhooks-service.js.map +0 -1
- package/lib/openapi/platform/services/workflow-scheme-drafts-service.d.ts +0 -744
- package/lib/openapi/platform/services/workflow-scheme-drafts-service.js +0 -956
- package/lib/openapi/platform/services/workflow-scheme-drafts-service.js.map +0 -1
- package/lib/openapi/platform/services/workflow-scheme-project-associations-service.d.ts +0 -85
- package/lib/openapi/platform/services/workflow-scheme-project-associations-service.js +0 -134
- package/lib/openapi/platform/services/workflow-scheme-project-associations-service.js.map +0 -1
- package/lib/openapi/platform/services/workflow-schemes-service.d.ts +0 -843
- package/lib/openapi/platform/services/workflow-schemes-service.js +0 -1030
- package/lib/openapi/platform/services/workflow-schemes-service.js.map +0 -1
- package/lib/openapi/platform/services/workflow-status-categories-service.d.ts +0 -60
- package/lib/openapi/platform/services/workflow-status-categories-service.js +0 -115
- package/lib/openapi/platform/services/workflow-status-categories-service.js.map +0 -1
- package/lib/openapi/platform/services/workflow-statuses-service.d.ts +0 -87
- package/lib/openapi/platform/services/workflow-statuses-service.js +0 -142
- package/lib/openapi/platform/services/workflow-statuses-service.js.map +0 -1
- package/lib/openapi/platform/services/workflow-transition-properties-service.d.ts +0 -189
- package/lib/openapi/platform/services/workflow-transition-properties-service.js +0 -224
- package/lib/openapi/platform/services/workflow-transition-properties-service.js.map +0 -1
- package/lib/openapi/platform/services/workflow-transition-rules-service.d.ts +0 -319
- package/lib/openapi/platform/services/workflow-transition-rules-service.js +0 -326
- package/lib/openapi/platform/services/workflow-transition-rules-service.js.map +0 -1
- package/lib/openapi/platform/services/workflows-service.d.ts +0 -3032
- package/lib/openapi/platform/services/workflows-service.js +0 -2529
- package/lib/openapi/platform/services/workflows-service.js.map +0 -1
- package/lib/openapi/platform/validation-schema-storage.d.ts +0 -3
- package/lib/openapi/platform/validation-schema-storage.js +0 -144
- package/lib/openapi/platform/validation-schema-storage.js.map +0 -1
- package/lib/openapi/software/base-jira-software-api-client.d.ts +0 -426
- package/lib/openapi/software/base-jira-software-api-client.js +0 -444
- package/lib/openapi/software/base-jira-software-api-client.js.map +0 -1
- package/lib/openapi/software/core/common-http-client.js +0 -390
- package/lib/openapi/software/core/common-http-client.js.map +0 -1
- package/lib/openapi/software/core/common-http-service.d.ts +0 -7
- package/lib/openapi/software/core/common-http-service.js +0 -20
- package/lib/openapi/software/core/common-http-service.js.map +0 -1
- package/lib/openapi/software/core/common-validation-schema-storage.d.ts +0 -35
- package/lib/openapi/software/core/common-validation-schema-storage.js +0 -65
- package/lib/openapi/software/core/common-validation-schema-storage.js.map +0 -1
- package/lib/openapi/software/services/backlog-service.d.ts +0 -81
- package/lib/openapi/software/services/backlog-service.js +0 -113
- package/lib/openapi/software/services/backlog-service.js.map +0 -1
- package/lib/openapi/software/services/board-service.d.ts +0 -2254
- package/lib/openapi/software/services/board-service.js +0 -2653
- package/lib/openapi/software/services/board-service.js.map +0 -1
- package/lib/openapi/software/services/builds-service.d.ts +0 -368
- package/lib/openapi/software/services/builds-service.js +0 -230
- package/lib/openapi/software/services/builds-service.js.map +0 -1
- package/lib/openapi/software/services/deployments-service.d.ts +0 -217
- package/lib/openapi/software/services/deployments-service.js +0 -232
- package/lib/openapi/software/services/deployments-service.js.map +0 -1
- package/lib/openapi/software/services/dev-ops-components-service.d.ts +0 -246
- package/lib/openapi/software/services/dev-ops-components-service.js +0 -280
- package/lib/openapi/software/services/dev-ops-components-service.js.map +0 -1
- package/lib/openapi/software/services/development-information-service.d.ts +0 -1641
- package/lib/openapi/software/services/development-information-service.js +0 -474
- package/lib/openapi/software/services/development-information-service.js.map +0 -1
- package/lib/openapi/software/services/epic-service.d.ts +0 -596
- package/lib/openapi/software/services/epic-service.js +0 -633
- package/lib/openapi/software/services/epic-service.js.map +0 -1
- package/lib/openapi/software/services/feature-flags-service.d.ts +0 -170
- package/lib/openapi/software/services/feature-flags-service.js +0 -182
- package/lib/openapi/software/services/feature-flags-service.js.map +0 -1
- package/lib/openapi/software/services/issue-service.d.ts +0 -329
- package/lib/openapi/software/services/issue-service.js +0 -410
- package/lib/openapi/software/services/issue-service.js.map +0 -1
- package/lib/openapi/software/services/operations-service.d.ts +0 -456
- package/lib/openapi/software/services/operations-service.js +0 -444
- package/lib/openapi/software/services/operations-service.js.map +0 -1
- package/lib/openapi/software/services/remote-links-service.d.ts +0 -445
- package/lib/openapi/software/services/remote-links-service.js +0 -327
- package/lib/openapi/software/services/remote-links-service.js.map +0 -1
- package/lib/openapi/software/services/security-information-service.d.ts +0 -257
- package/lib/openapi/software/services/security-information-service.js +0 -310
- package/lib/openapi/software/services/security-information-service.js.map +0 -1
- package/lib/openapi/software/services/sprint-service.d.ts +0 -531
- package/lib/openapi/software/services/sprint-service.js +0 -665
- package/lib/openapi/software/services/sprint-service.js.map +0 -1
- package/lib/openapi/software/validation-schema-storage.d.ts +0 -3
- package/lib/openapi/software/validation-schema-storage.js +0 -144
- package/lib/openapi/software/validation-schema-storage.js.map +0 -1
- /package/lib/openapi/platform/core/{common-http-client.d.ts → CommonHttpClient.d.ts} +0 -0
- /package/lib/openapi/software/core/{common-http-client.d.ts → CommonHttpClient.d.ts} +0 -0
|
@@ -0,0 +1,335 @@
|
|
|
1
|
+
import { CommonHttpService } from "../core/CommonHttpService";
|
|
2
|
+
import { type SubmitDevopsComponentsRequest, type SubmitDevopsComponentsResponse } from "../models/devOpsComponents";
|
|
3
|
+
/**
|
|
4
|
+
* APIs related to integrating Dev Ops Components affected by Incident data with
|
|
5
|
+
* Jira Software. These APIs are available to Atlassian Connect
|
|
6
|
+
* apps. To use these APIs you must have the DevOps Component module in your app's
|
|
7
|
+
* descriptor. Read more about Jira Software modules
|
|
8
|
+
* [here](https://developer.atlassian.com/cloud/jira/software/about-jira-modules/).
|
|
9
|
+
*
|
|
10
|
+
* # Module
|
|
11
|
+
* The DevOps Component module allows third-party providers to add devops
|
|
12
|
+
* components through a public REST API.
|
|
13
|
+
*
|
|
14
|
+
* Supplied devops components information will be used by the Connection Manager
|
|
15
|
+
* tab in Jira to allow users to associate devops components with Jira projects.
|
|
16
|
+
* All incident and PIR information related to that devops component will be
|
|
17
|
+
* presented in the Incidents page in Jira Software, and as a link to any issues
|
|
18
|
+
* created via the Incidents Page.
|
|
19
|
+
*
|
|
20
|
+
* This module also provides actions, two will be used by Jira to let the provider
|
|
21
|
+
* know when the devops component has been associated or disassociated with a Jira
|
|
22
|
+
* project, and two can be used by the Provider to associate a devops component
|
|
23
|
+
* with a Jira Issue.
|
|
24
|
+
*
|
|
25
|
+
* Note that the module key and name are not private and therefore should not
|
|
26
|
+
* contain any sensitive or personally identifiable information.
|
|
27
|
+
*
|
|
28
|
+
* ## Example Module
|
|
29
|
+
*
|
|
30
|
+
* An example can also be found at
|
|
31
|
+
* [jira-data-provider-sample-addon](https://bitbucket.org/atlassianlabs/jira-data-provider-sample-addon/src/master/),
|
|
32
|
+
* which has an `atlassian-connect.json`.
|
|
33
|
+
*
|
|
34
|
+
* ```
|
|
35
|
+
* {
|
|
36
|
+
* "modules": {
|
|
37
|
+
* "jiraDevOpsComponentProvider": {
|
|
38
|
+
* "homeUrl": "https://my-operations-provider.com",
|
|
39
|
+
* "logoUrl": "https://my-operations-provider.com/images/logo.svg",
|
|
40
|
+
* "documentationUrl":
|
|
41
|
+
* "https://my-operations-provider.com/docs/jira-integration",
|
|
42
|
+
* "actions": {
|
|
43
|
+
* "associateEntity": {
|
|
44
|
+
* "templateUrl": "/components/associate"
|
|
45
|
+
* },
|
|
46
|
+
* "disassociateEntity": {
|
|
47
|
+
* "templateUrl": "/components/disassociate"
|
|
48
|
+
* },
|
|
49
|
+
* "onEntityAssociated": {
|
|
50
|
+
* "templateUrl": "/components/associate"
|
|
51
|
+
* },
|
|
52
|
+
* "onEntityDisassociated": {
|
|
53
|
+
* "templateUrl": "/components/disassociate"
|
|
54
|
+
* }
|
|
55
|
+
* },
|
|
56
|
+
* "name": {
|
|
57
|
+
* "value": "My DevOps Component Provider"
|
|
58
|
+
* },
|
|
59
|
+
* "key": "devops-component-integration"
|
|
60
|
+
* }
|
|
61
|
+
* }
|
|
62
|
+
* }
|
|
63
|
+
* ```
|
|
64
|
+
*
|
|
65
|
+
* ### Properties
|
|
66
|
+
*
|
|
67
|
+
* | Property | type | Description
|
|
68
|
+
*
|
|
69
|
+
* | Required |
|
|
70
|
+
* |------------------|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------|----------|
|
|
71
|
+
* | key | string | A key to identify this module. Must match
|
|
72
|
+
* `^[a-zA-Z0-9-]+$` pattern, with a max length of 100
|
|
73
|
+
* | Yes |
|
|
74
|
+
* | name | object (i18N) | A human readable name. This object
|
|
75
|
+
* supports
|
|
76
|
+
* [internationalization](https://developer.atlassian.com/cloud/jira/software/internationalization/).
|
|
77
|
+
* | Yes |
|
|
78
|
+
* | homeUrl | string | URL to the provider’s homepage
|
|
79
|
+
*
|
|
80
|
+
* | Yes |
|
|
81
|
+
* | logoUrl | string | Optional URL to the provider’s logo, which
|
|
82
|
+
* will be displayed in the UI
|
|
83
|
+
* | |
|
|
84
|
+
* | documentationUrl | string | Optional URL to documentation about the
|
|
85
|
+
* provider’s Jira integration
|
|
86
|
+
* | |
|
|
87
|
+
* | actions | object | Actions the can be used by Jira to improve
|
|
88
|
+
* the integrated experience
|
|
89
|
+
* | Yes |
|
|
90
|
+
*
|
|
91
|
+
* ### Actions object
|
|
92
|
+
*
|
|
93
|
+
* | Property | type | Description
|
|
94
|
+
*
|
|
95
|
+
* | Required |
|
|
96
|
+
* |------------------------|--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
|
|
97
|
+
* | associateEntity | object | An action defined by the provider to allow Jira to
|
|
98
|
+
* retrieve details about operations workspaces via a post endpoint.
|
|
99
|
+
*
|
|
100
|
+
* | Yes |
|
|
101
|
+
* | disassociateEntity | object | An action defined by the provider to allow Jira
|
|
102
|
+
* to search using details about operations workspaces via a get endpoint.
|
|
103
|
+
*
|
|
104
|
+
* | Yes |
|
|
105
|
+
* | onEntityAssociated | object | An action defined by the provider to allow Jira
|
|
106
|
+
* to create a new operations container via a post endpoint.
|
|
107
|
+
*
|
|
108
|
+
* | |
|
|
109
|
+
* | onEntityDisassociated | object | An action defined by the provider to allow
|
|
110
|
+
* Jira to create a new Post-Incident Review object via a post endpoint.
|
|
111
|
+
*
|
|
112
|
+
* | |
|
|
113
|
+
*/
|
|
114
|
+
export declare class DevOpsComponentsService extends CommonHttpService {
|
|
115
|
+
/**
|
|
116
|
+
* Delete the Component data currently stored for the given ID.
|
|
117
|
+
*
|
|
118
|
+
* Deletion is performed asynchronously. The getComponentById operation can be
|
|
119
|
+
* used to confirm that data has been deleted successfully (if needed).
|
|
120
|
+
*
|
|
121
|
+
* Only Connect apps that define the `jiraDevOpsComponentProvider` module can
|
|
122
|
+
* access this resource.
|
|
123
|
+
* This resource requires the 'DELETE' scope for Connect apps.
|
|
124
|
+
*
|
|
125
|
+
* @path {DELETE} /rest/devopscomponents/1.0/{componentId}
|
|
126
|
+
*/
|
|
127
|
+
deleteComponentById({ componentId, authorization, }: {
|
|
128
|
+
/** The ID of the Component to delete. */
|
|
129
|
+
componentId: string;
|
|
130
|
+
/**
|
|
131
|
+
* All requests must be signed with a Connect JWT token that corresponds to the
|
|
132
|
+
* Provider app installed in Jira.
|
|
133
|
+
*
|
|
134
|
+
* If the JWT token corresponds to an app that does not define Operations
|
|
135
|
+
* Information module it will be rejected with a 403.
|
|
136
|
+
*
|
|
137
|
+
* See https://developer.atlassian.com/blog/2015/01/understanding-jwt/ for more
|
|
138
|
+
* details.
|
|
139
|
+
*/
|
|
140
|
+
authorization: string;
|
|
141
|
+
}): Promise<void>;
|
|
142
|
+
/**
|
|
143
|
+
* Bulk delete all Components that match the given request.
|
|
144
|
+
*
|
|
145
|
+
* One or more query params must be supplied to specify Properties to delete by.
|
|
146
|
+
* If more than one Property is provided, data will be deleted that matches ALL of
|
|
147
|
+
* the Properties (e.g. treated as an AND).
|
|
148
|
+
* See the documentation for the submitComponents operation for more details.
|
|
149
|
+
*
|
|
150
|
+
* e.g. DELETE /bulkByProperties?accountId=account-123&createdBy=user-456
|
|
151
|
+
*
|
|
152
|
+
* Deletion is performed asynchronously. The getComponentById operation can be
|
|
153
|
+
* used to confirm that data has been deleted successfully (if needed).
|
|
154
|
+
*
|
|
155
|
+
* Only Connect apps that define the `jiraDevOpsComponentProvider` module can
|
|
156
|
+
* access this resource.
|
|
157
|
+
* This resource requires the 'DELETE' scope for Connect apps.
|
|
158
|
+
*
|
|
159
|
+
* @path {DELETE} /rest/devopscomponents/1.0/bulkByProperties
|
|
160
|
+
*/
|
|
161
|
+
deleteComponentsByProperty({ authorization, }: {
|
|
162
|
+
/**
|
|
163
|
+
* All requests must be signed with a Connect JWT token that corresponds to the
|
|
164
|
+
* Provider app installed in Jira.
|
|
165
|
+
*
|
|
166
|
+
* If the JWT token corresponds to an app that does not define the Operations
|
|
167
|
+
* Information module it will be rejected with a 403.
|
|
168
|
+
*
|
|
169
|
+
* See https://developer.atlassian.com/blog/2015/01/understanding-jwt/ for more
|
|
170
|
+
* details.
|
|
171
|
+
*/
|
|
172
|
+
authorization: string;
|
|
173
|
+
}): Promise<void>;
|
|
174
|
+
/**
|
|
175
|
+
* Retrieve the currently stored Component data for the given ID.
|
|
176
|
+
*
|
|
177
|
+
* The result will be what is currently stored, ignoring any pending updates or
|
|
178
|
+
* deletes.
|
|
179
|
+
*
|
|
180
|
+
* Only Connect apps that define the `jiraDevOpsComponentProvider` module can
|
|
181
|
+
* access this resource.
|
|
182
|
+
* This resource requires the 'READ' scope for Connect apps.
|
|
183
|
+
*
|
|
184
|
+
* @returns The Component data currently stored for the given ID.
|
|
185
|
+
* @path {GET} /rest/devopscomponents/1.0/{componentId}
|
|
186
|
+
*/
|
|
187
|
+
getComponentById({ componentId, authorization, }: {
|
|
188
|
+
/** The ID of the Component to fetch. */
|
|
189
|
+
componentId: string;
|
|
190
|
+
/**
|
|
191
|
+
* All requests must be signed with a Connect JWT token that corresponds to the
|
|
192
|
+
* Provider app installed in Jira.
|
|
193
|
+
*
|
|
194
|
+
* If the JWT token corresponds to an app that does not define Operations
|
|
195
|
+
* Information module it will be rejected with a 403.
|
|
196
|
+
*
|
|
197
|
+
* See https://developer.atlassian.com/blog/2015/01/understanding-jwt/ for more
|
|
198
|
+
* details.
|
|
199
|
+
*/
|
|
200
|
+
authorization: string;
|
|
201
|
+
}): Promise<{
|
|
202
|
+
/**
|
|
203
|
+
* The DevOpsComponentData schema version used for this devops component data.
|
|
204
|
+
*
|
|
205
|
+
* Placeholder to support potential schema changes in the future.
|
|
206
|
+
*
|
|
207
|
+
* @example 1
|
|
208
|
+
*/
|
|
209
|
+
schemaVersion: "1.0";
|
|
210
|
+
/**
|
|
211
|
+
* The identifier for the DevOps Component. Must be unique for a given Provider.
|
|
212
|
+
*
|
|
213
|
+
* @example 111-222-333
|
|
214
|
+
*/
|
|
215
|
+
id: string;
|
|
216
|
+
/**
|
|
217
|
+
* An ID used to apply an ordering to updates for this DevOps Component in the
|
|
218
|
+
* case of out-of-order receipt of update requests.
|
|
219
|
+
*
|
|
220
|
+
* This can be any monotonically increasing number. A suggested implementation is
|
|
221
|
+
* to use epoch millis from the Provider system, but other alternatives are valid
|
|
222
|
+
* (e.g. a Provider could store a counter against each DevOps Component and
|
|
223
|
+
* increment that on each update to Jira).
|
|
224
|
+
*
|
|
225
|
+
* Updates for a DevOps Component that are received with an updateSqeuenceId lower
|
|
226
|
+
* than what is currently stored will be ignored.
|
|
227
|
+
*
|
|
228
|
+
* @example 1523494301448
|
|
229
|
+
*/
|
|
230
|
+
updateSequenceNumber: number;
|
|
231
|
+
/**
|
|
232
|
+
* The human-readable name for the DevOps Component. Will be shown in the UI.
|
|
233
|
+
*
|
|
234
|
+
* @example Galactus
|
|
235
|
+
*/
|
|
236
|
+
name: string;
|
|
237
|
+
/**
|
|
238
|
+
* The human-readable name for the Provider that owns this DevOps Component. Will
|
|
239
|
+
* be shown in the UI.
|
|
240
|
+
*
|
|
241
|
+
* @example Marvel
|
|
242
|
+
*/
|
|
243
|
+
providerName?: string;
|
|
244
|
+
/**
|
|
245
|
+
* A description of the DevOps Component in Markdown format. Will be shown in the
|
|
246
|
+
* UI.
|
|
247
|
+
*
|
|
248
|
+
* @example null
|
|
249
|
+
*/
|
|
250
|
+
description: string;
|
|
251
|
+
/**
|
|
252
|
+
* A URL users can use to link to a summary view of this devops component, if
|
|
253
|
+
* appropriate.
|
|
254
|
+
*
|
|
255
|
+
* This could be any location that makes sense in the Provider system (e.g. if the
|
|
256
|
+
* summary information comes from a specific project, it might make sense to link
|
|
257
|
+
* the user to the component in that project).
|
|
258
|
+
*
|
|
259
|
+
* @example https://example.com/project/MS/galactus/summary
|
|
260
|
+
*/
|
|
261
|
+
url: string;
|
|
262
|
+
/**
|
|
263
|
+
* A URL to display a logo representing this devops component, if available.
|
|
264
|
+
*
|
|
265
|
+
* @example https://example.com/project/MS/galactus/logo
|
|
266
|
+
*/
|
|
267
|
+
avatarUrl: string;
|
|
268
|
+
/**
|
|
269
|
+
* The tier of the component. Will be shown in the UI.
|
|
270
|
+
*
|
|
271
|
+
* @example Tier 1
|
|
272
|
+
*/
|
|
273
|
+
tier: "Tier 1" | "Tier 2" | "Tier 3" | "Tier 4";
|
|
274
|
+
/**
|
|
275
|
+
* The type of the component. Will be shown in the UI.
|
|
276
|
+
*
|
|
277
|
+
* @example Service
|
|
278
|
+
*/
|
|
279
|
+
componentType: "Service" | "Application" | "Library" | "Capability" | "Cloud resource" | "Data pipeline" | "Machine learning model" | "UI element" | "Website" | "Other";
|
|
280
|
+
/**
|
|
281
|
+
* The last-updated timestamp to present to the user the last time the DevOps
|
|
282
|
+
* Component was updated.
|
|
283
|
+
*
|
|
284
|
+
* Expected format is an RFC3339 formatted string.
|
|
285
|
+
*
|
|
286
|
+
* @example 2018-01-20T23:27:25.000Z
|
|
287
|
+
*/
|
|
288
|
+
lastUpdated: string;
|
|
289
|
+
}>;
|
|
290
|
+
/**
|
|
291
|
+
* Update / insert DevOps Component data.
|
|
292
|
+
*
|
|
293
|
+
* Components are identified by their ID, and existing Component data for the same
|
|
294
|
+
* ID will be replaced if it exists and the updateSequenceNumber of existing data
|
|
295
|
+
* is less than the incoming data.
|
|
296
|
+
*
|
|
297
|
+
* Submissions are performed asynchronously. Submitted data will eventually be
|
|
298
|
+
* available in Jira; most updates are available within a short period of time,
|
|
299
|
+
* but may take some time during peak load and/or maintenance times. The
|
|
300
|
+
* getComponentById operation can be used to confirm that data has been stored
|
|
301
|
+
* successfully (if needed).
|
|
302
|
+
*
|
|
303
|
+
* In the case of multiple Components being submitted in one request, each is
|
|
304
|
+
* validated individually prior to submission. Details of which Components failed
|
|
305
|
+
* submission (if any) are available in the response object.
|
|
306
|
+
*
|
|
307
|
+
* A maximum of 1000 components can be submitted in one request.
|
|
308
|
+
*
|
|
309
|
+
* Only Connect apps that define the `jiraDevOpsComponentProvider` module can
|
|
310
|
+
* access this resource.
|
|
311
|
+
* This resource requires the 'WRITE' scope for Connect apps.
|
|
312
|
+
*
|
|
313
|
+
* @returns Submission accepted. Each submitted Component that is of a valid format will be
|
|
314
|
+
* eventually available in Jira.
|
|
315
|
+
* Details of which Components were submitted and which failed submission (due to
|
|
316
|
+
* data format problems etc.) are available in the response object.
|
|
317
|
+
* @path {POST} /rest/devopscomponents/1.0/bulk
|
|
318
|
+
*/
|
|
319
|
+
submitComponents({ authorization, submitDevopsComponentsRequest, }: {
|
|
320
|
+
/**
|
|
321
|
+
* All requests must be signed with a Connect JWT token that corresponds to the
|
|
322
|
+
* Provider app installed in Jira.
|
|
323
|
+
*
|
|
324
|
+
* If the JWT token corresponds to an app that does not define the DevOps
|
|
325
|
+
* Information module it will be rejected with a 403.
|
|
326
|
+
*
|
|
327
|
+
* See https://developer.atlassian.com/blog/2015/01/understanding-jwt/ for more
|
|
328
|
+
* details.
|
|
329
|
+
*/
|
|
330
|
+
authorization: string;
|
|
331
|
+
/** DevOps Component data to submit. */
|
|
332
|
+
submitDevopsComponentsRequest: SubmitDevopsComponentsRequest;
|
|
333
|
+
}): Promise<SubmitDevopsComponentsResponse>;
|
|
334
|
+
static initialize(): void;
|
|
335
|
+
}
|
|
@@ -0,0 +1,309 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DevOpsComponentsService = void 0;
|
|
4
|
+
// DO NOT EDIT!
|
|
5
|
+
// This file is generated by "api-typescript-generator".
|
|
6
|
+
// To update this file run "yarn build:openapi".
|
|
7
|
+
const zod_1 = require("zod");
|
|
8
|
+
const commonHttpClient = require("../core/CommonHttpClient");
|
|
9
|
+
const CommonHttpService_1 = require("../core/CommonHttpService");
|
|
10
|
+
const devOpsComponents_1 = require("../models/devOpsComponents");
|
|
11
|
+
const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
12
|
+
/**
|
|
13
|
+
* APIs related to integrating Dev Ops Components affected by Incident data with
|
|
14
|
+
* Jira Software. These APIs are available to Atlassian Connect
|
|
15
|
+
* apps. To use these APIs you must have the DevOps Component module in your app's
|
|
16
|
+
* descriptor. Read more about Jira Software modules
|
|
17
|
+
* [here](https://developer.atlassian.com/cloud/jira/software/about-jira-modules/).
|
|
18
|
+
*
|
|
19
|
+
* # Module
|
|
20
|
+
* The DevOps Component module allows third-party providers to add devops
|
|
21
|
+
* components through a public REST API.
|
|
22
|
+
*
|
|
23
|
+
* Supplied devops components information will be used by the Connection Manager
|
|
24
|
+
* tab in Jira to allow users to associate devops components with Jira projects.
|
|
25
|
+
* All incident and PIR information related to that devops component will be
|
|
26
|
+
* presented in the Incidents page in Jira Software, and as a link to any issues
|
|
27
|
+
* created via the Incidents Page.
|
|
28
|
+
*
|
|
29
|
+
* This module also provides actions, two will be used by Jira to let the provider
|
|
30
|
+
* know when the devops component has been associated or disassociated with a Jira
|
|
31
|
+
* project, and two can be used by the Provider to associate a devops component
|
|
32
|
+
* with a Jira Issue.
|
|
33
|
+
*
|
|
34
|
+
* Note that the module key and name are not private and therefore should not
|
|
35
|
+
* contain any sensitive or personally identifiable information.
|
|
36
|
+
*
|
|
37
|
+
* ## Example Module
|
|
38
|
+
*
|
|
39
|
+
* An example can also be found at
|
|
40
|
+
* [jira-data-provider-sample-addon](https://bitbucket.org/atlassianlabs/jira-data-provider-sample-addon/src/master/),
|
|
41
|
+
* which has an `atlassian-connect.json`.
|
|
42
|
+
*
|
|
43
|
+
* ```
|
|
44
|
+
* {
|
|
45
|
+
* "modules": {
|
|
46
|
+
* "jiraDevOpsComponentProvider": {
|
|
47
|
+
* "homeUrl": "https://my-operations-provider.com",
|
|
48
|
+
* "logoUrl": "https://my-operations-provider.com/images/logo.svg",
|
|
49
|
+
* "documentationUrl":
|
|
50
|
+
* "https://my-operations-provider.com/docs/jira-integration",
|
|
51
|
+
* "actions": {
|
|
52
|
+
* "associateEntity": {
|
|
53
|
+
* "templateUrl": "/components/associate"
|
|
54
|
+
* },
|
|
55
|
+
* "disassociateEntity": {
|
|
56
|
+
* "templateUrl": "/components/disassociate"
|
|
57
|
+
* },
|
|
58
|
+
* "onEntityAssociated": {
|
|
59
|
+
* "templateUrl": "/components/associate"
|
|
60
|
+
* },
|
|
61
|
+
* "onEntityDisassociated": {
|
|
62
|
+
* "templateUrl": "/components/disassociate"
|
|
63
|
+
* }
|
|
64
|
+
* },
|
|
65
|
+
* "name": {
|
|
66
|
+
* "value": "My DevOps Component Provider"
|
|
67
|
+
* },
|
|
68
|
+
* "key": "devops-component-integration"
|
|
69
|
+
* }
|
|
70
|
+
* }
|
|
71
|
+
* }
|
|
72
|
+
* ```
|
|
73
|
+
*
|
|
74
|
+
* ### Properties
|
|
75
|
+
*
|
|
76
|
+
* | Property | type | Description
|
|
77
|
+
*
|
|
78
|
+
* | Required |
|
|
79
|
+
* |------------------|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------|----------|
|
|
80
|
+
* | key | string | A key to identify this module. Must match
|
|
81
|
+
* `^[a-zA-Z0-9-]+$` pattern, with a max length of 100
|
|
82
|
+
* | Yes |
|
|
83
|
+
* | name | object (i18N) | A human readable name. This object
|
|
84
|
+
* supports
|
|
85
|
+
* [internationalization](https://developer.atlassian.com/cloud/jira/software/internationalization/).
|
|
86
|
+
* | Yes |
|
|
87
|
+
* | homeUrl | string | URL to the provider’s homepage
|
|
88
|
+
*
|
|
89
|
+
* | Yes |
|
|
90
|
+
* | logoUrl | string | Optional URL to the provider’s logo, which
|
|
91
|
+
* will be displayed in the UI
|
|
92
|
+
* | |
|
|
93
|
+
* | documentationUrl | string | Optional URL to documentation about the
|
|
94
|
+
* provider’s Jira integration
|
|
95
|
+
* | |
|
|
96
|
+
* | actions | object | Actions the can be used by Jira to improve
|
|
97
|
+
* the integrated experience
|
|
98
|
+
* | Yes |
|
|
99
|
+
*
|
|
100
|
+
* ### Actions object
|
|
101
|
+
*
|
|
102
|
+
* | Property | type | Description
|
|
103
|
+
*
|
|
104
|
+
* | Required |
|
|
105
|
+
* |------------------------|--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
|
|
106
|
+
* | associateEntity | object | An action defined by the provider to allow Jira to
|
|
107
|
+
* retrieve details about operations workspaces via a post endpoint.
|
|
108
|
+
*
|
|
109
|
+
* | Yes |
|
|
110
|
+
* | disassociateEntity | object | An action defined by the provider to allow Jira
|
|
111
|
+
* to search using details about operations workspaces via a get endpoint.
|
|
112
|
+
*
|
|
113
|
+
* | Yes |
|
|
114
|
+
* | onEntityAssociated | object | An action defined by the provider to allow Jira
|
|
115
|
+
* to create a new operations container via a post endpoint.
|
|
116
|
+
*
|
|
117
|
+
* | |
|
|
118
|
+
* | onEntityDisassociated | object | An action defined by the provider to allow
|
|
119
|
+
* Jira to create a new Post-Incident Review object via a post endpoint.
|
|
120
|
+
*
|
|
121
|
+
* | |
|
|
122
|
+
*/
|
|
123
|
+
class DevOpsComponentsService extends CommonHttpService_1.CommonHttpService {
|
|
124
|
+
/**
|
|
125
|
+
* Delete the Component data currently stored for the given ID.
|
|
126
|
+
*
|
|
127
|
+
* Deletion is performed asynchronously. The getComponentById operation can be
|
|
128
|
+
* used to confirm that data has been deleted successfully (if needed).
|
|
129
|
+
*
|
|
130
|
+
* Only Connect apps that define the `jiraDevOpsComponentProvider` module can
|
|
131
|
+
* access this resource.
|
|
132
|
+
* This resource requires the 'DELETE' scope for Connect apps.
|
|
133
|
+
*
|
|
134
|
+
* @path {DELETE} /rest/devopscomponents/1.0/{componentId}
|
|
135
|
+
*/
|
|
136
|
+
deleteComponentById({ componentId, authorization, }) {
|
|
137
|
+
return this.getClientInstance()
|
|
138
|
+
.request({
|
|
139
|
+
path: "/rest/devopscomponents/1.0/{componentId}",
|
|
140
|
+
method: "DELETE",
|
|
141
|
+
pathParams: {
|
|
142
|
+
componentId,
|
|
143
|
+
},
|
|
144
|
+
headers: {
|
|
145
|
+
Authorization: authorization,
|
|
146
|
+
},
|
|
147
|
+
})
|
|
148
|
+
.then(commonHttpClient.discardResult);
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* Bulk delete all Components that match the given request.
|
|
152
|
+
*
|
|
153
|
+
* One or more query params must be supplied to specify Properties to delete by.
|
|
154
|
+
* If more than one Property is provided, data will be deleted that matches ALL of
|
|
155
|
+
* the Properties (e.g. treated as an AND).
|
|
156
|
+
* See the documentation for the submitComponents operation for more details.
|
|
157
|
+
*
|
|
158
|
+
* e.g. DELETE /bulkByProperties?accountId=account-123&createdBy=user-456
|
|
159
|
+
*
|
|
160
|
+
* Deletion is performed asynchronously. The getComponentById operation can be
|
|
161
|
+
* used to confirm that data has been deleted successfully (if needed).
|
|
162
|
+
*
|
|
163
|
+
* Only Connect apps that define the `jiraDevOpsComponentProvider` module can
|
|
164
|
+
* access this resource.
|
|
165
|
+
* This resource requires the 'DELETE' scope for Connect apps.
|
|
166
|
+
*
|
|
167
|
+
* @path {DELETE} /rest/devopscomponents/1.0/bulkByProperties
|
|
168
|
+
*/
|
|
169
|
+
deleteComponentsByProperty({ authorization, }) {
|
|
170
|
+
return this.getClientInstance()
|
|
171
|
+
.request({
|
|
172
|
+
path: "/rest/devopscomponents/1.0/bulkByProperties",
|
|
173
|
+
method: "DELETE",
|
|
174
|
+
headers: {
|
|
175
|
+
Authorization: authorization,
|
|
176
|
+
},
|
|
177
|
+
})
|
|
178
|
+
.then(commonHttpClient.discardResult);
|
|
179
|
+
}
|
|
180
|
+
/**
|
|
181
|
+
* Retrieve the currently stored Component data for the given ID.
|
|
182
|
+
*
|
|
183
|
+
* The result will be what is currently stored, ignoring any pending updates or
|
|
184
|
+
* deletes.
|
|
185
|
+
*
|
|
186
|
+
* Only Connect apps that define the `jiraDevOpsComponentProvider` module can
|
|
187
|
+
* access this resource.
|
|
188
|
+
* This resource requires the 'READ' scope for Connect apps.
|
|
189
|
+
*
|
|
190
|
+
* @returns The Component data currently stored for the given ID.
|
|
191
|
+
* @path {GET} /rest/devopscomponents/1.0/{componentId}
|
|
192
|
+
*/
|
|
193
|
+
getComponentById({ componentId, authorization, }) {
|
|
194
|
+
return this.getClientInstance()
|
|
195
|
+
.request({
|
|
196
|
+
path: "/rest/devopscomponents/1.0/{componentId}",
|
|
197
|
+
method: "GET",
|
|
198
|
+
pathParams: {
|
|
199
|
+
componentId,
|
|
200
|
+
},
|
|
201
|
+
headers: {
|
|
202
|
+
Authorization: authorization,
|
|
203
|
+
},
|
|
204
|
+
})
|
|
205
|
+
.then(this.getClientInstance().responseHandler({
|
|
206
|
+
200: {
|
|
207
|
+
"application/json": "json",
|
|
208
|
+
},
|
|
209
|
+
}))
|
|
210
|
+
.then(commonHttpClient.castResponse())
|
|
211
|
+
.then(validationSchemaStorage_1.validationSchemaStorage.validator("DevOpsComponentsService.getComponentById.response"))
|
|
212
|
+
.then(commonHttpClient.getBody);
|
|
213
|
+
}
|
|
214
|
+
/**
|
|
215
|
+
* Update / insert DevOps Component data.
|
|
216
|
+
*
|
|
217
|
+
* Components are identified by their ID, and existing Component data for the same
|
|
218
|
+
* ID will be replaced if it exists and the updateSequenceNumber of existing data
|
|
219
|
+
* is less than the incoming data.
|
|
220
|
+
*
|
|
221
|
+
* Submissions are performed asynchronously. Submitted data will eventually be
|
|
222
|
+
* available in Jira; most updates are available within a short period of time,
|
|
223
|
+
* but may take some time during peak load and/or maintenance times. The
|
|
224
|
+
* getComponentById operation can be used to confirm that data has been stored
|
|
225
|
+
* successfully (if needed).
|
|
226
|
+
*
|
|
227
|
+
* In the case of multiple Components being submitted in one request, each is
|
|
228
|
+
* validated individually prior to submission. Details of which Components failed
|
|
229
|
+
* submission (if any) are available in the response object.
|
|
230
|
+
*
|
|
231
|
+
* A maximum of 1000 components can be submitted in one request.
|
|
232
|
+
*
|
|
233
|
+
* Only Connect apps that define the `jiraDevOpsComponentProvider` module can
|
|
234
|
+
* access this resource.
|
|
235
|
+
* This resource requires the 'WRITE' scope for Connect apps.
|
|
236
|
+
*
|
|
237
|
+
* @returns Submission accepted. Each submitted Component that is of a valid format will be
|
|
238
|
+
* eventually available in Jira.
|
|
239
|
+
* Details of which Components were submitted and which failed submission (due to
|
|
240
|
+
* data format problems etc.) are available in the response object.
|
|
241
|
+
* @path {POST} /rest/devopscomponents/1.0/bulk
|
|
242
|
+
*/
|
|
243
|
+
submitComponents({ authorization, submitDevopsComponentsRequest, }) {
|
|
244
|
+
return this.getClientInstance()
|
|
245
|
+
.request({
|
|
246
|
+
path: "/rest/devopscomponents/1.0/bulk",
|
|
247
|
+
method: "POST",
|
|
248
|
+
headers: {
|
|
249
|
+
Authorization: authorization,
|
|
250
|
+
"Content-Type": "application/json",
|
|
251
|
+
},
|
|
252
|
+
body: submitDevopsComponentsRequest,
|
|
253
|
+
})
|
|
254
|
+
.then(this.getClientInstance().responseHandler({
|
|
255
|
+
202: {
|
|
256
|
+
"application/json": "json",
|
|
257
|
+
},
|
|
258
|
+
}))
|
|
259
|
+
.then(commonHttpClient.castResponse())
|
|
260
|
+
.then(validationSchemaStorage_1.validationSchemaStorage.validator("DevOpsComponentsService.submitComponents.response"))
|
|
261
|
+
.then(commonHttpClient.getBody);
|
|
262
|
+
}
|
|
263
|
+
static initialize() {
|
|
264
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("DevOpsComponentsService.getComponentById.response", zod_1.z
|
|
265
|
+
.object({
|
|
266
|
+
status: zod_1.z.literal(200),
|
|
267
|
+
mediaType: zod_1.z.literal("application/json"),
|
|
268
|
+
body: zod_1.z
|
|
269
|
+
.object({
|
|
270
|
+
schemaVersion: zod_1.z.enum(["1.0"]),
|
|
271
|
+
id: zod_1.z.string().max(255),
|
|
272
|
+
updateSequenceNumber: zod_1.z.number().int(),
|
|
273
|
+
name: zod_1.z.string().max(255),
|
|
274
|
+
providerName: zod_1.z.string().max(255).optional(),
|
|
275
|
+
description: zod_1.z.string().max(5000),
|
|
276
|
+
url: zod_1.z.string().max(2000),
|
|
277
|
+
avatarUrl: zod_1.z.string().max(2000),
|
|
278
|
+
tier: zod_1.z.enum(["Tier 1", "Tier 2", "Tier 3", "Tier 4"]),
|
|
279
|
+
componentType: zod_1.z.enum([
|
|
280
|
+
"Service",
|
|
281
|
+
"Application",
|
|
282
|
+
"Library",
|
|
283
|
+
"Capability",
|
|
284
|
+
"Cloud resource",
|
|
285
|
+
"Data pipeline",
|
|
286
|
+
"Machine learning model",
|
|
287
|
+
"UI element",
|
|
288
|
+
"Website",
|
|
289
|
+
"Other",
|
|
290
|
+
]),
|
|
291
|
+
lastUpdated: zod_1.z.string(),
|
|
292
|
+
})
|
|
293
|
+
.strict(),
|
|
294
|
+
})
|
|
295
|
+
.describe("DevOpsComponentsService.getComponentById.response"));
|
|
296
|
+
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("DevOpsComponentsService.submitComponents.response", zod_1.z
|
|
297
|
+
.object({
|
|
298
|
+
status: zod_1.z.literal(202),
|
|
299
|
+
mediaType: zod_1.z.literal("application/json"),
|
|
300
|
+
body: validationSchemaStorage_1.validationSchemaStorage.lazy("SubmitDevopsComponentsResponse"),
|
|
301
|
+
})
|
|
302
|
+
.describe("DevOpsComponentsService.submitComponents.response"));
|
|
303
|
+
validationSchemaStorage_1.validationSchemaStorage.registerOnce([
|
|
304
|
+
devOpsComponents_1.registerDevOpsComponentsValidationSchemas,
|
|
305
|
+
]);
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
exports.DevOpsComponentsService = DevOpsComponentsService;
|
|
309
|
+
//# sourceMappingURL=DevOpsComponentsService.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DevOpsComponentsService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/DevOpsComponentsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,iEAIoC;AACpC,wEAAqE;AACrE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8GG;AACH,MAAa,uBAAwB,SAAQ,qCAAiB;IAC5D;;;;;;;;;;;OAWG;IACH,mBAAmB,CAAC,EAClB,WAAW,EACX,aAAa,GAed;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,0CAA0C;YAChD,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE;gBACV,WAAW;aACZ;YACD,OAAO,EAAE;gBACP,aAAa,EAAE,aAAa;aAC7B;SACF,CAAC;aACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IAC1C,CAAC;IACD;;;;;;;;;;;;;;;;;;OAkBG;IACH,0BAA0B,CAAC,EACzB,aAAa,GAad;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,6CAA6C;YACnD,MAAM,EAAE,QAAQ;YAChB,OAAO,EAAE;gBACP,aAAa,EAAE,aAAa;aAC7B;SACF,CAAC;aACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IAC1C,CAAC;IACD;;;;;;;;;;;;OAYG;IACH,gBAAgB,CAAC,EACf,WAAW,EACX,aAAa,GAed;QAmGC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,0CAA0C;YAChD,MAAM,EAAE,KAAK;YACb,UAAU,EAAE;gBACV,WAAW;aACZ;YACD,OAAO,EAAE;gBACP,aAAa,EAAE,aAAa;aAC7B;SACF,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EA0BzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,mDAAmD,CACpD,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4BG;IACH,gBAAgB,CAAC,EACf,aAAa,EACb,6BAA6B,GAe9B;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,iCAAiC;YACvC,MAAM,EAAE,MAAM;YACd,OAAO,EAAE;gBACP,aAAa,EAAE,aAAa;gBAC5B,cAAc,EAAE,kBAAkB;aACnC;YACD,IAAI,EAAE,6BAA6B;SACpC,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,mDAAmD,CACpD,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD,MAAM,CAAC,UAAU;QACf,iDAAuB,CAAC,kBAAkB,CACxC,mDAAmD,EACnD,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC;iBACJ,MAAM,CAAC;gBACN,aAAa,EAAE,OAAC,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC;gBAC9B,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC;gBACvB,oBAAoB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;gBACtC,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC;gBACzB,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE;gBAC5C,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC;gBACjC,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC;gBACzB,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC;gBAC/B,IAAI,EAAE,OAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,CAAC,CAAC;gBACtD,aAAa,EAAE,OAAC,CAAC,IAAI,CAAC;oBACpB,SAAS;oBACT,aAAa;oBACb,SAAS;oBACT,YAAY;oBACZ,gBAAgB;oBAChB,eAAe;oBACf,wBAAwB;oBACxB,YAAY;oBACZ,SAAS;oBACT,OAAO;iBACR,CAAC;gBACF,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE;aACxB,CAAC;iBACD,MAAM,EAAE;SACZ,CAAC;aACD,QAAQ,CAAC,mDAAmD,CAAC,CACjE,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,mDAAmD,EACnD,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,gCAAgC,CAAC;SACrE,CAAC;aACD,QAAQ,CAAC,mDAAmD,CAAC,CACjE,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC;YACnC,4DAAyC;SAC1C,CAAC,CAAC;IACL,CAAC;CACF;AA/YD,0DA+YC"}
|