1- /*
2- * SPDX-FileCopyrightText: [year] SAP SE or an SAP affiliate company and Juno contributors
3- * SPDX-License-Identifier: Apache-2.0
4- */
51import { gql } from "@apollo/client"
62import * as Apollo from "@apollo/client"
73export type Maybe < T > = T | null
@@ -204,7 +200,6 @@ export type ComponentInstance = Node & {
204200 metadata ?: Maybe < Metadata >
205201 namespace ?: Maybe < Scalars [ "String" ] [ "output" ] >
206202 parentId ?: Maybe < Scalars [ "String" ] [ "output" ] >
207- parentId ?: Maybe < Scalars [ "String" ] [ "output" ] >
208203 pod ?: Maybe < Scalars [ "String" ] [ "output" ] >
209204 project ?: Maybe < Scalars [ "String" ] [ "output" ] >
210205 region ?: Maybe < Scalars [ "String" ] [ "output" ] >
@@ -241,7 +236,6 @@ export type ComponentInstanceFilter = {
241236 domain ?: InputMaybe < Array < InputMaybe < Scalars [ "String" ] [ "input" ] > > >
242237 namespace ?: InputMaybe < Array < InputMaybe < Scalars [ "String" ] [ "input" ] > > >
243238 parentId ?: InputMaybe < Array < InputMaybe < Scalars [ "String" ] [ "input" ] > > >
244- parentId ?: InputMaybe < Array < InputMaybe < Scalars [ "String" ] [ "input" ] > > >
245239 pod ?: InputMaybe < Array < InputMaybe < Scalars [ "String" ] [ "input" ] > > >
246240 project ?: InputMaybe < Array < InputMaybe < Scalars [ "String" ] [ "input" ] > > >
247241 region ?: InputMaybe < Array < InputMaybe < Scalars [ "String" ] [ "input" ] > > >
@@ -326,7 +320,6 @@ export type ComponentInstanceInput = {
326320 domain ?: InputMaybe < Scalars [ "String" ] [ "input" ] >
327321 namespace ?: InputMaybe < Scalars [ "String" ] [ "input" ] >
328322 parentId ?: InputMaybe < Scalars [ "String" ] [ "input" ] >
329- parentId ?: InputMaybe < Scalars [ "String" ] [ "input" ] >
330323 pod ?: InputMaybe < Scalars [ "String" ] [ "input" ] >
331324 project ?: InputMaybe < Scalars [ "String" ] [ "input" ] >
332325 region ?: InputMaybe < Scalars [ "String" ] [ "input" ] >
@@ -358,13 +351,10 @@ export enum ComponentInstanceTypes {
358351 FloatingIp = "FloatingIp" ,
359352 Project = "Project" ,
360353 ProjectConfiguration = "ProjectConfiguration" ,
361- ProjectConfiguration = "ProjectConfiguration" ,
362354 RbacPolicy = "RbacPolicy" ,
363355 RecordSet = "RecordSet" ,
364- RecordSet = "RecordSet" ,
365356 SecurityGroup = "SecurityGroup" ,
366357 SecurityGroupRule = "SecurityGroupRule" ,
367- SecurityGroupRule = "SecurityGroupRule" ,
368358 Server = "Server" ,
369359 Unknown = "Unknown" ,
370360 User = "User" ,
@@ -1625,7 +1615,6 @@ export type SupportGroupEdge = Edge & {
16251615}
16261616
16271617export type SupportGroupFilter = {
1628- issueIds ?: InputMaybe < Array < InputMaybe < Scalars [ "String" ] [ "input" ] > > >
16291618 issueIds ?: InputMaybe < Array < InputMaybe < Scalars [ "String" ] [ "input" ] > > >
16301619 state ?: InputMaybe < Array < StateFilter > >
16311620 supportGroupCcrn ?: InputMaybe < Array < InputMaybe < Scalars [ "String" ] [ "input" ] > > >
@@ -1704,7 +1693,6 @@ export type Vulnerability = Node & {
17041693 severity ?: Maybe < SeverityValues >
17051694 sourceUrl ?: Maybe < Scalars [ "String" ] [ "output" ] >
17061695 supportGroups ?: Maybe < SupportGroupConnection >
1707- supportGroups ?: Maybe < SupportGroupConnection >
17081696}
17091697
17101698export type VulnerabilityServicesArgs = {
@@ -1717,15 +1705,9 @@ export type VulnerabilitySupportGroupsArgs = {
17171705 first ?: InputMaybe < Scalars [ "Int" ] [ "input" ] >
17181706}
17191707
1720- export type VulnerabilitySupportGroupsArgs = {
1721- after ?: InputMaybe < Scalars [ "String" ] [ "input" ] >
1722- first ?: InputMaybe < Scalars [ "Int" ] [ "input" ] >
1723- }
1724-
17251708export type VulnerabilityConnection = Connection & {
17261709 __typename ?: "VulnerabilityConnection"
17271710 counts ?: Maybe < SeverityCounts >
1728- counts ?: Maybe < SeverityCounts >
17291711 edges : Array < Maybe < VulnerabilityEdge > >
17301712 pageInfo ?: Maybe < PageInfo >
17311713 totalCount : Scalars [ "Int" ] [ "output" ]
@@ -1742,15 +1724,12 @@ export type VulnerabilityFilter = {
17421724 search ?: InputMaybe < Array < InputMaybe < Scalars [ "String" ] [ "input" ] > > >
17431725 service ?: InputMaybe < Array < InputMaybe < Scalars [ "String" ] [ "input" ] > > >
17441726 severity ?: InputMaybe < Array < InputMaybe < SeverityValues > > >
1745- service ?: InputMaybe < Array < InputMaybe < Scalars [ "String" ] [ "input" ] > > >
1746- severity ?: InputMaybe < Array < InputMaybe < SeverityValues > > >
17471727 supportGroup ?: InputMaybe < Array < InputMaybe < Scalars [ "String" ] [ "input" ] > > >
17481728}
17491729
17501730export type VulnerabilityFilterValue = {
17511731 __typename ?: "VulnerabilityFilterValue"
17521732 service ?: Maybe < FilterItem >
1753- service ?: Maybe < FilterItem >
17541733 severity ?: Maybe < FilterItem >
17551734 supportGroup ?: Maybe < FilterItem >
17561735}
@@ -1976,8 +1955,6 @@ export type GetVulnerabilitiesQueryVariables = Exact<{
19761955 after ?: InputMaybe < Scalars [ "String" ] [ "input" ] >
19771956 firstServices ?: InputMaybe < Scalars [ "Int" ] [ "input" ] >
19781957 afterServices ?: InputMaybe < Scalars [ "String" ] [ "input" ] >
1979- firstServices ?: InputMaybe < Scalars [ "Int" ] [ "input" ] >
1980- afterServices ?: InputMaybe < Scalars [ "String" ] [ "input" ] >
19811958} >
19821959
19831960export type GetVulnerabilitiesQuery = {
@@ -2006,11 +1983,6 @@ export type GetVulnerabilitiesQuery = {
20061983 pageNumber ?: number | null
20071984 pages ?: Array < { __typename ?: "Page" ; after ?: string | null ; pageNumber ?: number | null } | null > | null
20081985 } | null
2009- pageInfo ?: {
2010- __typename ?: "PageInfo"
2011- pageNumber ?: number | null
2012- pages ?: Array < { __typename ?: "Page" ; after ?: string | null ; pageNumber ?: number | null } | null > | null
2013- } | null
20141986 } | null
20151987 }
20161988 } | null >
@@ -2247,13 +2219,6 @@ export const GetServicesDocument = gql`
22472219`
22482220export type GetServicesQueryResult = Apollo . QueryResult < GetServicesQuery , GetServicesQueryVariables >
22492221export const GetVulnerabilitiesDocument = gql `
2250- query GetVulnerabilities(
2251- $filter: VulnerabilityFilter
2252- $first: Int
2253- $after: String
2254- $firstServices: Int
2255- $afterServices: String
2256- ) {
22572222 query GetVulnerabilities(
22582223 $filter: VulnerabilityFilter
22592224 $first: Int
@@ -2269,7 +2234,6 @@ export const GetVulnerabilitiesDocument = gql`
22692234 sourceUrl
22702235 earliestTargetRemediationDate
22712236 description
2272- services(first: $firstServices, after: $afterServices) {
22732237 services(first: $firstServices, after: $afterServices) {
22742238 totalCount
22752239 edges {
@@ -2284,13 +2248,6 @@ export const GetVulnerabilitiesDocument = gql`
22842248 pageNumber
22852249 }
22862250 }
2287- pageInfo {
2288- pageNumber
2289- pages {
2290- after
2291- pageNumber
2292- }
2293- }
22942251 }
22952252 }
22962253 }
0 commit comments