@resolution/jira-api-client 0.1.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/.eslintrc.js +3 -0
- package/CHANGELOG.md +11 -0
- package/LICENSE.md +19 -0
- package/README.md +12 -0
- package/config/api-typescript-generator.config.ts +91 -0
- package/config/compare-schemas.ts +307 -0
- package/lib/index.d.ts +15 -0
- package/lib/index.js +25 -0
- package/lib/index.js.map +1 -0
- package/lib/openapi/platform/base-jira-platform-api-client.d.ts +868 -0
- package/lib/openapi/platform/base-jira-platform-api-client.js +808 -0
- package/lib/openapi/platform/base-jira-platform-api-client.js.map +1 -0
- package/lib/openapi/platform/core/common-http-client.d.ts +196 -0
- package/lib/openapi/platform/core/common-http-client.js +390 -0
- package/lib/openapi/platform/core/common-http-client.js.map +1 -0
- package/lib/openapi/platform/core/common-http-service.d.ts +7 -0
- package/lib/openapi/platform/core/common-http-service.js +20 -0
- package/lib/openapi/platform/core/common-http-service.js.map +1 -0
- package/lib/openapi/platform/core/common-validation-schema-storage.d.ts +35 -0
- package/lib/openapi/platform/core/common-validation-schema-storage.js +65 -0
- package/lib/openapi/platform/core/common-validation-schema-storage.js.map +1 -0
- package/lib/openapi/platform/models/announcement-banner.d.ts +27 -0
- package/lib/openapi/platform/models/announcement-banner.js +30 -0
- package/lib/openapi/platform/models/announcement-banner.js.map +1 -0
- package/lib/openapi/platform/models/app-data-policies.d.ts +31 -0
- package/lib/openapi/platform/models/app-data-policies.js +40 -0
- package/lib/openapi/platform/models/app-data-policies.js.map +1 -0
- package/lib/openapi/platform/models/app-migration.d.ts +86 -0
- package/lib/openapi/platform/models/app-migration.js +67 -0
- package/lib/openapi/platform/models/app-migration.js.map +1 -0
- package/lib/openapi/platform/models/app-properties.d.ts +15 -0
- package/lib/openapi/platform/models/app-properties.js +18 -0
- package/lib/openapi/platform/models/app-properties.js.map +1 -0
- package/lib/openapi/platform/models/audit-records.d.ts +70 -0
- package/lib/openapi/platform/models/audit-records.js +62 -0
- package/lib/openapi/platform/models/audit-records.js.map +1 -0
- package/lib/openapi/platform/models/avatars.d.ts +18 -0
- package/lib/openapi/platform/models/avatars.js +27 -0
- package/lib/openapi/platform/models/avatars.js.map +1 -0
- package/lib/openapi/platform/models/classification-levels.d.ts +25 -0
- package/lib/openapi/platform/models/classification-levels.js +31 -0
- package/lib/openapi/platform/models/classification-levels.js.map +1 -0
- package/lib/openapi/platform/models/common.d.ts +1490 -0
- package/lib/openapi/platform/models/common.js +937 -0
- package/lib/openapi/platform/models/common.js.map +1 -0
- package/lib/openapi/platform/models/dashboards.d.ts +414 -0
- package/lib/openapi/platform/models/dashboards.js +325 -0
- package/lib/openapi/platform/models/dashboards.js.map +1 -0
- package/lib/openapi/platform/models/dynamic-modules.d.ts +92 -0
- package/lib/openapi/platform/models/dynamic-modules.js +24 -0
- package/lib/openapi/platform/models/dynamic-modules.js.map +1 -0
- package/lib/openapi/platform/models/filter-sharing.d.ts +59 -0
- package/lib/openapi/platform/models/filter-sharing.js +36 -0
- package/lib/openapi/platform/models/filter-sharing.js.map +1 -0
- package/lib/openapi/platform/models/filters.d.ts +183 -0
- package/lib/openapi/platform/models/filters.js +115 -0
- package/lib/openapi/platform/models/filters.js.map +1 -0
- package/lib/openapi/platform/models/group-and-user-picker.d.ts +49 -0
- package/lib/openapi/platform/models/group-and-user-picker.js +31 -0
- package/lib/openapi/platform/models/group-and-user-picker.js.map +1 -0
- package/lib/openapi/platform/models/groups.d.ts +127 -0
- package/lib/openapi/platform/models/groups.js +98 -0
- package/lib/openapi/platform/models/groups.js.map +1 -0
- package/lib/openapi/platform/models/issue-attachments.d.ts +124 -0
- package/lib/openapi/platform/models/issue-attachments.js +129 -0
- package/lib/openapi/platform/models/issue-attachments.js.map +1 -0
- package/lib/openapi/platform/models/issue-comment-properties.d.ts +10 -0
- package/lib/openapi/platform/models/issue-comment-properties.js +18 -0
- package/lib/openapi/platform/models/issue-comment-properties.js.map +1 -0
- package/lib/openapi/platform/models/issue-comments.d.ts +36 -0
- package/lib/openapi/platform/models/issue-comments.js +49 -0
- package/lib/openapi/platform/models/issue-comments.js.map +1 -0
- package/lib/openapi/platform/models/issue-custom-field-configuration-apps.d.ts +36 -0
- package/lib/openapi/platform/models/issue-custom-field-configuration-apps.js +53 -0
- package/lib/openapi/platform/models/issue-custom-field-configuration-apps.js.map +1 -0
- package/lib/openapi/platform/models/issue-custom-field-contexts.d.ts +417 -0
- package/lib/openapi/platform/models/issue-custom-field-contexts.js +458 -0
- package/lib/openapi/platform/models/issue-custom-field-contexts.js.map +1 -0
- package/lib/openapi/platform/models/issue-custom-field-options-apps.d.ts +119 -0
- package/lib/openapi/platform/models/issue-custom-field-options-apps.js +133 -0
- package/lib/openapi/platform/models/issue-custom-field-options-apps.js.map +1 -0
- package/lib/openapi/platform/models/issue-custom-field-options.d.ts +136 -0
- package/lib/openapi/platform/models/issue-custom-field-options.js +115 -0
- package/lib/openapi/platform/models/issue-custom-field-options.js.map +1 -0
- package/lib/openapi/platform/models/issue-custom-field-values-apps.d.ts +66 -0
- package/lib/openapi/platform/models/issue-custom-field-values-apps.js +42 -0
- package/lib/openapi/platform/models/issue-custom-field-values-apps.js.map +1 -0
- package/lib/openapi/platform/models/issue-field-configurations.d.ts +194 -0
- package/lib/openapi/platform/models/issue-field-configurations.js +182 -0
- package/lib/openapi/platform/models/issue-field-configurations.js.map +1 -0
- package/lib/openapi/platform/models/issue-fields.d.ts +227 -0
- package/lib/openapi/platform/models/issue-fields.js +119 -0
- package/lib/openapi/platform/models/issue-fields.js.map +1 -0
- package/lib/openapi/platform/models/issue-link-types.d.ts +9 -0
- package/lib/openapi/platform/models/issue-link-types.js +21 -0
- package/lib/openapi/platform/models/issue-link-types.js.map +1 -0
- package/lib/openapi/platform/models/issue-links.d.ts +90 -0
- package/lib/openapi/platform/models/issue-links.js +74 -0
- package/lib/openapi/platform/models/issue-links.js.map +1 -0
- package/lib/openapi/platform/models/issue-notification-schemes.d.ts +158 -0
- package/lib/openapi/platform/models/issue-notification-schemes.js +147 -0
- package/lib/openapi/platform/models/issue-notification-schemes.js.map +1 -0
- package/lib/openapi/platform/models/issue-priorities.d.ts +74 -0
- package/lib/openapi/platform/models/issue-priorities.js +89 -0
- package/lib/openapi/platform/models/issue-priorities.js.map +1 -0
- package/lib/openapi/platform/models/issue-properties.d.ts +80 -0
- package/lib/openapi/platform/models/issue-properties.js +158 -0
- package/lib/openapi/platform/models/issue-properties.js.map +1 -0
- package/lib/openapi/platform/models/issue-remote-links.d.ts +120 -0
- package/lib/openapi/platform/models/issue-remote-links.js +70 -0
- package/lib/openapi/platform/models/issue-remote-links.js.map +1 -0
- package/lib/openapi/platform/models/issue-resolutions.d.ts +81 -0
- package/lib/openapi/platform/models/issue-resolutions.js +79 -0
- package/lib/openapi/platform/models/issue-resolutions.js.map +1 -0
- package/lib/openapi/platform/models/issue-search.d.ts +196 -0
- package/lib/openapi/platform/models/issue-search.js +136 -0
- package/lib/openapi/platform/models/issue-search.js.map +1 -0
- package/lib/openapi/platform/models/issue-security-level.d.ts +36 -0
- package/lib/openapi/platform/models/issue-security-level.js +36 -0
- package/lib/openapi/platform/models/issue-security-level.js.map +1 -0
- package/lib/openapi/platform/models/issue-security-schemes.d.ts +214 -0
- package/lib/openapi/platform/models/issue-security-schemes.js +211 -0
- package/lib/openapi/platform/models/issue-security-schemes.js.map +1 -0
- package/lib/openapi/platform/models/issue-type-schemes.d.ts +146 -0
- package/lib/openapi/platform/models/issue-type-schemes.js +115 -0
- package/lib/openapi/platform/models/issue-type-schemes.js.map +1 -0
- package/lib/openapi/platform/models/issue-type-screen-schemes.d.ts +139 -0
- package/lib/openapi/platform/models/issue-type-screen-schemes.js +109 -0
- package/lib/openapi/platform/models/issue-type-screen-schemes.js.map +1 -0
- package/lib/openapi/platform/models/issue-types.d.ts +36 -0
- package/lib/openapi/platform/models/issue-types.js +28 -0
- package/lib/openapi/platform/models/issue-types.js.map +1 -0
- package/lib/openapi/platform/models/issue-votes.d.ts +18 -0
- package/lib/openapi/platform/models/issue-votes.js +22 -0
- package/lib/openapi/platform/models/issue-votes.js.map +1 -0
- package/lib/openapi/platform/models/issue-watchers.d.ts +27 -0
- package/lib/openapi/platform/models/issue-watchers.js +36 -0
- package/lib/openapi/platform/models/issue-watchers.js.map +1 -0
- package/lib/openapi/platform/models/issue-worklogs.d.ts +93 -0
- package/lib/openapi/platform/models/issue-worklogs.js +80 -0
- package/lib/openapi/platform/models/issue-worklogs.js.map +1 -0
- package/lib/openapi/platform/models/issues.d.ts +583 -0
- package/lib/openapi/platform/models/issues.js +545 -0
- package/lib/openapi/platform/models/issues.js.map +1 -0
- package/lib/openapi/platform/models/jira-expressions.d.ts +329 -0
- package/lib/openapi/platform/models/jira-expressions.js +180 -0
- package/lib/openapi/platform/models/jira-expressions.js.map +1 -0
- package/lib/openapi/platform/models/jira-settings.d.ts +62 -0
- package/lib/openapi/platform/models/jira-settings.js +49 -0
- package/lib/openapi/platform/models/jira-settings.js.map +1 -0
- package/lib/openapi/platform/models/jql-functions-apps.d.ts +61 -0
- package/lib/openapi/platform/models/jql-functions-apps.js +57 -0
- package/lib/openapi/platform/models/jql-functions-apps.js.map +1 -0
- package/lib/openapi/platform/models/jql.d.ts +348 -0
- package/lib/openapi/platform/models/jql.js +309 -0
- package/lib/openapi/platform/models/jql.js.map +1 -0
- package/lib/openapi/platform/models/labels.d.ts +20 -0
- package/lib/openapi/platform/models/labels.js +23 -0
- package/lib/openapi/platform/models/labels.js.map +1 -0
- package/lib/openapi/platform/models/license-metrics.d.ts +27 -0
- package/lib/openapi/platform/models/license-metrics.js +32 -0
- package/lib/openapi/platform/models/license-metrics.js.map +1 -0
- package/lib/openapi/platform/models/myself.d.ts +13 -0
- package/lib/openapi/platform/models/myself.js +17 -0
- package/lib/openapi/platform/models/myself.js.map +1 -0
- package/lib/openapi/platform/models/permission-schemes.d.ts +42 -0
- package/lib/openapi/platform/models/permission-schemes.js +39 -0
- package/lib/openapi/platform/models/permission-schemes.js.map +1 -0
- package/lib/openapi/platform/models/permissions.d.ts +97 -0
- package/lib/openapi/platform/models/permissions.js +176 -0
- package/lib/openapi/platform/models/permissions.js.map +1 -0
- package/lib/openapi/platform/models/priority-schemes.d.ts +233 -0
- package/lib/openapi/platform/models/priority-schemes.js +227 -0
- package/lib/openapi/platform/models/priority-schemes.js.map +1 -0
- package/lib/openapi/platform/models/project-avatars.d.ts +11 -0
- package/lib/openapi/platform/models/project-avatars.js +20 -0
- package/lib/openapi/platform/models/project-avatars.js.map +1 -0
- package/lib/openapi/platform/models/project-classification-levels.d.ts +8 -0
- package/lib/openapi/platform/models/project-classification-levels.js +17 -0
- package/lib/openapi/platform/models/project-classification-levels.js.map +1 -0
- package/lib/openapi/platform/models/project-components.d.ts +122 -0
- package/lib/openapi/platform/models/project-components.js +91 -0
- package/lib/openapi/platform/models/project-components.js.map +1 -0
- package/lib/openapi/platform/models/project-email.d.ts +10 -0
- package/lib/openapi/platform/models/project-email.js +18 -0
- package/lib/openapi/platform/models/project-email.js.map +1 -0
- package/lib/openapi/platform/models/project-features.d.ts +35 -0
- package/lib/openapi/platform/models/project-features.js +38 -0
- package/lib/openapi/platform/models/project-features.js.map +1 -0
- package/lib/openapi/platform/models/project-permission-schemes.d.ts +17 -0
- package/lib/openapi/platform/models/project-permission-schemes.js +25 -0
- package/lib/openapi/platform/models/project-permission-schemes.js.map +1 -0
- package/lib/openapi/platform/models/project-role-actors.d.ts +65 -0
- package/lib/openapi/platform/models/project-role-actors.js +37 -0
- package/lib/openapi/platform/models/project-role-actors.js.map +1 -0
- package/lib/openapi/platform/models/project-roles.d.ts +41 -0
- package/lib/openapi/platform/models/project-roles.js +34 -0
- package/lib/openapi/platform/models/project-roles.js.map +1 -0
- package/lib/openapi/platform/models/project-types.d.ts +16 -0
- package/lib/openapi/platform/models/project-types.js +21 -0
- package/lib/openapi/platform/models/project-types.js.map +1 -0
- package/lib/openapi/platform/models/project-versions.d.ts +110 -0
- package/lib/openapi/platform/models/project-versions.js +87 -0
- package/lib/openapi/platform/models/project-versions.js.map +1 -0
- package/lib/openapi/platform/models/projects.d.ts +216 -0
- package/lib/openapi/platform/models/projects.js +149 -0
- package/lib/openapi/platform/models/projects.js.map +1 -0
- package/lib/openapi/platform/models/screen-schemes.d.ts +94 -0
- package/lib/openapi/platform/models/screen-schemes.js +79 -0
- package/lib/openapi/platform/models/screen-schemes.js.map +1 -0
- package/lib/openapi/platform/models/screen-tab-fields.d.ts +19 -0
- package/lib/openapi/platform/models/screen-tab-fields.js +24 -0
- package/lib/openapi/platform/models/screen-tab-fields.js.map +1 -0
- package/lib/openapi/platform/models/screens.d.ts +82 -0
- package/lib/openapi/platform/models/screens.js +72 -0
- package/lib/openapi/platform/models/screens.js.map +1 -0
- package/lib/openapi/platform/models/server-info.d.ts +51 -0
- package/lib/openapi/platform/models/server-info.js +47 -0
- package/lib/openapi/platform/models/server-info.js.map +1 -0
- package/lib/openapi/platform/models/service-registry.d.ts +32 -0
- package/lib/openapi/platform/models/service-registry.js +34 -0
- package/lib/openapi/platform/models/service-registry.js.map +1 -0
- package/lib/openapi/platform/models/status.d.ts +95 -0
- package/lib/openapi/platform/models/status.js +107 -0
- package/lib/openapi/platform/models/status.js.map +1 -0
- package/lib/openapi/platform/models/time-tracking.d.ts +20 -0
- package/lib/openapi/platform/models/time-tracking.js +19 -0
- package/lib/openapi/platform/models/time-tracking.js.map +1 -0
- package/lib/openapi/platform/models/ui-modifications-apps.d.ts +127 -0
- package/lib/openapi/platform/models/ui-modifications-apps.js +85 -0
- package/lib/openapi/platform/models/ui-modifications-apps.js.map +1 -0
- package/lib/openapi/platform/models/user-search.d.ts +37 -0
- package/lib/openapi/platform/models/user-search.js +30 -0
- package/lib/openapi/platform/models/user-search.js.map +1 -0
- package/lib/openapi/platform/models/users.d.ts +60 -0
- package/lib/openapi/platform/models/users.js +53 -0
- package/lib/openapi/platform/models/users.js.map +1 -0
- package/lib/openapi/platform/models/webhooks.d.ts +147 -0
- package/lib/openapi/platform/models/webhooks.js +112 -0
- package/lib/openapi/platform/models/webhooks.js.map +1 -0
- package/lib/openapi/platform/models/workflow-scheme-drafts.d.ts +17 -0
- package/lib/openapi/platform/models/workflow-scheme-drafts.js +37 -0
- package/lib/openapi/platform/models/workflow-scheme-drafts.js.map +1 -0
- package/lib/openapi/platform/models/workflow-scheme-project-associations.d.ts +29 -0
- package/lib/openapi/platform/models/workflow-scheme-project-associations.js +33 -0
- package/lib/openapi/platform/models/workflow-scheme-project-associations.js.map +1 -0
- package/lib/openapi/platform/models/workflow-schemes.d.ts +217 -0
- package/lib/openapi/platform/models/workflow-schemes.js +261 -0
- package/lib/openapi/platform/models/workflow-schemes.js.map +1 -0
- package/lib/openapi/platform/models/workflow-transition-properties.d.ts +15 -0
- package/lib/openapi/platform/models/workflow-transition-properties.js +19 -0
- package/lib/openapi/platform/models/workflow-transition-properties.js.map +1 -0
- package/lib/openapi/platform/models/workflow-transition-rules.d.ts +106 -0
- package/lib/openapi/platform/models/workflow-transition-rules.js +117 -0
- package/lib/openapi/platform/models/workflow-transition-rules.js.map +1 -0
- package/lib/openapi/platform/models/workflows.d.ts +848 -0
- package/lib/openapi/platform/models/workflows.js +824 -0
- package/lib/openapi/platform/models/workflows.js.map +1 -0
- package/lib/openapi/platform/services/announcement-banner-service.d.ts +49 -0
- package/lib/openapi/platform/services/announcement-banner-service.js +99 -0
- package/lib/openapi/platform/services/announcement-banner-service.js.map +1 -0
- package/lib/openapi/platform/services/app-data-policies-service.d.ts +44 -0
- package/lib/openapi/platform/services/app-data-policies-service.js +101 -0
- package/lib/openapi/platform/services/app-data-policies-service.js.map +1 -0
- package/lib/openapi/platform/services/app-migration-service.d.ts +152 -0
- package/lib/openapi/platform/services/app-migration-service.js +178 -0
- package/lib/openapi/platform/services/app-migration-service.js.map +1 -0
- package/lib/openapi/platform/services/app-properties-service.d.ts +184 -0
- package/lib/openapi/platform/services/app-properties-service.js +325 -0
- package/lib/openapi/platform/services/app-properties-service.js.map +1 -0
- package/lib/openapi/platform/services/application-roles-service.d.ts +158 -0
- package/lib/openapi/platform/services/application-roles-service.js +209 -0
- package/lib/openapi/platform/services/application-roles-service.js.map +1 -0
- package/lib/openapi/platform/services/audit-records-service.d.ts +101 -0
- package/lib/openapi/platform/services/audit-records-service.js +125 -0
- package/lib/openapi/platform/services/audit-records-service.js.map +1 -0
- package/lib/openapi/platform/services/avatars-service.d.ts +363 -0
- package/lib/openapi/platform/services/avatars-service.js +523 -0
- package/lib/openapi/platform/services/avatars-service.js.map +1 -0
- package/lib/openapi/platform/services/classification-levels-service.d.ts +72 -0
- package/lib/openapi/platform/services/classification-levels-service.js +104 -0
- package/lib/openapi/platform/services/classification-levels-service.js.map +1 -0
- package/lib/openapi/platform/services/dashboards-service.d.ts +918 -0
- package/lib/openapi/platform/services/dashboards-service.js +1109 -0
- package/lib/openapi/platform/services/dashboards-service.js.map +1 -0
- package/lib/openapi/platform/services/dynamic-modules-service.d.ts +50 -0
- package/lib/openapi/platform/services/dynamic-modules-service.js +96 -0
- package/lib/openapi/platform/services/dynamic-modules-service.js.map +1 -0
- package/lib/openapi/platform/services/filter-sharing-service.d.ts +446 -0
- package/lib/openapi/platform/services/filter-sharing-service.js +565 -0
- package/lib/openapi/platform/services/filter-sharing-service.js.map +1 -0
- package/lib/openapi/platform/services/filters-service.d.ts +1320 -0
- package/lib/openapi/platform/services/filters-service.js +1351 -0
- package/lib/openapi/platform/services/filters-service.js.map +1 -0
- package/lib/openapi/platform/services/group-and-user-picker-service.d.ts +132 -0
- package/lib/openapi/platform/services/group-and-user-picker-service.js +140 -0
- package/lib/openapi/platform/services/group-and-user-picker-service.js.map +1 -0
- package/lib/openapi/platform/services/groups-service.d.ts +411 -0
- package/lib/openapi/platform/services/groups-service.js +448 -0
- package/lib/openapi/platform/services/groups-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-attachments-service.d.ts +549 -0
- package/lib/openapi/platform/services/issue-attachments-service.js +724 -0
- package/lib/openapi/platform/services/issue-attachments-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-comment-properties-service.d.ts +149 -0
- package/lib/openapi/platform/services/issue-comment-properties-service.js +239 -0
- package/lib/openapi/platform/services/issue-comment-properties-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-comments-service.d.ts +528 -0
- package/lib/openapi/platform/services/issue-comments-service.js +563 -0
- package/lib/openapi/platform/services/issue-comments-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-custom-field-configuration-apps-service.d.ts +155 -0
- package/lib/openapi/platform/services/issue-custom-field-configuration-apps-service.js +163 -0
- package/lib/openapi/platform/services/issue-custom-field-configuration-apps-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-custom-field-contexts-service.d.ts +659 -0
- package/lib/openapi/platform/services/issue-custom-field-contexts-service.js +854 -0
- package/lib/openapi/platform/services/issue-custom-field-contexts-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-custom-field-options-apps-service.d.ts +615 -0
- package/lib/openapi/platform/services/issue-custom-field-options-apps-service.js +605 -0
- package/lib/openapi/platform/services/issue-custom-field-options-apps-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-custom-field-options-service.d.ts +339 -0
- package/lib/openapi/platform/services/issue-custom-field-options-service.js +420 -0
- package/lib/openapi/platform/services/issue-custom-field-options-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-custom-field-values-apps-service.d.ts +90 -0
- package/lib/openapi/platform/services/issue-custom-field-values-apps-service.js +117 -0
- package/lib/openapi/platform/services/issue-custom-field-values-apps-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-field-configurations-service.d.ts +561 -0
- package/lib/openapi/platform/services/issue-field-configurations-service.js +801 -0
- package/lib/openapi/platform/services/issue-field-configurations-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-fields-service.d.ts +420 -0
- package/lib/openapi/platform/services/issue-fields-service.js +555 -0
- package/lib/openapi/platform/services/issue-fields-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-link-types-service.d.ts +165 -0
- package/lib/openapi/platform/services/issue-link-types-service.js +263 -0
- package/lib/openapi/platform/services/issue-link-types-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-links-service.d.ts +237 -0
- package/lib/openapi/platform/services/issue-links-service.js +264 -0
- package/lib/openapi/platform/services/issue-links-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-navigator-settings-service.d.ts +55 -0
- package/lib/openapi/platform/services/issue-navigator-settings-service.js +97 -0
- package/lib/openapi/platform/services/issue-navigator-settings-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-notification-schemes-service.d.ts +809 -0
- package/lib/openapi/platform/services/issue-notification-schemes-service.js +917 -0
- package/lib/openapi/platform/services/issue-notification-schemes-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-priorities-service.d.ts +238 -0
- package/lib/openapi/platform/services/issue-priorities-service.js +372 -0
- package/lib/openapi/platform/services/issue-priorities-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-properties-service.d.ts +368 -0
- package/lib/openapi/platform/services/issue-properties-service.js +439 -0
- package/lib/openapi/platform/services/issue-properties-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-remote-links-service.d.ts +351 -0
- package/lib/openapi/platform/services/issue-remote-links-service.js +429 -0
- package/lib/openapi/platform/services/issue-remote-links-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-resolutions-service.d.ts +202 -0
- package/lib/openapi/platform/services/issue-resolutions-service.js +346 -0
- package/lib/openapi/platform/services/issue-resolutions-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-search-service.d.ts +887 -0
- package/lib/openapi/platform/services/issue-search-service.js +878 -0
- package/lib/openapi/platform/services/issue-search-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-security-level-service.d.ts +136 -0
- package/lib/openapi/platform/services/issue-security-level-service.js +174 -0
- package/lib/openapi/platform/services/issue-security-level-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-security-schemes-service.d.ts +530 -0
- package/lib/openapi/platform/services/issue-security-schemes-service.js +721 -0
- package/lib/openapi/platform/services/issue-security-schemes-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-type-properties-service.d.ts +150 -0
- package/lib/openapi/platform/services/issue-type-properties-service.js +227 -0
- package/lib/openapi/platform/services/issue-type-properties-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-type-schemes-service.d.ts +460 -0
- package/lib/openapi/platform/services/issue-type-schemes-service.js +615 -0
- package/lib/openapi/platform/services/issue-type-schemes-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-type-screen-schemes-service.d.ts +442 -0
- package/lib/openapi/platform/services/issue-type-screen-schemes-service.js +606 -0
- package/lib/openapi/platform/services/issue-type-screen-schemes-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-types-service.d.ts +343 -0
- package/lib/openapi/platform/services/issue-types-service.js +495 -0
- package/lib/openapi/platform/services/issue-types-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-votes-service.d.ts +117 -0
- package/lib/openapi/platform/services/issue-votes-service.js +179 -0
- package/lib/openapi/platform/services/issue-votes-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-watchers-service.d.ts +168 -0
- package/lib/openapi/platform/services/issue-watchers-service.js +236 -0
- package/lib/openapi/platform/services/issue-watchers-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-worklog-properties-service.d.ts +165 -0
- package/lib/openapi/platform/services/issue-worklog-properties-service.js +251 -0
- package/lib/openapi/platform/services/issue-worklog-properties-service.js.map +1 -0
- package/lib/openapi/platform/services/issue-worklogs-service.d.ts +694 -0
- package/lib/openapi/platform/services/issue-worklogs-service.js +701 -0
- package/lib/openapi/platform/services/issue-worklogs-service.js.map +1 -0
- package/lib/openapi/platform/services/issues-service.d.ts +2356 -0
- package/lib/openapi/platform/services/issues-service.js +2022 -0
- package/lib/openapi/platform/services/issues-service.js.map +1 -0
- package/lib/openapi/platform/services/jira-expressions-service.d.ts +298 -0
- package/lib/openapi/platform/services/jira-expressions-service.js +272 -0
- package/lib/openapi/platform/services/jira-expressions-service.js.map +1 -0
- package/lib/openapi/platform/services/jira-settings-service.d.ts +236 -0
- package/lib/openapi/platform/services/jira-settings-service.js +325 -0
- package/lib/openapi/platform/services/jira-settings-service.js.map +1 -0
- package/lib/openapi/platform/services/jql-functions-apps-service.d.ts +113 -0
- package/lib/openapi/platform/services/jql-functions-apps-service.js +142 -0
- package/lib/openapi/platform/services/jql-functions-apps-service.js.map +1 -0
- package/lib/openapi/platform/services/jql-service.d.ts +623 -0
- package/lib/openapi/platform/services/jql-service.js +697 -0
- package/lib/openapi/platform/services/jql-service.js.map +1 -0
- package/lib/openapi/platform/services/labels-service.d.ts +34 -0
- package/lib/openapi/platform/services/labels-service.js +67 -0
- package/lib/openapi/platform/services/labels-service.js.map +1 -0
- package/lib/openapi/platform/services/license-metrics-service.d.ts +82 -0
- package/lib/openapi/platform/services/license-metrics-service.js +160 -0
- package/lib/openapi/platform/services/license-metrics-service.js.map +1 -0
- package/lib/openapi/platform/services/myself-service.d.ts +254 -0
- package/lib/openapi/platform/services/myself-service.js +382 -0
- package/lib/openapi/platform/services/myself-service.js.map +1 -0
- package/lib/openapi/platform/services/permission-schemes-service.d.ts +554 -0
- package/lib/openapi/platform/services/permission-schemes-service.js +613 -0
- package/lib/openapi/platform/services/permission-schemes-service.js.map +1 -0
- package/lib/openapi/platform/services/permissions-service.d.ts +214 -0
- package/lib/openapi/platform/services/permissions-service.js +281 -0
- package/lib/openapi/platform/services/permissions-service.js.map +1 -0
- package/lib/openapi/platform/services/priority-schemes-service.d.ts +578 -0
- package/lib/openapi/platform/services/priority-schemes-service.js +655 -0
- package/lib/openapi/platform/services/priority-schemes-service.js.map +1 -0
- package/lib/openapi/platform/services/project-avatars-service.d.ts +170 -0
- package/lib/openapi/platform/services/project-avatars-service.js +254 -0
- package/lib/openapi/platform/services/project-avatars-service.js.map +1 -0
- package/lib/openapi/platform/services/project-categories-service.d.ts +128 -0
- package/lib/openapi/platform/services/project-categories-service.js +226 -0
- package/lib/openapi/platform/services/project-categories-service.js.map +1 -0
- package/lib/openapi/platform/services/project-classification-levels-service.d.ts +90 -0
- package/lib/openapi/platform/services/project-classification-levels-service.js +161 -0
- package/lib/openapi/platform/services/project-classification-levels-service.js.map +1 -0
- package/lib/openapi/platform/services/project-components-service.d.ts +955 -0
- package/lib/openapi/platform/services/project-components-service.js +1075 -0
- package/lib/openapi/platform/services/project-components-service.js.map +1 -0
- package/lib/openapi/platform/services/project-email-service.d.ts +60 -0
- package/lib/openapi/platform/services/project-email-service.js +113 -0
- package/lib/openapi/platform/services/project-email-service.js.map +1 -0
- package/lib/openapi/platform/services/project-features-service.d.ts +103 -0
- package/lib/openapi/platform/services/project-features-service.js +155 -0
- package/lib/openapi/platform/services/project-features-service.js.map +1 -0
- package/lib/openapi/platform/services/project-key-and-name-validation-service.d.ts +59 -0
- package/lib/openapi/platform/services/project-key-and-name-validation-service.js +135 -0
- package/lib/openapi/platform/services/project-key-and-name-validation-service.js.map +1 -0
- package/lib/openapi/platform/services/project-permission-schemes-service.d.ts +179 -0
- package/lib/openapi/platform/services/project-permission-schemes-service.js +255 -0
- package/lib/openapi/platform/services/project-permission-schemes-service.js.map +1 -0
- package/lib/openapi/platform/services/project-properties-service.d.ts +147 -0
- package/lib/openapi/platform/services/project-properties-service.js +224 -0
- package/lib/openapi/platform/services/project-properties-service.js.map +1 -0
- package/lib/openapi/platform/services/project-role-actors-service.d.ts +351 -0
- package/lib/openapi/platform/services/project-role-actors-service.js +413 -0
- package/lib/openapi/platform/services/project-role-actors-service.js.map +1 -0
- package/lib/openapi/platform/services/project-roles-service.d.ts +484 -0
- package/lib/openapi/platform/services/project-roles-service.js +647 -0
- package/lib/openapi/platform/services/project-roles-service.js.map +1 -0
- package/lib/openapi/platform/services/project-types-service.d.ts +121 -0
- package/lib/openapi/platform/services/project-types-service.js +220 -0
- package/lib/openapi/platform/services/project-types-service.js.map +1 -0
- package/lib/openapi/platform/services/project-versions-service.d.ts +632 -0
- package/lib/openapi/platform/services/project-versions-service.js +852 -0
- package/lib/openapi/platform/services/project-versions-service.js.map +1 -0
- package/lib/openapi/platform/services/projects-service.d.ts +1622 -0
- package/lib/openapi/platform/services/projects-service.js +1686 -0
- package/lib/openapi/platform/services/projects-service.js.map +1 -0
- package/lib/openapi/platform/services/screen-schemes-service.d.ts +166 -0
- package/lib/openapi/platform/services/screen-schemes-service.js +216 -0
- package/lib/openapi/platform/services/screen-schemes-service.js.map +1 -0
- package/lib/openapi/platform/services/screen-tab-fields-service.d.ts +103 -0
- package/lib/openapi/platform/services/screen-tab-fields-service.js +181 -0
- package/lib/openapi/platform/services/screen-tab-fields-service.js.map +1 -0
- package/lib/openapi/platform/services/screen-tabs-service.d.ts +164 -0
- package/lib/openapi/platform/services/screen-tabs-service.js +278 -0
- package/lib/openapi/platform/services/screen-tabs-service.js.map +1 -0
- package/lib/openapi/platform/services/screens-service.d.ts +226 -0
- package/lib/openapi/platform/services/screens-service.js +346 -0
- package/lib/openapi/platform/services/screens-service.js.map +1 -0
- package/lib/openapi/platform/services/server-info-service.d.ts +40 -0
- package/lib/openapi/platform/services/server-info-service.js +74 -0
- package/lib/openapi/platform/services/server-info-service.js.map +1 -0
- package/lib/openapi/platform/services/service-registry-service.d.ts +32 -0
- package/lib/openapi/platform/services/service-registry-service.js +60 -0
- package/lib/openapi/platform/services/service-registry-service.js.map +1 -0
- package/lib/openapi/platform/services/status-service.d.ts +268 -0
- package/lib/openapi/platform/services/status-service.js +321 -0
- package/lib/openapi/platform/services/status-service.js.map +1 -0
- package/lib/openapi/platform/services/tasks-service.d.ts +71 -0
- package/lib/openapi/platform/services/tasks-service.js +126 -0
- package/lib/openapi/platform/services/tasks-service.js.map +1 -0
- package/lib/openapi/platform/services/time-tracking-service.d.ts +140 -0
- package/lib/openapi/platform/services/time-tracking-service.js +260 -0
- package/lib/openapi/platform/services/time-tracking-service.js.map +1 -0
- package/lib/openapi/platform/services/ui-modifications-apps-service.d.ts +212 -0
- package/lib/openapi/platform/services/ui-modifications-apps-service.js +262 -0
- package/lib/openapi/platform/services/ui-modifications-apps-service.js.map +1 -0
- package/lib/openapi/platform/services/user-properties-service.d.ts +218 -0
- package/lib/openapi/platform/services/user-properties-service.js +254 -0
- package/lib/openapi/platform/services/user-properties-service.js.map +1 -0
- package/lib/openapi/platform/services/user-search-service.d.ts +782 -0
- package/lib/openapi/platform/services/user-search-service.js +784 -0
- package/lib/openapi/platform/services/user-search-service.js.map +1 -0
- package/lib/openapi/platform/services/users-service.d.ts +579 -0
- package/lib/openapi/platform/services/users-service.js +729 -0
- package/lib/openapi/platform/services/users-service.js.map +1 -0
- package/lib/openapi/platform/services/webhooks-service.d.ts +258 -0
- package/lib/openapi/platform/services/webhooks-service.js +307 -0
- package/lib/openapi/platform/services/webhooks-service.js.map +1 -0
- package/lib/openapi/platform/services/workflow-scheme-drafts-service.d.ts +744 -0
- package/lib/openapi/platform/services/workflow-scheme-drafts-service.js +956 -0
- package/lib/openapi/platform/services/workflow-scheme-drafts-service.js.map +1 -0
- package/lib/openapi/platform/services/workflow-scheme-project-associations-service.d.ts +85 -0
- package/lib/openapi/platform/services/workflow-scheme-project-associations-service.js +134 -0
- package/lib/openapi/platform/services/workflow-scheme-project-associations-service.js.map +1 -0
- package/lib/openapi/platform/services/workflow-schemes-service.d.ts +843 -0
- package/lib/openapi/platform/services/workflow-schemes-service.js +1030 -0
- package/lib/openapi/platform/services/workflow-schemes-service.js.map +1 -0
- package/lib/openapi/platform/services/workflow-status-categories-service.d.ts +60 -0
- package/lib/openapi/platform/services/workflow-status-categories-service.js +115 -0
- package/lib/openapi/platform/services/workflow-status-categories-service.js.map +1 -0
- package/lib/openapi/platform/services/workflow-statuses-service.d.ts +87 -0
- package/lib/openapi/platform/services/workflow-statuses-service.js +142 -0
- package/lib/openapi/platform/services/workflow-statuses-service.js.map +1 -0
- package/lib/openapi/platform/services/workflow-transition-properties-service.d.ts +189 -0
- package/lib/openapi/platform/services/workflow-transition-properties-service.js +224 -0
- package/lib/openapi/platform/services/workflow-transition-properties-service.js.map +1 -0
- package/lib/openapi/platform/services/workflow-transition-rules-service.d.ts +319 -0
- package/lib/openapi/platform/services/workflow-transition-rules-service.js +326 -0
- package/lib/openapi/platform/services/workflow-transition-rules-service.js.map +1 -0
- package/lib/openapi/platform/services/workflows-service.d.ts +3032 -0
- package/lib/openapi/platform/services/workflows-service.js +2529 -0
- package/lib/openapi/platform/services/workflows-service.js.map +1 -0
- package/lib/openapi/platform/validation-schema-storage.d.ts +3 -0
- package/lib/openapi/platform/validation-schema-storage.js +144 -0
- package/lib/openapi/platform/validation-schema-storage.js.map +1 -0
- package/lib/openapi/software/base-jira-software-api-client.d.ts +426 -0
- package/lib/openapi/software/base-jira-software-api-client.js +444 -0
- package/lib/openapi/software/base-jira-software-api-client.js.map +1 -0
- package/lib/openapi/software/core/common-http-client.d.ts +196 -0
- package/lib/openapi/software/core/common-http-client.js +390 -0
- package/lib/openapi/software/core/common-http-client.js.map +1 -0
- package/lib/openapi/software/core/common-http-service.d.ts +7 -0
- package/lib/openapi/software/core/common-http-service.js +20 -0
- package/lib/openapi/software/core/common-http-service.js.map +1 -0
- package/lib/openapi/software/core/common-validation-schema-storage.d.ts +35 -0
- package/lib/openapi/software/core/common-validation-schema-storage.js +65 -0
- package/lib/openapi/software/core/common-validation-schema-storage.js.map +1 -0
- package/lib/openapi/software/models/board.d.ts +505 -0
- package/lib/openapi/software/models/board.js +389 -0
- package/lib/openapi/software/models/board.js.map +1 -0
- package/lib/openapi/software/services/backlog-service.d.ts +81 -0
- package/lib/openapi/software/services/backlog-service.js +113 -0
- package/lib/openapi/software/services/backlog-service.js.map +1 -0
- package/lib/openapi/software/services/board-service.d.ts +2254 -0
- package/lib/openapi/software/services/board-service.js +2653 -0
- package/lib/openapi/software/services/board-service.js.map +1 -0
- package/lib/openapi/software/services/builds-service.d.ts +368 -0
- package/lib/openapi/software/services/builds-service.js +230 -0
- package/lib/openapi/software/services/builds-service.js.map +1 -0
- package/lib/openapi/software/services/deployments-service.d.ts +217 -0
- package/lib/openapi/software/services/deployments-service.js +232 -0
- package/lib/openapi/software/services/deployments-service.js.map +1 -0
- package/lib/openapi/software/services/dev-ops-components-service.d.ts +246 -0
- package/lib/openapi/software/services/dev-ops-components-service.js +280 -0
- package/lib/openapi/software/services/dev-ops-components-service.js.map +1 -0
- package/lib/openapi/software/services/development-information-service.d.ts +1641 -0
- package/lib/openapi/software/services/development-information-service.js +474 -0
- package/lib/openapi/software/services/development-information-service.js.map +1 -0
- package/lib/openapi/software/services/epic-service.d.ts +596 -0
- package/lib/openapi/software/services/epic-service.js +633 -0
- package/lib/openapi/software/services/epic-service.js.map +1 -0
- package/lib/openapi/software/services/feature-flags-service.d.ts +170 -0
- package/lib/openapi/software/services/feature-flags-service.js +182 -0
- package/lib/openapi/software/services/feature-flags-service.js.map +1 -0
- package/lib/openapi/software/services/issue-service.d.ts +329 -0
- package/lib/openapi/software/services/issue-service.js +410 -0
- package/lib/openapi/software/services/issue-service.js.map +1 -0
- package/lib/openapi/software/services/operations-service.d.ts +456 -0
- package/lib/openapi/software/services/operations-service.js +444 -0
- package/lib/openapi/software/services/operations-service.js.map +1 -0
- package/lib/openapi/software/services/remote-links-service.d.ts +445 -0
- package/lib/openapi/software/services/remote-links-service.js +327 -0
- package/lib/openapi/software/services/remote-links-service.js.map +1 -0
- package/lib/openapi/software/services/security-information-service.d.ts +257 -0
- package/lib/openapi/software/services/security-information-service.js +310 -0
- package/lib/openapi/software/services/security-information-service.js.map +1 -0
- package/lib/openapi/software/services/sprint-service.d.ts +531 -0
- package/lib/openapi/software/services/sprint-service.js +665 -0
- package/lib/openapi/software/services/sprint-service.js.map +1 -0
- package/lib/openapi/software/validation-schema-storage.d.ts +3 -0
- package/lib/openapi/software/validation-schema-storage.js +144 -0
- package/lib/openapi/software/validation-schema-storage.js.map +1 -0
- package/package.json +37 -0
- package/src/index.ts +47 -0
- package/src/openapi/platform/base-jira-platform-api-client.ts +2298 -0
- package/src/openapi/platform/core/common-http-client.ts +723 -0
- package/src/openapi/platform/core/common-http-service.ts +22 -0
- package/src/openapi/platform/core/common-validation-schema-storage.ts +105 -0
- package/src/openapi/platform/models/announcement-banner.ts +59 -0
- package/src/openapi/platform/models/app-data-policies.ts +79 -0
- package/src/openapi/platform/models/app-migration.ts +172 -0
- package/src/openapi/platform/models/app-properties.ts +32 -0
- package/src/openapi/platform/models/audit-records.ts +140 -0
- package/src/openapi/platform/models/avatars.ts +48 -0
- package/src/openapi/platform/models/classification-levels.ts +58 -0
- package/src/openapi/platform/models/common.ts +2669 -0
- package/src/openapi/platform/models/dashboards.ts +849 -0
- package/src/openapi/platform/models/dynamic-modules.ts +121 -0
- package/src/openapi/platform/models/filter-sharing.ts +103 -0
- package/src/openapi/platform/models/filters.ts +319 -0
- package/src/openapi/platform/models/group-and-user-picker.ts +85 -0
- package/src/openapi/platform/models/groups.ts +247 -0
- package/src/openapi/platform/models/issue-attachments.ts +290 -0
- package/src/openapi/platform/models/issue-comment-properties.ts +27 -0
- package/src/openapi/platform/models/issue-comments.ts +91 -0
- package/src/openapi/platform/models/issue-custom-field-configuration-apps.ts +96 -0
- package/src/openapi/platform/models/issue-custom-field-contexts.ts +1072 -0
- package/src/openapi/platform/models/issue-custom-field-options-apps.ts +273 -0
- package/src/openapi/platform/models/issue-custom-field-options.ts +283 -0
- package/src/openapi/platform/models/issue-custom-field-values-apps.ts +118 -0
- package/src/openapi/platform/models/issue-field-configurations.ts +435 -0
- package/src/openapi/platform/models/issue-fields.ts +392 -0
- package/src/openapi/platform/models/issue-link-types.ts +28 -0
- package/src/openapi/platform/models/issue-links.ts +185 -0
- package/src/openapi/platform/models/issue-notification-schemes.ts +370 -0
- package/src/openapi/platform/models/issue-priorities.ts +196 -0
- package/src/openapi/platform/models/issue-properties.ts +259 -0
- package/src/openapi/platform/models/issue-remote-links.ts +207 -0
- package/src/openapi/platform/models/issue-resolutions.ts +180 -0
- package/src/openapi/platform/models/issue-search.ts +367 -0
- package/src/openapi/platform/models/issue-security-level.ts +76 -0
- package/src/openapi/platform/models/issue-security-schemes.ts +496 -0
- package/src/openapi/platform/models/issue-type-schemes.ts +290 -0
- package/src/openapi/platform/models/issue-type-screen-schemes.ts +286 -0
- package/src/openapi/platform/models/issue-types.ts +66 -0
- package/src/openapi/platform/models/issue-votes.ts +38 -0
- package/src/openapi/platform/models/issue-watchers.ts +67 -0
- package/src/openapi/platform/models/issue-worklogs.ts +190 -0
- package/src/openapi/platform/models/issues.ts +1268 -0
- package/src/openapi/platform/models/jira-expressions.ts +578 -0
- package/src/openapi/platform/models/jira-settings.ts +118 -0
- package/src/openapi/platform/models/jql-functions-apps.ts +128 -0
- package/src/openapi/platform/models/jql.ts +783 -0
- package/src/openapi/platform/models/labels.ts +42 -0
- package/src/openapi/platform/models/license-metrics.ts +68 -0
- package/src/openapi/platform/models/myself.ts +29 -0
- package/src/openapi/platform/models/permission-schemes.ts +89 -0
- package/src/openapi/platform/models/permissions.ts +308 -0
- package/src/openapi/platform/models/priority-schemes.ts +527 -0
- package/src/openapi/platform/models/project-avatars.ts +29 -0
- package/src/openapi/platform/models/project-classification-levels.ts +24 -0
- package/src/openapi/platform/models/project-components.ts +231 -0
- package/src/openapi/platform/models/project-email.ts +27 -0
- package/src/openapi/platform/models/project-features.ts +78 -0
- package/src/openapi/platform/models/project-permission-schemes.ts +43 -0
- package/src/openapi/platform/models/project-role-actors.ts +107 -0
- package/src/openapi/platform/models/project-roles.ts +76 -0
- package/src/openapi/platform/models/project-types.ts +36 -0
- package/src/openapi/platform/models/project-versions.ts +216 -0
- package/src/openapi/platform/models/projects.ts +429 -0
- package/src/openapi/platform/models/screen-schemes.ts +192 -0
- package/src/openapi/platform/models/screen-tab-fields.ts +45 -0
- package/src/openapi/platform/models/screens.ts +171 -0
- package/src/openapi/platform/models/server-info.ts +100 -0
- package/src/openapi/platform/models/service-registry.ts +68 -0
- package/src/openapi/platform/models/status.ts +229 -0
- package/src/openapi/platform/models/time-tracking.ts +38 -0
- package/src/openapi/platform/models/ui-modifications-apps.ts +229 -0
- package/src/openapi/platform/models/user-search.ts +69 -0
- package/src/openapi/platform/models/users.ts +121 -0
- package/src/openapi/platform/models/webhooks.ts +307 -0
- package/src/openapi/platform/models/workflow-scheme-drafts.ts +58 -0
- package/src/openapi/platform/models/workflow-scheme-project-associations.ts +68 -0
- package/src/openapi/platform/models/workflow-schemes.ts +545 -0
- package/src/openapi/platform/models/workflow-transition-properties.ts +33 -0
- package/src/openapi/platform/models/workflow-transition-rules.ts +261 -0
- package/src/openapi/platform/models/workflows.ts +1943 -0
- package/src/openapi/platform/services/announcement-banner-service.ts +142 -0
- package/src/openapi/platform/services/app-data-policies-service.ts +136 -0
- package/src/openapi/platform/services/app-migration-service.ts +289 -0
- package/src/openapi/platform/services/app-properties-service.ts +441 -0
- package/src/openapi/platform/services/application-roles-service.ts +247 -0
- package/src/openapi/platform/services/audit-records-service.ts +164 -0
- package/src/openapi/platform/services/avatars-service.ts +769 -0
- package/src/openapi/platform/services/classification-levels-service.ts +131 -0
- package/src/openapi/platform/services/dashboards-service.ts +1721 -0
- package/src/openapi/platform/services/dynamic-modules-service.ts +127 -0
- package/src/openapi/platform/services/filter-sharing-service.ts +687 -0
- package/src/openapi/platform/services/filters-service.ts +1901 -0
- package/src/openapi/platform/services/group-and-user-picker-service.ts +224 -0
- package/src/openapi/platform/services/groups-service.ts +751 -0
- package/src/openapi/platform/services/issue-attachments-service.ts +900 -0
- package/src/openapi/platform/services/issue-comment-properties-service.ts +324 -0
- package/src/openapi/platform/services/issue-comments-service.ts +812 -0
- package/src/openapi/platform/services/issue-custom-field-configuration-apps-service.ts +277 -0
- package/src/openapi/platform/services/issue-custom-field-contexts-service.ts +1339 -0
- package/src/openapi/platform/services/issue-custom-field-options-apps-service.ts +994 -0
- package/src/openapi/platform/services/issue-custom-field-options-service.ts +651 -0
- package/src/openapi/platform/services/issue-custom-field-values-apps-service.ts +201 -0
- package/src/openapi/platform/services/issue-field-configurations-service.ts +1294 -0
- package/src/openapi/platform/services/issue-fields-service.ts +837 -0
- package/src/openapi/platform/services/issue-link-types-service.ts +360 -0
- package/src/openapi/platform/services/issue-links-service.ts +345 -0
- package/src/openapi/platform/services/issue-navigator-settings-service.ts +119 -0
- package/src/openapi/platform/services/issue-notification-schemes-service.ts +1209 -0
- package/src/openapi/platform/services/issue-priorities-service.ts +575 -0
- package/src/openapi/platform/services/issue-properties-service.ts +606 -0
- package/src/openapi/platform/services/issue-remote-links-service.ts +597 -0
- package/src/openapi/platform/services/issue-resolutions-service.ts +534 -0
- package/src/openapi/platform/services/issue-search-service.ts +1139 -0
- package/src/openapi/platform/services/issue-security-level-service.ts +250 -0
- package/src/openapi/platform/services/issue-security-schemes-service.ts +1240 -0
- package/src/openapi/platform/services/issue-type-properties-service.ts +325 -0
- package/src/openapi/platform/services/issue-type-schemes-service.ts +940 -0
- package/src/openapi/platform/services/issue-type-screen-schemes-service.ts +994 -0
- package/src/openapi/platform/services/issue-types-service.ts +679 -0
- package/src/openapi/platform/services/issue-votes-service.ts +221 -0
- package/src/openapi/platform/services/issue-watchers-service.ts +331 -0
- package/src/openapi/platform/services/issue-worklog-properties-service.ts +348 -0
- package/src/openapi/platform/services/issue-worklogs-service.ts +1089 -0
- package/src/openapi/platform/services/issues-service.ts +3346 -0
- package/src/openapi/platform/services/jira-expressions-service.ts +407 -0
- package/src/openapi/platform/services/jira-settings-service.ts +415 -0
- package/src/openapi/platform/services/jql-functions-apps-service.ts +219 -0
- package/src/openapi/platform/services/jql-service.ts +896 -0
- package/src/openapi/platform/services/labels-service.ts +89 -0
- package/src/openapi/platform/services/license-metrics-service.ts +216 -0
- package/src/openapi/platform/services/myself-service.ts +520 -0
- package/src/openapi/platform/services/permission-schemes-service.ts +926 -0
- package/src/openapi/platform/services/permissions-service.ts +407 -0
- package/src/openapi/platform/services/priority-schemes-service.ts +1001 -0
- package/src/openapi/platform/services/project-avatars-service.ts +341 -0
- package/src/openapi/platform/services/project-categories-service.ts +318 -0
- package/src/openapi/platform/services/project-classification-levels-service.ts +232 -0
- package/src/openapi/platform/services/project-components-service.ts +1332 -0
- package/src/openapi/platform/services/project-email-service.ts +161 -0
- package/src/openapi/platform/services/project-features-service.ts +207 -0
- package/src/openapi/platform/services/project-key-and-name-validation-service.ts +200 -0
- package/src/openapi/platform/services/project-permission-schemes-service.ts +384 -0
- package/src/openapi/platform/services/project-properties-service.ts +320 -0
- package/src/openapi/platform/services/project-role-actors-service.ts +627 -0
- package/src/openapi/platform/services/project-roles-service.ts +867 -0
- package/src/openapi/platform/services/project-types-service.ts +297 -0
- package/src/openapi/platform/services/project-versions-service.ts +1287 -0
- package/src/openapi/platform/services/projects-service.ts +2196 -0
- package/src/openapi/platform/services/screen-schemes-service.ts +334 -0
- package/src/openapi/platform/services/screen-tab-fields-service.ts +276 -0
- package/src/openapi/platform/services/screen-tabs-service.ts +421 -0
- package/src/openapi/platform/services/screens-service.ts +528 -0
- package/src/openapi/platform/services/server-info-service.ts +88 -0
- package/src/openapi/platform/services/service-registry-service.ts +89 -0
- package/src/openapi/platform/services/status-service.ts +498 -0
- package/src/openapi/platform/services/tasks-service.ts +159 -0
- package/src/openapi/platform/services/time-tracking-service.ts +386 -0
- package/src/openapi/platform/services/ui-modifications-apps-service.ts +403 -0
- package/src/openapi/platform/services/user-properties-service.ts +413 -0
- package/src/openapi/platform/services/user-search-service.ts +1214 -0
- package/src/openapi/platform/services/users-service.ts +1108 -0
- package/src/openapi/platform/services/webhooks-service.ts +458 -0
- package/src/openapi/platform/services/workflow-scheme-drafts-service.ts +1313 -0
- package/src/openapi/platform/services/workflow-scheme-project-associations-service.ts +189 -0
- package/src/openapi/platform/services/workflow-schemes-service.ts +1617 -0
- package/src/openapi/platform/services/workflow-status-categories-service.ts +151 -0
- package/src/openapi/platform/services/workflow-statuses-service.ts +176 -0
- package/src/openapi/platform/services/workflow-transition-properties-service.ts +388 -0
- package/src/openapi/platform/services/workflow-transition-rules-service.ts +485 -0
- package/src/openapi/platform/services/workflows-service.ts +3477 -0
- package/src/openapi/platform/validation-schema-storage.ts +186 -0
- package/src/openapi/software/base-jira-software-api-client.ts +447 -0
- package/src/openapi/software/core/common-http-client.ts +723 -0
- package/src/openapi/software/core/common-http-service.ts +22 -0
- package/src/openapi/software/core/common-validation-schema-storage.ts +105 -0
- package/src/openapi/software/models/board.ts +918 -0
- package/src/openapi/software/services/backlog-service.ts +160 -0
- package/src/openapi/software/services/board-service.ts +4189 -0
- package/src/openapi/software/services/builds-service.ts +571 -0
- package/src/openapi/software/services/deployments-service.ts +403 -0
- package/src/openapi/software/services/dev-ops-components-service.ts +371 -0
- package/src/openapi/software/services/development-information-service.ts +2357 -0
- package/src/openapi/software/services/epic-service.ts +854 -0
- package/src/openapi/software/services/feature-flags-service.ts +303 -0
- package/src/openapi/software/services/issue-service.ts +529 -0
- package/src/openapi/software/services/operations-service.ts +741 -0
- package/src/openapi/software/services/remote-links-service.ts +653 -0
- package/src/openapi/software/services/security-information-service.ts +495 -0
- package/src/openapi/software/services/sprint-service.ts +969 -0
- package/src/openapi/software/validation-schema-storage.ts +186 -0
- package/tsconfig.build.json +7 -0
- package/tsconfig.json +4 -0
|
@@ -0,0 +1,327 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RemoteLinksService = 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/common-http-client");
|
|
9
|
+
const common_http_service_1 = require("../core/common-http-service");
|
|
10
|
+
const validation_schema_storage_1 = require("../validation-schema-storage");
|
|
11
|
+
/**
|
|
12
|
+
* APIs related to integrating Remote Links data with Jira Software. These APIs
|
|
13
|
+
* are available to Atlassian Connect
|
|
14
|
+
* apps. To use these APIs you must have the Remote Link module in your app's
|
|
15
|
+
* descriptor. Read more about Jira Software modules
|
|
16
|
+
* [here](https://developer.atlassian.com/cloud/jira/software/about-jira-modules/).
|
|
17
|
+
*
|
|
18
|
+
* # Module
|
|
19
|
+
*
|
|
20
|
+
* The Remote Link module allows third-party providers to add a generic link
|
|
21
|
+
* through a public REST API and associate it with Jira issues or services.
|
|
22
|
+
*
|
|
23
|
+
* Supplied remote link information will be presented in the right sidebar of the
|
|
24
|
+
* new Jira issue view under Releases.
|
|
25
|
+
*
|
|
26
|
+
* This module also provides actions, which allows users to perform an action on
|
|
27
|
+
* the remote link.
|
|
28
|
+
*
|
|
29
|
+
* Note that the module key and name are not private and should therefore not
|
|
30
|
+
* contain any sensitive or personally identifiable information.
|
|
31
|
+
*
|
|
32
|
+
* ## Example Module
|
|
33
|
+
*
|
|
34
|
+
* An example can also be found at
|
|
35
|
+
* [jira-data-provider-sample-addon](https://bitbucket.org/atlassianlabs/jira-data-provider-sample-addon/src/master/),
|
|
36
|
+
* which has an `atlassian-connect.json`.
|
|
37
|
+
*
|
|
38
|
+
* ```
|
|
39
|
+
* {
|
|
40
|
+
* "modules": {
|
|
41
|
+
* "jiraRemoteLinkInfoProvider": {
|
|
42
|
+
* "homeUrl": "https://my-remotelink-provider.com",
|
|
43
|
+
* "logoUrl": "https://my-remotelink-provider.com/images/logo.svg",
|
|
44
|
+
* "documentationUrl":
|
|
45
|
+
* "https://my-remotelink-provider.com/docs/jira-integration",
|
|
46
|
+
* "actions": [
|
|
47
|
+
* {
|
|
48
|
+
* "actionId": "action-1",
|
|
49
|
+
* "actionLabel": {
|
|
50
|
+
* "value": {
|
|
51
|
+
* "value": "Acknowledge"
|
|
52
|
+
* }
|
|
53
|
+
* },
|
|
54
|
+
* "templateUrl": "https://my-remotelink-provider.com/ack/{ack-id}"
|
|
55
|
+
* }
|
|
56
|
+
* ],
|
|
57
|
+
* "name": {
|
|
58
|
+
* "value": "My Remote Link Provider"
|
|
59
|
+
* },
|
|
60
|
+
* "key": "remotelink-integration"
|
|
61
|
+
* }
|
|
62
|
+
* }
|
|
63
|
+
* }
|
|
64
|
+
* ```
|
|
65
|
+
*
|
|
66
|
+
* ### Properties
|
|
67
|
+
*
|
|
68
|
+
* | Property | type | Description
|
|
69
|
+
*
|
|
70
|
+
* | Required |
|
|
71
|
+
* |------------------|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------|----------|
|
|
72
|
+
* | key | string | A key to identify this module. Must match
|
|
73
|
+
* `^[a-zA-Z0-9-]+$` pattern, with a max length of 100
|
|
74
|
+
* | Yes |
|
|
75
|
+
* | name | object (i18N) | A human readable name. This object
|
|
76
|
+
* supports
|
|
77
|
+
* [internationalization](https://developer.atlassian.com/cloud/jira/software/internationalization/).
|
|
78
|
+
* | Yes |
|
|
79
|
+
* | homeUrl | string | URL to the provider’s homepage
|
|
80
|
+
*
|
|
81
|
+
* | Yes |
|
|
82
|
+
* | logoUrl | string | Optional URL to the provider’s logo, which
|
|
83
|
+
* will be displayed in the UI
|
|
84
|
+
* | |
|
|
85
|
+
* | documentationUrl | string | Optional URL to documentation about the
|
|
86
|
+
* provider’s Jira integration
|
|
87
|
+
* | |
|
|
88
|
+
* | actions | object | Optional actions that can be performed by
|
|
89
|
+
* Jira users on the remote link
|
|
90
|
+
*
|
|
91
|
+
* ### Actions object
|
|
92
|
+
*
|
|
93
|
+
* | Property | type | Description
|
|
94
|
+
*
|
|
95
|
+
* | Required |
|
|
96
|
+
* |-------------|--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|
|
|
97
|
+
* | actionId | string | A key to identify a specific action. Used for
|
|
98
|
+
* associating a specific Remote link to an action of this ID. <br> The actionId
|
|
99
|
+
* of an action must be unique across all actions.
|
|
100
|
+
* | Yes |
|
|
101
|
+
* | actionLabel | object | The actionLabel of an Action is shown visibly to the
|
|
102
|
+
* User alongside the Remote Link.
|
|
103
|
+
*
|
|
104
|
+
* | Yes |
|
|
105
|
+
* | templateUrl | string | The templateUrl of an Action is a template where
|
|
106
|
+
* strings can be substituted into the URL for a specific Remote Link. <br>
|
|
107
|
+
* Strings used in the templateUrl must be passed in via an attribute map when
|
|
108
|
+
* associating an action with a remote link. | Yes |
|
|
109
|
+
*
|
|
110
|
+
* ### ActionLabel Object
|
|
111
|
+
*
|
|
112
|
+
* | Property | type | Description
|
|
113
|
+
*
|
|
114
|
+
* | Required |
|
|
115
|
+
* |----------|---------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|----------|
|
|
116
|
+
* | value | object (i18n) | The label shown on the UI. This object supports
|
|
117
|
+
* [internationalization](https://developer.atlassian.com/cloud/jira/software/internationalization/).
|
|
118
|
+
* | Yes |
|
|
119
|
+
*/
|
|
120
|
+
class RemoteLinksService extends common_http_service_1.CommonHttpService {
|
|
121
|
+
/**
|
|
122
|
+
* Delete the Remote Link data currently stored for the given ID.
|
|
123
|
+
*
|
|
124
|
+
* Deletion is performed asynchronously. The `getRemoteLinkById` operation can be
|
|
125
|
+
* used to confirm that data has been
|
|
126
|
+
* deleted successfully (if needed).
|
|
127
|
+
*
|
|
128
|
+
* Only Connect apps that define the `jiraRemoteLinkInfoProvider` module, and
|
|
129
|
+
* on-premise integrations, can access this resource.
|
|
130
|
+
* This resource requires the 'DELETE' scope for Connect apps.
|
|
131
|
+
*
|
|
132
|
+
* @path {DELETE} /rest/remotelinks/1.0/remotelink/{remoteLinkId}
|
|
133
|
+
*/
|
|
134
|
+
deleteRemoteLinkById({ remoteLinkId, updateSequenceNumber, authorization, }) {
|
|
135
|
+
return this.getClientInstance()
|
|
136
|
+
.request({
|
|
137
|
+
path: "/rest/remotelinks/1.0/remotelink/{remoteLinkId}",
|
|
138
|
+
method: "DELETE",
|
|
139
|
+
pathParams: {
|
|
140
|
+
remoteLinkId,
|
|
141
|
+
},
|
|
142
|
+
query: {
|
|
143
|
+
_updateSequenceNumber: updateSequenceNumber,
|
|
144
|
+
},
|
|
145
|
+
headers: {
|
|
146
|
+
Authorization: authorization,
|
|
147
|
+
},
|
|
148
|
+
})
|
|
149
|
+
.then(commonHttpClient.discardResult);
|
|
150
|
+
}
|
|
151
|
+
/**
|
|
152
|
+
* Bulk delete all Remote Links data that match the given request.
|
|
153
|
+
*
|
|
154
|
+
* One or more query params must be supplied to specify Properties to delete by.
|
|
155
|
+
* Optional param `_updateSequenceNumber` is no longer supported. If more than one
|
|
156
|
+
* Property is provided,
|
|
157
|
+
* data will be deleted that matches ALL of the Properties (e.g. treated as an
|
|
158
|
+
* AND).
|
|
159
|
+
*
|
|
160
|
+
* See the documentation for the `submitRemoteLinks` operation for more details.
|
|
161
|
+
*
|
|
162
|
+
* e.g. DELETE /bulkByProperties?accountId=account-123&repoId=repo-345
|
|
163
|
+
*
|
|
164
|
+
* Deletion is performed asynchronously. The `getRemoteLinkById` operation can be
|
|
165
|
+
* used to confirm that data has been
|
|
166
|
+
* deleted successfully (if needed).
|
|
167
|
+
*
|
|
168
|
+
* Only Connect apps that define the `jiraRemoteLinkInfoProvider` module, and
|
|
169
|
+
* on-premise integrations, can access this resource.
|
|
170
|
+
* This resource requires the 'DELETE' scope for Connect apps.
|
|
171
|
+
*
|
|
172
|
+
* @path {DELETE} /rest/remotelinks/1.0/bulkByProperties
|
|
173
|
+
*/
|
|
174
|
+
deleteRemoteLinksByProperty({ updateSequenceNumber, params, authorization, }) {
|
|
175
|
+
return this.getClientInstance()
|
|
176
|
+
.request({
|
|
177
|
+
path: "/rest/remotelinks/1.0/bulkByProperties",
|
|
178
|
+
method: "DELETE",
|
|
179
|
+
query: {
|
|
180
|
+
_updateSequenceNumber: updateSequenceNumber,
|
|
181
|
+
params,
|
|
182
|
+
},
|
|
183
|
+
headers: {
|
|
184
|
+
Authorization: authorization,
|
|
185
|
+
},
|
|
186
|
+
})
|
|
187
|
+
.then(commonHttpClient.discardResult);
|
|
188
|
+
}
|
|
189
|
+
/**
|
|
190
|
+
* Retrieve the currently stored Remote Link data for the given ID.
|
|
191
|
+
*
|
|
192
|
+
* The result will be what is currently stored, ignoring any pending updates or
|
|
193
|
+
* deletes.
|
|
194
|
+
*
|
|
195
|
+
* Only Connect apps that define the `jiraRemoteLinkInfoProvider` module, and
|
|
196
|
+
* on-premise integrations, can access this resource.
|
|
197
|
+
* This resource requires the 'READ' scope for Connect apps.
|
|
198
|
+
*
|
|
199
|
+
* @returns The Remote Link data currently stored for the given ID.
|
|
200
|
+
* @path {GET} /rest/remotelinks/1.0/remotelink/{remoteLinkId}
|
|
201
|
+
*/
|
|
202
|
+
getRemoteLinkById({ remoteLinkId, authorization, }) {
|
|
203
|
+
return this.getClientInstance()
|
|
204
|
+
.request({
|
|
205
|
+
path: "/rest/remotelinks/1.0/remotelink/{remoteLinkId}",
|
|
206
|
+
method: "GET",
|
|
207
|
+
pathParams: {
|
|
208
|
+
remoteLinkId,
|
|
209
|
+
},
|
|
210
|
+
headers: {
|
|
211
|
+
Authorization: authorization,
|
|
212
|
+
},
|
|
213
|
+
})
|
|
214
|
+
.then(this.getClientInstance().responseHandler({
|
|
215
|
+
200: {
|
|
216
|
+
"application/json": "json",
|
|
217
|
+
},
|
|
218
|
+
}))
|
|
219
|
+
.then(commonHttpClient.castResponse())
|
|
220
|
+
.then(validation_schema_storage_1.validationSchemaStorage.validator("RemoteLinksService.getRemoteLinkById.response"))
|
|
221
|
+
.then(commonHttpClient.getBody);
|
|
222
|
+
}
|
|
223
|
+
/**
|
|
224
|
+
* Update / insert Remote Link data.
|
|
225
|
+
*
|
|
226
|
+
* Remote Links are identified by their ID, existing Remote Link data for the same
|
|
227
|
+
* ID will be replaced if it
|
|
228
|
+
* exists and the updateSequenceId of existing data is less than the incoming data.
|
|
229
|
+
*
|
|
230
|
+
* Submissions are performed asynchronously. Submitted data will eventually be
|
|
231
|
+
* available in Jira; most updates are
|
|
232
|
+
* available within a short period of time, but may take some time during peak
|
|
233
|
+
* load and/or maintenance times.
|
|
234
|
+
* The `getRemoteLinkById` operation can be used to confirm that data has been
|
|
235
|
+
* stored successfully (if needed).
|
|
236
|
+
*
|
|
237
|
+
* In the case of multiple Remote Links being submitted in one request, each is
|
|
238
|
+
* validated individually prior to
|
|
239
|
+
* submission. Details of which Remote LInk failed submission (if any) are
|
|
240
|
+
* available in the response object.
|
|
241
|
+
*
|
|
242
|
+
* Only Connect apps that define the `jiraRemoteLinkInfoProvider` module can
|
|
243
|
+
* access this resource. This resource
|
|
244
|
+
* requires the 'WRITE' scope for Connect apps.
|
|
245
|
+
*
|
|
246
|
+
* @returns Submission accepted. Each submitted Remote Link that is of a valid format will
|
|
247
|
+
* be eventually available in
|
|
248
|
+
* Jira.
|
|
249
|
+
*
|
|
250
|
+
* Details of which Remote Links were submitted and which failed submission (due
|
|
251
|
+
* to data format problems etc.)
|
|
252
|
+
* are available in the response object.
|
|
253
|
+
* @path {POST} /rest/remotelinks/1.0/bulk
|
|
254
|
+
*/
|
|
255
|
+
submitRemoteLinks({ authorization, requestBody, }) {
|
|
256
|
+
return this.getClientInstance()
|
|
257
|
+
.request({
|
|
258
|
+
path: "/rest/remotelinks/1.0/bulk",
|
|
259
|
+
method: "POST",
|
|
260
|
+
headers: {
|
|
261
|
+
Authorization: authorization,
|
|
262
|
+
"Content-Type": "application/json",
|
|
263
|
+
},
|
|
264
|
+
body: requestBody,
|
|
265
|
+
})
|
|
266
|
+
.then(this.getClientInstance().responseHandler({
|
|
267
|
+
202: {
|
|
268
|
+
"application/json": "json",
|
|
269
|
+
},
|
|
270
|
+
}))
|
|
271
|
+
.then(commonHttpClient.castResponse())
|
|
272
|
+
.then(validation_schema_storage_1.validationSchemaStorage.validator("RemoteLinksService.submitRemoteLinks.response"))
|
|
273
|
+
.then(commonHttpClient.getBody);
|
|
274
|
+
}
|
|
275
|
+
static initialize() {
|
|
276
|
+
validation_schema_storage_1.validationSchemaStorage.registerExtensible("RemoteLinksService.submitRemoteLinks.response", zod_1.z
|
|
277
|
+
.object({
|
|
278
|
+
status: zod_1.z.literal(202),
|
|
279
|
+
mediaType: zod_1.z.literal("application/json"),
|
|
280
|
+
body: zod_1.z
|
|
281
|
+
.object({
|
|
282
|
+
acceptedRemoteLinks: zod_1.z.array(zod_1.z.string()).optional(),
|
|
283
|
+
rejectedRemoteLinks: zod_1.z
|
|
284
|
+
.object({})
|
|
285
|
+
.catchall(zod_1.z.array(zod_1.z
|
|
286
|
+
.object({
|
|
287
|
+
message: zod_1.z.string(),
|
|
288
|
+
errorTraceId: zod_1.z.string().optional(),
|
|
289
|
+
})
|
|
290
|
+
.catchall(zod_1.z.unknown())))
|
|
291
|
+
.optional(),
|
|
292
|
+
unknownAssociations: zod_1.z
|
|
293
|
+
.array(zod_1.z.union([
|
|
294
|
+
zod_1.z
|
|
295
|
+
.object({
|
|
296
|
+
associationType: zod_1.z.enum(["issueKeys"]),
|
|
297
|
+
values: zod_1.z
|
|
298
|
+
.array(zod_1.z
|
|
299
|
+
.string()
|
|
300
|
+
.regex(new RegExp("^\\w{1,255}-\\d{1,255}$")))
|
|
301
|
+
.min(1)
|
|
302
|
+
.max(500),
|
|
303
|
+
})
|
|
304
|
+
.catchall(zod_1.z.unknown()),
|
|
305
|
+
zod_1.z
|
|
306
|
+
.object({
|
|
307
|
+
associationType: zod_1.z.enum(["serviceIdOrKeys"]),
|
|
308
|
+
values: zod_1.z.array(zod_1.z.string().max(255)).min(1).max(500),
|
|
309
|
+
})
|
|
310
|
+
.catchall(zod_1.z.unknown()),
|
|
311
|
+
]))
|
|
312
|
+
.optional(),
|
|
313
|
+
})
|
|
314
|
+
.catchall(zod_1.z.unknown()),
|
|
315
|
+
})
|
|
316
|
+
.describe("RemoteLinksService.submitRemoteLinks.response"));
|
|
317
|
+
validation_schema_storage_1.validationSchemaStorage.registerExtensible("RemoteLinksService.getRemoteLinkById.response", zod_1.z
|
|
318
|
+
.object({
|
|
319
|
+
status: zod_1.z.literal(200),
|
|
320
|
+
mediaType: zod_1.z.literal("application/json"),
|
|
321
|
+
body: zod_1.z.unknown(),
|
|
322
|
+
})
|
|
323
|
+
.describe("RemoteLinksService.getRemoteLinkById.response"));
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
exports.RemoteLinksService = RemoteLinksService;
|
|
327
|
+
//# sourceMappingURL=remote-links-service.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remote-links-service.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/remote-links-service.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,257 @@
|
|
|
1
|
+
import { CommonHttpService } from "../core/common-http-service";
|
|
2
|
+
/**
|
|
3
|
+
* Send security information to Jira Software and enable your teams to turn
|
|
4
|
+
* unplanned vulnerabilities into planned and tracked work.
|
|
5
|
+
*
|
|
6
|
+
* Security is everyone's responsibility, and the security feature in Jira lets
|
|
7
|
+
* you triage and track relevant vulnerabilities as a team. Discuss and prioritise
|
|
8
|
+
* issues, minimise errors and duplication, and plan security work to complete in
|
|
9
|
+
* your sprints.
|
|
10
|
+
*
|
|
11
|
+
* APIs related to integrating Security information with Jira Software are
|
|
12
|
+
* available to Atlassian Connect apps. To use these APIs you must have the
|
|
13
|
+
* Security module in your app's descriptor. Read more about Jira Software modules
|
|
14
|
+
* [here](https://developer.atlassian.com/cloud/jira/software/about-jira-modules/).
|
|
15
|
+
*/
|
|
16
|
+
export declare class SecurityInformationService extends CommonHttpService {
|
|
17
|
+
/**
|
|
18
|
+
* Bulk delete all linked Security Workspaces that match the given request.
|
|
19
|
+
*
|
|
20
|
+
* Only Connect apps that define the `jiraSecurityInfoProvider` module can access
|
|
21
|
+
* this resource.
|
|
22
|
+
* This resource requires the 'DELETE' scope for Connect apps.
|
|
23
|
+
*
|
|
24
|
+
* e.g. DELETE /bulk?workspaceIds=111-222-333,444-555-666
|
|
25
|
+
*
|
|
26
|
+
* @path {DELETE} /rest/security/1.0/linkedWorkspaces/bulk
|
|
27
|
+
*/
|
|
28
|
+
deleteLinkedWorkspaces({ authorization, }: {
|
|
29
|
+
/**
|
|
30
|
+
* All requests must be signed with a Connect JWT token that corresponds to the
|
|
31
|
+
* Provider app installed in Jira.
|
|
32
|
+
*
|
|
33
|
+
* If the JWT token corresponds to an app that does not define the Security
|
|
34
|
+
* Information module it will be rejected with a 403.
|
|
35
|
+
*
|
|
36
|
+
* Read [understanding
|
|
37
|
+
* jwt](https://developer.atlassian.com/blog/2015/01/understanding-jwt/) for more
|
|
38
|
+
* details.
|
|
39
|
+
*/
|
|
40
|
+
authorization: string;
|
|
41
|
+
}): Promise<void>;
|
|
42
|
+
/**
|
|
43
|
+
* Bulk delete all Vulnerabilities that match the given request.
|
|
44
|
+
*
|
|
45
|
+
* One or more query params must be supplied to specify Properties to delete by.
|
|
46
|
+
* If more than one Property is provided, data will be deleted that matches ALL of
|
|
47
|
+
* the Properties (e.g. treated as an AND).
|
|
48
|
+
* Read the POST bulk endpoint documentation for more details.
|
|
49
|
+
*
|
|
50
|
+
* e.g. DELETE /bulkByProperties?accountId=account-123&createdBy=user-456
|
|
51
|
+
*
|
|
52
|
+
* Deletion is performed asynchronously. The GET vulnerability endpoint can be
|
|
53
|
+
* used to confirm that data has been deleted successfully (if needed).
|
|
54
|
+
*
|
|
55
|
+
* Only Connect apps that define the `jiraSecurityInfoProvider` module can access
|
|
56
|
+
* this resource.
|
|
57
|
+
* This resource requires the 'DELETE' scope for Connect apps.
|
|
58
|
+
*
|
|
59
|
+
* @path {DELETE} /rest/security/1.0/bulkByProperties
|
|
60
|
+
*/
|
|
61
|
+
deleteVulnerabilitiesByProperty({ authorization, }: {
|
|
62
|
+
/**
|
|
63
|
+
* All requests must be signed with a Connect JWT token that corresponds to the
|
|
64
|
+
* Provider app installed in Jira.
|
|
65
|
+
*
|
|
66
|
+
* If the JWT token corresponds to an app that does not define Security
|
|
67
|
+
* Information module it will be rejected with a 403.
|
|
68
|
+
*
|
|
69
|
+
* Read more about JWT
|
|
70
|
+
* [here](https://developer.atlassian.com/blog/2015/01/understanding-jwt/).
|
|
71
|
+
*/
|
|
72
|
+
authorization: string;
|
|
73
|
+
}): Promise<void>;
|
|
74
|
+
/**
|
|
75
|
+
* Delete the Vulnerability data currently stored for the given ID.
|
|
76
|
+
*
|
|
77
|
+
* Deletion is performed asynchronously. The GET vulnerability endpoint can be
|
|
78
|
+
* used to confirm that data has been deleted successfully (if needed).
|
|
79
|
+
*
|
|
80
|
+
* Only Connect apps that define the `jiraSecurityInfoProvider` module can access
|
|
81
|
+
* this resource.
|
|
82
|
+
* This resource requires the 'DELETE' scope for Connect apps.
|
|
83
|
+
*
|
|
84
|
+
* @path {DELETE} /rest/security/1.0/vulnerability/{vulnerabilityId}
|
|
85
|
+
*/
|
|
86
|
+
deleteVulnerabilityById({ vulnerabilityId, authorization, }: {
|
|
87
|
+
/** The ID of the Vulnerability to delete. */
|
|
88
|
+
vulnerabilityId: string;
|
|
89
|
+
/**
|
|
90
|
+
* All requests must be signed with a Connect JWT token that corresponds to the
|
|
91
|
+
* Provider app installed in Jira.
|
|
92
|
+
*
|
|
93
|
+
* If the JWT token corresponds to an app that does not define Security
|
|
94
|
+
* Information module it will be rejected with a 403.
|
|
95
|
+
*
|
|
96
|
+
* Read more about JWT
|
|
97
|
+
* [here](https://developer.atlassian.com/blog/2015/01/understanding-jwt/).
|
|
98
|
+
*/
|
|
99
|
+
authorization: string;
|
|
100
|
+
}): Promise<void>;
|
|
101
|
+
/**
|
|
102
|
+
* Retrieve a specific Security Workspace linked to the Jira site for the given
|
|
103
|
+
* workspace ID.
|
|
104
|
+
*
|
|
105
|
+
* The result will be what is currently stored, ignoring any pending updates or
|
|
106
|
+
* deletes.
|
|
107
|
+
*
|
|
108
|
+
* Only Connect apps that define the `jiraSecurityInfoProvider` module can access
|
|
109
|
+
* this resource.
|
|
110
|
+
* This resource requires the 'READ' scope for Connect apps.
|
|
111
|
+
*
|
|
112
|
+
* @returns The Security Workspace information stored for the given ID.
|
|
113
|
+
* @path {GET} /rest/security/1.0/linkedWorkspaces/{workspaceId}
|
|
114
|
+
*/
|
|
115
|
+
getLinkedWorkspaceById({ workspaceId, authorization, }: {
|
|
116
|
+
/** The ID of the workspace to fetch. */
|
|
117
|
+
workspaceId: string;
|
|
118
|
+
/**
|
|
119
|
+
* All requests must be signed with a Connect JWT token that corresponds to the
|
|
120
|
+
* Provider app installed in Jira.
|
|
121
|
+
*
|
|
122
|
+
* If the JWT token corresponds to an app that does not define the Security
|
|
123
|
+
* Information module it will be rejected with a 403.
|
|
124
|
+
*
|
|
125
|
+
* Read more about JWT
|
|
126
|
+
* [here](https://developer.atlassian.com/blog/2015/01/understanding-jwt/).
|
|
127
|
+
*/
|
|
128
|
+
authorization: string;
|
|
129
|
+
}): Promise<unknown>;
|
|
130
|
+
/**
|
|
131
|
+
* Retrieve all Security Workspaces linked with the Jira site.
|
|
132
|
+
*
|
|
133
|
+
* The result will be what is currently stored, ignoring any pending updates or
|
|
134
|
+
* deletes.
|
|
135
|
+
*
|
|
136
|
+
* Only Connect apps that define the `jiraSecurityInfoProvider` module can access
|
|
137
|
+
* this resource.
|
|
138
|
+
* This resource requires the 'READ' scope for Connect apps.
|
|
139
|
+
*
|
|
140
|
+
* @returns A list of all stored workspace IDs.
|
|
141
|
+
* @path {GET} /rest/security/1.0/linkedWorkspaces
|
|
142
|
+
*/
|
|
143
|
+
getLinkedWorkspaces({ authorization, }: {
|
|
144
|
+
/**
|
|
145
|
+
* All requests must be signed with a Connect JWT token that corresponds to the
|
|
146
|
+
* Provider app installed in Jira.
|
|
147
|
+
*
|
|
148
|
+
* If the JWT token corresponds to an app that does not define the Security
|
|
149
|
+
* Information module it will be rejected with a 403.
|
|
150
|
+
*
|
|
151
|
+
* Read more about JWT
|
|
152
|
+
* [here](https://developer.atlassian.com/blog/2015/01/understanding-jwt/).
|
|
153
|
+
*/
|
|
154
|
+
authorization: string;
|
|
155
|
+
}): Promise<unknown>;
|
|
156
|
+
/**
|
|
157
|
+
* Retrieve the currently stored Vulnerability data for the given ID.
|
|
158
|
+
*
|
|
159
|
+
* The result will be what is currently stored, ignoring any pending updates or
|
|
160
|
+
* deletes.
|
|
161
|
+
*
|
|
162
|
+
* Only Connect apps that define the `jiraSecurityInfoProvider` module can access
|
|
163
|
+
* this resource.
|
|
164
|
+
* This resource requires the 'READ' scope for Connect apps.
|
|
165
|
+
*
|
|
166
|
+
* @returns The Vulnerability data currently stored for the given ID.
|
|
167
|
+
* @path {GET} /rest/security/1.0/vulnerability/{vulnerabilityId}
|
|
168
|
+
*/
|
|
169
|
+
getVulnerabilityById({ vulnerabilityId, authorization, }: {
|
|
170
|
+
/** The ID of the Vulnerability to fetch. */
|
|
171
|
+
vulnerabilityId: string;
|
|
172
|
+
/**
|
|
173
|
+
* All requests must be signed with a Connect JWT token that corresponds to the
|
|
174
|
+
* Provider app installed in Jira.
|
|
175
|
+
*
|
|
176
|
+
* If the JWT token corresponds to an app that does not define Security
|
|
177
|
+
* Information module it will be rejected with a 403.
|
|
178
|
+
*
|
|
179
|
+
* Read more about JWT
|
|
180
|
+
* [here](https://developer.atlassian.com/blog/2015/01/understanding-jwt/).
|
|
181
|
+
*/
|
|
182
|
+
authorization: string;
|
|
183
|
+
}): Promise<unknown>;
|
|
184
|
+
/**
|
|
185
|
+
* Update / Insert Vulnerability data.
|
|
186
|
+
*
|
|
187
|
+
* Vulnerabilities are identified by their ID, any existing Vulnerability data
|
|
188
|
+
* with the same ID will be replaced if it exists and the updateSequenceNumber of
|
|
189
|
+
* the existing data is less than the incoming data.
|
|
190
|
+
*
|
|
191
|
+
* Submissions are performed asynchronously. Most updates are available within a
|
|
192
|
+
* short period of time but may take some time during peak load and/or maintenance
|
|
193
|
+
* times. The GET vulnerability endpoint can be used to confirm that data has been
|
|
194
|
+
* stored successfully (if needed).
|
|
195
|
+
*
|
|
196
|
+
* In the case of multiple Vulnerabilities being submitted in one request, each is
|
|
197
|
+
* validated individually prior to submission. Details of Vulnerabilities that
|
|
198
|
+
* failed submission (if any) are available in the response object.
|
|
199
|
+
*
|
|
200
|
+
* A maximum of 1000 vulnerabilities can be submitted in one request.
|
|
201
|
+
*
|
|
202
|
+
* Only Connect apps that define the `jiraSecurityInfoProvider` module can access
|
|
203
|
+
* this resource.
|
|
204
|
+
* This resource requires the 'WRITE' scope for Connect apps.
|
|
205
|
+
*
|
|
206
|
+
* @returns Submission accepted. Each Vulnerability submitted in a valid format will
|
|
207
|
+
* eventually be available in Jira.
|
|
208
|
+
*
|
|
209
|
+
* Details of any Vulnerabilities that were submitted but failed submission (due
|
|
210
|
+
* to data format problems, etc.) are available in the response object.
|
|
211
|
+
* @path {POST} /rest/security/1.0/bulk
|
|
212
|
+
*/
|
|
213
|
+
submitVulnerabilities({ authorization, requestBody, }: {
|
|
214
|
+
/**
|
|
215
|
+
* All requests must be signed with a Connect JWT token that corresponds to the
|
|
216
|
+
* Provider app installed in Jira.
|
|
217
|
+
*
|
|
218
|
+
* If the JWT token corresponds to an app that does not define the Security
|
|
219
|
+
* Information module it will be rejected with a 403.
|
|
220
|
+
*
|
|
221
|
+
* Read more about JWT
|
|
222
|
+
* [here](https://developer.atlassian.com/blog/2015/01/understanding-jwt/).
|
|
223
|
+
*/
|
|
224
|
+
authorization: string;
|
|
225
|
+
/** Vulnerability data to submit. */
|
|
226
|
+
requestBody: unknown;
|
|
227
|
+
}): Promise<unknown>;
|
|
228
|
+
/**
|
|
229
|
+
* Insert Security Workspace IDs to establish a relationship between them and the
|
|
230
|
+
* Jira site the app is installed on. If a relationship between the workspace ID
|
|
231
|
+
* and Jira already exists then the workspace ID will be ignored and Jira will
|
|
232
|
+
* process the rest of the entries.
|
|
233
|
+
*
|
|
234
|
+
* Only Connect apps that define the `jiraSecurityInfoProvider` module can access
|
|
235
|
+
* this resource.
|
|
236
|
+
* This resource requires the 'WRITE' scope for Connect apps.
|
|
237
|
+
*
|
|
238
|
+
* @path {POST} /rest/security/1.0/linkedWorkspaces/bulk
|
|
239
|
+
*/
|
|
240
|
+
submitWorkspaces({ authorization, requestBody, }: {
|
|
241
|
+
/**
|
|
242
|
+
* All requests must be signed with a Connect JWT token that corresponds to the
|
|
243
|
+
* Provider app installed in Jira.
|
|
244
|
+
*
|
|
245
|
+
* If the JWT token corresponds to an app that does not define the Security
|
|
246
|
+
* Information module it will be rejected with a 403.
|
|
247
|
+
*
|
|
248
|
+
* Read [understanding
|
|
249
|
+
* jwt](https://developer.atlassian.com/blog/2015/01/understanding-jwt/) for more
|
|
250
|
+
* details.
|
|
251
|
+
*/
|
|
252
|
+
authorization: string;
|
|
253
|
+
/** Security Workspace IDs to submit. */
|
|
254
|
+
requestBody: unknown;
|
|
255
|
+
}): Promise<void>;
|
|
256
|
+
static initialize(): void;
|
|
257
|
+
}
|