From 551146ebae93e49e8ef9274dec2333678b0673c9 Mon Sep 17 00:00:00 2001 From: Vladislav Tupikin Date: Mon, 5 Jun 2023 00:24:03 +0400 Subject: [PATCH] prettier fixes --- src/version2/issueSecuritySchemes.ts | 6 ++---- src/version3/parameters/getSecurityLevelMembers.ts | 8 ++++---- src/version3/parameters/getSecurityLevels.ts | 4 ++-- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/src/version2/issueSecuritySchemes.ts b/src/version2/issueSecuritySchemes.ts index 743c05a11a..5382c36d34 100644 --- a/src/version2/issueSecuritySchemes.ts +++ b/src/version2/issueSecuritySchemes.ts @@ -251,8 +251,7 @@ export class IssueSecuritySchemes { * Returns a [paginated](https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/#pagination) list of issue * security schemes.\ * If you specify the project ID parameter, the result will contain issue security schemes and related project IDs you - * filter by. Use {@link Parameters.SearchProjectsUsingSecuritySchemes} to - * obtain all projects related to scheme. + * filter by. Use {@link Parameters.SearchProjectsUsingSecuritySchemes} to obtain all projects related to scheme. * * Only issue security schemes in the context of classic projects are returned. * @@ -267,8 +266,7 @@ export class IssueSecuritySchemes { * Returns a [paginated](https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/#pagination) list of issue * security schemes.\ * If you specify the project ID parameter, the result will contain issue security schemes and related project IDs you - * filter by. Use {@link Parameters.SearchProjectsUsingSecuritySchemes} to - * obtain all projects related to scheme. + * filter by. Use {@link Parameters.SearchProjectsUsingSecuritySchemes} to obtain all projects related to scheme. * * Only issue security schemes in the context of classic projects are returned. * diff --git a/src/version3/parameters/getSecurityLevelMembers.ts b/src/version3/parameters/getSecurityLevelMembers.ts index 70f0202d5f..cf72d40bda 100644 --- a/src/version3/parameters/getSecurityLevelMembers.ts +++ b/src/version3/parameters/getSecurityLevelMembers.ts @@ -4,8 +4,8 @@ export interface GetSecurityLevelMembers { /** The maximum number of items to return per page. */ maxResults?: string; /** - * The list of issue security level member IDs. To include multiple issue security level members separate IDs with - * an ampersand: `id=10000&id=10001`. + * The list of issue security level member IDs. To include multiple issue security level members separate IDs with an + * ampersand: `id=10000&id=10001`. */ id?: string[]; /** @@ -19,8 +19,8 @@ export interface GetSecurityLevelMembers { */ levelId?: string[]; /** - * Use expand to include additional information in the response. This parameter accepts a comma-separated list. - * Expand options include: + * Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expand + * options include: * * - `all` Returns all expandable information * - `field` Returns information about the custom field granted the permission diff --git a/src/version3/parameters/getSecurityLevels.ts b/src/version3/parameters/getSecurityLevels.ts index a997dc9f34..05024f88eb 100644 --- a/src/version3/parameters/getSecurityLevels.ts +++ b/src/version3/parameters/getSecurityLevels.ts @@ -9,8 +9,8 @@ export interface GetSecurityLevels { */ id?: string[]; /** - * The list of issue security scheme IDs. To include multiple issue security schemes, separate IDs with an - * ampersand: `schemeId=10000&schemeId=10001`. + * The list of issue security scheme IDs. To include multiple issue security schemes, separate IDs with an ampersand: + * `schemeId=10000&schemeId=10001`. */ schemeId?: string[]; /**