Skip to content

Commit

Permalink
Update JIRA test
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Aug 4, 2022
1 parent a277ec7 commit 738b908
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions examples/openapi-jira/tests/__snapshots__/jira.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -770,9 +770,9 @@ type AttachmentArchiveImpl {
}

type AttachmentArchiveEntry {
entryIndex: BigInt
abbreviatedName: String
mediaType: String
abbreviatedName: String
entryIndex: BigInt
name: String
size: BigInt
}
Expand Down Expand Up @@ -1389,13 +1389,13 @@ type ProjectLandingPageInfo {
url: String
projectKey: String
projectType: String
simplified: Boolean
boardId: BigInt
boardName: String
simpleBoard: Boolean
queueId: BigInt
boardId: BigInt
queueName: String
queueCategory: String
simplified: Boolean
attributes: query_getAllDashboards_oneOf_0_dashboards_items_sharePermissions_items_project_landingPageInfo_attributes
}

Expand Down Expand Up @@ -3559,9 +3559,9 @@ type query_getCreateIssueMeta_projects_items_issuetypes_items_fields_additionalP
}

type IncludedFields {
included: [String]
actuallyIncluded: [String]
excluded: [String]
included: [String]
}

type query_getIssue_fields {
Expand Down Expand Up @@ -4825,21 +4825,21 @@ type PageBeanComponentWithIssueCount {
type ComponentWithIssueCount {
\\"Count of issues for the component.\\"
issueCount: BigInt
assignee: User
realAssigneeType: query_getComponent_realAssigneeType
realAssignee: User
\\"Whether a user is associated with \`assigneeType\`. For example, if the \`assigneeType\` is set to \`COMPONENT_LEAD\` but the component lead is not set, then \`false\` is returned.\\"
isAssigneeTypeValid: Boolean
\\"Not used.\\"
projectId: BigInt
\\"The description for the component.\\"
description: String
\\"The URL for this count of the issues contained in the component.\\"
self: URL
\\"The key of the project to which the component is assigned.\\"
project: String
lead: User
assigneeType: query_getProjectComponentsPaginated_values_items_assigneeType
lead: User
\\"Not used.\\"
projectId: BigInt
assignee: User
realAssignee: User
\\"Whether a user is associated with \`assigneeType\`. For example, if the \`assigneeType\` is set to \`COMPONENT_LEAD\` but the component lead is not set, then \`false\` is returned.\\"
isAssigneeTypeValid: Boolean
realAssigneeType: query_getComponent_realAssigneeType
\\"The name for the component.\\"
name: String
\\"The unique identifier for the component.\\"
Expand Down Expand Up @@ -7498,13 +7498,13 @@ input ProjectLandingPageInfo_Input {
url: String
projectKey: String
projectType: String
simplified: Boolean
boardId: BigInt
boardName: String
simpleBoard: Boolean
queueId: BigInt
boardId: BigInt
queueName: String
queueCategory: String
simplified: Boolean
attributes: query_getAllDashboards_oneOf_0_dashboards_items_sharePermissions_items_project_landingPageInfo_attributes_Input2
}

Expand Down Expand Up @@ -9029,10 +9029,10 @@ input IssueEntityProperties_Input {

input JsonNode_Input {
elements: mutation_setDashboardItemProperty_errors_Input
floatingPointNumber: Boolean
pojo: Boolean
number: Boolean
integralNumber: Boolean
floatingPointNumber: Boolean
int: Boolean
long: Boolean
double: Boolean
Expand All @@ -9058,9 +9058,9 @@ input JsonNode_Input {
valueAsLong: BigInt
valueAsDouble: Float
valueAsBoolean: Boolean
fieldNames: mutation_setDashboardItemProperty_errors_Input
textValue: String
valueAsText: String
fieldNames: mutation_setDashboardItemProperty_errors_Input
array: Boolean
fields: mutation_setDashboardItemProperty_errors_Input
null: Boolean
Expand Down Expand Up @@ -9094,10 +9094,10 @@ input IssueEntityPropertiesForMultiUpdate_Input {

input JsonNode_Input2 {
elements: mutation_setDashboardItemProperty_errors_Input
floatingPointNumber: Boolean
pojo: Boolean
number: Boolean
integralNumber: Boolean
floatingPointNumber: Boolean
int: Boolean
long: Boolean
double: Boolean
Expand All @@ -9123,9 +9123,9 @@ input JsonNode_Input2 {
valueAsLong: BigInt
valueAsDouble: Float
valueAsBoolean: Boolean
fieldNames: mutation_setDashboardItemProperty_errors_Input
textValue: String
valueAsText: String
fieldNames: mutation_setDashboardItemProperty_errors_Input
array: Boolean
fields: mutation_setDashboardItemProperty_errors_Input
null: Boolean
Expand Down

0 comments on commit 738b908

Please sign in to comment.