From 6742147b36e9eeab94eeebd955dc9c96517d0a12 Mon Sep 17 00:00:00 2001 From: Bikash Date: Mon, 19 Aug 2024 15:46:40 +0545 Subject: [PATCH] updated graphql/generator packages --- src/generated/gql/server.ts | 6361 ++++++---------------------------- src/generated/package.json | 66 +- src/generated/pnpm-lock.yaml | 343 +- 3 files changed, 1230 insertions(+), 5540 deletions(-) diff --git a/src/generated/gql/server.ts b/src/generated/gql/server.ts index b71ca92a3..80e2ee474 100644 --- a/src/generated/gql/server.ts +++ b/src/generated/gql/server.ts @@ -1,36 +1,23 @@ export type Maybe = T; export type InputMaybe = T; -export type Exact = { - [K in keyof T]: T[K]; -}; -export type MakeOptional = Omit & { - [SubKey in K]?: Maybe; -}; -export type MakeMaybe = Omit & { - [SubKey in K]: Maybe; -}; -export type MakeEmpty< - T extends { [key: string]: unknown }, - K extends keyof T -> = { [_ in K]?: never }; -export type Incremental = - | T - | { - [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never; - }; +export type Exact = { [K in keyof T]: T[K] }; +export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; +export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; +export type MakeEmpty = { [_ in K]?: never }; +export type Incremental = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never }; /** All built-in and custom scalars, mapped to their actual values */ export type Scalars = { - ID: { input: string; output: string }; - String: { input: string; output: string }; - Boolean: { input: boolean; output: boolean }; - Int: { input: number; output: number }; - Float: { input: number; output: number }; - Date: { input: any; output: any }; - Map: { input: any; output: any }; - Json: { input: any; output: any }; - ProviderDetail: { input: any; output: any }; - Any: { input: any; output: any }; - URL: { input: any; output: any }; + ID: { input: string; output: string; } + String: { input: string; output: string; } + Boolean: { input: boolean; output: boolean; } + Int: { input: number; output: number; } + Float: { input: number; output: number; } + Date: { input: any; output: any; } + Map: { input: any; output: any; } + Json: { input: any; output: any; } + ProviderDetail: { input: any; output: any; } + Any: { input: any; output: any; } + URL: { input: any; output: any; } }; export type Github__Com___Kloudlite___Api___Apps___Iam___Types__Role = @@ -50,10 +37,13 @@ export type CursorPaginationIn = { sortDirection?: InputMaybe; }; -export type CursorPaginationSortDirection = 'ASC' | 'DESC'; +export type CursorPaginationSortDirection = + | 'ASC' + | 'DESC'; export type Github__Com___Kloudlite___Api___Apps___Comms___Types__NotificationType = - 'alert' | 'notification'; + | 'alert' + | 'notification'; export type ConsoleResType = | 'app' @@ -80,23 +70,37 @@ export type Github__Com___Kloudlite___Api___Pkg___Types__SyncState = | 'UPDATED_AT_AGENT'; export type Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__GitProvider = - 'github' | 'gitlab'; + | 'github' + | 'gitlab'; export type Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__BuildStatus = - 'error' | 'failed' | 'idle' | 'pending' | 'queued' | 'running' | 'success'; + | 'error' + | 'failed' + | 'idle' + | 'pending' + | 'queued' + | 'running' + | 'success'; export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret = - 'config' | 'pvc' | 'secret'; + | 'config' + | 'pvc' + | 'secret'; export type K8s__Io___Api___Core___V1__TaintEffect = | 'NoExecute' | 'NoSchedule' | 'PreferNoSchedule'; -export type K8s__Io___Api___Core___V1__TolerationOperator = 'Equal' | 'Exists'; +export type K8s__Io___Api___Core___V1__TolerationOperator = + | 'Equal' + | 'Exists'; export type K8s__Io___Apimachinery___Pkg___Apis___Meta___V1__LabelSelectorOperator = - 'DoesNotExist' | 'Exists' | 'In' | 'NotIn'; + | 'DoesNotExist' + | 'Exists' + | 'In' + | 'NotIn'; export type K8s__Io___Api___Core___V1__UnsatisfiableConstraintAction = | 'DoNotSchedule' @@ -108,13 +112,16 @@ export type ConfigKeyRefIn = { }; export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__EnvironmentRoutingMode = - 'private' | 'public'; + | 'private' + | 'public'; export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__ExternalAppRecordType = - 'CNAME' | 'IPAddr'; + | 'CNAME' + | 'IPAddr'; export type Github__Com___Kloudlite___Api___Apps___Console___Internal___Entities__PullSecretFormat = - 'dockerConfigJson' | 'params'; + | 'dockerConfigJson' + | 'params'; export type ManagedResourceKeyRefIn = { key: Scalars['String']['input']; @@ -132,18 +139,17 @@ export type K8s__Io___Api___Core___V1__SecretType = | 'Opaque'; export type Github__Com___Kloudlite___Api___Apps___Console___Internal___Entities__ResourceType = - - | 'app' - | 'cluster_managed_service' - | 'config' - | 'environment' - | 'external_app' - | 'image_pull_secret' - | 'imported_managed_resource' - | 'managed_resource' - | 'router' - | 'secret' - | 'service_binding'; + | 'app' + | 'cluster_managed_service' + | 'config' + | 'environment' + | 'external_app' + | 'image_pull_secret' + | 'imported_managed_resource' + | 'managed_resource' + | 'router' + | 'secret' + | 'service_binding'; export type SecretKeyRefIn = { key: Scalars['String']['input']; @@ -234,10 +240,15 @@ export type SearchCreds = { }; export type Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__RepoAccess = - 'read' | 'read_write'; + | 'read' + | 'read_write'; export type Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__ExpirationUnit = - 'd' | 'h' | 'm' | 'w' | 'y'; + | 'd' + | 'h' + | 'm' + | 'w' + | 'y'; export type SearchRepos = { text?: InputMaybe; @@ -258,16 +269,22 @@ export type ResType = | 'providersecret'; export type Github__Com___Kloudlite___Api___Apps___Infra___Internal___Entities__ClusterVisibilityMode = - 'private' | 'public'; + | 'private' + | 'public'; export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__ClusterSpecAvailabilityMode = - 'dev' | 'HA'; + | 'dev' + | 'HA'; export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsAuthMechanism = - 'assume_role' | 'secret_keys'; + | 'assume_role' + | 'secret_keys'; export type Github__Com___Kloudlite___Operator___Apis___Common____Types__CloudProvider = - 'aws' | 'azure' | 'digitalocean' | 'gcp'; + | 'aws' + | 'azure' + | 'digitalocean' + | 'gcp'; export type K8s__Io___Api___Core___V1__NodeSelectorOperator = | 'DoesNotExist' @@ -294,10 +311,12 @@ export type K8s__Io___Api___Core___V1__NamespacePhase = | 'Terminating'; export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsPoolType = - 'ec2' | 'spot'; + | 'ec2' + | 'spot'; export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__GcpPoolType = - 'SPOT' | 'STANDARD'; + | 'SPOT' + | 'STANDARD'; export type K8s__Io___Api___Core___V1__PersistentVolumeReclaimPolicy = | 'Delete' @@ -377,7 +396,8 @@ export type SearchVolumeAttachments = { }; export type Github__Com___Kloudlite___Api___Apps___Iot____Console___Internal___Entities__BluePrintType = - 'group_blueprint' | 'singleton_blueprint'; + | 'group_blueprint' + | 'singleton_blueprint'; export type SearchIotApps = { isReady?: InputMaybe; @@ -438,30 +458,26 @@ export type NotificationConfIn = { webhook?: InputMaybe; }; -export type Github__Com___Kloudlite___Api___Apps___Comms___Internal___Domain___Entities__EmailIn = - { - enabled: Scalars['Boolean']['input']; - mailAddress: Scalars['String']['input']; - }; +export type Github__Com___Kloudlite___Api___Apps___Comms___Internal___Domain___Entities__EmailIn = { + enabled: Scalars['Boolean']['input']; + mailAddress: Scalars['String']['input']; +}; -export type Github__Com___Kloudlite___Api___Apps___Comms___Internal___Domain___Entities__SlackIn = - { - enabled: Scalars['Boolean']['input']; - url: Scalars['String']['input']; - }; +export type Github__Com___Kloudlite___Api___Apps___Comms___Internal___Domain___Entities__SlackIn = { + enabled: Scalars['Boolean']['input']; + url: Scalars['String']['input']; +}; -export type Github__Com___Kloudlite___Api___Apps___Comms___Internal___Domain___Entities__TelegramIn = - { - chatId: Scalars['String']['input']; - enabled: Scalars['Boolean']['input']; - token: Scalars['String']['input']; - }; +export type Github__Com___Kloudlite___Api___Apps___Comms___Internal___Domain___Entities__TelegramIn = { + chatId: Scalars['String']['input']; + enabled: Scalars['Boolean']['input']; + token: Scalars['String']['input']; +}; -export type Github__Com___Kloudlite___Api___Apps___Comms___Internal___Domain___Entities__WebhookIn = - { - enabled: Scalars['Boolean']['input']; - url: Scalars['String']['input']; - }; +export type Github__Com___Kloudlite___Api___Apps___Comms___Internal___Domain___Entities__WebhookIn = { + enabled: Scalars['Boolean']['input']; + url: Scalars['String']['input']; +}; export type SubscriptionIn = { enabled: Scalars['Boolean']['input']; @@ -489,46 +505,34 @@ export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__AppSpecIn = { replicas?: InputMaybe; router?: InputMaybe; serviceAccount?: InputMaybe; - services?: InputMaybe< - Array - >; + services?: InputMaybe>; tolerations?: InputMaybe>; - topologySpreadConstraints?: InputMaybe< - Array - >; -}; - -export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__AppContainerIn = - { - args?: InputMaybe>; - command?: InputMaybe>; - env?: InputMaybe< - Array - >; - envFrom?: InputMaybe< - Array - >; - image: Scalars['String']['input']; - imagePullPolicy?: InputMaybe; - livenessProbe?: InputMaybe; - name: Scalars['String']['input']; - readinessProbe?: InputMaybe; - resourceCpu?: InputMaybe; - resourceMemory?: InputMaybe; - volumes?: InputMaybe< - Array - >; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__ContainerEnvIn = - { - key: Scalars['String']['input']; - optional?: InputMaybe; - refKey?: InputMaybe; - refName?: InputMaybe; - type?: InputMaybe; - value?: InputMaybe; - }; + topologySpreadConstraints?: InputMaybe>; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__AppContainerIn = { + args?: InputMaybe>; + command?: InputMaybe>; + env?: InputMaybe>; + envFrom?: InputMaybe>; + image: Scalars['String']['input']; + imagePullPolicy?: InputMaybe; + livenessProbe?: InputMaybe; + name: Scalars['String']['input']; + readinessProbe?: InputMaybe; + resourceCpu?: InputMaybe; + resourceMemory?: InputMaybe; + volumes?: InputMaybe>; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__ContainerEnvIn = { + key: Scalars['String']['input']; + optional?: InputMaybe; + refKey?: InputMaybe; + refName?: InputMaybe; + type?: InputMaybe; + value?: InputMaybe; +}; export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__EnvFromIn = { refName: Scalars['String']['input']; @@ -545,44 +549,36 @@ export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__ProbeIn = { type: Scalars['String']['input']; }; -export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__HttpGetProbeIn = - { - httpHeaders?: InputMaybe; - path: Scalars['String']['input']; - port: Scalars['Int']['input']; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__ShellProbeIn = - { - command?: InputMaybe>; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__TcpProbeIn = - { - port: Scalars['Int']['input']; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__ContainerResourceIn = - { - max?: InputMaybe; - min?: InputMaybe; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__ContainerVolumeIn = - { - items?: InputMaybe< - Array - >; - mountPath: Scalars['String']['input']; - refName: Scalars['String']['input']; - type: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__ContainerVolumeItemIn = - { - fileName?: InputMaybe; - key: Scalars['String']['input']; - }; +export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__HttpGetProbeIn = { + httpHeaders?: InputMaybe; + path: Scalars['String']['input']; + port: Scalars['Int']['input']; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__ShellProbeIn = { + command?: InputMaybe>; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__TcpProbeIn = { + port: Scalars['Int']['input']; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__ContainerResourceIn = { + max?: InputMaybe; + min?: InputMaybe; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__ContainerVolumeIn = { + items?: InputMaybe>; + mountPath: Scalars['String']['input']; + refName: Scalars['String']['input']; + type: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__ContainerVolumeItemIn = { + fileName?: InputMaybe; + key: Scalars['String']['input']; +}; export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__HpaIn = { enabled: Scalars['Boolean']['input']; @@ -592,42 +588,34 @@ export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__HpaIn = { thresholdMemory?: InputMaybe; }; -export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__InterceptIn = - { - enabled: Scalars['Boolean']['input']; - portMappings?: InputMaybe< - Array - >; - toDevice: Scalars['String']['input']; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__AppInterceptPortMappingsIn = - { - appPort: Scalars['Int']['input']; - devicePort: Scalars['Int']['input']; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__AppRouterIn = - { - backendProtocol?: InputMaybe; - basicAuth?: InputMaybe; - cors?: InputMaybe; - domains: Array; - https?: InputMaybe; - ingressClass?: InputMaybe; - maxBodySizeInMB?: InputMaybe; - rateLimit?: InputMaybe; - routes?: InputMaybe< - Array - >; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__BasicAuthIn = - { - enabled: Scalars['Boolean']['input']; - secretName?: InputMaybe; - username?: InputMaybe; - }; +export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__InterceptIn = { + enabled: Scalars['Boolean']['input']; + portMappings?: InputMaybe>; + toDevice: Scalars['String']['input']; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__AppInterceptPortMappingsIn = { + appPort: Scalars['Int']['input']; + devicePort: Scalars['Int']['input']; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__AppRouterIn = { + backendProtocol?: InputMaybe; + basicAuth?: InputMaybe; + cors?: InputMaybe; + domains: Array; + https?: InputMaybe; + ingressClass?: InputMaybe; + maxBodySizeInMB?: InputMaybe; + rateLimit?: InputMaybe; + routes?: InputMaybe>; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__BasicAuthIn = { + enabled: Scalars['Boolean']['input']; + secretName?: InputMaybe; + username?: InputMaybe; +}; export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__CorsIn = { allowCredentials?: InputMaybe; @@ -641,13 +629,12 @@ export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__HttpsIn = { forceRedirect?: InputMaybe; }; -export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__RateLimitIn = - { - connections?: InputMaybe; - enabled?: InputMaybe; - rpm?: InputMaybe; - rps?: InputMaybe; - }; +export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__RateLimitIn = { + connections?: InputMaybe; + enabled?: InputMaybe; + rpm?: InputMaybe; + rps?: InputMaybe; +}; export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__RouteIn = { app: Scalars['String']['input']; @@ -681,18 +668,15 @@ export type K8s__Io___Api___Core___V1__TopologySpreadConstraintIn = { }; export type K8s__Io___Apimachinery___Pkg___Apis___Meta___V1__LabelSelectorIn = { - matchExpressions?: InputMaybe< - Array - >; + matchExpressions?: InputMaybe>; matchLabels?: InputMaybe; }; -export type K8s__Io___Apimachinery___Pkg___Apis___Meta___V1__LabelSelectorRequirementIn = - { - key: Scalars['String']['input']; - operator: K8s__Io___Apimachinery___Pkg___Apis___Meta___V1__LabelSelectorOperator; - values?: InputMaybe>; - }; +export type K8s__Io___Apimachinery___Pkg___Apis___Meta___V1__LabelSelectorRequirementIn = { + key: Scalars['String']['input']; + operator: K8s__Io___Apimachinery___Pkg___Apis___Meta___V1__LabelSelectorOperator; + values?: InputMaybe>; +}; export type ConfigIn = { apiVersion?: InputMaybe; @@ -713,16 +697,14 @@ export type EnvironmentIn = { spec?: InputMaybe; }; -export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__EnvironmentSpecIn = - { - routing?: InputMaybe; - targetNamespace?: InputMaybe; - }; +export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__EnvironmentSpecIn = { + routing?: InputMaybe; + targetNamespace?: InputMaybe; +}; -export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__EnvironmentRoutingIn = - { - mode?: InputMaybe; - }; +export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__EnvironmentRoutingIn = { + mode?: InputMaybe; +}; export type ExternalAppIn = { apiVersion?: InputMaybe; @@ -733,25 +715,20 @@ export type ExternalAppIn = { status?: InputMaybe; }; -export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__ExternalAppSpecIn = - { - intercept?: InputMaybe; - record: Scalars['String']['input']; - recordType: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ExternalAppRecordType; - }; +export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__ExternalAppSpecIn = { + intercept?: InputMaybe; + record: Scalars['String']['input']; + recordType: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ExternalAppRecordType; +}; export type Github__Com___Kloudlite___Operator___Pkg___Operator__StatusIn = { - checkList?: InputMaybe< - Array - >; + checkList?: InputMaybe>; checks?: InputMaybe; isReady: Scalars['Boolean']['input']; lastReadyGeneration?: InputMaybe; lastReconcileTime?: InputMaybe; message?: InputMaybe; - resources?: InputMaybe< - Array - >; + resources?: InputMaybe>; }; export type Github__Com___Kloudlite___Operator___Pkg___Operator__CheckMetaIn = { @@ -762,18 +739,16 @@ export type Github__Com___Kloudlite___Operator___Pkg___Operator__CheckMetaIn = { title: Scalars['String']['input']; }; -export type Github__Com___Kloudlite___Operator___Pkg___Raw____Json__RawJsonIn = - { - RawMessage?: InputMaybe; - }; +export type Github__Com___Kloudlite___Operator___Pkg___Raw____Json__RawJsonIn = { + RawMessage?: InputMaybe; +}; -export type Github__Com___Kloudlite___Operator___Pkg___Operator__ResourceRefIn = - { - apiVersion: Scalars['String']['input']; - kind: Scalars['String']['input']; - name: Scalars['String']['input']; - namespace: Scalars['String']['input']; - }; +export type Github__Com___Kloudlite___Operator___Pkg___Operator__ResourceRefIn = { + apiVersion: Scalars['String']['input']; + kind: Scalars['String']['input']; + name: Scalars['String']['input']; + namespace: Scalars['String']['input']; +}; export type ImagePullSecretIn = { displayName: Scalars['String']['input']; @@ -795,27 +770,24 @@ export type ManagedResourceIn = { spec: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ManagedResourceSpecIn; }; -export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__ManagedResourceSpecIn = - { - resourceNamePrefix?: InputMaybe; - resourceTemplate: Github__Com___Kloudlite___Operator___Apis___Crds___V1__MresResourceTemplateIn; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__MresResourceTemplateIn = - { - apiVersion: Scalars['String']['input']; - kind: Scalars['String']['input']; - msvcRef: Github__Com___Kloudlite___Operator___Apis___Common____Types__MsvcRefIn; - spec?: InputMaybe; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Common____Types__MsvcRefIn = - { - apiVersion?: InputMaybe; - kind?: InputMaybe; - name: Scalars['String']['input']; - namespace: Scalars['String']['input']; - }; +export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__ManagedResourceSpecIn = { + resourceNamePrefix?: InputMaybe; + resourceTemplate: Github__Com___Kloudlite___Operator___Apis___Crds___V1__MresResourceTemplateIn; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__MresResourceTemplateIn = { + apiVersion: Scalars['String']['input']; + kind: Scalars['String']['input']; + msvcRef: Github__Com___Kloudlite___Operator___Apis___Common____Types__MsvcRefIn; + spec?: InputMaybe; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Common____Types__MsvcRefIn = { + apiVersion?: InputMaybe; + kind?: InputMaybe; + name: Scalars['String']['input']; + namespace: Scalars['String']['input']; +}; export type RouterIn = { apiVersion?: InputMaybe; @@ -826,20 +798,17 @@ export type RouterIn = { spec: Github__Com___Kloudlite___Operator___Apis___Crds___V1__RouterSpecIn; }; -export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__RouterSpecIn = - { - backendProtocol?: InputMaybe; - basicAuth?: InputMaybe; - cors?: InputMaybe; - domains: Array; - https?: InputMaybe; - ingressClass?: InputMaybe; - maxBodySizeInMB?: InputMaybe; - rateLimit?: InputMaybe; - routes?: InputMaybe< - Array - >; - }; +export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__RouterSpecIn = { + backendProtocol?: InputMaybe; + basicAuth?: InputMaybe; + cors?: InputMaybe; + domains: Array; + https?: InputMaybe; + ingressClass?: InputMaybe; + maxBodySizeInMB?: InputMaybe; + rateLimit?: InputMaybe; + routes?: InputMaybe>; +}; export type SecretIn = { apiVersion?: InputMaybe; @@ -859,55 +828,46 @@ export type BuildIn = { spec: Github__Com___Kloudlite___Operator___Apis___Distribution___V1__BuildRunSpecIn; }; -export type Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__GitSourceIn = - { - branch: Scalars['String']['input']; - provider: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__GitProvider; - repository: Scalars['String']['input']; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Distribution___V1__BuildRunSpecIn = - { - buildOptions?: InputMaybe; - caches?: InputMaybe< - Array - >; - registry: Github__Com___Kloudlite___Operator___Apis___Distribution___V1__RegistryIn; - resource: Github__Com___Kloudlite___Operator___Apis___Distribution___V1__ResourceIn; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Distribution___V1__BuildOptionsIn = - { - buildArgs?: InputMaybe; - buildContexts?: InputMaybe; - contextDir?: InputMaybe; - dockerfileContent?: InputMaybe; - dockerfilePath?: InputMaybe; - targetPlatforms?: InputMaybe>; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Distribution___V1__CacheIn = - { - name: Scalars['String']['input']; - path: Scalars['String']['input']; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Distribution___V1__RegistryIn = - { - repo: Github__Com___Kloudlite___Operator___Apis___Distribution___V1__RepoIn; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Distribution___V1__RepoIn = - { - name: Scalars['String']['input']; - tags: Array; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Distribution___V1__ResourceIn = - { - cpu: Scalars['Int']['input']; - memoryInMb: Scalars['Int']['input']; - }; +export type Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__GitSourceIn = { + branch: Scalars['String']['input']; + provider: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__GitProvider; + repository: Scalars['String']['input']; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Distribution___V1__BuildRunSpecIn = { + buildOptions?: InputMaybe; + caches?: InputMaybe>; + registry: Github__Com___Kloudlite___Operator___Apis___Distribution___V1__RegistryIn; + resource: Github__Com___Kloudlite___Operator___Apis___Distribution___V1__ResourceIn; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Distribution___V1__BuildOptionsIn = { + buildArgs?: InputMaybe; + buildContexts?: InputMaybe; + contextDir?: InputMaybe; + dockerfileContent?: InputMaybe; + dockerfilePath?: InputMaybe; + targetPlatforms?: InputMaybe>; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Distribution___V1__CacheIn = { + name: Scalars['String']['input']; + path: Scalars['String']['input']; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Distribution___V1__RegistryIn = { + repo: Github__Com___Kloudlite___Operator___Apis___Distribution___V1__RepoIn; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Distribution___V1__RepoIn = { + name: Scalars['String']['input']; + tags: Array; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Distribution___V1__ResourceIn = { + cpu: Scalars['Int']['input']; + memoryInMb: Scalars['Int']['input']; +}; export type CredentialIn = { access: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__RepoAccess; @@ -916,11 +876,10 @@ export type CredentialIn = { username: Scalars['String']['input']; }; -export type Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__ExpirationIn = - { - unit: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__ExpirationUnit; - value: Scalars['Int']['input']; - }; +export type Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__ExpirationIn = { + unit: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__ExpirationUnit; + value: Scalars['Int']['input']; +}; export type RepositoryIn = { name: Scalars['String']['input']; @@ -932,10 +891,9 @@ export type ByokClusterIn = { visibility: Github__Com___Kloudlite___Api___Apps___Infra___Internal___Entities__ClusterVisbilityIn; }; -export type Github__Com___Kloudlite___Api___Apps___Infra___Internal___Entities__ClusterVisbilityIn = - { - mode: Github__Com___Kloudlite___Api___Apps___Infra___Internal___Entities__ClusterVisibilityMode; - }; +export type Github__Com___Kloudlite___Api___Apps___Infra___Internal___Entities__ClusterVisbilityIn = { + mode: Github__Com___Kloudlite___Api___Apps___Infra___Internal___Entities__ClusterVisibilityMode; +}; export type ClusterIn = { apiVersion?: InputMaybe; @@ -946,45 +904,39 @@ export type ClusterIn = { spec: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__ClusterSpecIn; }; -export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__ClusterSpecIn = - { - availabilityMode: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__ClusterSpecAvailabilityMode; - aws?: InputMaybe; - cloudflareEnabled?: InputMaybe; - cloudProvider: Github__Com___Kloudlite___Operator___Apis___Common____Types__CloudProvider; - gcp?: InputMaybe; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsClusterConfigIn = - { - credentials: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsCredentialsIn; - k3sMasters?: InputMaybe; - region: Scalars['String']['input']; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsCredentialsIn = - { - authMechanism: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsAuthMechanism; - secretRef: Github__Com___Kloudlite___Operator___Apis___Common____Types__SecretRefIn; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Common____Types__SecretRefIn = - { - name: Scalars['String']['input']; - namespace?: InputMaybe; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__Awsk3sMastersConfigIn = - { - instanceType: Scalars['String']['input']; - nvidiaGpuEnabled: Scalars['Boolean']['input']; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__GcpClusterConfigIn = - { - credentialsRef: Github__Com___Kloudlite___Operator___Apis___Common____Types__SecretRefIn; - region: Scalars['String']['input']; - }; +export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__ClusterSpecIn = { + availabilityMode: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__ClusterSpecAvailabilityMode; + aws?: InputMaybe; + cloudflareEnabled?: InputMaybe; + cloudProvider: Github__Com___Kloudlite___Operator___Apis___Common____Types__CloudProvider; + gcp?: InputMaybe; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsClusterConfigIn = { + credentials: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsCredentialsIn; + k3sMasters?: InputMaybe; + region: Scalars['String']['input']; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsCredentialsIn = { + authMechanism: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsAuthMechanism; + secretRef: Github__Com___Kloudlite___Operator___Apis___Common____Types__SecretRefIn; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Common____Types__SecretRefIn = { + name: Scalars['String']['input']; + namespace?: InputMaybe; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__Awsk3sMastersConfigIn = { + instanceType: Scalars['String']['input']; + nvidiaGpuEnabled: Scalars['Boolean']['input']; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__GcpClusterConfigIn = { + credentialsRef: Github__Com___Kloudlite___Operator___Apis___Common____Types__SecretRefIn; + region: Scalars['String']['input']; +}; export type ClusterManagedServiceIn = { apiVersion?: InputMaybe; @@ -995,24 +947,21 @@ export type ClusterManagedServiceIn = { spec?: InputMaybe; }; -export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__ClusterManagedServiceSpecIn = - { - msvcSpec: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ManagedServiceSpecIn; - }; +export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__ClusterManagedServiceSpecIn = { + msvcSpec: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ManagedServiceSpecIn; +}; -export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__ManagedServiceSpecIn = - { - nodeSelector?: InputMaybe; - serviceTemplate: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ServiceTemplateIn; - tolerations?: InputMaybe>; - }; +export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__ManagedServiceSpecIn = { + nodeSelector?: InputMaybe; + serviceTemplate: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ServiceTemplateIn; + tolerations?: InputMaybe>; +}; -export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__ServiceTemplateIn = - { - apiVersion: Scalars['String']['input']; - kind: Scalars['String']['input']; - spec?: InputMaybe; - }; +export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__ServiceTemplateIn = { + apiVersion: Scalars['String']['input']; + kind: Scalars['String']['input']; + spec?: InputMaybe; +}; export type DomainEntryIn = { clusterName: Scalars['String']['input']; @@ -1047,18 +996,17 @@ export type HelmReleaseIn = { spec?: InputMaybe; }; -export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__HelmChartSpecIn = - { - chartName: Scalars['String']['input']; - chartRepoURL: Scalars['String']['input']; - chartVersion: Scalars['String']['input']; - jobVars?: InputMaybe; - postInstall?: InputMaybe; - postUninstall?: InputMaybe; - preInstall?: InputMaybe; - preUninstall?: InputMaybe; - values: Scalars['Map']['input']; - }; +export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__HelmChartSpecIn = { + chartName: Scalars['String']['input']; + chartRepoURL: Scalars['String']['input']; + chartVersion: Scalars['String']['input']; + jobVars?: InputMaybe; + postInstall?: InputMaybe; + postUninstall?: InputMaybe; + preInstall?: InputMaybe; + preUninstall?: InputMaybe; + values: Scalars['Map']['input']; +}; export type Github__Com___Kloudlite___Operator___Apis___Crds___V1__JobVarsIn = { affinity?: InputMaybe; @@ -1074,9 +1022,7 @@ export type K8s__Io___Api___Core___V1__AffinityIn = { }; export type K8s__Io___Api___Core___V1__NodeAffinityIn = { - preferredDuringSchedulingIgnoredDuringExecution?: InputMaybe< - Array - >; + preferredDuringSchedulingIgnoredDuringExecution?: InputMaybe>; requiredDuringSchedulingIgnoredDuringExecution?: InputMaybe; }; @@ -1086,12 +1032,8 @@ export type K8s__Io___Api___Core___V1__PreferredSchedulingTermIn = { }; export type K8s__Io___Api___Core___V1__NodeSelectorTermIn = { - matchExpressions?: InputMaybe< - Array - >; - matchFields?: InputMaybe< - Array - >; + matchExpressions?: InputMaybe>; + matchFields?: InputMaybe>; }; export type K8s__Io___Api___Core___V1__NodeSelectorRequirementIn = { @@ -1105,12 +1047,8 @@ export type K8s__Io___Api___Core___V1__NodeSelectorIn = { }; export type K8s__Io___Api___Core___V1__PodAffinityIn = { - preferredDuringSchedulingIgnoredDuringExecution?: InputMaybe< - Array - >; - requiredDuringSchedulingIgnoredDuringExecution?: InputMaybe< - Array - >; + preferredDuringSchedulingIgnoredDuringExecution?: InputMaybe>; + requiredDuringSchedulingIgnoredDuringExecution?: InputMaybe>; }; export type K8s__Io___Api___Core___V1__WeightedPodAffinityTermIn = { @@ -1126,12 +1064,8 @@ export type K8s__Io___Api___Core___V1__PodAffinityTermIn = { }; export type K8s__Io___Api___Core___V1__PodAntiAffinityIn = { - preferredDuringSchedulingIgnoredDuringExecution?: InputMaybe< - Array - >; - requiredDuringSchedulingIgnoredDuringExecution?: InputMaybe< - Array - >; + preferredDuringSchedulingIgnoredDuringExecution?: InputMaybe>; + requiredDuringSchedulingIgnoredDuringExecution?: InputMaybe>; }; export type NodePoolIn = { @@ -1142,62 +1076,54 @@ export type NodePoolIn = { spec: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__NodePoolSpecIn; }; -export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__NodePoolSpecIn = - { - aws?: InputMaybe; - cloudProvider: Github__Com___Kloudlite___Operator___Apis___Common____Types__CloudProvider; - gcp?: InputMaybe; - maxCount: Scalars['Int']['input']; - minCount: Scalars['Int']['input']; - nodeLabels?: InputMaybe; - nodeTaints?: InputMaybe>; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsNodePoolConfigIn = - { - availabilityZone: Scalars['String']['input']; - ec2Pool?: InputMaybe; - nvidiaGpuEnabled: Scalars['Boolean']['input']; - poolType: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsPoolType; - spotPool?: InputMaybe; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsEc2PoolConfigIn = - { - instanceType: Scalars['String']['input']; - nodes?: InputMaybe; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsSpotPoolConfigIn = - { - cpuNode?: InputMaybe; - gpuNode?: InputMaybe; - nodes?: InputMaybe; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsSpotCpuNodeIn = - { - memoryPerVcpu?: InputMaybe; - vcpu: Github__Com___Kloudlite___Operator___Apis___Common____Types__MinMaxFloatIn; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Common____Types__MinMaxFloatIn = - { - max: Scalars['String']['input']; - min: Scalars['String']['input']; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsSpotGpuNodeIn = - { - instanceTypes: Array; - }; - -export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__GcpNodePoolConfigIn = - { - availabilityZone: Scalars['String']['input']; - machineType: Scalars['String']['input']; - poolType: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__GcpPoolType; - }; +export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__NodePoolSpecIn = { + aws?: InputMaybe; + cloudProvider: Github__Com___Kloudlite___Operator___Apis___Common____Types__CloudProvider; + gcp?: InputMaybe; + maxCount: Scalars['Int']['input']; + minCount: Scalars['Int']['input']; + nodeLabels?: InputMaybe; + nodeTaints?: InputMaybe>; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsNodePoolConfigIn = { + availabilityZone: Scalars['String']['input']; + ec2Pool?: InputMaybe; + nvidiaGpuEnabled: Scalars['Boolean']['input']; + poolType: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsPoolType; + spotPool?: InputMaybe; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsEc2PoolConfigIn = { + instanceType: Scalars['String']['input']; + nodes?: InputMaybe; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsSpotPoolConfigIn = { + cpuNode?: InputMaybe; + gpuNode?: InputMaybe; + nodes?: InputMaybe; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsSpotCpuNodeIn = { + memoryPerVcpu?: InputMaybe; + vcpu: Github__Com___Kloudlite___Operator___Apis___Common____Types__MinMaxFloatIn; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Common____Types__MinMaxFloatIn = { + max: Scalars['String']['input']; + min: Scalars['String']['input']; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsSpotGpuNodeIn = { + instanceTypes: Array; +}; + +export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__GcpNodePoolConfigIn = { + availabilityZone: Scalars['String']['input']; + machineType: Scalars['String']['input']; + poolType: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__GcpPoolType; +}; export type K8s__Io___Api___Core___V1__TaintIn = { effect: K8s__Io___Api___Core___V1__TaintEffect; @@ -1214,28 +1140,24 @@ export type CloudProviderSecretIn = { metadata: MetadataIn; }; -export type Github__Com___Kloudlite___Api___Apps___Infra___Internal___Entities__AwsSecretCredentialsIn = - { - assumeRoleParams?: InputMaybe; - authMechanism: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsAuthMechanism; - authSecretKeys?: InputMaybe; - }; +export type Github__Com___Kloudlite___Api___Apps___Infra___Internal___Entities__AwsSecretCredentialsIn = { + assumeRoleParams?: InputMaybe; + authMechanism: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsAuthMechanism; + authSecretKeys?: InputMaybe; +}; -export type Github__Com___Kloudlite___Api___Apps___Infra___Internal___Entities__AwsAssumeRoleParamsIn = - { - awsAccountId: Scalars['String']['input']; - }; +export type Github__Com___Kloudlite___Api___Apps___Infra___Internal___Entities__AwsAssumeRoleParamsIn = { + awsAccountId: Scalars['String']['input']; +}; -export type Github__Com___Kloudlite___Api___Apps___Infra___Internal___Entities__AwsAuthSecretKeysIn = - { - accessKey: Scalars['String']['input']; - secretKey: Scalars['String']['input']; - }; +export type Github__Com___Kloudlite___Api___Apps___Infra___Internal___Entities__AwsAuthSecretKeysIn = { + accessKey: Scalars['String']['input']; + secretKey: Scalars['String']['input']; +}; -export type Github__Com___Kloudlite___Api___Apps___Infra___Internal___Entities__GcpSecretCredentialsIn = - { - serviceAccountJSON: Scalars['String']['input']; - }; +export type Github__Com___Kloudlite___Api___Apps___Infra___Internal___Entities__GcpSecretCredentialsIn = { + serviceAccountJSON: Scalars['String']['input']; +}; export type IotAppIn = { apiVersion?: InputMaybe; @@ -1253,11 +1175,10 @@ export type IotDeploymentIn = { name: Scalars['String']['input']; }; -export type Github__Com___Kloudlite___Api___Apps___Iot____Console___Internal___Entities__ExposedServiceIn = - { - ip: Scalars['String']['input']; - name: Scalars['String']['input']; - }; +export type Github__Com___Kloudlite___Api___Apps___Iot____Console___Internal___Entities__ExposedServiceIn = { + ip: Scalars['String']['input']; + name: Scalars['String']['input']; +}; export type IotDeviceIn = { displayName: Scalars['String']['input']; @@ -1313,21 +1234,19 @@ export type CoreSearchVpnDevices = { text?: InputMaybe; }; -export type Github__Com___Kloudlite___Api___Apps___Console___Internal___Entities__ManagedResourceRefIn = - { - id: Scalars['String']['input']; - name: Scalars['String']['input']; - namespace: Scalars['String']['input']; - }; +export type Github__Com___Kloudlite___Api___Apps___Console___Internal___Entities__ManagedResourceRefIn = { + id: Scalars['String']['input']; + name: Scalars['String']['input']; + namespace: Scalars['String']['input']; +}; -export type Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__GithubUserAccountIn = - { - avatarUrl?: InputMaybe; - id?: InputMaybe; - login?: InputMaybe; - nodeId?: InputMaybe; - type?: InputMaybe; - }; +export type Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__GithubUserAccountIn = { + avatarUrl?: InputMaybe; + id?: InputMaybe; + login?: InputMaybe; + nodeId?: InputMaybe; + type?: InputMaybe; +}; export type Github__Com___Kloudlite___Api___Pkg___Types__SyncStatusIn = { action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction; @@ -1338,15 +1257,13 @@ export type Github__Com___Kloudlite___Api___Pkg___Types__SyncStatusIn = { syncScheduledAt?: InputMaybe; }; -export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__NodePropsIn = - { - lastRecreatedAt?: InputMaybe; - }; +export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__NodePropsIn = { + lastRecreatedAt?: InputMaybe; +}; -export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__NodeSpecIn = - { - nodepoolName: Scalars['String']['input']; - }; +export type Github__Com___Kloudlite___Operator___Apis___Clusters___V1__NodeSpecIn = { + nodepoolName: Scalars['String']['input']; +}; export type Github__Com___Kloudlite___Operator___Pkg___Operator__State = | 'errored____during____reconcilation' @@ -1508,9 +1425,7 @@ export type K8s__Io___Api___Core___V1__NamespaceSpecIn = { }; export type K8s__Io___Api___Core___V1__NamespaceStatusIn = { - conditions?: InputMaybe< - Array - >; + conditions?: InputMaybe>; phase?: InputMaybe; }; @@ -1578,9 +1493,7 @@ export type K8s__Io___Api___Core___V1__PersistentVolumeClaimStatusIn = { allocatedResources?: InputMaybe; allocatedResourceStatuses?: InputMaybe; capacity?: InputMaybe; - conditions?: InputMaybe< - Array - >; + conditions?: InputMaybe>; phase?: InputMaybe; }; @@ -1784,23 +1697,15 @@ export type ConsoleAccountCheckNameAvailabilityQueryVariables = Exact<{ name: Scalars['String']['input']; }>; -export type ConsoleAccountCheckNameAvailabilityQuery = { - accounts_checkNameAvailability: { - result: boolean; - suggestedNames?: Array; - }; -}; + +export type ConsoleAccountCheckNameAvailabilityQuery = { accounts_checkNameAvailability: { result: boolean, suggestedNames?: Array } }; export type ConsoleCrCheckNameAvailabilityQueryVariables = Exact<{ name: Scalars['String']['input']; }>; -export type ConsoleCrCheckNameAvailabilityQuery = { - cr_checkUserNameAvailability: { - result: boolean; - suggestedNames?: Array; - }; -}; + +export type ConsoleCrCheckNameAvailabilityQuery = { cr_checkUserNameAvailability: { result: boolean, suggestedNames?: Array } }; export type ConsoleInfraCheckNameAvailabilityQueryVariables = Exact<{ resType: ResType; @@ -1808,12 +1713,8 @@ export type ConsoleInfraCheckNameAvailabilityQueryVariables = Exact<{ clusterName?: InputMaybe; }>; -export type ConsoleInfraCheckNameAvailabilityQuery = { - infra_checkNameAvailability: { - suggestedNames: Array; - result: boolean; - }; -}; + +export type ConsoleInfraCheckNameAvailabilityQuery = { infra_checkNameAvailability: { suggestedNames: Array, result: boolean } }; export type ConsoleCoreCheckNameAvailabilityQueryVariables = Exact<{ resType: ConsoleResType; @@ -1822,542 +1723,179 @@ export type ConsoleCoreCheckNameAvailabilityQueryVariables = Exact<{ msvcName?: InputMaybe; }>; -export type ConsoleCoreCheckNameAvailabilityQuery = { - core_checkNameAvailability: { result: boolean }; -}; -export type ConsoleWhoAmIQueryVariables = Exact<{ [key: string]: never }>; +export type ConsoleCoreCheckNameAvailabilityQuery = { core_checkNameAvailability: { result: boolean } }; -export type ConsoleWhoAmIQuery = { - auth_me?: { - id: string; - email: string; - providerGitlab?: any; - providerGithub?: any; - providerGoogle?: any; - }; -}; +export type ConsoleWhoAmIQueryVariables = Exact<{ [key: string]: never; }>; + + +export type ConsoleWhoAmIQuery = { auth_me?: { id: string, email: string, providerGitlab?: any, providerGithub?: any, providerGoogle?: any } }; export type ConsoleCreateAccountMutationVariables = Exact<{ account: AccountIn; }>; -export type ConsoleCreateAccountMutation = { - accounts_createAccount: { displayName: string }; -}; -export type ConsoleGetAvailableKloudliteRegionsQueryVariables = Exact<{ - [key: string]: never; -}>; +export type ConsoleCreateAccountMutation = { accounts_createAccount: { displayName: string } }; -export type ConsoleGetAvailableKloudliteRegionsQuery = { - accounts_availableKloudliteRegions?: Array<{ - displayName: string; - id: string; - }>; -}; +export type ConsoleGetAvailableKloudliteRegionsQueryVariables = Exact<{ [key: string]: never; }>; -export type ConsoleListAccountsQueryVariables = Exact<{ [key: string]: never }>; -export type ConsoleListAccountsQuery = { - accounts_listAccounts?: Array<{ - id: string; - updateTime: any; - displayName: string; - kloudliteGatewayRegion: string; - metadata?: { name: string; annotations?: any }; - }>; -}; +export type ConsoleGetAvailableKloudliteRegionsQuery = { accounts_availableKloudliteRegions?: Array<{ displayName: string, id: string }> }; + +export type ConsoleListAccountsQueryVariables = Exact<{ [key: string]: never; }>; + + +export type ConsoleListAccountsQuery = { accounts_listAccounts?: Array<{ id: string, updateTime: any, displayName: string, kloudliteGatewayRegion: string, metadata?: { name: string, annotations?: any } }> }; export type ConsoleUpdateAccountMutationVariables = Exact<{ account: AccountIn; }>; -export type ConsoleUpdateAccountMutation = { - accounts_updateAccount: { id: string }; -}; + +export type ConsoleUpdateAccountMutation = { accounts_updateAccount: { id: string } }; export type ConsoleGetAccountQueryVariables = Exact<{ accountName: Scalars['String']['input']; }>; -export type ConsoleGetAccountQuery = { - accounts_getAccount?: { - targetNamespace?: string; - updateTime: any; - contactEmail?: string; - displayName: string; - kloudliteGatewayRegion: string; - metadata?: { name: string; annotations?: any }; - }; -}; + +export type ConsoleGetAccountQuery = { accounts_getAccount?: { targetNamespace?: string, updateTime: any, contactEmail?: string, displayName: string, kloudliteGatewayRegion: string, metadata?: { name: string, annotations?: any } } }; export type ConsoleDeleteAccountMutationVariables = Exact<{ accountName: Scalars['String']['input']; }>; + export type ConsoleDeleteAccountMutation = { accounts_deleteAccount: boolean }; -export type ConsoleListDnsHostsQueryVariables = Exact<{ [key: string]: never }>; +export type ConsoleListDnsHostsQueryVariables = Exact<{ [key: string]: never; }>; -export type ConsoleListDnsHostsQuery = { - infra_listClusters?: { - edges: Array<{ - node: { - metadata: { name: string; namespace?: string }; - spec: { publicDNSHost: string }; - }; - }>; - }; -}; + +export type ConsoleListDnsHostsQuery = { infra_listClusters?: { edges: Array<{ node: { metadata: { name: string, namespace?: string }, spec: { publicDNSHost: string } } }> } }; export type ConsoleCreateClusterMutationVariables = Exact<{ cluster: ClusterIn; }>; -export type ConsoleCreateClusterMutation = { - infra_createCluster?: { id: string }; -}; + +export type ConsoleCreateClusterMutation = { infra_createCluster?: { id: string } }; export type ConsoleDeleteClusterMutationVariables = Exact<{ name: Scalars['String']['input']; }>; + export type ConsoleDeleteClusterMutation = { infra_deleteCluster: boolean }; -export type ConsoleClustersCountQueryVariables = Exact<{ - [key: string]: never; -}>; +export type ConsoleClustersCountQueryVariables = Exact<{ [key: string]: never; }>; -export type ConsoleClustersCountQuery = { - infra_listClusters?: { totalCount: number }; -}; + +export type ConsoleClustersCountQuery = { infra_listClusters?: { totalCount: number } }; export type ConsoleListAllClustersQueryVariables = Exact<{ search?: InputMaybe; pagination?: InputMaybe; }>; -export type ConsoleListAllClustersQuery = { - byok_clusters?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - accountName: string; - clusterSvcCIDR: string; - lastOnlineAt?: any; - creationTime: any; - displayName: string; - globalVPN: string; - id: string; - markedForDeletion?: boolean; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - syncStatus: { - action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction; - error?: string; - lastSyncedAt?: any; - recordVersion: number; - state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState; - syncScheduledAt?: any; - }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type ConsoleListAllClustersQuery = { byok_clusters?: { totalCount: number, edges: Array<{ cursor: string, node: { accountName: string, clusterSvcCIDR: string, lastOnlineAt?: any, creationTime: any, displayName: string, globalVPN: string, id: string, markedForDeletion?: boolean, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, syncStatus: { action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction, error?: string, lastSyncedAt?: any, recordVersion: number, state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState, syncScheduledAt?: any } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type ConsoleListClustersQueryVariables = Exact<{ search?: InputMaybe; pagination?: InputMaybe; }>; -export type ConsoleListClustersQuery = { - infra_listClusters?: { - totalCount: number; - pageInfo: { - startCursor?: string; - hasPrevPage?: boolean; - hasNextPage?: boolean; - endCursor?: string; - }; - edges: Array<{ - cursor: string; - node: { - id: string; - displayName: string; - markedForDeletion?: boolean; - lastOnlineAt?: any; - creationTime: any; - updateTime: any; - recordVersion: number; - metadata: { name: string; annotations?: any; generation: number }; - lastUpdatedBy: { userId: string; userName: string; userEmail: string }; - createdBy: { userEmail: string; userId: string; userName: string }; - status?: { - checks?: any; - isReady: boolean; - lastReadyGeneration?: number; - lastReconcileTime?: any; - checkList?: Array<{ - description?: string; - debug?: boolean; - name: string; - title: string; - }>; - message?: { RawMessage?: any }; - resources?: Array<{ - apiVersion: string; - kind: string; - name: string; - namespace: string; - }>; - }; - syncStatus: { - action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction; - error?: string; - lastSyncedAt?: any; - recordVersion: number; - state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState; - syncScheduledAt?: any; - }; - spec: { - messageQueueTopicName: string; - kloudliteRelease: string; - accountId: string; - accountName: string; - availabilityMode: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__ClusterSpecAvailabilityMode; - cloudProvider: Github__Com___Kloudlite___Operator___Apis___Common____Types__CloudProvider; - backupToS3Enabled: boolean; - cloudflareEnabled?: boolean; - clusterInternalDnsHost?: string; - publicDNSHost: string; - taintMasterNodes: boolean; - clusterTokenRef?: { key: string; name: string; namespace?: string }; - aws?: { - nodePools?: any; - region: string; - spotNodePools?: any; - k3sMasters?: { - iamInstanceProfileRole?: string; - instanceType: string; - nodes?: any; - nvidiaGpuEnabled: boolean; - rootVolumeSize: number; - rootVolumeType: string; - }; - }; - gcp?: { - gcpProjectID: string; - region: string; - credentialsRef: { name: string; namespace?: string }; - }; - output?: { - keyK3sAgentJoinToken: string; - keyK3sServerJoinToken: string; - keyKubeconfig: string; - secretName: string; - }; - }; - }; - }>; - }; -}; + +export type ConsoleListClustersQuery = { infra_listClusters?: { totalCount: number, pageInfo: { startCursor?: string, hasPrevPage?: boolean, hasNextPage?: boolean, endCursor?: string }, edges: Array<{ cursor: string, node: { id: string, displayName: string, markedForDeletion?: boolean, lastOnlineAt?: any, creationTime: any, updateTime: any, recordVersion: number, metadata: { name: string, annotations?: any, generation: number }, lastUpdatedBy: { userId: string, userName: string, userEmail: string }, createdBy: { userEmail: string, userId: string, userName: string }, status?: { checks?: any, isReady: boolean, lastReadyGeneration?: number, lastReconcileTime?: any, checkList?: Array<{ description?: string, debug?: boolean, name: string, title: string }>, message?: { RawMessage?: any }, resources?: Array<{ apiVersion: string, kind: string, name: string, namespace: string }> }, syncStatus: { action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction, error?: string, lastSyncedAt?: any, recordVersion: number, state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState, syncScheduledAt?: any }, spec: { messageQueueTopicName: string, kloudliteRelease: string, accountId: string, accountName: string, availabilityMode: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__ClusterSpecAvailabilityMode, cloudProvider: Github__Com___Kloudlite___Operator___Apis___Common____Types__CloudProvider, backupToS3Enabled: boolean, cloudflareEnabled?: boolean, clusterInternalDnsHost?: string, publicDNSHost: string, taintMasterNodes: boolean, clusterTokenRef?: { key: string, name: string, namespace?: string }, aws?: { nodePools?: any, region: string, spotNodePools?: any, k3sMasters?: { iamInstanceProfileRole?: string, instanceType: string, nodes?: any, nvidiaGpuEnabled: boolean, rootVolumeSize: number, rootVolumeType: string } }, gcp?: { gcpProjectID: string, region: string, credentialsRef: { name: string, namespace?: string } }, output?: { keyK3sAgentJoinToken: string, keyK3sServerJoinToken: string, keyKubeconfig: string, secretName: string } } } }> } }; export type ConsoleGetClusterQueryVariables = Exact<{ name: Scalars['String']['input']; }>; -export type ConsoleGetClusterQuery = { - infra_getCluster?: { - accountName: string; - apiVersion?: string; - lastOnlineAt?: any; - creationTime: any; - displayName: string; - id: string; - kind?: string; - markedForDeletion?: boolean; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - spec: { - accountId: string; - accountName: string; - availabilityMode: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__ClusterSpecAvailabilityMode; - backupToS3Enabled: boolean; - cloudflareEnabled?: boolean; - cloudProvider: Github__Com___Kloudlite___Operator___Apis___Common____Types__CloudProvider; - clusterInternalDnsHost?: string; - kloudliteRelease: string; - messageQueueTopicName: string; - publicDNSHost: string; - taintMasterNodes: boolean; - aws?: { - nodePools?: any; - region: string; - spotNodePools?: any; - k3sMasters?: { - iamInstanceProfileRole?: string; - instanceType: string; - nodes?: any; - nvidiaGpuEnabled: boolean; - rootVolumeSize: number; - rootVolumeType: string; - }; - }; - clusterTokenRef?: { key: string; name: string; namespace?: string }; - output?: { - keyK3sAgentJoinToken: string; - keyK3sServerJoinToken: string; - keyKubeconfig: string; - secretName: string; - }; - }; - status?: { - checks?: any; - isReady: boolean; - lastReadyGeneration?: number; - lastReconcileTime?: any; - checkList?: Array<{ - description?: string; - debug?: boolean; - name: string; - title: string; - }>; - message?: { RawMessage?: any }; - resources?: Array<{ - apiVersion: string; - kind: string; - name: string; - namespace: string; - }>; - }; - syncStatus: { - error?: string; - lastSyncedAt?: any; - recordVersion: number; - syncScheduledAt?: any; - }; - }; -}; + +export type ConsoleGetClusterQuery = { infra_getCluster?: { accountName: string, apiVersion?: string, lastOnlineAt?: any, creationTime: any, displayName: string, id: string, kind?: string, markedForDeletion?: boolean, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, spec: { accountId: string, accountName: string, availabilityMode: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__ClusterSpecAvailabilityMode, backupToS3Enabled: boolean, cloudflareEnabled?: boolean, cloudProvider: Github__Com___Kloudlite___Operator___Apis___Common____Types__CloudProvider, clusterInternalDnsHost?: string, kloudliteRelease: string, messageQueueTopicName: string, publicDNSHost: string, taintMasterNodes: boolean, aws?: { nodePools?: any, region: string, spotNodePools?: any, k3sMasters?: { iamInstanceProfileRole?: string, instanceType: string, nodes?: any, nvidiaGpuEnabled: boolean, rootVolumeSize: number, rootVolumeType: string } }, clusterTokenRef?: { key: string, name: string, namespace?: string }, output?: { keyK3sAgentJoinToken: string, keyK3sServerJoinToken: string, keyKubeconfig: string, secretName: string } }, status?: { checks?: any, isReady: boolean, lastReadyGeneration?: number, lastReconcileTime?: any, checkList?: Array<{ description?: string, debug?: boolean, name: string, title: string }>, message?: { RawMessage?: any }, resources?: Array<{ apiVersion: string, kind: string, name: string, namespace: string }> }, syncStatus: { error?: string, lastSyncedAt?: any, recordVersion: number, syncScheduledAt?: any } } }; export type ConsoleGetKubeConfigQueryVariables = Exact<{ name: Scalars['String']['input']; }>; -export type ConsoleGetKubeConfigQuery = { - infra_getCluster?: { adminKubeconfig?: { encoding: string; value: string } }; -}; + +export type ConsoleGetKubeConfigQuery = { infra_getCluster?: { adminKubeconfig?: { encoding: string, value: string } } }; export type ConsoleUpdateClusterMutationVariables = Exact<{ cluster: ClusterIn; }>; -export type ConsoleUpdateClusterMutation = { - infra_updateCluster?: { id: string }; -}; + +export type ConsoleUpdateClusterMutation = { infra_updateCluster?: { id: string } }; export type ConsoleCheckAwsAccessQueryVariables = Exact<{ cloudproviderName: Scalars['String']['input']; }>; -export type ConsoleCheckAwsAccessQuery = { - infra_checkAwsAccess: { result: boolean; installationUrl?: string }; -}; + +export type ConsoleCheckAwsAccessQuery = { infra_checkAwsAccess: { result: boolean, installationUrl?: string } }; export type ConsoleListProviderSecretsQueryVariables = Exact<{ search?: InputMaybe; pagination?: InputMaybe; }>; -export type ConsoleListProviderSecretsQuery = { - infra_listProviderSecrets?: { - totalCount: number; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - edges: Array<{ - cursor: string; - node: { - cloudProviderName: Github__Com___Kloudlite___Operator___Apis___Common____Types__CloudProvider; - creationTime: any; - displayName: string; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - aws?: { - authMechanism: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsAuthMechanism; - }; - gcp?: { serviceAccountJSON: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata: { - namespace?: string; - name: string; - labels?: any; - annotations?: any; - }; - }; - }>; - }; -}; + +export type ConsoleListProviderSecretsQuery = { infra_listProviderSecrets?: { totalCount: number, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string }, edges: Array<{ cursor: string, node: { cloudProviderName: Github__Com___Kloudlite___Operator___Apis___Common____Types__CloudProvider, creationTime: any, displayName: string, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, aws?: { authMechanism: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsAuthMechanism }, gcp?: { serviceAccountJSON: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata: { namespace?: string, name: string, labels?: any, annotations?: any } } }> } }; export type ConsoleCreateProviderSecretMutationVariables = Exact<{ secret: CloudProviderSecretIn; }>; -export type ConsoleCreateProviderSecretMutation = { - infra_createProviderSecret?: { metadata: { name: string } }; -}; + +export type ConsoleCreateProviderSecretMutation = { infra_createProviderSecret?: { metadata: { name: string } } }; export type ConsoleUpdateProviderSecretMutationVariables = Exact<{ secret: CloudProviderSecretIn; }>; -export type ConsoleUpdateProviderSecretMutation = { - infra_updateProviderSecret?: { id: string }; -}; + +export type ConsoleUpdateProviderSecretMutation = { infra_updateProviderSecret?: { id: string } }; export type ConsoleDeleteProviderSecretMutationVariables = Exact<{ secretName: Scalars['String']['input']; }>; -export type ConsoleDeleteProviderSecretMutation = { - infra_deleteProviderSecret: boolean; -}; + +export type ConsoleDeleteProviderSecretMutation = { infra_deleteProviderSecret: boolean }; export type ConsoleGetProviderSecretQueryVariables = Exact<{ name: Scalars['String']['input']; }>; -export type ConsoleGetProviderSecretQuery = { - infra_getProviderSecret?: { - cloudProviderName: Github__Com___Kloudlite___Operator___Apis___Common____Types__CloudProvider; - creationTime: any; - displayName: string; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata: { namespace?: string; name: string; labels?: any }; - }; -}; + +export type ConsoleGetProviderSecretQuery = { infra_getProviderSecret?: { cloudProviderName: Github__Com___Kloudlite___Operator___Apis___Common____Types__CloudProvider, creationTime: any, displayName: string, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata: { namespace?: string, name: string, labels?: any } } }; export type ConsoleGetNodePoolQueryVariables = Exact<{ clusterName: Scalars['String']['input']; poolName: Scalars['String']['input']; }>; -export type ConsoleGetNodePoolQuery = { - infra_getNodePool?: { - id: string; - clusterName: string; - creationTime: any; - displayName: string; - kind?: string; - markedForDeletion?: boolean; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - spec: { - cloudProvider: Github__Com___Kloudlite___Operator___Apis___Common____Types__CloudProvider; - maxCount: number; - minCount: number; - nodeLabels?: any; - gcp?: { - availabilityZone: string; - machineType: string; - poolType: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__GcpPoolType; - }; - aws?: { - availabilityZone: string; - iamInstanceProfileRole?: string; - nvidiaGpuEnabled: boolean; - poolType: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsPoolType; - rootVolumeSize: number; - rootVolumeType: string; - ec2Pool?: { instanceType: string; nodes?: any }; - spotPool?: { - nodes?: any; - spotFleetTaggingRoleName: string; - cpuNode?: { - memoryPerVcpu?: { max: string; min: string }; - vcpu: { max: string; min: string }; - }; - gpuNode?: { instanceTypes: Array }; - }; - }; - }; - status?: { - checks?: any; - isReady: boolean; - lastReadyGeneration?: number; - lastReconcileTime?: any; - message?: { RawMessage?: any }; - resources?: Array<{ - apiVersion: string; - kind: string; - name: string; - namespace: string; - }>; - }; - }; -}; + +export type ConsoleGetNodePoolQuery = { infra_getNodePool?: { id: string, clusterName: string, creationTime: any, displayName: string, kind?: string, markedForDeletion?: boolean, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, spec: { cloudProvider: Github__Com___Kloudlite___Operator___Apis___Common____Types__CloudProvider, maxCount: number, minCount: number, nodeLabels?: any, gcp?: { availabilityZone: string, machineType: string, poolType: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__GcpPoolType }, aws?: { availabilityZone: string, iamInstanceProfileRole?: string, nvidiaGpuEnabled: boolean, poolType: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsPoolType, rootVolumeSize: number, rootVolumeType: string, ec2Pool?: { instanceType: string, nodes?: any }, spotPool?: { nodes?: any, spotFleetTaggingRoleName: string, cpuNode?: { memoryPerVcpu?: { max: string, min: string }, vcpu: { max: string, min: string } }, gpuNode?: { instanceTypes: Array } } } }, status?: { checks?: any, isReady: boolean, lastReadyGeneration?: number, lastReconcileTime?: any, message?: { RawMessage?: any }, resources?: Array<{ apiVersion: string, kind: string, name: string, namespace: string }> } } }; export type ConsoleCreateNodePoolMutationVariables = Exact<{ clusterName: Scalars['String']['input']; pool: NodePoolIn; }>; -export type ConsoleCreateNodePoolMutation = { - infra_createNodePool?: { id: string }; -}; + +export type ConsoleCreateNodePoolMutation = { infra_createNodePool?: { id: string } }; export type ConsoleUpdateNodePoolMutationVariables = Exact<{ clusterName: Scalars['String']['input']; pool: NodePoolIn; }>; -export type ConsoleUpdateNodePoolMutation = { - infra_updateNodePool?: { id: string }; -}; + +export type ConsoleUpdateNodePoolMutation = { infra_updateNodePool?: { id: string } }; export type ConsoleListNodePoolsQueryVariables = Exact<{ clusterName: Scalars['String']['input']; @@ -2365,230 +1903,52 @@ export type ConsoleListNodePoolsQueryVariables = Exact<{ pagination?: InputMaybe; }>; -export type ConsoleListNodePoolsQuery = { - infra_listNodePools?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - id: string; - clusterName: string; - creationTime: any; - displayName: string; - markedForDeletion?: boolean; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata?: { generation: number; name: string; namespace?: string }; - spec: { - cloudProvider: Github__Com___Kloudlite___Operator___Apis___Common____Types__CloudProvider; - maxCount: number; - minCount: number; - nodeLabels?: any; - gcp?: { - availabilityZone: string; - machineType: string; - poolType: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__GcpPoolType; - }; - aws?: { - availabilityZone: string; - nvidiaGpuEnabled: boolean; - poolType: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsPoolType; - ec2Pool?: { instanceType: string; nodes?: any }; - spotPool?: { - nodes?: any; - spotFleetTaggingRoleName: string; - cpuNode?: { - memoryPerVcpu?: { max: string; min: string }; - vcpu: { max: string; min: string }; - }; - gpuNode?: { instanceTypes: Array }; - }; - }; - }; - status?: { - checks?: any; - isReady: boolean; - lastReadyGeneration?: number; - lastReconcileTime?: any; - message?: { RawMessage?: any }; - resources?: Array<{ - apiVersion: string; - kind: string; - name: string; - namespace: string; - }>; - }; - syncStatus: { - action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction; - error?: string; - lastSyncedAt?: any; - recordVersion: number; - state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState; - syncScheduledAt?: any; - }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type ConsoleListNodePoolsQuery = { infra_listNodePools?: { totalCount: number, edges: Array<{ cursor: string, node: { id: string, clusterName: string, creationTime: any, displayName: string, markedForDeletion?: boolean, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata?: { generation: number, name: string, namespace?: string }, spec: { cloudProvider: Github__Com___Kloudlite___Operator___Apis___Common____Types__CloudProvider, maxCount: number, minCount: number, nodeLabels?: any, gcp?: { availabilityZone: string, machineType: string, poolType: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__GcpPoolType }, aws?: { availabilityZone: string, nvidiaGpuEnabled: boolean, poolType: Github__Com___Kloudlite___Operator___Apis___Clusters___V1__AwsPoolType, ec2Pool?: { instanceType: string, nodes?: any }, spotPool?: { nodes?: any, spotFleetTaggingRoleName: string, cpuNode?: { memoryPerVcpu?: { max: string, min: string }, vcpu: { max: string, min: string } }, gpuNode?: { instanceTypes: Array } } } }, status?: { checks?: any, isReady: boolean, lastReadyGeneration?: number, lastReconcileTime?: any, message?: { RawMessage?: any }, resources?: Array<{ apiVersion: string, kind: string, name: string, namespace: string }> }, syncStatus: { action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction, error?: string, lastSyncedAt?: any, recordVersion: number, state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState, syncScheduledAt?: any } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type ConsoleDeleteNodePoolMutationVariables = Exact<{ clusterName: Scalars['String']['input']; poolName: Scalars['String']['input']; }>; + export type ConsoleDeleteNodePoolMutation = { infra_deleteNodePool: boolean }; export type ConsoleGetEnvironmentQueryVariables = Exact<{ name: Scalars['String']['input']; }>; -export type ConsoleGetEnvironmentQuery = { - core_getEnvironment?: { - creationTime: any; - displayName: string; - clusterName: string; - isArchived?: boolean; - markedForDeletion?: boolean; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - spec?: { - targetNamespace?: string; - routing?: { - mode?: Github__Com___Kloudlite___Operator___Apis___Crds___V1__EnvironmentRoutingMode; - privateIngressClass?: string; - publicIngressClass?: string; - }; - }; - status?: { - checks?: any; - isReady: boolean; - lastReadyGeneration?: number; - lastReconcileTime?: any; - checkList?: Array<{ - description?: string; - debug?: boolean; - name: string; - title: string; - }>; - message?: { RawMessage?: any }; - resources?: Array<{ - apiVersion: string; - kind: string; - name: string; - namespace: string; - }>; - }; - }; -}; + +export type ConsoleGetEnvironmentQuery = { core_getEnvironment?: { creationTime: any, displayName: string, clusterName: string, isArchived?: boolean, markedForDeletion?: boolean, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, spec?: { targetNamespace?: string, routing?: { mode?: Github__Com___Kloudlite___Operator___Apis___Crds___V1__EnvironmentRoutingMode, privateIngressClass?: string, publicIngressClass?: string } }, status?: { checks?: any, isReady: boolean, lastReadyGeneration?: number, lastReconcileTime?: any, checkList?: Array<{ description?: string, debug?: boolean, name: string, title: string }>, message?: { RawMessage?: any }, resources?: Array<{ apiVersion: string, kind: string, name: string, namespace: string }> } } }; export type ConsoleCreateEnvironmentMutationVariables = Exact<{ env: EnvironmentIn; }>; -export type ConsoleCreateEnvironmentMutation = { - core_createEnvironment?: { id: string }; -}; + +export type ConsoleCreateEnvironmentMutation = { core_createEnvironment?: { id: string } }; export type ConsoleUpdateEnvironmentMutationVariables = Exact<{ env: EnvironmentIn; }>; -export type ConsoleUpdateEnvironmentMutation = { - core_updateEnvironment?: { id: string }; -}; + +export type ConsoleUpdateEnvironmentMutation = { core_updateEnvironment?: { id: string } }; export type ConsoleDeleteEnvironmentMutationVariables = Exact<{ envName: Scalars['String']['input']; }>; -export type ConsoleDeleteEnvironmentMutation = { - core_deleteEnvironment: boolean; -}; + +export type ConsoleDeleteEnvironmentMutation = { core_deleteEnvironment: boolean }; export type ConsoleListEnvironmentsQueryVariables = Exact<{ search?: InputMaybe; pq?: InputMaybe; }>; -export type ConsoleListEnvironmentsQuery = { - core_listEnvironments?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - creationTime: any; - displayName: string; - clusterName: string; - isArchived?: boolean; - markedForDeletion?: boolean; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata?: { generation: number; name: string; namespace?: string }; - spec?: { - targetNamespace?: string; - routing?: { - mode?: Github__Com___Kloudlite___Operator___Apis___Crds___V1__EnvironmentRoutingMode; - privateIngressClass?: string; - publicIngressClass?: string; - }; - }; - status?: { - checks?: any; - isReady: boolean; - lastReadyGeneration?: number; - lastReconcileTime?: any; - checkList?: Array<{ - description?: string; - debug?: boolean; - name: string; - title: string; - }>; - message?: { RawMessage?: any }; - resources?: Array<{ - apiVersion: string; - kind: string; - name: string; - namespace: string; - }>; - }; - syncStatus: { - action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction; - error?: string; - lastSyncedAt?: any; - recordVersion: number; - state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState; - syncScheduledAt?: any; - }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type ConsoleListEnvironmentsQuery = { core_listEnvironments?: { totalCount: number, edges: Array<{ cursor: string, node: { creationTime: any, displayName: string, clusterName: string, isArchived?: boolean, markedForDeletion?: boolean, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata?: { generation: number, name: string, namespace?: string }, spec?: { targetNamespace?: string, routing?: { mode?: Github__Com___Kloudlite___Operator___Apis___Crds___V1__EnvironmentRoutingMode, privateIngressClass?: string, publicIngressClass?: string } }, status?: { checks?: any, isReady: boolean, lastReadyGeneration?: number, lastReconcileTime?: any, checkList?: Array<{ description?: string, debug?: boolean, name: string, title: string }>, message?: { RawMessage?: any }, resources?: Array<{ apiVersion: string, kind: string, name: string, namespace: string }> }, syncStatus: { action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction, error?: string, lastSyncedAt?: any, recordVersion: number, state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState, syncScheduledAt?: any } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type ConsoleCloneEnvironmentMutationVariables = Exact<{ clusterName: Scalars['String']['input']; @@ -2598,15 +1958,15 @@ export type ConsoleCloneEnvironmentMutationVariables = Exact<{ environmentRoutingMode: Github__Com___Kloudlite___Operator___Apis___Crds___V1__EnvironmentRoutingMode; }>; -export type ConsoleCloneEnvironmentMutation = { - core_cloneEnvironment?: { id: string }; -}; + +export type ConsoleCloneEnvironmentMutation = { core_cloneEnvironment?: { id: string } }; export type ConsoleRestartAppQueryVariables = Exact<{ envName: Scalars['String']['input']; appName: Scalars['String']['input']; }>; + export type ConsoleRestartAppQuery = { core_restartApp: boolean }; export type ConsoleCreateAppMutationVariables = Exact<{ @@ -2614,6 +1974,7 @@ export type ConsoleCreateAppMutationVariables = Exact<{ app: AppIn; }>; + export type ConsoleCreateAppMutation = { core_createApp?: { id: string } }; export type ConsoleUpdateAppMutationVariables = Exact<{ @@ -2621,19 +1982,18 @@ export type ConsoleUpdateAppMutationVariables = Exact<{ app: AppIn; }>; + export type ConsoleUpdateAppMutation = { core_updateApp?: { id: string } }; export type ConsoleInterceptAppMutationVariables = Exact<{ - portMappings?: InputMaybe< - | Array - | Github__Com___Kloudlite___Operator___Apis___Crds___V1__AppInterceptPortMappingsIn - >; + portMappings?: InputMaybe | Github__Com___Kloudlite___Operator___Apis___Crds___V1__AppInterceptPortMappingsIn>; intercept: Scalars['Boolean']['input']; deviceName: Scalars['String']['input']; appname: Scalars['String']['input']; envName: Scalars['String']['input']; }>; + export type ConsoleInterceptAppMutation = { core_interceptApp: boolean }; export type ConsoleRemoveDeviceInterceptsMutationVariables = Exact<{ @@ -2641,15 +2001,15 @@ export type ConsoleRemoveDeviceInterceptsMutationVariables = Exact<{ deviceName: Scalars['String']['input']; }>; -export type ConsoleRemoveDeviceInterceptsMutation = { - core_removeDeviceIntercepts: boolean; -}; + +export type ConsoleRemoveDeviceInterceptsMutation = { core_removeDeviceIntercepts: boolean }; export type ConsoleDeleteAppMutationVariables = Exact<{ envName: Scalars['String']['input']; appName: Scalars['String']['input']; }>; + export type ConsoleDeleteAppMutation = { core_deleteApp: boolean }; export type ConsoleGetAppQueryVariables = Exact<{ @@ -2657,134 +2017,8 @@ export type ConsoleGetAppQueryVariables = Exact<{ name: Scalars['String']['input']; }>; -export type ConsoleGetAppQuery = { - core_getApp?: { - id: string; - recordVersion: number; - creationTime: any; - displayName: string; - enabled?: boolean; - environmentName: string; - markedForDeletion?: boolean; - ciBuildId?: string; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata?: { annotations?: any; name: string; namespace?: string }; - spec: { - displayName?: string; - freeze?: boolean; - nodeSelector?: any; - region?: string; - replicas?: number; - serviceAccount?: string; - router?: { domains: Array }; - containers: Array<{ - args?: Array; - command?: Array; - image: string; - imagePullPolicy?: string; - name: string; - env?: Array<{ - key: string; - optional?: boolean; - refKey?: string; - refName?: string; - type?: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret; - value?: string; - }>; - envFrom?: Array<{ - refName: string; - type: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret; - }>; - livenessProbe?: { - failureThreshold?: number; - initialDelay?: number; - interval?: number; - type: string; - httpGet?: { httpHeaders?: any; path: string; port: number }; - shell?: { command?: Array }; - tcp?: { port: number }; - }; - readinessProbe?: { - failureThreshold?: number; - initialDelay?: number; - interval?: number; - type: string; - }; - resourceCpu?: { max?: string; min?: string }; - resourceMemory?: { max?: string; min?: string }; - volumes?: Array<{ - mountPath: string; - refName: string; - type: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret; - items?: Array<{ fileName?: string; key: string }>; - }>; - }>; - hpa?: { - enabled: boolean; - maxReplicas?: number; - minReplicas?: number; - thresholdCpu?: number; - thresholdMemory?: number; - }; - intercept?: { - enabled: boolean; - toDevice: string; - portMappings?: Array<{ devicePort: number; appPort: number }>; - }; - services?: Array<{ port: number }>; - tolerations?: Array<{ - effect?: K8s__Io___Api___Core___V1__TaintEffect; - key?: string; - operator?: K8s__Io___Api___Core___V1__TolerationOperator; - tolerationSeconds?: number; - value?: string; - }>; - }; - status?: { - checks?: any; - isReady: boolean; - lastReadyGeneration?: number; - lastReconcileTime?: any; - checkList?: Array<{ - description?: string; - debug?: boolean; - title: string; - name: string; - }>; - message?: { RawMessage?: any }; - resources?: Array<{ - apiVersion: string; - kind: string; - name: string; - namespace: string; - }>; - }; - build?: { - id: string; - buildClusterName: string; - name: string; - source: { - branch: string; - provider: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__GitProvider; - repository: string; - }; - spec: { - buildOptions?: { - buildArgs?: any; - buildContexts?: any; - contextDir?: string; - dockerfileContent?: string; - dockerfilePath?: string; - targetPlatforms?: Array; - }; - registry: { repo: { name: string; tags: Array } }; - resource: { cpu: number; memoryInMb: number }; - }; - }; - }; -}; + +export type ConsoleGetAppQuery = { core_getApp?: { id: string, recordVersion: number, creationTime: any, displayName: string, enabled?: boolean, environmentName: string, markedForDeletion?: boolean, ciBuildId?: string, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata?: { annotations?: any, name: string, namespace?: string }, spec: { displayName?: string, freeze?: boolean, nodeSelector?: any, region?: string, replicas?: number, serviceAccount?: string, router?: { domains: Array }, containers: Array<{ args?: Array, command?: Array, image: string, imagePullPolicy?: string, name: string, env?: Array<{ key: string, optional?: boolean, refKey?: string, refName?: string, type?: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret, value?: string }>, envFrom?: Array<{ refName: string, type: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret }>, livenessProbe?: { failureThreshold?: number, initialDelay?: number, interval?: number, type: string, httpGet?: { httpHeaders?: any, path: string, port: number }, shell?: { command?: Array }, tcp?: { port: number } }, readinessProbe?: { failureThreshold?: number, initialDelay?: number, interval?: number, type: string }, resourceCpu?: { max?: string, min?: string }, resourceMemory?: { max?: string, min?: string }, volumes?: Array<{ mountPath: string, refName: string, type: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret, items?: Array<{ fileName?: string, key: string }> }> }>, hpa?: { enabled: boolean, maxReplicas?: number, minReplicas?: number, thresholdCpu?: number, thresholdMemory?: number }, intercept?: { enabled: boolean, toDevice: string, portMappings?: Array<{ devicePort: number, appPort: number }> }, services?: Array<{ port: number }>, tolerations?: Array<{ effect?: K8s__Io___Api___Core___V1__TaintEffect, key?: string, operator?: K8s__Io___Api___Core___V1__TolerationOperator, tolerationSeconds?: number, value?: string }> }, status?: { checks?: any, isReady: boolean, lastReadyGeneration?: number, lastReconcileTime?: any, checkList?: Array<{ description?: string, debug?: boolean, title: string, name: string }>, message?: { RawMessage?: any }, resources?: Array<{ apiVersion: string, kind: string, name: string, namespace: string }> }, build?: { id: string, buildClusterName: string, name: string, source: { branch: string, provider: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__GitProvider, repository: string }, spec: { buildOptions?: { buildArgs?: any, buildContexts?: any, contextDir?: string, dockerfileContent?: string, dockerfilePath?: string, targetPlatforms?: Array }, registry: { repo: { name: string, tags: Array } }, resource: { cpu: number, memoryInMb: number } } } } }; export type ConsoleListAppsQueryVariables = Exact<{ envName: Scalars['String']['input']; @@ -2792,349 +2026,51 @@ export type ConsoleListAppsQueryVariables = Exact<{ search?: InputMaybe; }>; -export type ConsoleListAppsQuery = { - core_listApps?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - accountName: string; - apiVersion?: string; - ciBuildId?: string; - creationTime: any; - displayName: string; - enabled?: boolean; - environmentName: string; - id: string; - kind?: string; - markedForDeletion?: boolean; - recordVersion: number; - updateTime: any; - serviceHost?: string; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - spec: { - displayName?: string; - freeze?: boolean; - nodeSelector?: any; - region?: string; - replicas?: number; - serviceAccount?: string; - containers: Array<{ - args?: Array; - command?: Array; - image: string; - imagePullPolicy?: string; - name: string; - env?: Array<{ - key: string; - optional?: boolean; - refKey?: string; - refName?: string; - type?: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret; - value?: string; - }>; - envFrom?: Array<{ - refName: string; - type: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret; - }>; - livenessProbe?: { - failureThreshold?: number; - initialDelay?: number; - interval?: number; - type: string; - httpGet?: { httpHeaders?: any; path: string; port: number }; - shell?: { command?: Array }; - tcp?: { port: number }; - }; - readinessProbe?: { - failureThreshold?: number; - initialDelay?: number; - interval?: number; - type: string; - }; - resourceCpu?: { max?: string; min?: string }; - resourceMemory?: { max?: string; min?: string }; - volumes?: Array<{ - mountPath: string; - refName: string; - type: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret; - items?: Array<{ fileName?: string; key: string }>; - }>; - }>; - hpa?: { - enabled: boolean; - maxReplicas?: number; - minReplicas?: number; - thresholdCpu?: number; - thresholdMemory?: number; - }; - intercept?: { - enabled: boolean; - toDevice: string; - portMappings?: Array<{ appPort: number; devicePort: number }>; - }; - router?: { - backendProtocol?: string; - domains: Array; - ingressClass?: string; - maxBodySizeInMB?: number; - basicAuth?: { - enabled: boolean; - secretName?: string; - username?: string; - }; - cors?: { - allowCredentials?: boolean; - enabled?: boolean; - origins?: Array; - }; - https?: { - clusterIssuer?: string; - enabled: boolean; - forceRedirect?: boolean; - }; - rateLimit?: { - connections?: number; - enabled?: boolean; - rpm?: number; - rps?: number; - }; - routes?: Array<{ - app: string; - path: string; - port: number; - rewrite?: boolean; - }>; - }; - services?: Array<{ port: number; protocol?: string }>; - tolerations?: Array<{ - effect?: K8s__Io___Api___Core___V1__TaintEffect; - key?: string; - operator?: K8s__Io___Api___Core___V1__TolerationOperator; - tolerationSeconds?: number; - value?: string; - }>; - topologySpreadConstraints?: Array<{ - matchLabelKeys?: Array; - maxSkew: number; - minDomains?: number; - nodeAffinityPolicy?: string; - nodeTaintsPolicy?: string; - topologyKey: string; - whenUnsatisfiable: K8s__Io___Api___Core___V1__UnsatisfiableConstraintAction; - labelSelector?: { - matchLabels?: any; - matchExpressions?: Array<{ - key: string; - operator: K8s__Io___Apimachinery___Pkg___Apis___Meta___V1__LabelSelectorOperator; - values?: Array; - }>; - }; - }>; - }; - status?: { - checks?: any; - isReady: boolean; - lastReadyGeneration?: number; - lastReconcileTime?: any; - checkList?: Array<{ - debug?: boolean; - description?: string; - hide?: boolean; - name: string; - title: string; - }>; - message?: { RawMessage?: any }; - resources?: Array<{ - apiVersion: string; - kind: string; - name: string; - namespace: string; - }>; - }; - syncStatus: { - action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction; - error?: string; - lastSyncedAt?: any; - recordVersion: number; - state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState; - syncScheduledAt?: any; - }; - build?: { - id: string; - buildClusterName: string; - creationTime: any; - errorMessages: any; - markedForDeletion?: boolean; - name: string; - recordVersion: number; - status: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__BuildStatus; - updateTime: any; - credUser: { userEmail: string; userId: string; userName: string }; - source: { - branch: string; - provider: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__GitProvider; - repository: string; - webhookId?: number; - }; - spec: { - accountName: string; - buildOptions?: { - buildArgs?: any; - buildContexts?: any; - contextDir?: string; - dockerfileContent?: string; - dockerfilePath?: string; - targetPlatforms?: Array; - }; - caches?: Array<{ name: string; path: string }>; - registry: { repo: { name: string; tags: Array } }; - resource: { cpu: number; memoryInMb: number }; - }; - latestBuildRun?: { - accountName: string; - apiVersion?: string; - buildId: string; - clusterName: string; - creationTime: any; - displayName: string; - id: string; - kind?: string; - markedForDeletion?: boolean; - recordVersion: number; - updateTime: any; - }; - }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type ConsoleListAppsQuery = { core_listApps?: { totalCount: number, edges: Array<{ cursor: string, node: { accountName: string, apiVersion?: string, ciBuildId?: string, creationTime: any, displayName: string, enabled?: boolean, environmentName: string, id: string, kind?: string, markedForDeletion?: boolean, recordVersion: number, updateTime: any, serviceHost?: string, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, spec: { displayName?: string, freeze?: boolean, nodeSelector?: any, region?: string, replicas?: number, serviceAccount?: string, containers: Array<{ args?: Array, command?: Array, image: string, imagePullPolicy?: string, name: string, env?: Array<{ key: string, optional?: boolean, refKey?: string, refName?: string, type?: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret, value?: string }>, envFrom?: Array<{ refName: string, type: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret }>, livenessProbe?: { failureThreshold?: number, initialDelay?: number, interval?: number, type: string, httpGet?: { httpHeaders?: any, path: string, port: number }, shell?: { command?: Array }, tcp?: { port: number } }, readinessProbe?: { failureThreshold?: number, initialDelay?: number, interval?: number, type: string }, resourceCpu?: { max?: string, min?: string }, resourceMemory?: { max?: string, min?: string }, volumes?: Array<{ mountPath: string, refName: string, type: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret, items?: Array<{ fileName?: string, key: string }> }> }>, hpa?: { enabled: boolean, maxReplicas?: number, minReplicas?: number, thresholdCpu?: number, thresholdMemory?: number }, intercept?: { enabled: boolean, toDevice: string, portMappings?: Array<{ appPort: number, devicePort: number }> }, router?: { backendProtocol?: string, domains: Array, ingressClass?: string, maxBodySizeInMB?: number, basicAuth?: { enabled: boolean, secretName?: string, username?: string }, cors?: { allowCredentials?: boolean, enabled?: boolean, origins?: Array }, https?: { clusterIssuer?: string, enabled: boolean, forceRedirect?: boolean }, rateLimit?: { connections?: number, enabled?: boolean, rpm?: number, rps?: number }, routes?: Array<{ app: string, path: string, port: number, rewrite?: boolean }> }, services?: Array<{ port: number, protocol?: string }>, tolerations?: Array<{ effect?: K8s__Io___Api___Core___V1__TaintEffect, key?: string, operator?: K8s__Io___Api___Core___V1__TolerationOperator, tolerationSeconds?: number, value?: string }>, topologySpreadConstraints?: Array<{ matchLabelKeys?: Array, maxSkew: number, minDomains?: number, nodeAffinityPolicy?: string, nodeTaintsPolicy?: string, topologyKey: string, whenUnsatisfiable: K8s__Io___Api___Core___V1__UnsatisfiableConstraintAction, labelSelector?: { matchLabels?: any, matchExpressions?: Array<{ key: string, operator: K8s__Io___Apimachinery___Pkg___Apis___Meta___V1__LabelSelectorOperator, values?: Array }> } }> }, status?: { checks?: any, isReady: boolean, lastReadyGeneration?: number, lastReconcileTime?: any, checkList?: Array<{ debug?: boolean, description?: string, hide?: boolean, name: string, title: string }>, message?: { RawMessage?: any }, resources?: Array<{ apiVersion: string, kind: string, name: string, namespace: string }> }, syncStatus: { action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction, error?: string, lastSyncedAt?: any, recordVersion: number, state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState, syncScheduledAt?: any }, build?: { id: string, buildClusterName: string, creationTime: any, errorMessages: any, markedForDeletion?: boolean, name: string, recordVersion: number, status: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__BuildStatus, updateTime: any, credUser: { userEmail: string, userId: string, userName: string }, source: { branch: string, provider: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__GitProvider, repository: string, webhookId?: number }, spec: { accountName: string, buildOptions?: { buildArgs?: any, buildContexts?: any, contextDir?: string, dockerfileContent?: string, dockerfilePath?: string, targetPlatforms?: Array }, caches?: Array<{ name: string, path: string }>, registry: { repo: { name: string, tags: Array } }, resource: { cpu: number, memoryInMb: number } }, latestBuildRun?: { accountName: string, apiVersion?: string, buildId: string, clusterName: string, creationTime: any, displayName: string, id: string, kind?: string, markedForDeletion?: boolean, recordVersion: number, updateTime: any } } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type ConsoleCreateExternalAppMutationVariables = Exact<{ envName: Scalars['String']['input']; externalApp: ExternalAppIn; }>; -export type ConsoleCreateExternalAppMutation = { - core_createExternalApp?: { id: string }; -}; + +export type ConsoleCreateExternalAppMutation = { core_createExternalApp?: { id: string } }; export type ConsoleUpdateExternalAppMutationVariables = Exact<{ envName: Scalars['String']['input']; externalApp: ExternalAppIn; }>; -export type ConsoleUpdateExternalAppMutation = { - core_updateExternalApp?: { id: string }; -}; + +export type ConsoleUpdateExternalAppMutation = { core_updateExternalApp?: { id: string } }; export type ConsoleInterceptExternalAppMutationVariables = Exact<{ envName: Scalars['String']['input']; externalAppName: Scalars['String']['input']; deviceName: Scalars['String']['input']; intercept: Scalars['Boolean']['input']; - portMappings?: InputMaybe< - | Array - | Github__Com___Kloudlite___Operator___Apis___Crds___V1__AppInterceptPortMappingsIn - >; + portMappings?: InputMaybe | Github__Com___Kloudlite___Operator___Apis___Crds___V1__AppInterceptPortMappingsIn>; }>; -export type ConsoleInterceptExternalAppMutation = { - core_interceptExternalApp: boolean; -}; + +export type ConsoleInterceptExternalAppMutation = { core_interceptExternalApp: boolean }; export type ConsoleDeleteExternalAppMutationVariables = Exact<{ envName: Scalars['String']['input']; externalAppName: Scalars['String']['input']; }>; -export type ConsoleDeleteExternalAppMutation = { - core_deleteExternalApp: boolean; -}; + +export type ConsoleDeleteExternalAppMutation = { core_deleteExternalApp: boolean }; export type ConsoleGetExternalAppQueryVariables = Exact<{ envName: Scalars['String']['input']; name: Scalars['String']['input']; }>; -export type ConsoleGetExternalAppQuery = { - core_getExternalApp?: { - accountName: string; - apiVersion?: string; - creationTime: any; - displayName: string; - environmentName: string; - id: string; - kind?: string; - markedForDeletion?: boolean; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - spec?: { - record: string; - recordType: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ExternalAppRecordType; - intercept?: { - enabled: boolean; - toDevice: string; - portMappings?: Array<{ appPort: number; devicePort: number }>; - }; - }; - status?: { - checks?: any; - isReady: boolean; - lastReadyGeneration?: number; - lastReconcileTime?: any; - checkList?: Array<{ - debug?: boolean; - description?: string; - hide?: boolean; - name: string; - title: string; - }>; - message?: { RawMessage?: any }; - resources?: Array<{ - apiVersion: string; - kind: string; - name: string; - namespace: string; - }>; - }; - syncStatus: { - action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction; - error?: string; - lastSyncedAt?: any; - recordVersion: number; - state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState; - syncScheduledAt?: any; - }; - }; -}; + +export type ConsoleGetExternalAppQuery = { core_getExternalApp?: { accountName: string, apiVersion?: string, creationTime: any, displayName: string, environmentName: string, id: string, kind?: string, markedForDeletion?: boolean, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, spec?: { record: string, recordType: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ExternalAppRecordType, intercept?: { enabled: boolean, toDevice: string, portMappings?: Array<{ appPort: number, devicePort: number }> } }, status?: { checks?: any, isReady: boolean, lastReadyGeneration?: number, lastReconcileTime?: any, checkList?: Array<{ debug?: boolean, description?: string, hide?: boolean, name: string, title: string }>, message?: { RawMessage?: any }, resources?: Array<{ apiVersion: string, kind: string, name: string, namespace: string }> }, syncStatus: { action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction, error?: string, lastSyncedAt?: any, recordVersion: number, state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState, syncScheduledAt?: any } } }; export type ConsoleListExternalAppsQueryVariables = Exact<{ envName: Scalars['String']['input']; @@ -3142,104 +2078,31 @@ export type ConsoleListExternalAppsQueryVariables = Exact<{ pq?: InputMaybe; }>; -export type ConsoleListExternalAppsQuery = { - core_listExternalApps?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - accountName: string; - apiVersion?: string; - creationTime: any; - displayName: string; - environmentName: string; - id: string; - kind?: string; - markedForDeletion?: boolean; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - spec?: { - record: string; - recordType: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ExternalAppRecordType; - intercept?: { - enabled: boolean; - toDevice: string; - portMappings?: Array<{ appPort: number; devicePort: number }>; - }; - }; - status?: { - checks?: any; - isReady: boolean; - lastReadyGeneration?: number; - lastReconcileTime?: any; - checkList?: Array<{ - debug?: boolean; - description?: string; - hide?: boolean; - name: string; - title: string; - }>; - message?: { RawMessage?: any }; - resources?: Array<{ - apiVersion: string; - kind: string; - name: string; - namespace: string; - }>; - }; - syncStatus: { - action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction; - error?: string; - lastSyncedAt?: any; - recordVersion: number; - state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState; - syncScheduledAt?: any; - }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type ConsoleListExternalAppsQuery = { core_listExternalApps?: { totalCount: number, edges: Array<{ cursor: string, node: { accountName: string, apiVersion?: string, creationTime: any, displayName: string, environmentName: string, id: string, kind?: string, markedForDeletion?: boolean, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, spec?: { record: string, recordType: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ExternalAppRecordType, intercept?: { enabled: boolean, toDevice: string, portMappings?: Array<{ appPort: number, devicePort: number }> } }, status?: { checks?: any, isReady: boolean, lastReadyGeneration?: number, lastReconcileTime?: any, checkList?: Array<{ debug?: boolean, description?: string, hide?: boolean, name: string, title: string }>, message?: { RawMessage?: any }, resources?: Array<{ apiVersion: string, kind: string, name: string, namespace: string }> }, syncStatus: { action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction, error?: string, lastSyncedAt?: any, recordVersion: number, state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState, syncScheduledAt?: any } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type ConsoleCreateRouterMutationVariables = Exact<{ envName: Scalars['String']['input']; router: RouterIn; }>; -export type ConsoleCreateRouterMutation = { - core_createRouter?: { id: string }; -}; + +export type ConsoleCreateRouterMutation = { core_createRouter?: { id: string } }; export type ConsoleUpdateRouterMutationVariables = Exact<{ envName: Scalars['String']['input']; router: RouterIn; }>; -export type ConsoleUpdateRouterMutation = { - core_updateRouter?: { id: string }; -}; + +export type ConsoleUpdateRouterMutation = { core_updateRouter?: { id: string } }; export type ConsoleDeleteRouterMutationVariables = Exact<{ envName: Scalars['String']['input']; routerName: Scalars['String']['input']; }>; + export type ConsoleDeleteRouterMutation = { core_deleteRouter: boolean }; export type ConsoleListRoutersQueryVariables = Exact<{ @@ -3248,165 +2111,31 @@ export type ConsoleListRoutersQueryVariables = Exact<{ pq?: InputMaybe; }>; -export type ConsoleListRoutersQuery = { - core_listRouters?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - creationTime: any; - displayName: string; - enabled?: boolean; - environmentName: string; - markedForDeletion?: boolean; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata?: { generation: number; name: string; namespace?: string }; - spec: { - backendProtocol?: string; - domains: Array; - ingressClass?: string; - maxBodySizeInMB?: number; - basicAuth?: { - enabled: boolean; - secretName?: string; - username?: string; - }; - cors?: { - allowCredentials?: boolean; - enabled?: boolean; - origins?: Array; - }; - https?: { - clusterIssuer?: string; - enabled: boolean; - forceRedirect?: boolean; - }; - rateLimit?: { - connections?: number; - enabled?: boolean; - rpm?: number; - rps?: number; - }; - routes?: Array<{ - app: string; - path: string; - port: number; - rewrite?: boolean; - }>; - }; - status?: { - checks?: any; - isReady: boolean; - lastReadyGeneration?: number; - lastReconcileTime?: any; - checkList?: Array<{ - description?: string; - debug?: boolean; - name: string; - title: string; - }>; - message?: { RawMessage?: any }; - resources?: Array<{ - apiVersion: string; - kind: string; - name: string; - namespace: string; - }>; - }; - syncStatus: { - action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction; - error?: string; - lastSyncedAt?: any; - recordVersion: number; - state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState; - syncScheduledAt?: any; - }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type ConsoleListRoutersQuery = { core_listRouters?: { totalCount: number, edges: Array<{ cursor: string, node: { creationTime: any, displayName: string, enabled?: boolean, environmentName: string, markedForDeletion?: boolean, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata?: { generation: number, name: string, namespace?: string }, spec: { backendProtocol?: string, domains: Array, ingressClass?: string, maxBodySizeInMB?: number, basicAuth?: { enabled: boolean, secretName?: string, username?: string }, cors?: { allowCredentials?: boolean, enabled?: boolean, origins?: Array }, https?: { clusterIssuer?: string, enabled: boolean, forceRedirect?: boolean }, rateLimit?: { connections?: number, enabled?: boolean, rpm?: number, rps?: number }, routes?: Array<{ app: string, path: string, port: number, rewrite?: boolean }> }, status?: { checks?: any, isReady: boolean, lastReadyGeneration?: number, lastReconcileTime?: any, checkList?: Array<{ description?: string, debug?: boolean, name: string, title: string }>, message?: { RawMessage?: any }, resources?: Array<{ apiVersion: string, kind: string, name: string, namespace: string }> }, syncStatus: { action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction, error?: string, lastSyncedAt?: any, recordVersion: number, state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState, syncScheduledAt?: any } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type ConsoleGetRouterQueryVariables = Exact<{ envName: Scalars['String']['input']; name: Scalars['String']['input']; }>; -export type ConsoleGetRouterQuery = { - core_getRouter?: { - creationTime: any; - displayName: string; - enabled?: boolean; - environmentName: string; - markedForDeletion?: boolean; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata?: { name: string; namespace?: string }; - spec: { - backendProtocol?: string; - domains: Array; - ingressClass?: string; - maxBodySizeInMB?: number; - basicAuth?: { enabled: boolean; secretName?: string; username?: string }; - cors?: { - allowCredentials?: boolean; - enabled?: boolean; - origins?: Array; - }; - https?: { - clusterIssuer?: string; - enabled: boolean; - forceRedirect?: boolean; - }; - rateLimit?: { - connections?: number; - enabled?: boolean; - rpm?: number; - rps?: number; - }; - routes?: Array<{ - app: string; - path: string; - port: number; - rewrite?: boolean; - }>; - }; - status?: { - checks?: any; - isReady: boolean; - checkList?: Array<{ - description?: string; - debug?: boolean; - name: string; - title: string; - }>; - }; - }; -}; + +export type ConsoleGetRouterQuery = { core_getRouter?: { creationTime: any, displayName: string, enabled?: boolean, environmentName: string, markedForDeletion?: boolean, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata?: { name: string, namespace?: string }, spec: { backendProtocol?: string, domains: Array, ingressClass?: string, maxBodySizeInMB?: number, basicAuth?: { enabled: boolean, secretName?: string, username?: string }, cors?: { allowCredentials?: boolean, enabled?: boolean, origins?: Array }, https?: { clusterIssuer?: string, enabled: boolean, forceRedirect?: boolean }, rateLimit?: { connections?: number, enabled?: boolean, rpm?: number, rps?: number }, routes?: Array<{ app: string, path: string, port: number, rewrite?: boolean }> }, status?: { checks?: any, isReady: boolean, checkList?: Array<{ description?: string, debug?: boolean, name: string, title: string }> } } }; export type ConsoleUpdateConfigMutationVariables = Exact<{ envName: Scalars['String']['input']; config: ConfigIn; }>; -export type ConsoleUpdateConfigMutation = { - core_updateConfig?: { id: string }; -}; + +export type ConsoleUpdateConfigMutation = { core_updateConfig?: { id: string } }; export type ConsoleDeleteConfigMutationVariables = Exact<{ envName: Scalars['String']['input']; configName: Scalars['String']['input']; }>; + export type ConsoleDeleteConfigMutation = { core_deleteConfig: boolean }; export type ConsoleGetConfigQueryVariables = Exact<{ @@ -3414,24 +2143,8 @@ export type ConsoleGetConfigQueryVariables = Exact<{ name: Scalars['String']['input']; }>; -export type ConsoleGetConfigQuery = { - core_getConfig?: { - binaryData?: any; - data?: any; - displayName: string; - environmentName: string; - immutable?: boolean; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - }; -}; + +export type ConsoleGetConfigQuery = { core_getConfig?: { binaryData?: any, data?: any, displayName: string, environmentName: string, immutable?: boolean, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string } } }; export type ConsoleListConfigsQueryVariables = Exact<{ envName: Scalars['String']['input']; @@ -3439,49 +2152,16 @@ export type ConsoleListConfigsQueryVariables = Exact<{ pq?: InputMaybe; }>; -export type ConsoleListConfigsQuery = { - core_listConfigs?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - creationTime: any; - displayName: string; - data?: any; - environmentName: string; - immutable?: boolean; - markedForDeletion?: boolean; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type ConsoleListConfigsQuery = { core_listConfigs?: { totalCount: number, edges: Array<{ cursor: string, node: { creationTime: any, displayName: string, data?: any, environmentName: string, immutable?: boolean, markedForDeletion?: boolean, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type ConsoleCreateConfigMutationVariables = Exact<{ envName: Scalars['String']['input']; config: ConfigIn; }>; -export type ConsoleCreateConfigMutation = { - core_createConfig?: { id: string }; -}; + +export type ConsoleCreateConfigMutation = { core_createConfig?: { id: string } }; export type ConsoleListSecretsQueryVariables = Exact<{ envName: Scalars['String']['input']; @@ -3489,175 +2169,93 @@ export type ConsoleListSecretsQueryVariables = Exact<{ pq?: InputMaybe; }>; -export type ConsoleListSecretsQuery = { - core_listSecrets?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - creationTime: any; - displayName: string; - stringData?: any; - environmentName: string; - isReadyOnly: boolean; - immutable?: boolean; - markedForDeletion?: boolean; - type?: K8s__Io___Api___Core___V1__SecretType; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type ConsoleListSecretsQuery = { core_listSecrets?: { totalCount: number, edges: Array<{ cursor: string, node: { creationTime: any, displayName: string, stringData?: any, environmentName: string, isReadyOnly: boolean, immutable?: boolean, markedForDeletion?: boolean, type?: K8s__Io___Api___Core___V1__SecretType, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type ConsoleCreateSecretMutationVariables = Exact<{ envName: Scalars['String']['input']; secret: SecretIn; }>; -export type ConsoleCreateSecretMutation = { - core_createSecret?: { id: string }; -}; + +export type ConsoleCreateSecretMutation = { core_createSecret?: { id: string } }; export type ConsoleGetSecretQueryVariables = Exact<{ envName: Scalars['String']['input']; name: Scalars['String']['input']; }>; -export type ConsoleGetSecretQuery = { - core_getSecret?: { - data?: any; - displayName: string; - environmentName: string; - immutable?: boolean; - markedForDeletion?: boolean; - stringData?: any; - type?: K8s__Io___Api___Core___V1__SecretType; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - }; -}; + +export type ConsoleGetSecretQuery = { core_getSecret?: { data?: any, displayName: string, environmentName: string, immutable?: boolean, markedForDeletion?: boolean, stringData?: any, type?: K8s__Io___Api___Core___V1__SecretType, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string } } }; export type ConsoleUpdateSecretMutationVariables = Exact<{ envName: Scalars['String']['input']; secret: SecretIn; }>; -export type ConsoleUpdateSecretMutation = { - core_updateSecret?: { id: string }; -}; + +export type ConsoleUpdateSecretMutation = { core_updateSecret?: { id: string } }; export type ConsoleDeleteSecretMutationVariables = Exact<{ envName: Scalars['String']['input']; secretName: Scalars['String']['input']; }>; + export type ConsoleDeleteSecretMutation = { core_deleteSecret: boolean }; export type ConsoleListInvitationsForAccountQueryVariables = Exact<{ accountName: Scalars['String']['input']; }>; -export type ConsoleListInvitationsForAccountQuery = { - accounts_listInvitations?: Array<{ - accepted?: boolean; - accountName: string; - creationTime: any; - id: string; - inviteToken: string; - invitedBy: string; - markedForDeletion?: boolean; - recordVersion: number; - rejected?: boolean; - updateTime: any; - userEmail?: string; - userName?: string; - userRole: Github__Com___Kloudlite___Api___Apps___Iam___Types__Role; - }>; -}; + +export type ConsoleListInvitationsForAccountQuery = { accounts_listInvitations?: Array<{ accepted?: boolean, accountName: string, creationTime: any, id: string, inviteToken: string, invitedBy: string, markedForDeletion?: boolean, recordVersion: number, rejected?: boolean, updateTime: any, userEmail?: string, userName?: string, userRole: Github__Com___Kloudlite___Api___Apps___Iam___Types__Role }> }; export type ConsoleListMembershipsForAccountQueryVariables = Exact<{ accountName: Scalars['String']['input']; }>; -export type ConsoleListMembershipsForAccountQuery = { - accounts_listMembershipsForAccount?: Array<{ - role: Github__Com___Kloudlite___Api___Apps___Iam___Types__Role; - user: { verified: boolean; name: string; joined: any; email: string }; - }>; -}; + +export type ConsoleListMembershipsForAccountQuery = { accounts_listMembershipsForAccount?: Array<{ role: Github__Com___Kloudlite___Api___Apps___Iam___Types__Role, user: { verified: boolean, name: string, joined: any, email: string } }> }; export type ConsoleDeleteAccountInvitationMutationVariables = Exact<{ accountName: Scalars['String']['input']; invitationId: Scalars['String']['input']; }>; -export type ConsoleDeleteAccountInvitationMutation = { - accounts_deleteInvitation: boolean; -}; + +export type ConsoleDeleteAccountInvitationMutation = { accounts_deleteInvitation: boolean }; export type ConsoleInviteMembersForAccountMutationVariables = Exact<{ accountName: Scalars['String']['input']; invitations: Array | InvitationIn; }>; -export type ConsoleInviteMembersForAccountMutation = { - accounts_inviteMembers?: Array<{ id: string }>; -}; + +export type ConsoleInviteMembersForAccountMutation = { accounts_inviteMembers?: Array<{ id: string }> }; export type ConsoleListInvitationsForUserQueryVariables = Exact<{ onlyPending: Scalars['Boolean']['input']; }>; -export type ConsoleListInvitationsForUserQuery = { - accounts_listInvitationsForUser?: Array<{ - accountName: string; - id: string; - updateTime: any; - inviteToken: string; - }>; -}; + +export type ConsoleListInvitationsForUserQuery = { accounts_listInvitationsForUser?: Array<{ accountName: string, id: string, updateTime: any, inviteToken: string }> }; export type ConsoleAcceptInvitationMutationVariables = Exact<{ accountName: Scalars['String']['input']; inviteToken: Scalars['String']['input']; }>; -export type ConsoleAcceptInvitationMutation = { - accounts_acceptInvitation: boolean; -}; + +export type ConsoleAcceptInvitationMutation = { accounts_acceptInvitation: boolean }; export type ConsoleRejectInvitationMutationVariables = Exact<{ accountName: Scalars['String']['input']; inviteToken: Scalars['String']['input']; }>; -export type ConsoleRejectInvitationMutation = { - accounts_rejectInvitation: boolean; -}; + +export type ConsoleRejectInvitationMutation = { accounts_rejectInvitation: boolean }; export type ConsoleUpdateAccountMembershipMutationVariables = Exact<{ accountName: Scalars['String']['input']; @@ -3665,23 +2263,22 @@ export type ConsoleUpdateAccountMembershipMutationVariables = Exact<{ role: Github__Com___Kloudlite___Api___Apps___Iam___Types__Role; }>; -export type ConsoleUpdateAccountMembershipMutation = { - accounts_updateAccountMembership: boolean; -}; + +export type ConsoleUpdateAccountMembershipMutation = { accounts_updateAccountMembership: boolean }; export type ConsoleDeleteAccountMembershipMutationVariables = Exact<{ accountName: Scalars['String']['input']; memberId: Scalars['ID']['input']; }>; -export type ConsoleDeleteAccountMembershipMutation = { - accounts_removeAccountMembership: boolean; -}; + +export type ConsoleDeleteAccountMembershipMutation = { accounts_removeAccountMembership: boolean }; export type ConsoleGetCredTokenQueryVariables = Exact<{ username: Scalars['String']['input']; }>; + export type ConsoleGetCredTokenQuery = { cr_getCredToken: string }; export type ConsoleListCredQueryVariables = Exact<{ @@ -3689,48 +2286,21 @@ export type ConsoleListCredQueryVariables = Exact<{ pagination?: InputMaybe; }>; -export type ConsoleListCredQuery = { - cr_listCreds?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - access: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__RepoAccess; - accountName: string; - creationTime: any; - id: string; - markedForDeletion?: boolean; - name: string; - recordVersion: number; - updateTime: any; - username: string; - createdBy: { userEmail: string; userId: string; userName: string }; - expiration: { - unit: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__ExpirationUnit; - value: number; - }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type ConsoleListCredQuery = { cr_listCreds?: { totalCount: number, edges: Array<{ cursor: string, node: { access: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__RepoAccess, accountName: string, creationTime: any, id: string, markedForDeletion?: boolean, name: string, recordVersion: number, updateTime: any, username: string, createdBy: { userEmail: string, userId: string, userName: string }, expiration: { unit: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__ExpirationUnit, value: number }, lastUpdatedBy: { userEmail: string, userId: string, userName: string } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type ConsoleCreateCredMutationVariables = Exact<{ credential: CredentialIn; }>; + export type ConsoleCreateCredMutation = { cr_createCred?: { id: string } }; export type ConsoleDeleteCredMutationVariables = Exact<{ username: Scalars['String']['input']; }>; + export type ConsoleDeleteCredMutation = { cr_deleteCred: boolean }; export type ConsoleListRepoQueryVariables = Exact<{ @@ -3738,42 +2308,21 @@ export type ConsoleListRepoQueryVariables = Exact<{ pagination?: InputMaybe; }>; -export type ConsoleListRepoQuery = { - cr_listRepos?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - accountName: string; - creationTime: any; - id: string; - markedForDeletion?: boolean; - name: string; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type ConsoleListRepoQuery = { cr_listRepos?: { totalCount: number, edges: Array<{ cursor: string, node: { accountName: string, creationTime: any, id: string, markedForDeletion?: boolean, name: string, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type ConsoleCreateRepoMutationVariables = Exact<{ repository: RepositoryIn; }>; + export type ConsoleCreateRepoMutation = { cr_createRepo?: { id: string } }; export type ConsoleDeleteRepoMutationVariables = Exact<{ name: Scalars['String']['input']; }>; + export type ConsoleDeleteRepoMutation = { cr_deleteRepo: boolean }; export type ConsoleListDigestQueryVariables = Exact<{ @@ -3782,112 +2331,56 @@ export type ConsoleListDigestQueryVariables = Exact<{ pagination?: InputMaybe; }>; -export type ConsoleListDigestQuery = { - cr_listDigests?: { - totalCount: number; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - edges: Array<{ - cursor: string; - node: { - url: string; - updateTime: any; - tags: Array; - size: number; - repository: string; - digest: string; - creationTime: any; - }; - }>; - }; -}; + +export type ConsoleListDigestQuery = { cr_listDigests?: { totalCount: number, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string }, edges: Array<{ cursor: string, node: { url: string, updateTime: any, tags: Array, size: number, repository: string, digest: string, creationTime: any } }> } }; export type ConsoleDeleteDigestMutationVariables = Exact<{ repoName: Scalars['String']['input']; digest: Scalars['String']['input']; }>; + export type ConsoleDeleteDigestMutation = { cr_deleteDigest: boolean }; export type ConsoleGetGitConnectionsQueryVariables = Exact<{ state?: InputMaybe; }>; -export type ConsoleGetGitConnectionsQuery = { - githubLoginUrl: any; - gitlabLoginUrl: any; - auth_me?: { - providerGitlab?: any; - providerGithub?: any; - providerGoogle?: any; - }; -}; -export type ConsoleGetLoginsQueryVariables = Exact<{ [key: string]: never }>; +export type ConsoleGetGitConnectionsQuery = { githubLoginUrl: any, gitlabLoginUrl: any, auth_me?: { providerGitlab?: any, providerGithub?: any, providerGoogle?: any } }; -export type ConsoleGetLoginsQuery = { - auth_me?: { providerGithub?: any; providerGitlab?: any }; -}; +export type ConsoleGetLoginsQueryVariables = Exact<{ [key: string]: never; }>; -export type ConsoleLoginUrlsQueryVariables = Exact<{ [key: string]: never }>; -export type ConsoleLoginUrlsQuery = { - githubLoginUrl: any; - gitlabLoginUrl: any; -}; +export type ConsoleGetLoginsQuery = { auth_me?: { providerGithub?: any, providerGitlab?: any } }; + +export type ConsoleLoginUrlsQueryVariables = Exact<{ [key: string]: never; }>; + + +export type ConsoleLoginUrlsQuery = { githubLoginUrl: any, gitlabLoginUrl: any }; export type ConsoleListGithubReposQueryVariables = Exact<{ installationId: Scalars['Int']['input']; pagination?: InputMaybe; }>; -export type ConsoleListGithubReposQuery = { - cr_listGithubRepos?: { - totalCount?: number; - repositories: Array<{ - cloneUrl?: string; - defaultBranch?: string; - fullName?: string; - private?: boolean; - updatedAt?: any; - }>; - }; -}; + +export type ConsoleListGithubReposQuery = { cr_listGithubRepos?: { totalCount?: number, repositories: Array<{ cloneUrl?: string, defaultBranch?: string, fullName?: string, private?: boolean, updatedAt?: any }> } }; export type ConsoleListGithubInstalltionsQueryVariables = Exact<{ pagination?: InputMaybe; }>; -export type ConsoleListGithubInstalltionsQuery = { - cr_listGithubInstallations?: Array<{ - appId?: number; - id?: number; - nodeId?: string; - repositoriesUrl?: string; - targetId?: number; - targetType?: string; - account?: { - avatarUrl?: string; - id?: number; - login?: string; - nodeId?: string; - type?: string; - }; - }>; -}; + +export type ConsoleListGithubInstalltionsQuery = { cr_listGithubInstallations?: Array<{ appId?: number, id?: number, nodeId?: string, repositoriesUrl?: string, targetId?: number, targetType?: string, account?: { avatarUrl?: string, id?: number, login?: string, nodeId?: string, type?: string } }> }; export type ConsoleListGithubBranchesQueryVariables = Exact<{ repoUrl: Scalars['String']['input']; pagination?: InputMaybe; }>; -export type ConsoleListGithubBranchesQuery = { - cr_listGithubBranches?: Array<{ name?: string }>; -}; + +export type ConsoleListGithubBranchesQuery = { cr_listGithubBranches?: Array<{ name?: string }> }; export type ConsoleSearchGithubReposQueryVariables = Exact<{ organization: Scalars['String']['input']; @@ -3895,26 +2388,16 @@ export type ConsoleSearchGithubReposQueryVariables = Exact<{ pagination?: InputMaybe; }>; -export type ConsoleSearchGithubReposQuery = { - cr_searchGithubRepos?: { - repositories: Array<{ - cloneUrl?: string; - defaultBranch?: string; - fullName?: string; - private?: boolean; - updatedAt?: any; - }>; - }; -}; + +export type ConsoleSearchGithubReposQuery = { cr_searchGithubRepos?: { repositories: Array<{ cloneUrl?: string, defaultBranch?: string, fullName?: string, private?: boolean, updatedAt?: any }> } }; export type ConsoleListGitlabGroupsQueryVariables = Exact<{ query?: InputMaybe; pagination?: InputMaybe; }>; -export type ConsoleListGitlabGroupsQuery = { - cr_listGitlabGroups?: Array<{ fullName: string; id: string }>; -}; + +export type ConsoleListGitlabGroupsQuery = { cr_listGitlabGroups?: Array<{ fullName: string, id: string }> }; export type ConsoleListGitlabReposQueryVariables = Exact<{ query?: InputMaybe; @@ -3922,15 +2405,8 @@ export type ConsoleListGitlabReposQueryVariables = Exact<{ groupId: Scalars['String']['input']; }>; -export type ConsoleListGitlabReposQuery = { - cr_listGitlabRepositories?: Array<{ - createdAt?: any; - name: string; - id: number; - public: boolean; - httpUrlToRepo: string; - }>; -}; + +export type ConsoleListGitlabReposQuery = { cr_listGitlabRepositories?: Array<{ createdAt?: any, name: string, id: number, public: boolean, httpUrlToRepo: string }> }; export type ConsoleListGitlabBranchesQueryVariables = Exact<{ repoId: Scalars['String']['input']; @@ -3938,47 +2414,35 @@ export type ConsoleListGitlabBranchesQueryVariables = Exact<{ pagination?: InputMaybe; }>; -export type ConsoleListGitlabBranchesQuery = { - cr_listGitlabBranches?: Array<{ name?: string; protected?: boolean }>; -}; + +export type ConsoleListGitlabBranchesQuery = { cr_listGitlabBranches?: Array<{ name?: string, protected?: boolean }> }; export type ConsoleGetDomainQueryVariables = Exact<{ domainName: Scalars['String']['input']; }>; -export type ConsoleGetDomainQuery = { - infra_getDomainEntry?: { - updateTime: any; - id: string; - domainName: string; - displayName: string; - creationTime: any; - clusterName: string; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - createdBy: { userEmail: string; userId: string; userName: string }; - }; -}; + +export type ConsoleGetDomainQuery = { infra_getDomainEntry?: { updateTime: any, id: string, domainName: string, displayName: string, creationTime: any, clusterName: string, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, createdBy: { userEmail: string, userId: string, userName: string } } }; export type ConsoleCreateDomainMutationVariables = Exact<{ domainEntry: DomainEntryIn; }>; -export type ConsoleCreateDomainMutation = { - infra_createDomainEntry?: { id: string }; -}; + +export type ConsoleCreateDomainMutation = { infra_createDomainEntry?: { id: string } }; export type ConsoleUpdateDomainMutationVariables = Exact<{ domainEntry: DomainEntryIn; }>; -export type ConsoleUpdateDomainMutation = { - infra_updateDomainEntry?: { id: string }; -}; + +export type ConsoleUpdateDomainMutation = { infra_updateDomainEntry?: { id: string } }; export type ConsoleDeleteDomainMutationVariables = Exact<{ domainName: Scalars['String']['input']; }>; + export type ConsoleDeleteDomainMutation = { infra_deleteDomainEntry: boolean }; export type ConsoleListDomainsQueryVariables = Exact<{ @@ -3986,29 +2450,8 @@ export type ConsoleListDomainsQueryVariables = Exact<{ pagination?: InputMaybe; }>; -export type ConsoleListDomainsQuery = { - infra_listDomainEntries?: { - totalCount: number; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - edges: Array<{ - cursor: string; - node: { - updateTime: any; - id: string; - domainName: string; - displayName: string; - creationTime: any; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - createdBy: { userEmail: string; userId: string; userName: string }; - }; - }>; - }; -}; + +export type ConsoleListDomainsQuery = { infra_listDomainEntries?: { totalCount: number, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string }, edges: Array<{ cursor: string, node: { updateTime: any, id: string, domainName: string, displayName: string, creationTime: any, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, createdBy: { userEmail: string, userId: string, userName: string } } }> } }; export type ConsoleListBuildsQueryVariables = Exact<{ repoName: Scalars['String']['input']; @@ -4016,88 +2459,14 @@ export type ConsoleListBuildsQueryVariables = Exact<{ pagination?: InputMaybe; }>; -export type ConsoleListBuildsQuery = { - cr_listBuilds?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - creationTime: any; - buildClusterName: string; - errorMessages: any; - id: string; - markedForDeletion?: boolean; - name: string; - status: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__BuildStatus; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - credUser: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - source: { - branch: string; - provider: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__GitProvider; - repository: string; - webhookId?: number; - }; - spec: { - buildOptions?: { - buildArgs?: any; - buildContexts?: any; - contextDir?: string; - dockerfileContent?: string; - dockerfilePath?: string; - targetPlatforms?: Array; - }; - registry: { repo: { name: string; tags: Array } }; - resource: { cpu: number; memoryInMb: number }; - caches?: Array<{ name: string; path: string }>; - }; - latestBuildRun?: { - recordVersion: number; - markedForDeletion?: boolean; - status?: { - checks?: any; - isReady: boolean; - lastReadyGeneration?: number; - lastReconcileTime?: any; - checkList?: Array<{ - debug?: boolean; - description?: string; - name: string; - title: string; - }>; - message?: { RawMessage?: any }; - resources?: Array<{ - apiVersion: string; - kind: string; - name: string; - namespace: string; - }>; - }; - syncStatus: { - action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction; - error?: string; - lastSyncedAt?: any; - recordVersion: number; - state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState; - syncScheduledAt?: any; - }; - }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type ConsoleListBuildsQuery = { cr_listBuilds?: { totalCount: number, edges: Array<{ cursor: string, node: { creationTime: any, buildClusterName: string, errorMessages: any, id: string, markedForDeletion?: boolean, name: string, status: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__BuildStatus, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, credUser: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, source: { branch: string, provider: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__GitProvider, repository: string, webhookId?: number }, spec: { buildOptions?: { buildArgs?: any, buildContexts?: any, contextDir?: string, dockerfileContent?: string, dockerfilePath?: string, targetPlatforms?: Array }, registry: { repo: { name: string, tags: Array } }, resource: { cpu: number, memoryInMb: number }, caches?: Array<{ name: string, path: string }> }, latestBuildRun?: { recordVersion: number, markedForDeletion?: boolean, status?: { checks?: any, isReady: boolean, lastReadyGeneration?: number, lastReconcileTime?: any, checkList?: Array<{ debug?: boolean, description?: string, name: string, title: string }>, message?: { RawMessage?: any }, resources?: Array<{ apiVersion: string, kind: string, name: string, namespace: string }> }, syncStatus: { action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction, error?: string, lastSyncedAt?: any, recordVersion: number, state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState, syncScheduledAt?: any } } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type ConsoleCreateBuildMutationVariables = Exact<{ build: BuildIn; }>; + export type ConsoleCreateBuildMutation = { cr_addBuild?: { id: string } }; export type ConsoleUpdateBuildMutationVariables = Exact<{ @@ -4105,18 +2474,21 @@ export type ConsoleUpdateBuildMutationVariables = Exact<{ build: BuildIn; }>; + export type ConsoleUpdateBuildMutation = { cr_updateBuild?: { id: string } }; export type ConsoleDeleteBuildMutationVariables = Exact<{ crDeleteBuildId: Scalars['ID']['input']; }>; + export type ConsoleDeleteBuildMutation = { cr_deleteBuild: boolean }; export type ConsoleTriggerBuildMutationVariables = Exact<{ crTriggerBuildId: Scalars['ID']['input']; }>; + export type ConsoleTriggerBuildMutation = { cr_triggerBuild: boolean }; export type ConsoleGetPvcQueryVariables = Exact<{ @@ -4124,63 +2496,8 @@ export type ConsoleGetPvcQueryVariables = Exact<{ name: Scalars['String']['input']; }>; -export type ConsoleGetPvcQuery = { - infra_getPVC?: { - clusterName: string; - creationTime: any; - markedForDeletion?: boolean; - updateTime: any; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - spec?: { - accessModes?: Array; - storageClassName?: string; - volumeMode?: string; - volumeName?: string; - dataSource?: { apiGroup?: string; kind: string; name: string }; - dataSourceRef?: { - apiGroup?: string; - kind: string; - name: string; - namespace?: string; - }; - resources?: { - limits?: any; - requests?: any; - claims?: Array<{ name: string }>; - }; - selector?: { - matchLabels?: any; - matchExpressions?: Array<{ - key: string; - operator: K8s__Io___Apimachinery___Pkg___Apis___Meta___V1__LabelSelectorOperator; - values?: Array; - }>; - }; - }; - status?: { - accessModes?: Array; - allocatedResources?: any; - capacity?: any; - phase?: K8s__Io___Api___Core___V1__PersistentVolumeClaimPhase; - conditions?: Array<{ - lastProbeTime?: any; - lastTransitionTime?: any; - message?: string; - reason?: string; - status: K8s__Io___Api___Core___V1__ConditionStatus; - type: K8s__Io___Api___Core___V1__PersistentVolumeClaimConditionType; - }>; - }; - }; -}; + +export type ConsoleGetPvcQuery = { infra_getPVC?: { clusterName: string, creationTime: any, markedForDeletion?: boolean, updateTime: any, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, spec?: { accessModes?: Array, storageClassName?: string, volumeMode?: string, volumeName?: string, dataSource?: { apiGroup?: string, kind: string, name: string }, dataSourceRef?: { apiGroup?: string, kind: string, name: string, namespace?: string }, resources?: { limits?: any, requests?: any, claims?: Array<{ name: string }> }, selector?: { matchLabels?: any, matchExpressions?: Array<{ key: string, operator: K8s__Io___Apimachinery___Pkg___Apis___Meta___V1__LabelSelectorOperator, values?: Array }> } }, status?: { accessModes?: Array, allocatedResources?: any, capacity?: any, phase?: K8s__Io___Api___Core___V1__PersistentVolumeClaimPhase, conditions?: Array<{ lastProbeTime?: any, lastTransitionTime?: any, message?: string, reason?: string, status: K8s__Io___Api___Core___V1__ConditionStatus, type: K8s__Io___Api___Core___V1__PersistentVolumeClaimConditionType }> } } }; export type ConsoleListPvcsQueryVariables = Exact<{ clusterName: Scalars['String']['input']; @@ -4188,278 +2505,16 @@ export type ConsoleListPvcsQueryVariables = Exact<{ pq?: InputMaybe; }>; -export type ConsoleListPvcsQuery = { - infra_listPVCs?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - creationTime: any; - id: string; - markedForDeletion?: boolean; - updateTime: any; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - spec?: { - accessModes?: Array; - storageClassName?: string; - volumeMode?: string; - volumeName?: string; - dataSource?: { apiGroup?: string; kind: string; name: string }; - dataSourceRef?: { - apiGroup?: string; - kind: string; - name: string; - namespace?: string; - }; - resources?: { - limits?: any; - requests?: any; - claims?: Array<{ name: string }>; - }; - selector?: { - matchLabels?: any; - matchExpressions?: Array<{ - key: string; - operator: K8s__Io___Apimachinery___Pkg___Apis___Meta___V1__LabelSelectorOperator; - values?: Array; - }>; - }; - }; - status?: { - accessModes?: Array; - allocatedResources?: any; - capacity?: any; - phase?: K8s__Io___Api___Core___V1__PersistentVolumeClaimPhase; - conditions?: Array<{ - lastProbeTime?: any; - lastTransitionTime?: any; - message?: string; - reason?: string; - status: K8s__Io___Api___Core___V1__ConditionStatus; - type: K8s__Io___Api___Core___V1__PersistentVolumeClaimConditionType; - }>; - }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type ConsoleListPvcsQuery = { infra_listPVCs?: { totalCount: number, edges: Array<{ cursor: string, node: { creationTime: any, id: string, markedForDeletion?: boolean, updateTime: any, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, spec?: { accessModes?: Array, storageClassName?: string, volumeMode?: string, volumeName?: string, dataSource?: { apiGroup?: string, kind: string, name: string }, dataSourceRef?: { apiGroup?: string, kind: string, name: string, namespace?: string }, resources?: { limits?: any, requests?: any, claims?: Array<{ name: string }> }, selector?: { matchLabels?: any, matchExpressions?: Array<{ key: string, operator: K8s__Io___Apimachinery___Pkg___Apis___Meta___V1__LabelSelectorOperator, values?: Array }> } }, status?: { accessModes?: Array, allocatedResources?: any, capacity?: any, phase?: K8s__Io___Api___Core___V1__PersistentVolumeClaimPhase, conditions?: Array<{ lastProbeTime?: any, lastTransitionTime?: any, message?: string, reason?: string, status: K8s__Io___Api___Core___V1__ConditionStatus, type: K8s__Io___Api___Core___V1__PersistentVolumeClaimConditionType }> } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type ConsoleGetPvQueryVariables = Exact<{ clusterName: Scalars['String']['input']; name: Scalars['String']['input']; }>; -export type ConsoleGetPvQuery = { - infra_getPV?: { - clusterName: string; - creationTime: any; - displayName: string; - markedForDeletion?: boolean; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - spec?: { - accessModes?: Array; - capacity?: any; - mountOptions?: Array; - persistentVolumeReclaimPolicy?: K8s__Io___Api___Core___V1__PersistentVolumeReclaimPolicy; - storageClassName?: string; - volumeMode?: string; - awsElasticBlockStore?: { - fsType?: string; - partition?: number; - readOnly?: boolean; - volumeID: string; - }; - azureDisk?: { - cachingMode?: string; - diskName: string; - diskURI: string; - fsType?: string; - kind?: string; - readOnly?: boolean; - }; - azureFile?: { - readOnly?: boolean; - secretName: string; - secretNamespace?: string; - shareName: string; - }; - cephfs?: { - monitors: Array; - path?: string; - readOnly?: boolean; - secretFile?: string; - user?: string; - secretRef?: { name?: string; namespace?: string }; - }; - cinder?: { fsType?: string; readOnly?: boolean; volumeID: string }; - claimRef?: { - apiVersion?: string; - fieldPath?: string; - kind?: string; - name?: string; - namespace?: string; - resourceVersion?: string; - uid?: string; - }; - csi?: { - driver: string; - fsType?: string; - readOnly?: boolean; - volumeAttributes?: any; - volumeHandle: string; - controllerExpandSecretRef?: { name?: string; namespace?: string }; - controllerPublishSecretRef?: { name?: string; namespace?: string }; - nodeExpandSecretRef?: { name?: string; namespace?: string }; - nodePublishSecretRef?: { name?: string; namespace?: string }; - nodeStageSecretRef?: { name?: string; namespace?: string }; - }; - fc?: { - fsType?: string; - lun?: number; - readOnly?: boolean; - targetWWNs?: Array; - wwids?: Array; - }; - flexVolume?: { - driver: string; - fsType?: string; - options?: any; - readOnly?: boolean; - }; - flocker?: { datasetName?: string; datasetUUID?: string }; - gcePersistentDisk?: { - fsType?: string; - partition?: number; - pdName: string; - readOnly?: boolean; - }; - glusterfs?: { - endpoints: string; - endpointsNamespace?: string; - path: string; - readOnly?: boolean; - }; - hostPath?: { path: string; type?: string }; - iscsi?: { - chapAuthDiscovery?: boolean; - chapAuthSession?: boolean; - fsType?: string; - initiatorName?: string; - iqn: string; - iscsiInterface?: string; - lun: number; - portals?: Array; - readOnly?: boolean; - targetPortal: string; - }; - local?: { fsType?: string; path: string }; - nfs?: { path: string; readOnly?: boolean; server: string }; - nodeAffinity?: { - required?: { - nodeSelectorTerms: Array<{ - matchExpressions?: Array<{ - key: string; - operator: K8s__Io___Api___Core___V1__NodeSelectorOperator; - values?: Array; - }>; - matchFields?: Array<{ - key: string; - operator: K8s__Io___Api___Core___V1__NodeSelectorOperator; - values?: Array; - }>; - }>; - }; - }; - photonPersistentDisk?: { fsType?: string; pdID: string }; - portworxVolume?: { - fsType?: string; - readOnly?: boolean; - volumeID: string; - }; - quobyte?: { - group?: string; - readOnly?: boolean; - registry: string; - tenant?: string; - user?: string; - volume: string; - }; - rbd?: { - fsType?: string; - image: string; - keyring?: string; - monitors: Array; - pool?: string; - readOnly?: boolean; - user?: string; - }; - scaleIO?: { - fsType?: string; - gateway: string; - protectionDomain?: string; - readOnly?: boolean; - sslEnabled?: boolean; - storageMode?: string; - storagePool?: string; - system: string; - volumeName?: string; - }; - storageos?: { - fsType?: string; - readOnly?: boolean; - volumeName?: string; - volumeNamespace?: string; - secretRef?: { - apiVersion?: string; - fieldPath?: string; - kind?: string; - name?: string; - namespace?: string; - resourceVersion?: string; - uid?: string; - }; - }; - vsphereVolume?: { - fsType?: string; - storagePolicyID?: string; - storagePolicyName?: string; - volumePath: string; - }; - }; - status?: { - lastPhaseTransitionTime?: any; - message?: string; - phase?: K8s__Io___Api___Core___V1__PersistentVolumePhase; - reason?: string; - }; - }; -}; + +export type ConsoleGetPvQuery = { infra_getPV?: { clusterName: string, creationTime: any, displayName: string, markedForDeletion?: boolean, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, spec?: { accessModes?: Array, capacity?: any, mountOptions?: Array, persistentVolumeReclaimPolicy?: K8s__Io___Api___Core___V1__PersistentVolumeReclaimPolicy, storageClassName?: string, volumeMode?: string, awsElasticBlockStore?: { fsType?: string, partition?: number, readOnly?: boolean, volumeID: string }, azureDisk?: { cachingMode?: string, diskName: string, diskURI: string, fsType?: string, kind?: string, readOnly?: boolean }, azureFile?: { readOnly?: boolean, secretName: string, secretNamespace?: string, shareName: string }, cephfs?: { monitors: Array, path?: string, readOnly?: boolean, secretFile?: string, user?: string, secretRef?: { name?: string, namespace?: string } }, cinder?: { fsType?: string, readOnly?: boolean, volumeID: string }, claimRef?: { apiVersion?: string, fieldPath?: string, kind?: string, name?: string, namespace?: string, resourceVersion?: string, uid?: string }, csi?: { driver: string, fsType?: string, readOnly?: boolean, volumeAttributes?: any, volumeHandle: string, controllerExpandSecretRef?: { name?: string, namespace?: string }, controllerPublishSecretRef?: { name?: string, namespace?: string }, nodeExpandSecretRef?: { name?: string, namespace?: string }, nodePublishSecretRef?: { name?: string, namespace?: string }, nodeStageSecretRef?: { name?: string, namespace?: string } }, fc?: { fsType?: string, lun?: number, readOnly?: boolean, targetWWNs?: Array, wwids?: Array }, flexVolume?: { driver: string, fsType?: string, options?: any, readOnly?: boolean }, flocker?: { datasetName?: string, datasetUUID?: string }, gcePersistentDisk?: { fsType?: string, partition?: number, pdName: string, readOnly?: boolean }, glusterfs?: { endpoints: string, endpointsNamespace?: string, path: string, readOnly?: boolean }, hostPath?: { path: string, type?: string }, iscsi?: { chapAuthDiscovery?: boolean, chapAuthSession?: boolean, fsType?: string, initiatorName?: string, iqn: string, iscsiInterface?: string, lun: number, portals?: Array, readOnly?: boolean, targetPortal: string }, local?: { fsType?: string, path: string }, nfs?: { path: string, readOnly?: boolean, server: string }, nodeAffinity?: { required?: { nodeSelectorTerms: Array<{ matchExpressions?: Array<{ key: string, operator: K8s__Io___Api___Core___V1__NodeSelectorOperator, values?: Array }>, matchFields?: Array<{ key: string, operator: K8s__Io___Api___Core___V1__NodeSelectorOperator, values?: Array }> }> } }, photonPersistentDisk?: { fsType?: string, pdID: string }, portworxVolume?: { fsType?: string, readOnly?: boolean, volumeID: string }, quobyte?: { group?: string, readOnly?: boolean, registry: string, tenant?: string, user?: string, volume: string }, rbd?: { fsType?: string, image: string, keyring?: string, monitors: Array, pool?: string, readOnly?: boolean, user?: string }, scaleIO?: { fsType?: string, gateway: string, protectionDomain?: string, readOnly?: boolean, sslEnabled?: boolean, storageMode?: string, storagePool?: string, system: string, volumeName?: string }, storageos?: { fsType?: string, readOnly?: boolean, volumeName?: string, volumeNamespace?: string, secretRef?: { apiVersion?: string, fieldPath?: string, kind?: string, name?: string, namespace?: string, resourceVersion?: string, uid?: string } }, vsphereVolume?: { fsType?: string, storagePolicyID?: string, storagePolicyName?: string, volumePath: string } }, status?: { lastPhaseTransitionTime?: any, message?: string, phase?: K8s__Io___Api___Core___V1__PersistentVolumePhase, reason?: string } } }; export type ConsoleListPvsQueryVariables = Exact<{ clusterName: Scalars['String']['input']; @@ -4467,205 +2522,15 @@ export type ConsoleListPvsQueryVariables = Exact<{ pq?: InputMaybe; }>; -export type ConsoleListPvsQuery = { - infra_listPVs?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - clusterName: string; - creationTime: any; - displayName: string; - markedForDeletion?: boolean; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - spec?: { - accessModes?: Array; - capacity?: any; - mountOptions?: Array; - persistentVolumeReclaimPolicy?: K8s__Io___Api___Core___V1__PersistentVolumeReclaimPolicy; - storageClassName?: string; - volumeMode?: string; - awsElasticBlockStore?: { - fsType?: string; - partition?: number; - readOnly?: boolean; - volumeID: string; - }; - azureDisk?: { - cachingMode?: string; - diskName: string; - diskURI: string; - fsType?: string; - kind?: string; - readOnly?: boolean; - }; - azureFile?: { - readOnly?: boolean; - secretName: string; - secretNamespace?: string; - shareName: string; - }; - cephfs?: { - monitors: Array; - path?: string; - readOnly?: boolean; - secretFile?: string; - user?: string; - secretRef?: { name?: string; namespace?: string }; - }; - cinder?: { fsType?: string; readOnly?: boolean; volumeID: string }; - claimRef?: { - apiVersion?: string; - fieldPath?: string; - kind?: string; - name?: string; - namespace?: string; - resourceVersion?: string; - uid?: string; - }; - csi?: { - driver: string; - fsType?: string; - readOnly?: boolean; - volumeAttributes?: any; - volumeHandle: string; - controllerExpandSecretRef?: { name?: string; namespace?: string }; - controllerPublishSecretRef?: { name?: string; namespace?: string }; - nodeExpandSecretRef?: { name?: string; namespace?: string }; - nodePublishSecretRef?: { name?: string; namespace?: string }; - nodeStageSecretRef?: { name?: string; namespace?: string }; - }; - fc?: { - fsType?: string; - lun?: number; - readOnly?: boolean; - targetWWNs?: Array; - wwids?: Array; - }; - flexVolume?: { - driver: string; - fsType?: string; - options?: any; - readOnly?: boolean; - }; - flocker?: { datasetName?: string; datasetUUID?: string }; - gcePersistentDisk?: { - fsType?: string; - partition?: number; - pdName: string; - readOnly?: boolean; - }; - glusterfs?: { - endpoints: string; - endpointsNamespace?: string; - path: string; - readOnly?: boolean; - }; - hostPath?: { path: string; type?: string }; - iscsi?: { - chapAuthDiscovery?: boolean; - chapAuthSession?: boolean; - fsType?: string; - initiatorName?: string; - iqn: string; - iscsiInterface?: string; - lun: number; - portals?: Array; - readOnly?: boolean; - targetPortal: string; - }; - local?: { fsType?: string; path: string }; - nfs?: { path: string; readOnly?: boolean; server: string }; - photonPersistentDisk?: { fsType?: string; pdID: string }; - portworxVolume?: { - fsType?: string; - readOnly?: boolean; - volumeID: string; - }; - quobyte?: { - group?: string; - readOnly?: boolean; - registry: string; - tenant?: string; - user?: string; - volume: string; - }; - rbd?: { - fsType?: string; - image: string; - keyring?: string; - monitors: Array; - pool?: string; - readOnly?: boolean; - user?: string; - }; - scaleIO?: { - fsType?: string; - gateway: string; - protectionDomain?: string; - readOnly?: boolean; - sslEnabled?: boolean; - storageMode?: string; - storagePool?: string; - system: string; - volumeName?: string; - }; - storageos?: { - fsType?: string; - readOnly?: boolean; - volumeName?: string; - volumeNamespace?: string; - secretRef?: { - apiVersion?: string; - fieldPath?: string; - kind?: string; - name?: string; - namespace?: string; - resourceVersion?: string; - uid?: string; - }; - }; - vsphereVolume?: { - fsType?: string; - storagePolicyID?: string; - storagePolicyName?: string; - volumePath: string; - }; - }; - status?: { - lastPhaseTransitionTime?: any; - message?: string; - phase?: K8s__Io___Api___Core___V1__PersistentVolumePhase; - reason?: string; - }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type ConsoleListPvsQuery = { infra_listPVs?: { totalCount: number, edges: Array<{ cursor: string, node: { clusterName: string, creationTime: any, displayName: string, markedForDeletion?: boolean, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, spec?: { accessModes?: Array, capacity?: any, mountOptions?: Array, persistentVolumeReclaimPolicy?: K8s__Io___Api___Core___V1__PersistentVolumeReclaimPolicy, storageClassName?: string, volumeMode?: string, awsElasticBlockStore?: { fsType?: string, partition?: number, readOnly?: boolean, volumeID: string }, azureDisk?: { cachingMode?: string, diskName: string, diskURI: string, fsType?: string, kind?: string, readOnly?: boolean }, azureFile?: { readOnly?: boolean, secretName: string, secretNamespace?: string, shareName: string }, cephfs?: { monitors: Array, path?: string, readOnly?: boolean, secretFile?: string, user?: string, secretRef?: { name?: string, namespace?: string } }, cinder?: { fsType?: string, readOnly?: boolean, volumeID: string }, claimRef?: { apiVersion?: string, fieldPath?: string, kind?: string, name?: string, namespace?: string, resourceVersion?: string, uid?: string }, csi?: { driver: string, fsType?: string, readOnly?: boolean, volumeAttributes?: any, volumeHandle: string, controllerExpandSecretRef?: { name?: string, namespace?: string }, controllerPublishSecretRef?: { name?: string, namespace?: string }, nodeExpandSecretRef?: { name?: string, namespace?: string }, nodePublishSecretRef?: { name?: string, namespace?: string }, nodeStageSecretRef?: { name?: string, namespace?: string } }, fc?: { fsType?: string, lun?: number, readOnly?: boolean, targetWWNs?: Array, wwids?: Array }, flexVolume?: { driver: string, fsType?: string, options?: any, readOnly?: boolean }, flocker?: { datasetName?: string, datasetUUID?: string }, gcePersistentDisk?: { fsType?: string, partition?: number, pdName: string, readOnly?: boolean }, glusterfs?: { endpoints: string, endpointsNamespace?: string, path: string, readOnly?: boolean }, hostPath?: { path: string, type?: string }, iscsi?: { chapAuthDiscovery?: boolean, chapAuthSession?: boolean, fsType?: string, initiatorName?: string, iqn: string, iscsiInterface?: string, lun: number, portals?: Array, readOnly?: boolean, targetPortal: string }, local?: { fsType?: string, path: string }, nfs?: { path: string, readOnly?: boolean, server: string }, photonPersistentDisk?: { fsType?: string, pdID: string }, portworxVolume?: { fsType?: string, readOnly?: boolean, volumeID: string }, quobyte?: { group?: string, readOnly?: boolean, registry: string, tenant?: string, user?: string, volume: string }, rbd?: { fsType?: string, image: string, keyring?: string, monitors: Array, pool?: string, readOnly?: boolean, user?: string }, scaleIO?: { fsType?: string, gateway: string, protectionDomain?: string, readOnly?: boolean, sslEnabled?: boolean, storageMode?: string, storagePool?: string, system: string, volumeName?: string }, storageos?: { fsType?: string, readOnly?: boolean, volumeName?: string, volumeNamespace?: string, secretRef?: { apiVersion?: string, fieldPath?: string, kind?: string, name?: string, namespace?: string, resourceVersion?: string, uid?: string } }, vsphereVolume?: { fsType?: string, storagePolicyID?: string, storagePolicyName?: string, volumePath: string } }, status?: { lastPhaseTransitionTime?: any, message?: string, phase?: K8s__Io___Api___Core___V1__PersistentVolumePhase, reason?: string } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type ConsoleDeletePvMutationVariables = Exact<{ clusterName: Scalars['String']['input']; pvName: Scalars['String']['input']; }>; + export type ConsoleDeletePvMutation = { infra_deletePV: boolean }; export type ConsoleListBuildRunsQueryVariables = Exact<{ @@ -4673,191 +2538,30 @@ export type ConsoleListBuildRunsQueryVariables = Exact<{ pq?: InputMaybe; }>; -export type ConsoleListBuildRunsQuery = { - cr_listBuildRuns?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - id: string; - clusterName: string; - creationTime: any; - markedForDeletion?: boolean; - recordVersion: number; - updateTime: any; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - spec?: { - accountName: string; - buildOptions?: { - buildArgs?: any; - buildContexts?: any; - contextDir?: string; - dockerfileContent?: string; - dockerfilePath?: string; - targetPlatforms?: Array; - }; - registry: { repo: { name: string; tags: Array } }; - resource: { cpu: number; memoryInMb: number }; - }; - status?: { - checks?: any; - isReady: boolean; - lastReadyGeneration?: number; - lastReconcileTime?: any; - checkList?: Array<{ - description?: string; - debug?: boolean; - name: string; - title: string; - }>; - message?: { RawMessage?: any }; - resources?: Array<{ - apiVersion: string; - kind: string; - name: string; - namespace: string; - }>; - }; - syncStatus: { - action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction; - error?: string; - lastSyncedAt?: any; - recordVersion: number; - state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState; - syncScheduledAt?: any; - }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type ConsoleListBuildRunsQuery = { cr_listBuildRuns?: { totalCount: number, edges: Array<{ cursor: string, node: { id: string, clusterName: string, creationTime: any, markedForDeletion?: boolean, recordVersion: number, updateTime: any, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, spec?: { accountName: string, buildOptions?: { buildArgs?: any, buildContexts?: any, contextDir?: string, dockerfileContent?: string, dockerfilePath?: string, targetPlatforms?: Array }, registry: { repo: { name: string, tags: Array } }, resource: { cpu: number, memoryInMb: number } }, status?: { checks?: any, isReady: boolean, lastReadyGeneration?: number, lastReconcileTime?: any, checkList?: Array<{ description?: string, debug?: boolean, name: string, title: string }>, message?: { RawMessage?: any }, resources?: Array<{ apiVersion: string, kind: string, name: string, namespace: string }> }, syncStatus: { action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction, error?: string, lastSyncedAt?: any, recordVersion: number, state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState, syncScheduledAt?: any } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type ConsoleGetBuildRunQueryVariables = Exact<{ buildId: Scalars['ID']['input']; buildRunName: Scalars['String']['input']; }>; -export type ConsoleGetBuildRunQuery = { - cr_getBuildRun?: { - clusterName: string; - creationTime: any; - markedForDeletion?: boolean; - recordVersion: number; - updateTime: any; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - spec?: { - accountName: string; - buildOptions?: { - buildArgs?: any; - buildContexts?: any; - contextDir?: string; - dockerfileContent?: string; - dockerfilePath?: string; - targetPlatforms?: Array; - }; - registry: { repo: { name: string; tags: Array } }; - resource: { cpu: number; memoryInMb: number }; - }; - status?: { - checks?: any; - isReady: boolean; - lastReadyGeneration?: number; - lastReconcileTime?: any; - checkList?: Array<{ - description?: string; - debug?: boolean; - name: string; - title: string; - }>; - message?: { RawMessage?: any }; - resources?: Array<{ - apiVersion: string; - kind: string; - name: string; - namespace: string; - }>; - }; - syncStatus: { - action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction; - error?: string; - lastSyncedAt?: any; - recordVersion: number; - state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState; - syncScheduledAt?: any; - }; - }; -}; + +export type ConsoleGetBuildRunQuery = { cr_getBuildRun?: { clusterName: string, creationTime: any, markedForDeletion?: boolean, recordVersion: number, updateTime: any, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, spec?: { accountName: string, buildOptions?: { buildArgs?: any, buildContexts?: any, contextDir?: string, dockerfileContent?: string, dockerfilePath?: string, targetPlatforms?: Array }, registry: { repo: { name: string, tags: Array } }, resource: { cpu: number, memoryInMb: number } }, status?: { checks?: any, isReady: boolean, lastReadyGeneration?: number, lastReconcileTime?: any, checkList?: Array<{ description?: string, debug?: boolean, name: string, title: string }>, message?: { RawMessage?: any }, resources?: Array<{ apiVersion: string, kind: string, name: string, namespace: string }> }, syncStatus: { action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction, error?: string, lastSyncedAt?: any, recordVersion: number, state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState, syncScheduledAt?: any } } }; export type ConsoleGetClusterMSvQueryVariables = Exact<{ name: Scalars['String']['input']; }>; -export type ConsoleGetClusterMSvQuery = { - infra_getClusterManagedService?: { - clusterName: string; - creationTime: any; - displayName: string; - isArchived?: boolean; - id: string; - kind?: string; - markedForDeletion?: boolean; - recordVersion: number; - updateTime: any; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - spec?: { - targetNamespace: string; - msvcSpec: { - nodeSelector?: any; - serviceTemplate: { apiVersion: string; kind: string; spec?: any }; - tolerations?: Array<{ - effect?: K8s__Io___Api___Core___V1__TaintEffect; - key?: string; - operator?: K8s__Io___Api___Core___V1__TolerationOperator; - tolerationSeconds?: number; - value?: string; - }>; - }; - }; - }; -}; + +export type ConsoleGetClusterMSvQuery = { infra_getClusterManagedService?: { clusterName: string, creationTime: any, displayName: string, isArchived?: boolean, id: string, kind?: string, markedForDeletion?: boolean, recordVersion: number, updateTime: any, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, spec?: { targetNamespace: string, msvcSpec: { nodeSelector?: any, serviceTemplate: { apiVersion: string, kind: string, spec?: any }, tolerations?: Array<{ effect?: K8s__Io___Api___Core___V1__TaintEffect, key?: string, operator?: K8s__Io___Api___Core___V1__TolerationOperator, tolerationSeconds?: number, value?: string }> } } } }; export type ConsoleCreateClusterMSvMutationVariables = Exact<{ service: ClusterManagedServiceIn; }>; -export type ConsoleCreateClusterMSvMutation = { - infra_createClusterManagedService?: { id: string }; -}; + +export type ConsoleCreateClusterMSvMutation = { infra_createClusterManagedService?: { id: string } }; export type ConsoleCloneClusterMSvMutationVariables = Exact<{ clusterName: Scalars['String']['input']; @@ -4866,337 +2570,88 @@ export type ConsoleCloneClusterMSvMutationVariables = Exact<{ displayName: Scalars['String']['input']; }>; -export type ConsoleCloneClusterMSvMutation = { - infra_cloneClusterManagedService?: { id: string }; -}; + +export type ConsoleCloneClusterMSvMutation = { infra_cloneClusterManagedService?: { id: string } }; export type ConsoleUpdateClusterMSvMutationVariables = Exact<{ service: ClusterManagedServiceIn; }>; -export type ConsoleUpdateClusterMSvMutation = { - infra_updateClusterManagedService?: { id: string }; -}; + +export type ConsoleUpdateClusterMSvMutation = { infra_updateClusterManagedService?: { id: string } }; export type ConsoleListClusterMSvsQueryVariables = Exact<{ pagination?: InputMaybe; search?: InputMaybe; }>; -export type ConsoleListClusterMSvsQuery = { - infra_listClusterManagedServices?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - accountName: string; - apiVersion?: string; - clusterName: string; - isArchived?: boolean; - creationTime: any; - displayName: string; - id: string; - kind?: string; - markedForDeletion?: boolean; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - spec?: { - targetNamespace: string; - msvcSpec: { - nodeSelector?: any; - serviceTemplate: { apiVersion: string; kind: string; spec?: any }; - tolerations?: Array<{ - effect?: K8s__Io___Api___Core___V1__TaintEffect; - key?: string; - operator?: K8s__Io___Api___Core___V1__TolerationOperator; - tolerationSeconds?: number; - value?: string; - }>; - }; - }; - status?: { - checks?: any; - isReady: boolean; - lastReadyGeneration?: number; - lastReconcileTime?: any; - checkList?: Array<{ - debug?: boolean; - description?: string; - hide?: boolean; - name: string; - title: string; - }>; - message?: { RawMessage?: any }; - resources?: Array<{ - apiVersion: string; - kind: string; - name: string; - namespace: string; - }>; - }; - syncStatus: { - action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction; - error?: string; - lastSyncedAt?: any; - recordVersion: number; - state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState; - syncScheduledAt?: any; - }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type ConsoleListClusterMSvsQuery = { infra_listClusterManagedServices?: { totalCount: number, edges: Array<{ cursor: string, node: { accountName: string, apiVersion?: string, clusterName: string, isArchived?: boolean, creationTime: any, displayName: string, id: string, kind?: string, markedForDeletion?: boolean, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, spec?: { targetNamespace: string, msvcSpec: { nodeSelector?: any, serviceTemplate: { apiVersion: string, kind: string, spec?: any }, tolerations?: Array<{ effect?: K8s__Io___Api___Core___V1__TaintEffect, key?: string, operator?: K8s__Io___Api___Core___V1__TolerationOperator, tolerationSeconds?: number, value?: string }> } }, status?: { checks?: any, isReady: boolean, lastReadyGeneration?: number, lastReconcileTime?: any, checkList?: Array<{ debug?: boolean, description?: string, hide?: boolean, name: string, title: string }>, message?: { RawMessage?: any }, resources?: Array<{ apiVersion: string, kind: string, name: string, namespace: string }> }, syncStatus: { action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction, error?: string, lastSyncedAt?: any, recordVersion: number, state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState, syncScheduledAt?: any } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type ConsoleDeleteClusterMSvMutationVariables = Exact<{ name: Scalars['String']['input']; }>; -export type ConsoleDeleteClusterMSvMutation = { - infra_deleteClusterManagedService: boolean; -}; + +export type ConsoleDeleteClusterMSvMutation = { infra_deleteClusterManagedService: boolean }; export type ConsoleDeleteByokClusterMutationVariables = Exact<{ name: Scalars['String']['input']; }>; -export type ConsoleDeleteByokClusterMutation = { - infra_deleteBYOKCluster: boolean; -}; + +export type ConsoleDeleteByokClusterMutation = { infra_deleteBYOKCluster: boolean }; export type ConsoleCreateByokClusterMutationVariables = Exact<{ cluster: ByokClusterIn; }>; -export type ConsoleCreateByokClusterMutation = { - infra_createBYOKCluster?: { id: string }; -}; + +export type ConsoleCreateByokClusterMutation = { infra_createBYOKCluster?: { id: string } }; export type ConsoleUpdateByokClusterMutationVariables = Exact<{ clusterName: Scalars['String']['input']; displayName: Scalars['String']['input']; }>; -export type ConsoleUpdateByokClusterMutation = { - infra_updateBYOKCluster?: { id: string }; -}; + +export type ConsoleUpdateByokClusterMutation = { infra_updateBYOKCluster?: { id: string } }; export type ConsoleGetByokClusterInstructionsQueryVariables = Exact<{ name: Scalars['String']['input']; onlyHelmValues?: InputMaybe; }>; -export type ConsoleGetByokClusterInstructionsQuery = { - infrat_getBYOKClusterSetupInstructions?: Array<{ - command: string; - title: string; - }>; -}; + +export type ConsoleGetByokClusterInstructionsQuery = { infrat_getBYOKClusterSetupInstructions?: Array<{ command: string, title: string }> }; export type ConsoleGetByokClusterQueryVariables = Exact<{ name: Scalars['String']['input']; }>; -export type ConsoleGetByokClusterQuery = { - infra_getBYOKCluster?: { - accountName: string; - creationTime: any; - displayName: string; - id: string; - markedForDeletion?: boolean; - recordVersion: number; - updateTime: any; - clusterSvcCIDR: string; - globalVPN: string; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - syncStatus: { - action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction; - error?: string; - lastSyncedAt?: any; - recordVersion: number; - state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState; - syncScheduledAt?: any; - }; - }; -}; + +export type ConsoleGetByokClusterQuery = { infra_getBYOKCluster?: { accountName: string, creationTime: any, displayName: string, id: string, markedForDeletion?: boolean, recordVersion: number, updateTime: any, clusterSvcCIDR: string, globalVPN: string, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, syncStatus: { action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction, error?: string, lastSyncedAt?: any, recordVersion: number, state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState, syncScheduledAt?: any } } }; export type ConsoleListByokClustersQueryVariables = Exact<{ search?: InputMaybe; pagination?: InputMaybe; }>; -export type ConsoleListByokClustersQuery = { - infra_listBYOKClusters?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - accountName: string; - clusterSvcCIDR: string; - lastOnlineAt?: any; - creationTime: any; - displayName: string; - globalVPN: string; - id: string; - markedForDeletion?: boolean; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - syncStatus: { - action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction; - error?: string; - lastSyncedAt?: any; - recordVersion: number; - state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState; - syncScheduledAt?: any; - }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type ConsoleListByokClustersQuery = { infra_listBYOKClusters?: { totalCount: number, edges: Array<{ cursor: string, node: { accountName: string, clusterSvcCIDR: string, lastOnlineAt?: any, creationTime: any, displayName: string, globalVPN: string, id: string, markedForDeletion?: boolean, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, syncStatus: { action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction, error?: string, lastSyncedAt?: any, recordVersion: number, state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState, syncScheduledAt?: any } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type ConsoleGetMSvTemplateQueryVariables = Exact<{ category: Scalars['String']['input']; name: Scalars['String']['input']; }>; -export type ConsoleGetMSvTemplateQuery = { - infra_getManagedServiceTemplate?: { - active: boolean; - apiVersion?: string; - description: string; - displayName: string; - kind?: string; - logoUrl: string; - name: string; - fields: Array<{ - defaultValue?: any; - inputType: string; - label: string; - max?: number; - min?: number; - name: string; - required?: boolean; - unit?: string; - displayUnit?: string; - multiplier?: number; - }>; - outputs: Array<{ description: string; label: string; name: string }>; - resources: Array<{ - apiVersion?: string; - description: string; - displayName: string; - kind?: string; - name: string; - fields: Array<{ - defaultValue?: any; - displayUnit?: string; - inputType: string; - label: string; - max?: number; - min?: number; - multiplier?: number; - name: string; - required?: boolean; - unit?: string; - }>; - }>; - }; -}; - -export type ConsoleListMSvTemplatesQueryVariables = Exact<{ - [key: string]: never; -}>; - -export type ConsoleListMSvTemplatesQuery = { - infra_listManagedServiceTemplates?: Array<{ - category: string; - displayName: string; - items: Array<{ - active: boolean; - apiVersion?: string; - description: string; - displayName: string; - kind?: string; - logoUrl: string; - name: string; - fields: Array<{ - defaultValue?: any; - inputType: string; - label: string; - max?: number; - min?: number; - name: string; - required?: boolean; - unit?: string; - displayUnit?: string; - multiplier?: number; - }>; - outputs: Array<{ description: string; label: string; name: string }>; - resources: Array<{ - apiVersion?: string; - description: string; - displayName: string; - kind?: string; - name: string; - fields: Array<{ - defaultValue?: any; - displayUnit?: string; - inputType: string; - label: string; - max?: number; - min?: number; - multiplier?: number; - name: string; - required?: boolean; - unit?: string; - }>; - }>; - }>; - }>; -}; + +export type ConsoleGetMSvTemplateQuery = { infra_getManagedServiceTemplate?: { active: boolean, apiVersion?: string, description: string, displayName: string, kind?: string, logoUrl: string, name: string, fields: Array<{ defaultValue?: any, inputType: string, label: string, max?: number, min?: number, name: string, required?: boolean, unit?: string, displayUnit?: string, multiplier?: number }>, outputs: Array<{ description: string, label: string, name: string }>, resources: Array<{ apiVersion?: string, description: string, displayName: string, kind?: string, name: string, fields: Array<{ defaultValue?: any, displayUnit?: string, inputType: string, label: string, max?: number, min?: number, multiplier?: number, name: string, required?: boolean, unit?: string }> }> } }; + +export type ConsoleListMSvTemplatesQueryVariables = Exact<{ [key: string]: never; }>; + + +export type ConsoleListMSvTemplatesQuery = { infra_listManagedServiceTemplates?: Array<{ category: string, displayName: string, items: Array<{ active: boolean, apiVersion?: string, description: string, displayName: string, kind?: string, logoUrl: string, name: string, fields: Array<{ defaultValue?: any, inputType: string, label: string, max?: number, min?: number, name: string, required?: boolean, unit?: string, displayUnit?: string, multiplier?: number }>, outputs: Array<{ description: string, label: string, name: string }>, resources: Array<{ apiVersion?: string, description: string, displayName: string, kind?: string, name: string, fields: Array<{ defaultValue?: any, displayUnit?: string, inputType: string, label: string, max?: number, min?: number, multiplier?: number, name: string, required?: boolean, unit?: string }> }> }> }> }; export type ConsoleGetManagedResourceQueryVariables = Exact<{ name: Scalars['String']['input']; @@ -5204,255 +2659,48 @@ export type ConsoleGetManagedResourceQueryVariables = Exact<{ envName?: InputMaybe; }>; -export type ConsoleGetManagedResourceQuery = { - core_getManagedResource?: { - accountName: string; - apiVersion?: string; - clusterName: string; - creationTime: any; - displayName: string; - enabled?: boolean; - environmentName: string; - id: string; - isImported: boolean; - kind?: string; - managedServiceName: string; - markedForDeletion?: boolean; - mresRef: string; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - spec: { - resourceNamePrefix?: string; - resourceTemplate: { - apiVersion: string; - kind: string; - msvcRef: { - apiVersion?: string; - kind?: string; - name: string; - namespace: string; - }; - }; - }; - status?: { - checks?: any; - isReady: boolean; - lastReadyGeneration?: number; - lastReconcileTime?: any; - checkList?: Array<{ - debug?: boolean; - description?: string; - hide?: boolean; - name: string; - title: string; - }>; - message?: { RawMessage?: any }; - resources?: Array<{ - apiVersion: string; - kind: string; - name: string; - namespace: string; - }>; - }; - syncedOutputSecretRef?: { - apiVersion?: string; - data?: any; - immutable?: boolean; - kind?: string; - stringData?: any; - type?: K8s__Io___Api___Core___V1__SecretType; - metadata?: { name: string }; - }; - syncStatus: { - action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction; - error?: string; - lastSyncedAt?: any; - recordVersion: number; - state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState; - syncScheduledAt?: any; - }; - }; -}; + +export type ConsoleGetManagedResourceQuery = { core_getManagedResource?: { accountName: string, apiVersion?: string, clusterName: string, creationTime: any, displayName: string, enabled?: boolean, environmentName: string, id: string, isImported: boolean, kind?: string, managedServiceName: string, markedForDeletion?: boolean, mresRef: string, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, spec: { resourceNamePrefix?: string, resourceTemplate: { apiVersion: string, kind: string, msvcRef: { apiVersion?: string, kind?: string, name: string, namespace: string } } }, status?: { checks?: any, isReady: boolean, lastReadyGeneration?: number, lastReconcileTime?: any, checkList?: Array<{ debug?: boolean, description?: string, hide?: boolean, name: string, title: string }>, message?: { RawMessage?: any }, resources?: Array<{ apiVersion: string, kind: string, name: string, namespace: string }> }, syncedOutputSecretRef?: { apiVersion?: string, data?: any, immutable?: boolean, kind?: string, stringData?: any, type?: K8s__Io___Api___Core___V1__SecretType, metadata?: { name: string } }, syncStatus: { action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction, error?: string, lastSyncedAt?: any, recordVersion: number, state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState, syncScheduledAt?: any } } }; export type ConsoleCreateManagedResourceMutationVariables = Exact<{ msvcName: Scalars['String']['input']; mres: ManagedResourceIn; }>; -export type ConsoleCreateManagedResourceMutation = { - core_createManagedResource?: { id: string }; -}; + +export type ConsoleCreateManagedResourceMutation = { core_createManagedResource?: { id: string } }; export type ConsoleUpdateManagedResourceMutationVariables = Exact<{ msvcName: Scalars['String']['input']; mres: ManagedResourceIn; }>; -export type ConsoleUpdateManagedResourceMutation = { - core_updateManagedResource?: { id: string }; -}; + +export type ConsoleUpdateManagedResourceMutation = { core_updateManagedResource?: { id: string } }; export type ConsoleListManagedResourcesQueryVariables = Exact<{ search?: InputMaybe; pq?: InputMaybe; }>; -export type ConsoleListManagedResourcesQuery = { - core_listManagedResources?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - accountName: string; - apiVersion?: string; - clusterName: string; - creationTime: any; - displayName: string; - enabled?: boolean; - environmentName: string; - id: string; - isImported: boolean; - kind?: string; - managedServiceName: string; - markedForDeletion?: boolean; - mresRef: string; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - spec: { - resourceNamePrefix?: string; - resourceTemplate: { - apiVersion: string; - kind: string; - msvcRef: { - apiVersion?: string; - kind?: string; - name: string; - namespace: string; - }; - }; - }; - status?: { - checks?: any; - isReady: boolean; - lastReadyGeneration?: number; - lastReconcileTime?: any; - checkList?: Array<{ - debug?: boolean; - description?: string; - hide?: boolean; - name: string; - title: string; - }>; - message?: { RawMessage?: any }; - resources?: Array<{ - apiVersion: string; - kind: string; - name: string; - namespace: string; - }>; - }; - syncedOutputSecretRef?: { - apiVersion?: string; - data?: any; - immutable?: boolean; - kind?: string; - stringData?: any; - type?: K8s__Io___Api___Core___V1__SecretType; - metadata?: { name: string }; - }; - syncStatus: { - action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction; - error?: string; - lastSyncedAt?: any; - recordVersion: number; - state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState; - syncScheduledAt?: any; - }; - }; - }>; - pageInfo: { - endCursor?: string; - hasPrevPage?: boolean; - hasNextPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type ConsoleListManagedResourcesQuery = { core_listManagedResources?: { totalCount: number, edges: Array<{ cursor: string, node: { accountName: string, apiVersion?: string, clusterName: string, creationTime: any, displayName: string, enabled?: boolean, environmentName: string, id: string, isImported: boolean, kind?: string, managedServiceName: string, markedForDeletion?: boolean, mresRef: string, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, spec: { resourceNamePrefix?: string, resourceTemplate: { apiVersion: string, kind: string, msvcRef: { apiVersion?: string, kind?: string, name: string, namespace: string } } }, status?: { checks?: any, isReady: boolean, lastReadyGeneration?: number, lastReconcileTime?: any, checkList?: Array<{ debug?: boolean, description?: string, hide?: boolean, name: string, title: string }>, message?: { RawMessage?: any }, resources?: Array<{ apiVersion: string, kind: string, name: string, namespace: string }> }, syncedOutputSecretRef?: { apiVersion?: string, data?: any, immutable?: boolean, kind?: string, stringData?: any, type?: K8s__Io___Api___Core___V1__SecretType, metadata?: { name: string } }, syncStatus: { action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction, error?: string, lastSyncedAt?: any, recordVersion: number, state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState, syncScheduledAt?: any } } }>, pageInfo: { endCursor?: string, hasPrevPage?: boolean, hasNextPage?: boolean, startCursor?: string } } }; export type ConsoleDeleteManagedResourceMutationVariables = Exact<{ msvcName: Scalars['String']['input']; mresName: Scalars['String']['input']; }>; -export type ConsoleDeleteManagedResourceMutation = { - core_deleteManagedResource: boolean; -}; + +export type ConsoleDeleteManagedResourceMutation = { core_deleteManagedResource: boolean }; export type ConsoleGetHelmChartQueryVariables = Exact<{ clusterName: Scalars['String']['input']; name: Scalars['String']['input']; }>; -export type ConsoleGetHelmChartQuery = { - infra_getHelmRelease?: { - creationTime: any; - displayName: string; - markedForDeletion?: boolean; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata?: { name: string; namespace?: string }; - spec?: { - chartName: string; - chartRepoURL: string; - chartVersion: string; - values: any; - }; - status?: { - checks?: any; - isReady: boolean; - lastReadyGeneration?: number; - lastReconcileTime?: any; - releaseNotes: string; - releaseStatus: string; - checkList?: Array<{ - description?: string; - debug?: boolean; - title: string; - name: string; - }>; - message?: { RawMessage?: any }; - resources?: Array<{ - apiVersion: string; - kind: string; - name: string; - namespace: string; - }>; - }; - }; -}; + +export type ConsoleGetHelmChartQuery = { infra_getHelmRelease?: { creationTime: any, displayName: string, markedForDeletion?: boolean, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata?: { name: string, namespace?: string }, spec?: { chartName: string, chartRepoURL: string, chartVersion: string, values: any }, status?: { checks?: any, isReady: boolean, lastReadyGeneration?: number, lastReconcileTime?: any, releaseNotes: string, releaseStatus: string, checkList?: Array<{ description?: string, debug?: boolean, title: string, name: string }>, message?: { RawMessage?: any }, resources?: Array<{ apiVersion: string, kind: string, name: string, namespace: string }> } } }; export type ConsoleListHelmChartQueryVariables = Exact<{ clusterName: Scalars['String']['input']; @@ -5460,276 +2708,98 @@ export type ConsoleListHelmChartQueryVariables = Exact<{ pagination?: InputMaybe; }>; -export type ConsoleListHelmChartQuery = { - infra_listHelmReleases?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - clusterName: string; - creationTime: any; - displayName: string; - markedForDeletion?: boolean; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata?: { - generation: number; - name: string; - namespace?: string; - annotations?: any; - }; - spec?: { - chartName: string; - chartRepoURL: string; - chartVersion: string; - values: any; - }; - status?: { - checks?: any; - isReady: boolean; - lastReadyGeneration?: number; - lastReconcileTime?: any; - releaseNotes: string; - releaseStatus: string; - checkList?: Array<{ - description?: string; - debug?: boolean; - title: string; - name: string; - }>; - message?: { RawMessage?: any }; - resources?: Array<{ - apiVersion: string; - kind: string; - name: string; - namespace: string; - }>; - }; - syncStatus: { - action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction; - error?: string; - lastSyncedAt?: any; - recordVersion: number; - state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState; - syncScheduledAt?: any; - }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type ConsoleListHelmChartQuery = { infra_listHelmReleases?: { totalCount: number, edges: Array<{ cursor: string, node: { clusterName: string, creationTime: any, displayName: string, markedForDeletion?: boolean, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata?: { generation: number, name: string, namespace?: string, annotations?: any }, spec?: { chartName: string, chartRepoURL: string, chartVersion: string, values: any }, status?: { checks?: any, isReady: boolean, lastReadyGeneration?: number, lastReconcileTime?: any, releaseNotes: string, releaseStatus: string, checkList?: Array<{ description?: string, debug?: boolean, title: string, name: string }>, message?: { RawMessage?: any }, resources?: Array<{ apiVersion: string, kind: string, name: string, namespace: string }> }, syncStatus: { action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction, error?: string, lastSyncedAt?: any, recordVersion: number, state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState, syncScheduledAt?: any } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type ConsoleCreateHelmChartMutationVariables = Exact<{ clusterName: Scalars['String']['input']; release: HelmReleaseIn; }>; -export type ConsoleCreateHelmChartMutation = { - infra_createHelmRelease?: { id: string }; -}; + +export type ConsoleCreateHelmChartMutation = { infra_createHelmRelease?: { id: string } }; export type ConsoleUpdateHelmChartMutationVariables = Exact<{ clusterName: Scalars['String']['input']; release: HelmReleaseIn; }>; -export type ConsoleUpdateHelmChartMutation = { - infra_updateHelmRelease?: { id: string }; -}; + +export type ConsoleUpdateHelmChartMutation = { infra_updateHelmRelease?: { id: string } }; export type ConsoleDeleteHelmChartMutationVariables = Exact<{ clusterName: Scalars['String']['input']; releaseName: Scalars['String']['input']; }>; -export type ConsoleDeleteHelmChartMutation = { - infra_deleteHelmRelease: boolean; -}; + +export type ConsoleDeleteHelmChartMutation = { infra_deleteHelmRelease: boolean }; export type ConsoleListNamespacesQueryVariables = Exact<{ clusterName: Scalars['String']['input']; }>; -export type ConsoleListNamespacesQuery = { - infra_listNamespaces?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - accountName: string; - apiVersion?: string; - clusterName: string; - creationTime: any; - displayName: string; - id: string; - kind?: string; - markedForDeletion?: boolean; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - spec?: { finalizers?: Array }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type ConsoleListNamespacesQuery = { infra_listNamespaces?: { totalCount: number, edges: Array<{ cursor: string, node: { accountName: string, apiVersion?: string, clusterName: string, creationTime: any, displayName: string, id: string, kind?: string, markedForDeletion?: boolean, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, spec?: { finalizers?: Array } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type ConsoleCreateImagePullSecretMutationVariables = Exact<{ pullSecret: ImagePullSecretIn; }>; -export type ConsoleCreateImagePullSecretMutation = { - core_createImagePullSecret?: { id: string }; -}; + +export type ConsoleCreateImagePullSecretMutation = { core_createImagePullSecret?: { id: string } }; export type ConsoleUpdateImagePullSecretMutationVariables = Exact<{ pullSecret: ImagePullSecretIn; }>; -export type ConsoleUpdateImagePullSecretMutation = { - core_updateImagePullSecret?: { id: string }; -}; + +export type ConsoleUpdateImagePullSecretMutation = { core_updateImagePullSecret?: { id: string } }; export type ConsoleDeleteImagePullSecretsMutationVariables = Exact<{ name: Scalars['String']['input']; }>; -export type ConsoleDeleteImagePullSecretsMutation = { - core_deleteImagePullSecret: boolean; -}; + +export type ConsoleDeleteImagePullSecretsMutation = { core_deleteImagePullSecret: boolean }; export type ConsoleListImagePullSecretsQueryVariables = Exact<{ search?: InputMaybe; pq?: InputMaybe; }>; -export type ConsoleListImagePullSecretsQuery = { - core_listImagePullSecrets?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - accountName: string; - creationTime: any; - displayName: string; - dockerConfigJson?: string; - format: Github__Com___Kloudlite___Api___Apps___Console___Internal___Entities__PullSecretFormat; - id: string; - markedForDeletion?: boolean; - recordVersion: number; - registryPassword?: string; - registryURL?: string; - registryUsername?: string; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - syncStatus: { - action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction; - error?: string; - lastSyncedAt?: any; - recordVersion: number; - state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState; - syncScheduledAt?: any; - }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type ConsoleListImagePullSecretsQuery = { core_listImagePullSecrets?: { totalCount: number, edges: Array<{ cursor: string, node: { accountName: string, creationTime: any, displayName: string, dockerConfigJson?: string, format: Github__Com___Kloudlite___Api___Apps___Console___Internal___Entities__PullSecretFormat, id: string, markedForDeletion?: boolean, recordVersion: number, registryPassword?: string, registryURL?: string, registryUsername?: string, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, syncStatus: { action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction, error?: string, lastSyncedAt?: any, recordVersion: number, state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState, syncScheduledAt?: any } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type ConsoleDeleteGlobalVpnDeviceMutationVariables = Exact<{ gvpn: Scalars['String']['input']; deviceName: Scalars['String']['input']; }>; -export type ConsoleDeleteGlobalVpnDeviceMutation = { - infra_deleteGlobalVPNDevice: boolean; -}; + +export type ConsoleDeleteGlobalVpnDeviceMutation = { infra_deleteGlobalVPNDevice: boolean }; export type ConsoleCreateGlobalVpnDeviceMutationVariables = Exact<{ gvpnDevice: GlobalVpnDeviceIn; }>; -export type ConsoleCreateGlobalVpnDeviceMutation = { - infra_createGlobalVPNDevice?: { id: string }; -}; + +export type ConsoleCreateGlobalVpnDeviceMutation = { infra_createGlobalVPNDevice?: { id: string } }; export type ConsoleUpdateGlobalVpnDeviceMutationVariables = Exact<{ gvpnDevice: GlobalVpnDeviceIn; }>; -export type ConsoleUpdateGlobalVpnDeviceMutation = { - infra_updateGlobalVPNDevice?: { id: string }; -}; + +export type ConsoleUpdateGlobalVpnDeviceMutation = { infra_updateGlobalVPNDevice?: { id: string } }; export type ConsoleGetGlobalVpnDeviceQueryVariables = Exact<{ gvpn: Scalars['String']['input']; deviceName: Scalars['String']['input']; }>; -export type ConsoleGetGlobalVpnDeviceQuery = { - infra_getGlobalVPNDevice?: { - accountName: string; - creationTime: any; - displayName: string; - globalVPNName: string; - id: string; - ipAddr: string; - markedForDeletion?: boolean; - privateKey: string; - publicKey: string; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - wireguardConfig?: { value: string; encoding: string }; - }; -}; + +export type ConsoleGetGlobalVpnDeviceQuery = { infra_getGlobalVPNDevice?: { accountName: string, creationTime: any, displayName: string, globalVPNName: string, id: string, ipAddr: string, markedForDeletion?: boolean, privateKey: string, publicKey: string, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, wireguardConfig?: { value: string, encoding: string } } }; export type ConsoleListGlobalVpnDevicesQueryVariables = Exact<{ gvpn: Scalars['String']['input']; @@ -5737,147 +2807,47 @@ export type ConsoleListGlobalVpnDevicesQueryVariables = Exact<{ pagination?: InputMaybe; }>; -export type ConsoleListGlobalVpnDevicesQuery = { - infra_listGlobalVPNDevices?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - accountName: string; - creationMethod?: string; - creationTime: any; - displayName: string; - globalVPNName: string; - id: string; - ipAddr: string; - markedForDeletion?: boolean; - privateKey: string; - publicKey: string; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type ConsoleListGlobalVpnDevicesQuery = { infra_listGlobalVPNDevices?: { totalCount: number, edges: Array<{ cursor: string, node: { accountName: string, creationMethod?: string, creationTime: any, displayName: string, globalVPNName: string, id: string, ipAddr: string, markedForDeletion?: boolean, privateKey: string, publicKey: string, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type ConsoleUpdateNotificationConfigMutationVariables = Exact<{ config: NotificationConfIn; }>; -export type ConsoleUpdateNotificationConfigMutation = { - comms_updateNotificationConfig?: { id: string }; -}; + +export type ConsoleUpdateNotificationConfigMutation = { comms_updateNotificationConfig?: { id: string } }; export type ConsoleUpdateSubscriptionConfigMutationVariables = Exact<{ config: SubscriptionIn; commsUpdateSubscriptionConfigId: Scalars['ID']['input']; }>; -export type ConsoleUpdateSubscriptionConfigMutation = { - comms_updateSubscriptionConfig?: { id: string }; -}; -export type ConsoleMarkAllNotificationAsReadMutationVariables = Exact<{ - [key: string]: never; -}>; +export type ConsoleUpdateSubscriptionConfigMutation = { comms_updateSubscriptionConfig?: { id: string } }; -export type ConsoleMarkAllNotificationAsReadMutation = { - comms_markAllNotificationAsRead: boolean; -}; +export type ConsoleMarkAllNotificationAsReadMutationVariables = Exact<{ [key: string]: never; }>; -export type ConsoleGetNotificationConfigQueryVariables = Exact<{ - [key: string]: never; -}>; -export type ConsoleGetNotificationConfigQuery = { - comms_getNotificationConfig?: { - accountName: string; - creationTime: any; - id: string; - markedForDeletion?: boolean; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - email?: { enabled: boolean; mailAddress: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - slack?: { enabled: boolean; url: string }; - telegram?: { chatId: string; enabled: boolean; token: string }; - webhook?: { enabled: boolean; url: string }; - }; -}; +export type ConsoleMarkAllNotificationAsReadMutation = { comms_markAllNotificationAsRead: boolean }; + +export type ConsoleGetNotificationConfigQueryVariables = Exact<{ [key: string]: never; }>; + + +export type ConsoleGetNotificationConfigQuery = { comms_getNotificationConfig?: { accountName: string, creationTime: any, id: string, markedForDeletion?: boolean, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, email?: { enabled: boolean, mailAddress: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, slack?: { enabled: boolean, url: string }, telegram?: { chatId: string, enabled: boolean, token: string }, webhook?: { enabled: boolean, url: string } } }; export type ConsoleGetSubscriptionConfigQueryVariables = Exact<{ commsGetSubscriptionConfigId: Scalars['ID']['input']; }>; -export type ConsoleGetSubscriptionConfigQuery = { - comms_getSubscriptionConfig?: { - accountName: string; - creationTime: any; - enabled: boolean; - id: string; - mailAddress: string; - markedForDeletion?: boolean; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - }; -}; + +export type ConsoleGetSubscriptionConfigQuery = { comms_getSubscriptionConfig?: { accountName: string, creationTime: any, enabled: boolean, id: string, mailAddress: string, markedForDeletion?: boolean, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string } } }; export type ConsoleListNotificationsQueryVariables = Exact<{ pagination?: InputMaybe; }>; -export type ConsoleListNotificationsQuery = { - comms_listNotifications?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - accountName: string; - creationTime: any; - id: string; - markedForDeletion?: boolean; - notificationType: Github__Com___Kloudlite___Api___Apps___Comms___Types__NotificationType; - priority: number; - read: boolean; - recordVersion: number; - updateTime: any; - content: { - body: string; - image: string; - link: string; - subject: string; - title: string; - }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type ConsoleListNotificationsQuery = { comms_listNotifications?: { totalCount: number, edges: Array<{ cursor: string, node: { accountName: string, creationTime: any, id: string, markedForDeletion?: boolean, notificationType: Github__Com___Kloudlite___Api___Apps___Comms___Types__NotificationType, priority: number, read: boolean, recordVersion: number, updateTime: any, content: { body: string, image: string, link: string, subject: string, title: string } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type ConsoleImportManagedResourceMutationVariables = Exact<{ envName: Scalars['String']['input']; @@ -5886,18 +2856,16 @@ export type ConsoleImportManagedResourceMutationVariables = Exact<{ importName: Scalars['String']['input']; }>; -export type ConsoleImportManagedResourceMutation = { - core_importManagedResource?: { id: string }; -}; + +export type ConsoleImportManagedResourceMutation = { core_importManagedResource?: { id: string } }; export type ConsoleDeleteImportedManagedResourceMutationVariables = Exact<{ envName: Scalars['String']['input']; importName: Scalars['String']['input']; }>; -export type ConsoleDeleteImportedManagedResourceMutation = { - core_deleteImportedManagedResource: boolean; -}; + +export type ConsoleDeleteImportedManagedResourceMutation = { core_deleteImportedManagedResource: boolean }; export type ConsoleListImportedManagedResourcesQueryVariables = Exact<{ envName: Scalars['String']['input']; @@ -5905,133 +2873,22 @@ export type ConsoleListImportedManagedResourcesQueryVariables = Exact<{ pq?: InputMaybe; }>; -export type ConsoleListImportedManagedResourcesQuery = { - core_listImportedManagedResources?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - accountName: string; - creationTime: any; - displayName: string; - environmentName: string; - id: string; - markedForDeletion?: boolean; - name: string; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - managedResourceRef: { id: string; name: string; namespace: string }; - secretRef: { name: string; namespace?: string }; - syncStatus: { - action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction; - error?: string; - lastSyncedAt?: any; - recordVersion: number; - state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState; - syncScheduledAt?: any; - }; - managedResource?: { - accountName: string; - apiVersion?: string; - clusterName: string; - creationTime: any; - displayName: string; - enabled?: boolean; - environmentName: string; - id: string; - isImported: boolean; - kind?: string; - managedServiceName: string; - markedForDeletion?: boolean; - mresRef: string; - recordVersion: number; - updateTime: any; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - spec: { - resourceNamePrefix?: string; - resourceTemplate: { - apiVersion: string; - kind: string; - spec?: any; - msvcRef: { - apiVersion?: string; - kind?: string; - name: string; - namespace: string; - }; - }; - }; - status?: { - checks?: any; - isReady: boolean; - lastReadyGeneration?: number; - lastReconcileTime?: any; - checkList?: Array<{ - debug?: boolean; - description?: string; - hide?: boolean; - name: string; - title: string; - }>; - message?: { RawMessage?: any }; - resources?: Array<{ - apiVersion: string; - kind: string; - name: string; - namespace: string; - }>; - }; - syncedOutputSecretRef?: { - apiVersion?: string; - data?: any; - immutable?: boolean; - kind?: string; - stringData?: any; - type?: K8s__Io___Api___Core___V1__SecretType; - }; - }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type ConsoleListImportedManagedResourcesQuery = { core_listImportedManagedResources?: { totalCount: number, edges: Array<{ cursor: string, node: { accountName: string, creationTime: any, displayName: string, environmentName: string, id: string, markedForDeletion?: boolean, name: string, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, managedResourceRef: { id: string, name: string, namespace: string }, secretRef: { name: string, namespace?: string }, syncStatus: { action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction, error?: string, lastSyncedAt?: any, recordVersion: number, state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState, syncScheduledAt?: any }, managedResource?: { accountName: string, apiVersion?: string, clusterName: string, creationTime: any, displayName: string, enabled?: boolean, environmentName: string, id: string, isImported: boolean, kind?: string, managedServiceName: string, markedForDeletion?: boolean, mresRef: string, recordVersion: number, updateTime: any, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, spec: { resourceNamePrefix?: string, resourceTemplate: { apiVersion: string, kind: string, spec?: any, msvcRef: { apiVersion?: string, kind?: string, name: string, namespace: string } } }, status?: { checks?: any, isReady: boolean, lastReadyGeneration?: number, lastReconcileTime?: any, checkList?: Array<{ debug?: boolean, description?: string, hide?: boolean, name: string, title: string }>, message?: { RawMessage?: any }, resources?: Array<{ apiVersion: string, kind: string, name: string, namespace: string }> }, syncedOutputSecretRef?: { apiVersion?: string, data?: any, immutable?: boolean, kind?: string, stringData?: any, type?: K8s__Io___Api___Core___V1__SecretType } } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type IotconsoleAccountCheckNameAvailabilityQueryVariables = Exact<{ name: Scalars['String']['input']; }>; -export type IotconsoleAccountCheckNameAvailabilityQuery = { - accounts_checkNameAvailability: { - result: boolean; - suggestedNames?: Array; - }; -}; + +export type IotconsoleAccountCheckNameAvailabilityQuery = { accounts_checkNameAvailability: { result: boolean, suggestedNames?: Array } }; export type IotconsoleCrCheckNameAvailabilityQueryVariables = Exact<{ name: Scalars['String']['input']; }>; -export type IotconsoleCrCheckNameAvailabilityQuery = { - cr_checkUserNameAvailability: { - result: boolean; - suggestedNames?: Array; - }; -}; + +export type IotconsoleCrCheckNameAvailabilityQuery = { cr_checkUserNameAvailability: { result: boolean, suggestedNames?: Array } }; export type IotconsoleInfraCheckNameAvailabilityQueryVariables = Exact<{ resType: ResType; @@ -6039,12 +2896,8 @@ export type IotconsoleInfraCheckNameAvailabilityQueryVariables = Exact<{ clusterName?: InputMaybe; }>; -export type IotconsoleInfraCheckNameAvailabilityQuery = { - infra_checkNameAvailability: { - suggestedNames: Array; - result: boolean; - }; -}; + +export type IotconsoleInfraCheckNameAvailabilityQuery = { infra_checkNameAvailability: { suggestedNames: Array, result: boolean } }; export type IotconsoleCoreCheckNameAvailabilityQueryVariables = Exact<{ resType: ConsoleResType; @@ -6053,191 +2906,114 @@ export type IotconsoleCoreCheckNameAvailabilityQueryVariables = Exact<{ envName?: InputMaybe; }>; -export type IotconsoleCoreCheckNameAvailabilityQuery = { - core_checkNameAvailability: { result: boolean }; -}; -export type IotconsoleWhoAmIQueryVariables = Exact<{ [key: string]: never }>; +export type IotconsoleCoreCheckNameAvailabilityQuery = { core_checkNameAvailability: { result: boolean } }; -export type IotconsoleWhoAmIQuery = { - auth_me?: { - id: string; - email: string; - providerGitlab?: any; - providerGithub?: any; - providerGoogle?: any; - }; -}; +export type IotconsoleWhoAmIQueryVariables = Exact<{ [key: string]: never; }>; + + +export type IotconsoleWhoAmIQuery = { auth_me?: { id: string, email: string, providerGitlab?: any, providerGithub?: any, providerGoogle?: any } }; export type IotconsoleCreateAccountMutationVariables = Exact<{ account: AccountIn; }>; -export type IotconsoleCreateAccountMutation = { - accounts_createAccount: { displayName: string }; -}; -export type IotconsoleListAccountsQueryVariables = Exact<{ - [key: string]: never; -}>; +export type IotconsoleCreateAccountMutation = { accounts_createAccount: { displayName: string } }; -export type IotconsoleListAccountsQuery = { - accounts_listAccounts?: Array<{ - id: string; - updateTime: any; - displayName: string; - metadata?: { name: string; annotations?: any }; - }>; -}; +export type IotconsoleListAccountsQueryVariables = Exact<{ [key: string]: never; }>; + + +export type IotconsoleListAccountsQuery = { accounts_listAccounts?: Array<{ id: string, updateTime: any, displayName: string, metadata?: { name: string, annotations?: any } }> }; export type IotconsoleUpdateAccountMutationVariables = Exact<{ account: AccountIn; }>; -export type IotconsoleUpdateAccountMutation = { - accounts_updateAccount: { id: string }; -}; + +export type IotconsoleUpdateAccountMutation = { accounts_updateAccount: { id: string } }; export type IotconsoleGetAccountQueryVariables = Exact<{ accountName: Scalars['String']['input']; }>; -export type IotconsoleGetAccountQuery = { - accounts_getAccount?: { - targetNamespace?: string; - updateTime: any; - contactEmail?: string; - displayName: string; - metadata?: { name: string; annotations?: any }; - }; -}; + +export type IotconsoleGetAccountQuery = { accounts_getAccount?: { targetNamespace?: string, updateTime: any, contactEmail?: string, displayName: string, metadata?: { name: string, annotations?: any } } }; export type IotconsoleDeleteAccountMutationVariables = Exact<{ accountName: Scalars['String']['input']; }>; -export type IotconsoleDeleteAccountMutation = { - accounts_deleteAccount: boolean; -}; + +export type IotconsoleDeleteAccountMutation = { accounts_deleteAccount: boolean }; export type IotconsoleDeleteIotProjectMutationVariables = Exact<{ name: Scalars['String']['input']; }>; + export type IotconsoleDeleteIotProjectMutation = { iot_deleteProject: boolean }; export type IotconsoleCreateIotProjectMutationVariables = Exact<{ project: IotProjectIn; }>; -export type IotconsoleCreateIotProjectMutation = { - iot_createProject?: { id: string }; -}; + +export type IotconsoleCreateIotProjectMutation = { iot_createProject?: { id: string } }; export type IotconsoleUpdateIotProjectMutationVariables = Exact<{ project: IotProjectIn; }>; -export type IotconsoleUpdateIotProjectMutation = { - iot_updateProject?: { id: string }; -}; + +export type IotconsoleUpdateIotProjectMutation = { iot_updateProject?: { id: string } }; export type IotconsoleGetIotProjectQueryVariables = Exact<{ name: Scalars['String']['input']; }>; -export type IotconsoleGetIotProjectQuery = { - iot_getProject?: { - accountName: string; - creationTime: any; - displayName: string; - id: string; - markedForDeletion?: boolean; - name: string; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - }; -}; + +export type IotconsoleGetIotProjectQuery = { iot_getProject?: { accountName: string, creationTime: any, displayName: string, id: string, markedForDeletion?: boolean, name: string, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string } } }; export type IotconsoleListIotProjectsQueryVariables = Exact<{ search?: InputMaybe; pq?: InputMaybe; }>; -export type IotconsoleListIotProjectsQuery = { - iot_listProjects?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - displayName: string; - name: string; - creationTime: any; - markedForDeletion?: boolean; - updateTime: any; - createdBy: { userEmail: string; userName: string; userId: string }; - lastUpdatedBy: { userEmail: string; userName: string; userId: string }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type IotconsoleListIotProjectsQuery = { iot_listProjects?: { totalCount: number, edges: Array<{ cursor: string, node: { displayName: string, name: string, creationTime: any, markedForDeletion?: boolean, updateTime: any, createdBy: { userEmail: string, userName: string, userId: string }, lastUpdatedBy: { userEmail: string, userName: string, userId: string } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type IotconsoleDeleteIotDeviceBlueprintMutationVariables = Exact<{ projectName: Scalars['String']['input']; name: Scalars['String']['input']; }>; -export type IotconsoleDeleteIotDeviceBlueprintMutation = { - iot_deleteDeviceBlueprint: boolean; -}; + +export type IotconsoleDeleteIotDeviceBlueprintMutation = { iot_deleteDeviceBlueprint: boolean }; export type IotconsoleCreateIotDeviceBlueprintMutationVariables = Exact<{ deviceBlueprint: IotDeviceBlueprintIn; projectName: Scalars['String']['input']; }>; -export type IotconsoleCreateIotDeviceBlueprintMutation = { - iot_createDeviceBlueprint?: { id: string }; -}; + +export type IotconsoleCreateIotDeviceBlueprintMutation = { iot_createDeviceBlueprint?: { id: string } }; export type IotconsoleUpdateIotDeviceBlueprintMutationVariables = Exact<{ deviceBlueprint: IotDeviceBlueprintIn; projectName: Scalars['String']['input']; }>; -export type IotconsoleUpdateIotDeviceBlueprintMutation = { - iot_updateDeviceBlueprint?: { id: string }; -}; + +export type IotconsoleUpdateIotDeviceBlueprintMutation = { iot_updateDeviceBlueprint?: { id: string } }; export type IotconsoleGetIotDeviceBlueprintQueryVariables = Exact<{ projectName: Scalars['String']['input']; name: Scalars['String']['input']; }>; -export type IotconsoleGetIotDeviceBlueprintQuery = { - iot_getDeviceBlueprint?: { - accountName: string; - bluePrintType: Github__Com___Kloudlite___Api___Apps___Iot____Console___Internal___Entities__BluePrintType; - creationTime: any; - displayName: string; - id: string; - markedForDeletion?: boolean; - name: string; - recordVersion: number; - updateTime: any; - version: string; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - }; -}; + +export type IotconsoleGetIotDeviceBlueprintQuery = { iot_getDeviceBlueprint?: { accountName: string, bluePrintType: Github__Com___Kloudlite___Api___Apps___Iot____Console___Internal___Entities__BluePrintType, creationTime: any, displayName: string, id: string, markedForDeletion?: boolean, name: string, recordVersion: number, updateTime: any, version: string, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string } } }; export type IotconsoleListIotDeviceBlueprintsQueryVariables = Exact<{ search?: InputMaybe; @@ -6245,83 +3021,40 @@ export type IotconsoleListIotDeviceBlueprintsQueryVariables = Exact<{ projectName: Scalars['String']['input']; }>; -export type IotconsoleListIotDeviceBlueprintsQuery = { - iot_listDeviceBlueprints?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - accountName: string; - bluePrintType: Github__Com___Kloudlite___Api___Apps___Iot____Console___Internal___Entities__BluePrintType; - creationTime: any; - displayName: string; - id: string; - markedForDeletion?: boolean; - name: string; - recordVersion: number; - updateTime: any; - version: string; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type IotconsoleListIotDeviceBlueprintsQuery = { iot_listDeviceBlueprints?: { totalCount: number, edges: Array<{ cursor: string, node: { accountName: string, bluePrintType: Github__Com___Kloudlite___Api___Apps___Iot____Console___Internal___Entities__BluePrintType, creationTime: any, displayName: string, id: string, markedForDeletion?: boolean, name: string, recordVersion: number, updateTime: any, version: string, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type IotconsoleDeleteIotDeploymentMutationVariables = Exact<{ projectName: Scalars['String']['input']; name: Scalars['String']['input']; }>; -export type IotconsoleDeleteIotDeploymentMutation = { - iot_deleteDeployment: boolean; -}; + +export type IotconsoleDeleteIotDeploymentMutation = { iot_deleteDeployment: boolean }; export type IotconsoleCreateIotDeploymentMutationVariables = Exact<{ projectName: Scalars['String']['input']; deployment: IotDeploymentIn; }>; -export type IotconsoleCreateIotDeploymentMutation = { - iot_createDeployment?: { id: string }; -}; + +export type IotconsoleCreateIotDeploymentMutation = { iot_createDeployment?: { id: string } }; export type IotconsoleUpdateIotDeploymentMutationVariables = Exact<{ projectName: Scalars['String']['input']; deployment: IotDeploymentIn; }>; -export type IotconsoleUpdateIotDeploymentMutation = { - iot_updateDeployment?: { id: string }; -}; + +export type IotconsoleUpdateIotDeploymentMutation = { iot_updateDeployment?: { id: string } }; export type IotconsoleGetIotDeploymentQueryVariables = Exact<{ projectName: Scalars['String']['input']; name: Scalars['String']['input']; }>; -export type IotconsoleGetIotDeploymentQuery = { - iot_getDeployment?: { - accountName: string; - CIDR: string; - creationTime: any; - displayName: string; - id: string; - markedForDeletion?: boolean; - name: string; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - exposedServices: Array<{ ip: string; name: string }>; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - }; -}; + +export type IotconsoleGetIotDeploymentQuery = { iot_getDeployment?: { accountName: string, CIDR: string, creationTime: any, displayName: string, id: string, markedForDeletion?: boolean, name: string, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, exposedServices: Array<{ ip: string, name: string }>, lastUpdatedBy: { userEmail: string, userId: string, userName: string } } }; export type IotconsoleListIotDeploymentsQueryVariables = Exact<{ search?: InputMaybe; @@ -6329,34 +3062,8 @@ export type IotconsoleListIotDeploymentsQueryVariables = Exact<{ projectName: Scalars['String']['input']; }>; -export type IotconsoleListIotDeploymentsQuery = { - iot_listDeployments?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - accountName: string; - CIDR: string; - creationTime: any; - displayName: string; - id: string; - markedForDeletion?: boolean; - name: string; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - exposedServices: Array<{ ip: string; name: string }>; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type IotconsoleListIotDeploymentsQuery = { iot_listDeployments?: { totalCount: number, edges: Array<{ cursor: string, node: { accountName: string, CIDR: string, creationTime: any, displayName: string, id: string, markedForDeletion?: boolean, name: string, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, exposedServices: Array<{ ip: string, name: string }>, lastUpdatedBy: { userEmail: string, userId: string, userName: string } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type IotconsoleDeleteIotAppMutationVariables = Exact<{ projectName: Scalars['String']['input']; @@ -6364,6 +3071,7 @@ export type IotconsoleDeleteIotAppMutationVariables = Exact<{ name: Scalars['String']['input']; }>; + export type IotconsoleDeleteIotAppMutation = { iot_deleteApp: boolean }; export type IotconsoleCreateIotAppMutationVariables = Exact<{ @@ -6372,6 +3080,7 @@ export type IotconsoleCreateIotAppMutationVariables = Exact<{ projectName: Scalars['String']['input']; }>; + export type IotconsoleCreateIotAppMutation = { iot_createApp?: { id: string } }; export type IotconsoleUpdateIotAppMutationVariables = Exact<{ @@ -6380,6 +3089,7 @@ export type IotconsoleUpdateIotAppMutationVariables = Exact<{ app: IotAppIn; }>; + export type IotconsoleUpdateIotAppMutation = { iot_updateApp?: { id: string } }; export type IotconsoleGetIotAppQueryVariables = Exact<{ @@ -6388,131 +3098,8 @@ export type IotconsoleGetIotAppQueryVariables = Exact<{ name: Scalars['String']['input']; }>; -export type IotconsoleGetIotAppQuery = { - iot_getApp?: { - accountName: string; - apiVersion?: string; - creationTime: any; - deviceBlueprintName: string; - displayName: string; - enabled?: boolean; - id: string; - kind?: string; - markedForDeletion?: boolean; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata?: { - annotations?: any; - labels?: any; - name: string; - namespace?: string; - }; - spec: { - displayName?: string; - freeze?: boolean; - nodeSelector?: any; - region?: string; - replicas?: number; - serviceAccount?: string; - containers: Array<{ - args?: Array; - command?: Array; - image: string; - imagePullPolicy?: string; - name: string; - env?: Array<{ - key: string; - optional?: boolean; - refKey?: string; - refName?: string; - type?: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret; - value?: string; - }>; - envFrom?: Array<{ - refName: string; - type: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret; - }>; - livenessProbe?: { - failureThreshold?: number; - initialDelay?: number; - interval?: number; - type: string; - httpGet?: { httpHeaders?: any; path: string; port: number }; - shell?: { command?: Array }; - tcp?: { port: number }; - }; - readinessProbe?: { - failureThreshold?: number; - initialDelay?: number; - interval?: number; - type: string; - }; - resourceCpu?: { max?: string; min?: string }; - resourceMemory?: { max?: string; min?: string }; - volumes?: Array<{ - mountPath: string; - refName: string; - type: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret; - items?: Array<{ fileName?: string; key: string }>; - }>; - }>; - hpa?: { - enabled: boolean; - maxReplicas?: number; - minReplicas?: number; - thresholdCpu?: number; - thresholdMemory?: number; - }; - intercept?: { enabled: boolean; toDevice: string }; - services?: Array<{ port: number }>; - tolerations?: Array<{ - effect?: K8s__Io___Api___Core___V1__TaintEffect; - key?: string; - operator?: K8s__Io___Api___Core___V1__TolerationOperator; - tolerationSeconds?: number; - value?: string; - }>; - topologySpreadConstraints?: Array<{ - matchLabelKeys?: Array; - maxSkew: number; - minDomains?: number; - nodeAffinityPolicy?: string; - nodeTaintsPolicy?: string; - topologyKey: string; - whenUnsatisfiable: K8s__Io___Api___Core___V1__UnsatisfiableConstraintAction; - labelSelector?: { - matchLabels?: any; - matchExpressions?: Array<{ - key: string; - operator: K8s__Io___Apimachinery___Pkg___Apis___Meta___V1__LabelSelectorOperator; - values?: Array; - }>; - }; - }>; - }; - status?: { - checks?: any; - isReady: boolean; - lastReadyGeneration?: number; - lastReconcileTime?: any; - checkList?: Array<{ - debug?: boolean; - description?: string; - name: string; - title: string; - }>; - message?: { RawMessage?: any }; - resources?: Array<{ - apiVersion: string; - kind: string; - name: string; - namespace: string; - }>; - }; - }; -}; + +export type IotconsoleGetIotAppQuery = { iot_getApp?: { accountName: string, apiVersion?: string, creationTime: any, deviceBlueprintName: string, displayName: string, enabled?: boolean, id: string, kind?: string, markedForDeletion?: boolean, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata?: { annotations?: any, labels?: any, name: string, namespace?: string }, spec: { displayName?: string, freeze?: boolean, nodeSelector?: any, region?: string, replicas?: number, serviceAccount?: string, containers: Array<{ args?: Array, command?: Array, image: string, imagePullPolicy?: string, name: string, env?: Array<{ key: string, optional?: boolean, refKey?: string, refName?: string, type?: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret, value?: string }>, envFrom?: Array<{ refName: string, type: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret }>, livenessProbe?: { failureThreshold?: number, initialDelay?: number, interval?: number, type: string, httpGet?: { httpHeaders?: any, path: string, port: number }, shell?: { command?: Array }, tcp?: { port: number } }, readinessProbe?: { failureThreshold?: number, initialDelay?: number, interval?: number, type: string }, resourceCpu?: { max?: string, min?: string }, resourceMemory?: { max?: string, min?: string }, volumes?: Array<{ mountPath: string, refName: string, type: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret, items?: Array<{ fileName?: string, key: string }> }> }>, hpa?: { enabled: boolean, maxReplicas?: number, minReplicas?: number, thresholdCpu?: number, thresholdMemory?: number }, intercept?: { enabled: boolean, toDevice: string }, services?: Array<{ port: number }>, tolerations?: Array<{ effect?: K8s__Io___Api___Core___V1__TaintEffect, key?: string, operator?: K8s__Io___Api___Core___V1__TolerationOperator, tolerationSeconds?: number, value?: string }>, topologySpreadConstraints?: Array<{ matchLabelKeys?: Array, maxSkew: number, minDomains?: number, nodeAffinityPolicy?: string, nodeTaintsPolicy?: string, topologyKey: string, whenUnsatisfiable: K8s__Io___Api___Core___V1__UnsatisfiableConstraintAction, labelSelector?: { matchLabels?: any, matchExpressions?: Array<{ key: string, operator: K8s__Io___Apimachinery___Pkg___Apis___Meta___V1__LabelSelectorOperator, values?: Array }> } }> }, status?: { checks?: any, isReady: boolean, lastReadyGeneration?: number, lastReconcileTime?: any, checkList?: Array<{ debug?: boolean, description?: string, name: string, title: string }>, message?: { RawMessage?: any }, resources?: Array<{ apiVersion: string, kind: string, name: string, namespace: string }> } } }; export type IotconsoleListIotAppsQueryVariables = Exact<{ deviceBlueprintName: Scalars['String']['input']; @@ -6521,144 +3108,8 @@ export type IotconsoleListIotAppsQueryVariables = Exact<{ projectName: Scalars['String']['input']; }>; -export type IotconsoleListIotAppsQuery = { - iot_listApps?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - accountName: string; - apiVersion?: string; - creationTime: any; - deviceBlueprintName: string; - displayName: string; - enabled?: boolean; - id: string; - kind?: string; - markedForDeletion?: boolean; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata?: { - annotations?: any; - creationTimestamp: any; - labels?: any; - name: string; - namespace?: string; - }; - spec: { - displayName?: string; - freeze?: boolean; - nodeSelector?: any; - region?: string; - replicas?: number; - serviceAccount?: string; - containers: Array<{ - args?: Array; - command?: Array; - image: string; - imagePullPolicy?: string; - name: string; - env?: Array<{ - key: string; - optional?: boolean; - refKey?: string; - refName?: string; - type?: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret; - value?: string; - }>; - envFrom?: Array<{ - refName: string; - type: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret; - }>; - livenessProbe?: { - failureThreshold?: number; - initialDelay?: number; - interval?: number; - type: string; - httpGet?: { httpHeaders?: any; path: string; port: number }; - shell?: { command?: Array }; - tcp?: { port: number }; - }; - readinessProbe?: { - failureThreshold?: number; - initialDelay?: number; - interval?: number; - type: string; - }; - resourceCpu?: { max?: string; min?: string }; - resourceMemory?: { max?: string; min?: string }; - volumes?: Array<{ - mountPath: string; - refName: string; - type: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret; - items?: Array<{ fileName?: string; key: string }>; - }>; - }>; - hpa?: { - enabled: boolean; - maxReplicas?: number; - minReplicas?: number; - thresholdCpu?: number; - thresholdMemory?: number; - }; - intercept?: { enabled: boolean; toDevice: string }; - services?: Array<{ port: number }>; - tolerations?: Array<{ - effect?: K8s__Io___Api___Core___V1__TaintEffect; - key?: string; - operator?: K8s__Io___Api___Core___V1__TolerationOperator; - tolerationSeconds?: number; - value?: string; - }>; - topologySpreadConstraints?: Array<{ - matchLabelKeys?: Array; - maxSkew: number; - minDomains?: number; - nodeAffinityPolicy?: string; - nodeTaintsPolicy?: string; - topologyKey: string; - whenUnsatisfiable: K8s__Io___Api___Core___V1__UnsatisfiableConstraintAction; - labelSelector?: { - matchLabels?: any; - matchExpressions?: Array<{ - key: string; - operator: K8s__Io___Apimachinery___Pkg___Apis___Meta___V1__LabelSelectorOperator; - values?: Array; - }>; - }; - }>; - }; - status?: { - checks?: any; - isReady: boolean; - lastReadyGeneration?: number; - lastReconcileTime?: any; - checkList?: Array<{ - debug?: boolean; - description?: string; - name: string; - title: string; - }>; - message?: { RawMessage?: any }; - resources?: Array<{ - apiVersion: string; - kind: string; - name: string; - namespace: string; - }>; - }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type IotconsoleListIotAppsQuery = { iot_listApps?: { totalCount: number, edges: Array<{ cursor: string, node: { accountName: string, apiVersion?: string, creationTime: any, deviceBlueprintName: string, displayName: string, enabled?: boolean, id: string, kind?: string, markedForDeletion?: boolean, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata?: { annotations?: any, creationTimestamp: any, labels?: any, name: string, namespace?: string }, spec: { displayName?: string, freeze?: boolean, nodeSelector?: any, region?: string, replicas?: number, serviceAccount?: string, containers: Array<{ args?: Array, command?: Array, image: string, imagePullPolicy?: string, name: string, env?: Array<{ key: string, optional?: boolean, refKey?: string, refName?: string, type?: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret, value?: string }>, envFrom?: Array<{ refName: string, type: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret }>, livenessProbe?: { failureThreshold?: number, initialDelay?: number, interval?: number, type: string, httpGet?: { httpHeaders?: any, path: string, port: number }, shell?: { command?: Array }, tcp?: { port: number } }, readinessProbe?: { failureThreshold?: number, initialDelay?: number, interval?: number, type: string }, resourceCpu?: { max?: string, min?: string }, resourceMemory?: { max?: string, min?: string }, volumes?: Array<{ mountPath: string, refName: string, type: Github__Com___Kloudlite___Operator___Apis___Crds___V1__ConfigOrSecret, items?: Array<{ fileName?: string, key: string }> }> }>, hpa?: { enabled: boolean, maxReplicas?: number, minReplicas?: number, thresholdCpu?: number, thresholdMemory?: number }, intercept?: { enabled: boolean, toDevice: string }, services?: Array<{ port: number }>, tolerations?: Array<{ effect?: K8s__Io___Api___Core___V1__TaintEffect, key?: string, operator?: K8s__Io___Api___Core___V1__TolerationOperator, tolerationSeconds?: number, value?: string }>, topologySpreadConstraints?: Array<{ matchLabelKeys?: Array, maxSkew: number, minDomains?: number, nodeAffinityPolicy?: string, nodeTaintsPolicy?: string, topologyKey: string, whenUnsatisfiable: K8s__Io___Api___Core___V1__UnsatisfiableConstraintAction, labelSelector?: { matchLabels?: any, matchExpressions?: Array<{ key: string, operator: K8s__Io___Apimachinery___Pkg___Apis___Meta___V1__LabelSelectorOperator, values?: Array }> } }> }, status?: { checks?: any, isReady: boolean, lastReadyGeneration?: number, lastReconcileTime?: any, checkList?: Array<{ debug?: boolean, description?: string, name: string, title: string }>, message?: { RawMessage?: any }, resources?: Array<{ apiVersion: string, kind: string, name: string, namespace: string }> } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type IotconsoleDeleteIotDeviceMutationVariables = Exact<{ projectName: Scalars['String']['input']; @@ -6666,6 +3117,7 @@ export type IotconsoleDeleteIotDeviceMutationVariables = Exact<{ name: Scalars['String']['input']; }>; + export type IotconsoleDeleteIotDeviceMutation = { iot_deleteDevice: boolean }; export type IotconsoleCreateIotDeviceMutationVariables = Exact<{ @@ -6674,9 +3126,8 @@ export type IotconsoleCreateIotDeviceMutationVariables = Exact<{ projectName: Scalars['String']['input']; }>; -export type IotconsoleCreateIotDeviceMutation = { - iot_createDevice?: { id: string }; -}; + +export type IotconsoleCreateIotDeviceMutation = { iot_createDevice?: { id: string } }; export type IotconsoleUpdateIotDeviceMutationVariables = Exact<{ deploymentName: Scalars['String']['input']; @@ -6684,9 +3135,8 @@ export type IotconsoleUpdateIotDeviceMutationVariables = Exact<{ projectName: Scalars['String']['input']; }>; -export type IotconsoleUpdateIotDeviceMutation = { - iot_updateDevice?: { id: string }; -}; + +export type IotconsoleUpdateIotDeviceMutation = { iot_updateDevice?: { id: string } }; export type IotconsoleGetIotDeviceQueryVariables = Exact<{ projectName: Scalars['String']['input']; @@ -6694,26 +3144,8 @@ export type IotconsoleGetIotDeviceQueryVariables = Exact<{ name: Scalars['String']['input']; }>; -export type IotconsoleGetIotDeviceQuery = { - iot_getDevice?: { - accountName: string; - creationTime: any; - deploymentName: string; - displayName: string; - id: string; - ip: string; - markedForDeletion?: boolean; - name: string; - podCIDR: string; - publicKey: string; - recordVersion: number; - serviceCIDR: string; - updateTime: any; - version: string; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - }; -}; + +export type IotconsoleGetIotDeviceQuery = { iot_getDevice?: { accountName: string, creationTime: any, deploymentName: string, displayName: string, id: string, ip: string, markedForDeletion?: boolean, name: string, podCIDR: string, publicKey: string, recordVersion: number, serviceCIDR: string, updateTime: any, version: string, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string } } }; export type IotconsoleListIotDevicesQueryVariables = Exact<{ deploymentName: Scalars['String']['input']; @@ -6722,80 +3154,29 @@ export type IotconsoleListIotDevicesQueryVariables = Exact<{ projectName: Scalars['String']['input']; }>; -export type IotconsoleListIotDevicesQuery = { - iot_listDevices?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - accountName: string; - creationTime: any; - deploymentName: string; - displayName: string; - id: string; - ip: string; - markedForDeletion?: boolean; - name: string; - podCIDR: string; - publicKey: string; - recordVersion: number; - serviceCIDR: string; - updateTime: any; - version: string; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type IotconsoleListIotDevicesQuery = { iot_listDevices?: { totalCount: number, edges: Array<{ cursor: string, node: { accountName: string, creationTime: any, deploymentName: string, displayName: string, id: string, ip: string, markedForDeletion?: boolean, name: string, podCIDR: string, publicKey: string, recordVersion: number, serviceCIDR: string, updateTime: any, version: string, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type IotconsoleListRepoQueryVariables = Exact<{ search?: InputMaybe; pagination?: InputMaybe; }>; -export type IotconsoleListRepoQuery = { - cr_listRepos?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - accountName: string; - creationTime: any; - id: string; - markedForDeletion?: boolean; - name: string; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type IotconsoleListRepoQuery = { cr_listRepos?: { totalCount: number, edges: Array<{ cursor: string, node: { accountName: string, creationTime: any, id: string, markedForDeletion?: boolean, name: string, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type IotconsoleCreateRepoMutationVariables = Exact<{ repository: RepositoryIn; }>; + export type IotconsoleCreateRepoMutation = { cr_createRepo?: { id: string } }; export type IotconsoleDeleteRepoMutationVariables = Exact<{ name: Scalars['String']['input']; }>; + export type IotconsoleDeleteRepoMutation = { cr_deleteRepo: boolean }; export type IotconsoleListDigestQueryVariables = Exact<{ @@ -6804,35 +3185,15 @@ export type IotconsoleListDigestQueryVariables = Exact<{ pagination?: InputMaybe; }>; -export type IotconsoleListDigestQuery = { - cr_listDigests?: { - totalCount: number; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - edges: Array<{ - cursor: string; - node: { - url: string; - updateTime: any; - tags: Array; - size: number; - repository: string; - digest: string; - creationTime: any; - }; - }>; - }; -}; + +export type IotconsoleListDigestQuery = { cr_listDigests?: { totalCount: number, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string }, edges: Array<{ cursor: string, node: { url: string, updateTime: any, tags: Array, size: number, repository: string, digest: string, creationTime: any } }> } }; export type IotconsoleDeleteDigestMutationVariables = Exact<{ repoName: Scalars['String']['input']; digest: Scalars['String']['input']; }>; + export type IotconsoleDeleteDigestMutation = { cr_deleteDigest: boolean }; export type IotconsoleUpdateConfigMutationVariables = Exact<{ @@ -6840,15 +3201,15 @@ export type IotconsoleUpdateConfigMutationVariables = Exact<{ config: ConfigIn; }>; -export type IotconsoleUpdateConfigMutation = { - core_updateConfig?: { id: string }; -}; + +export type IotconsoleUpdateConfigMutation = { core_updateConfig?: { id: string } }; export type IotconsoleDeleteConfigMutationVariables = Exact<{ envName: Scalars['String']['input']; configName: Scalars['String']['input']; }>; + export type IotconsoleDeleteConfigMutation = { core_deleteConfig: boolean }; export type IotconsoleGetConfigQueryVariables = Exact<{ @@ -6856,24 +3217,8 @@ export type IotconsoleGetConfigQueryVariables = Exact<{ name: Scalars['String']['input']; }>; -export type IotconsoleGetConfigQuery = { - core_getConfig?: { - binaryData?: any; - data?: any; - displayName: string; - environmentName: string; - immutable?: boolean; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - }; -}; + +export type IotconsoleGetConfigQuery = { core_getConfig?: { binaryData?: any, data?: any, displayName: string, environmentName: string, immutable?: boolean, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string } } }; export type IotconsoleListConfigsQueryVariables = Exact<{ envName: Scalars['String']['input']; @@ -6881,49 +3226,16 @@ export type IotconsoleListConfigsQueryVariables = Exact<{ pq?: InputMaybe; }>; -export type IotconsoleListConfigsQuery = { - core_listConfigs?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - creationTime: any; - displayName: string; - data?: any; - environmentName: string; - immutable?: boolean; - markedForDeletion?: boolean; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type IotconsoleListConfigsQuery = { core_listConfigs?: { totalCount: number, edges: Array<{ cursor: string, node: { creationTime: any, displayName: string, data?: any, environmentName: string, immutable?: boolean, markedForDeletion?: boolean, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type IotconsoleCreateConfigMutationVariables = Exact<{ envName: Scalars['String']['input']; config: ConfigIn; }>; -export type IotconsoleCreateConfigMutation = { - core_createConfig?: { id: string }; -}; + +export type IotconsoleCreateConfigMutation = { core_createConfig?: { id: string } }; export type IotconsoleListSecretsQueryVariables = Exact<{ envName: Scalars['String']['input']; @@ -6931,98 +3243,46 @@ export type IotconsoleListSecretsQueryVariables = Exact<{ pq?: InputMaybe; }>; -export type IotconsoleListSecretsQuery = { - core_listSecrets?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - creationTime: any; - displayName: string; - stringData?: any; - environmentName: string; - isReadyOnly: boolean; - immutable?: boolean; - markedForDeletion?: boolean; - type?: K8s__Io___Api___Core___V1__SecretType; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type IotconsoleListSecretsQuery = { core_listSecrets?: { totalCount: number, edges: Array<{ cursor: string, node: { creationTime: any, displayName: string, stringData?: any, environmentName: string, isReadyOnly: boolean, immutable?: boolean, markedForDeletion?: boolean, type?: K8s__Io___Api___Core___V1__SecretType, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type IotconsoleCreateSecretMutationVariables = Exact<{ envName: Scalars['String']['input']; secret: SecretIn; }>; -export type IotconsoleCreateSecretMutation = { - core_createSecret?: { id: string }; -}; + +export type IotconsoleCreateSecretMutation = { core_createSecret?: { id: string } }; export type IotconsoleGetSecretQueryVariables = Exact<{ envName: Scalars['String']['input']; name: Scalars['String']['input']; }>; -export type IotconsoleGetSecretQuery = { - core_getSecret?: { - data?: any; - displayName: string; - environmentName: string; - immutable?: boolean; - markedForDeletion?: boolean; - stringData?: any; - type?: K8s__Io___Api___Core___V1__SecretType; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - }; -}; + +export type IotconsoleGetSecretQuery = { core_getSecret?: { data?: any, displayName: string, environmentName: string, immutable?: boolean, markedForDeletion?: boolean, stringData?: any, type?: K8s__Io___Api___Core___V1__SecretType, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string } } }; export type IotconsoleUpdateSecretMutationVariables = Exact<{ envName: Scalars['String']['input']; secret: SecretIn; }>; -export type IotconsoleUpdateSecretMutation = { - core_updateSecret?: { id: string }; -}; + +export type IotconsoleUpdateSecretMutation = { core_updateSecret?: { id: string } }; export type IotconsoleDeleteSecretMutationVariables = Exact<{ envName: Scalars['String']['input']; secretName: Scalars['String']['input']; }>; + export type IotconsoleDeleteSecretMutation = { core_deleteSecret: boolean }; export type IotconsoleGetCredTokenQueryVariables = Exact<{ username: Scalars['String']['input']; }>; + export type IotconsoleGetCredTokenQuery = { cr_getCredToken: string }; export type IotconsoleListCredQueryVariables = Exact<{ @@ -7030,125 +3290,62 @@ export type IotconsoleListCredQueryVariables = Exact<{ pagination?: InputMaybe; }>; -export type IotconsoleListCredQuery = { - cr_listCreds?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - access: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__RepoAccess; - accountName: string; - creationTime: any; - id: string; - markedForDeletion?: boolean; - name: string; - recordVersion: number; - updateTime: any; - username: string; - createdBy: { userEmail: string; userId: string; userName: string }; - expiration: { - unit: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__ExpirationUnit; - value: number; - }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type IotconsoleListCredQuery = { cr_listCreds?: { totalCount: number, edges: Array<{ cursor: string, node: { access: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__RepoAccess, accountName: string, creationTime: any, id: string, markedForDeletion?: boolean, name: string, recordVersion: number, updateTime: any, username: string, createdBy: { userEmail: string, userId: string, userName: string }, expiration: { unit: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__ExpirationUnit, value: number }, lastUpdatedBy: { userEmail: string, userId: string, userName: string } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type IotconsoleCreateCredMutationVariables = Exact<{ credential: CredentialIn; }>; + export type IotconsoleCreateCredMutation = { cr_createCred?: { id: string } }; export type IotconsoleDeleteCredMutationVariables = Exact<{ username: Scalars['String']['input']; }>; + export type IotconsoleDeleteCredMutation = { cr_deleteCred: boolean }; export type IotconsoleGetGitConnectionsQueryVariables = Exact<{ state?: InputMaybe; }>; -export type IotconsoleGetGitConnectionsQuery = { - githubLoginUrl: any; - gitlabLoginUrl: any; - auth_me?: { - providerGitlab?: any; - providerGithub?: any; - providerGoogle?: any; - }; -}; -export type IotconsoleGetLoginsQueryVariables = Exact<{ [key: string]: never }>; +export type IotconsoleGetGitConnectionsQuery = { githubLoginUrl: any, gitlabLoginUrl: any, auth_me?: { providerGitlab?: any, providerGithub?: any, providerGoogle?: any } }; -export type IotconsoleGetLoginsQuery = { - auth_me?: { providerGithub?: any; providerGitlab?: any }; -}; +export type IotconsoleGetLoginsQueryVariables = Exact<{ [key: string]: never; }>; -export type IotconsoleLoginUrlsQueryVariables = Exact<{ [key: string]: never }>; -export type IotconsoleLoginUrlsQuery = { - githubLoginUrl: any; - gitlabLoginUrl: any; -}; +export type IotconsoleGetLoginsQuery = { auth_me?: { providerGithub?: any, providerGitlab?: any } }; + +export type IotconsoleLoginUrlsQueryVariables = Exact<{ [key: string]: never; }>; + + +export type IotconsoleLoginUrlsQuery = { githubLoginUrl: any, gitlabLoginUrl: any }; export type IotconsoleListGithubReposQueryVariables = Exact<{ installationId: Scalars['Int']['input']; pagination?: InputMaybe; }>; -export type IotconsoleListGithubReposQuery = { - cr_listGithubRepos?: { - totalCount?: number; - repositories: Array<{ - cloneUrl?: string; - defaultBranch?: string; - fullName?: string; - private?: boolean; - updatedAt?: any; - }>; - }; -}; + +export type IotconsoleListGithubReposQuery = { cr_listGithubRepos?: { totalCount?: number, repositories: Array<{ cloneUrl?: string, defaultBranch?: string, fullName?: string, private?: boolean, updatedAt?: any }> } }; export type IotconsoleListGithubInstalltionsQueryVariables = Exact<{ pagination?: InputMaybe; }>; -export type IotconsoleListGithubInstalltionsQuery = { - cr_listGithubInstallations?: Array<{ - appId?: number; - id?: number; - nodeId?: string; - repositoriesUrl?: string; - targetId?: number; - targetType?: string; - account?: { - avatarUrl?: string; - id?: number; - login?: string; - nodeId?: string; - type?: string; - }; - }>; -}; + +export type IotconsoleListGithubInstalltionsQuery = { cr_listGithubInstallations?: Array<{ appId?: number, id?: number, nodeId?: string, repositoriesUrl?: string, targetId?: number, targetType?: string, account?: { avatarUrl?: string, id?: number, login?: string, nodeId?: string, type?: string } }> }; export type IotconsoleListGithubBranchesQueryVariables = Exact<{ repoUrl: Scalars['String']['input']; pagination?: InputMaybe; }>; -export type IotconsoleListGithubBranchesQuery = { - cr_listGithubBranches?: Array<{ name?: string }>; -}; + +export type IotconsoleListGithubBranchesQuery = { cr_listGithubBranches?: Array<{ name?: string }> }; export type IotconsoleSearchGithubReposQueryVariables = Exact<{ organization: Scalars['String']['input']; @@ -7156,26 +3353,16 @@ export type IotconsoleSearchGithubReposQueryVariables = Exact<{ pagination?: InputMaybe; }>; -export type IotconsoleSearchGithubReposQuery = { - cr_searchGithubRepos?: { - repositories: Array<{ - cloneUrl?: string; - defaultBranch?: string; - fullName?: string; - private?: boolean; - updatedAt?: any; - }>; - }; -}; + +export type IotconsoleSearchGithubReposQuery = { cr_searchGithubRepos?: { repositories: Array<{ cloneUrl?: string, defaultBranch?: string, fullName?: string, private?: boolean, updatedAt?: any }> } }; export type IotconsoleListGitlabGroupsQueryVariables = Exact<{ query?: InputMaybe; pagination?: InputMaybe; }>; -export type IotconsoleListGitlabGroupsQuery = { - cr_listGitlabGroups?: Array<{ fullName: string; id: string }>; -}; + +export type IotconsoleListGitlabGroupsQuery = { cr_listGitlabGroups?: Array<{ fullName: string, id: string }> }; export type IotconsoleListGitlabReposQueryVariables = Exact<{ query?: InputMaybe; @@ -7183,15 +3370,8 @@ export type IotconsoleListGitlabReposQueryVariables = Exact<{ groupId: Scalars['String']['input']; }>; -export type IotconsoleListGitlabReposQuery = { - cr_listGitlabRepositories?: Array<{ - createdAt?: any; - name: string; - id: number; - public: boolean; - httpUrlToRepo: string; - }>; -}; + +export type IotconsoleListGitlabReposQuery = { cr_listGitlabRepositories?: Array<{ createdAt?: any, name: string, id: number, public: boolean, httpUrlToRepo: string }> }; export type IotconsoleListGitlabBranchesQueryVariables = Exact<{ repoId: Scalars['String']['input']; @@ -7199,9 +3379,8 @@ export type IotconsoleListGitlabBranchesQueryVariables = Exact<{ pagination?: InputMaybe; }>; -export type IotconsoleListGitlabBranchesQuery = { - cr_listGitlabBranches?: Array<{ name?: string; protected?: boolean }>; -}; + +export type IotconsoleListGitlabBranchesQuery = { cr_listGitlabBranches?: Array<{ name?: string, protected?: boolean }> }; export type IotconsoleListBuildsQueryVariables = Exact<{ repoName: Scalars['String']['input']; @@ -7209,88 +3388,14 @@ export type IotconsoleListBuildsQueryVariables = Exact<{ pagination?: InputMaybe; }>; -export type IotconsoleListBuildsQuery = { - cr_listBuilds?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - creationTime: any; - buildClusterName: string; - errorMessages: any; - id: string; - markedForDeletion?: boolean; - name: string; - status: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__BuildStatus; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - credUser: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - source: { - branch: string; - provider: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__GitProvider; - repository: string; - webhookId?: number; - }; - spec: { - buildOptions?: { - buildArgs?: any; - buildContexts?: any; - contextDir?: string; - dockerfileContent?: string; - dockerfilePath?: string; - targetPlatforms?: Array; - }; - registry: { repo: { name: string; tags: Array } }; - resource: { cpu: number; memoryInMb: number }; - caches?: Array<{ name: string; path: string }>; - }; - latestBuildRun?: { - recordVersion: number; - markedForDeletion?: boolean; - status?: { - checks?: any; - isReady: boolean; - lastReadyGeneration?: number; - lastReconcileTime?: any; - checkList?: Array<{ - debug?: boolean; - description?: string; - name: string; - title: string; - }>; - message?: { RawMessage?: any }; - resources?: Array<{ - apiVersion: string; - kind: string; - name: string; - namespace: string; - }>; - }; - syncStatus: { - action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction; - error?: string; - lastSyncedAt?: any; - recordVersion: number; - state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState; - syncScheduledAt?: any; - }; - }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type IotconsoleListBuildsQuery = { cr_listBuilds?: { totalCount: number, edges: Array<{ cursor: string, node: { creationTime: any, buildClusterName: string, errorMessages: any, id: string, markedForDeletion?: boolean, name: string, status: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__BuildStatus, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, credUser: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, source: { branch: string, provider: Github__Com___Kloudlite___Api___Apps___Container____Registry___Internal___Domain___Entities__GitProvider, repository: string, webhookId?: number }, spec: { buildOptions?: { buildArgs?: any, buildContexts?: any, contextDir?: string, dockerfileContent?: string, dockerfilePath?: string, targetPlatforms?: Array }, registry: { repo: { name: string, tags: Array } }, resource: { cpu: number, memoryInMb: number }, caches?: Array<{ name: string, path: string }> }, latestBuildRun?: { recordVersion: number, markedForDeletion?: boolean, status?: { checks?: any, isReady: boolean, lastReadyGeneration?: number, lastReconcileTime?: any, checkList?: Array<{ debug?: boolean, description?: string, name: string, title: string }>, message?: { RawMessage?: any }, resources?: Array<{ apiVersion: string, kind: string, name: string, namespace: string }> }, syncStatus: { action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction, error?: string, lastSyncedAt?: any, recordVersion: number, state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState, syncScheduledAt?: any } } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type IotconsoleCreateBuildMutationVariables = Exact<{ build: BuildIn; }>; + export type IotconsoleCreateBuildMutation = { cr_addBuild?: { id: string } }; export type IotconsoleUpdateBuildMutationVariables = Exact<{ @@ -7298,18 +3403,21 @@ export type IotconsoleUpdateBuildMutationVariables = Exact<{ build: BuildIn; }>; + export type IotconsoleUpdateBuildMutation = { cr_updateBuild?: { id: string } }; export type IotconsoleDeleteBuildMutationVariables = Exact<{ crDeleteBuildId: Scalars['ID']['input']; }>; + export type IotconsoleDeleteBuildMutation = { cr_deleteBuild: boolean }; export type IotconsoleTriggerBuildMutationVariables = Exact<{ crTriggerBuildId: Scalars['ID']['input']; }>; + export type IotconsoleTriggerBuildMutation = { cr_triggerBuild: boolean }; export type IotconsoleListBuildRunsQueryVariables = Exact<{ @@ -7317,223 +3425,69 @@ export type IotconsoleListBuildRunsQueryVariables = Exact<{ pq?: InputMaybe; }>; -export type IotconsoleListBuildRunsQuery = { - cr_listBuildRuns?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - id: string; - clusterName: string; - creationTime: any; - markedForDeletion?: boolean; - recordVersion: number; - updateTime: any; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - spec?: { - accountName: string; - buildOptions?: { - buildArgs?: any; - buildContexts?: any; - contextDir?: string; - dockerfileContent?: string; - dockerfilePath?: string; - targetPlatforms?: Array; - }; - registry: { repo: { name: string; tags: Array } }; - resource: { cpu: number; memoryInMb: number }; - }; - status?: { - checks?: any; - isReady: boolean; - lastReadyGeneration?: number; - lastReconcileTime?: any; - checkList?: Array<{ - description?: string; - debug?: boolean; - name: string; - title: string; - }>; - message?: { RawMessage?: any }; - resources?: Array<{ - apiVersion: string; - kind: string; - name: string; - namespace: string; - }>; - }; - syncStatus: { - action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction; - error?: string; - lastSyncedAt?: any; - recordVersion: number; - state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState; - syncScheduledAt?: any; - }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type IotconsoleListBuildRunsQuery = { cr_listBuildRuns?: { totalCount: number, edges: Array<{ cursor: string, node: { id: string, clusterName: string, creationTime: any, markedForDeletion?: boolean, recordVersion: number, updateTime: any, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, spec?: { accountName: string, buildOptions?: { buildArgs?: any, buildContexts?: any, contextDir?: string, dockerfileContent?: string, dockerfilePath?: string, targetPlatforms?: Array }, registry: { repo: { name: string, tags: Array } }, resource: { cpu: number, memoryInMb: number } }, status?: { checks?: any, isReady: boolean, lastReadyGeneration?: number, lastReconcileTime?: any, checkList?: Array<{ description?: string, debug?: boolean, name: string, title: string }>, message?: { RawMessage?: any }, resources?: Array<{ apiVersion: string, kind: string, name: string, namespace: string }> }, syncStatus: { action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction, error?: string, lastSyncedAt?: any, recordVersion: number, state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState, syncScheduledAt?: any } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type IotconsoleGetBuildRunQueryVariables = Exact<{ buildId: Scalars['ID']['input']; buildRunName: Scalars['String']['input']; }>; -export type IotconsoleGetBuildRunQuery = { - cr_getBuildRun?: { - clusterName: string; - creationTime: any; - markedForDeletion?: boolean; - recordVersion: number; - updateTime: any; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - spec?: { - accountName: string; - buildOptions?: { - buildArgs?: any; - buildContexts?: any; - contextDir?: string; - dockerfileContent?: string; - dockerfilePath?: string; - targetPlatforms?: Array; - }; - registry: { repo: { name: string; tags: Array } }; - resource: { cpu: number; memoryInMb: number }; - }; - status?: { - checks?: any; - isReady: boolean; - lastReadyGeneration?: number; - lastReconcileTime?: any; - checkList?: Array<{ - description?: string; - debug?: boolean; - name: string; - title: string; - }>; - message?: { RawMessage?: any }; - resources?: Array<{ - apiVersion: string; - kind: string; - name: string; - namespace: string; - }>; - }; - syncStatus: { - action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction; - error?: string; - lastSyncedAt?: any; - recordVersion: number; - state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState; - syncScheduledAt?: any; - }; - }; -}; + +export type IotconsoleGetBuildRunQuery = { cr_getBuildRun?: { clusterName: string, creationTime: any, markedForDeletion?: boolean, recordVersion: number, updateTime: any, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, spec?: { accountName: string, buildOptions?: { buildArgs?: any, buildContexts?: any, contextDir?: string, dockerfileContent?: string, dockerfilePath?: string, targetPlatforms?: Array }, registry: { repo: { name: string, tags: Array } }, resource: { cpu: number, memoryInMb: number } }, status?: { checks?: any, isReady: boolean, lastReadyGeneration?: number, lastReconcileTime?: any, checkList?: Array<{ description?: string, debug?: boolean, name: string, title: string }>, message?: { RawMessage?: any }, resources?: Array<{ apiVersion: string, kind: string, name: string, namespace: string }> }, syncStatus: { action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction, error?: string, lastSyncedAt?: any, recordVersion: number, state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState, syncScheduledAt?: any } } }; export type IotconsoleListInvitationsForAccountQueryVariables = Exact<{ accountName: Scalars['String']['input']; }>; -export type IotconsoleListInvitationsForAccountQuery = { - accounts_listInvitations?: Array<{ - accepted?: boolean; - accountName: string; - creationTime: any; - id: string; - inviteToken: string; - invitedBy: string; - markedForDeletion?: boolean; - recordVersion: number; - rejected?: boolean; - updateTime: any; - userEmail?: string; - userName?: string; - userRole: Github__Com___Kloudlite___Api___Apps___Iam___Types__Role; - }>; -}; + +export type IotconsoleListInvitationsForAccountQuery = { accounts_listInvitations?: Array<{ accepted?: boolean, accountName: string, creationTime: any, id: string, inviteToken: string, invitedBy: string, markedForDeletion?: boolean, recordVersion: number, rejected?: boolean, updateTime: any, userEmail?: string, userName?: string, userRole: Github__Com___Kloudlite___Api___Apps___Iam___Types__Role }> }; export type IotconsoleListMembershipsForAccountQueryVariables = Exact<{ accountName: Scalars['String']['input']; }>; -export type IotconsoleListMembershipsForAccountQuery = { - accounts_listMembershipsForAccount?: Array<{ - role: Github__Com___Kloudlite___Api___Apps___Iam___Types__Role; - user: { verified: boolean; name: string; joined: any; email: string }; - }>; -}; + +export type IotconsoleListMembershipsForAccountQuery = { accounts_listMembershipsForAccount?: Array<{ role: Github__Com___Kloudlite___Api___Apps___Iam___Types__Role, user: { verified: boolean, name: string, joined: any, email: string } }> }; export type IotconsoleDeleteAccountInvitationMutationVariables = Exact<{ accountName: Scalars['String']['input']; invitationId: Scalars['String']['input']; }>; -export type IotconsoleDeleteAccountInvitationMutation = { - accounts_deleteInvitation: boolean; -}; + +export type IotconsoleDeleteAccountInvitationMutation = { accounts_deleteInvitation: boolean }; export type IotconsoleInviteMembersForAccountMutationVariables = Exact<{ accountName: Scalars['String']['input']; invitations: Array | InvitationIn; }>; -export type IotconsoleInviteMembersForAccountMutation = { - accounts_inviteMembers?: Array<{ id: string }>; -}; + +export type IotconsoleInviteMembersForAccountMutation = { accounts_inviteMembers?: Array<{ id: string }> }; export type IotconsoleListInvitationsForUserQueryVariables = Exact<{ onlyPending: Scalars['Boolean']['input']; }>; -export type IotconsoleListInvitationsForUserQuery = { - accounts_listInvitationsForUser?: Array<{ - accountName: string; - id: string; - updateTime: any; - inviteToken: string; - }>; -}; + +export type IotconsoleListInvitationsForUserQuery = { accounts_listInvitationsForUser?: Array<{ accountName: string, id: string, updateTime: any, inviteToken: string }> }; export type IotconsoleAcceptInvitationMutationVariables = Exact<{ accountName: Scalars['String']['input']; inviteToken: Scalars['String']['input']; }>; -export type IotconsoleAcceptInvitationMutation = { - accounts_acceptInvitation: boolean; -}; + +export type IotconsoleAcceptInvitationMutation = { accounts_acceptInvitation: boolean }; export type IotconsoleRejectInvitationMutationVariables = Exact<{ accountName: Scalars['String']['input']; inviteToken: Scalars['String']['input']; }>; -export type IotconsoleRejectInvitationMutation = { - accounts_rejectInvitation: boolean; -}; + +export type IotconsoleRejectInvitationMutation = { accounts_rejectInvitation: boolean }; export type IotconsoleUpdateAccountMembershipMutationVariables = Exact<{ accountName: Scalars['String']['input']; @@ -7541,152 +3495,71 @@ export type IotconsoleUpdateAccountMembershipMutationVariables = Exact<{ role: Github__Com___Kloudlite___Api___Apps___Iam___Types__Role; }>; -export type IotconsoleUpdateAccountMembershipMutation = { - accounts_updateAccountMembership: boolean; -}; + +export type IotconsoleUpdateAccountMembershipMutation = { accounts_updateAccountMembership: boolean }; export type IotconsoleDeleteAccountMembershipMutationVariables = Exact<{ accountName: Scalars['String']['input']; memberId: Scalars['ID']['input']; }>; -export type IotconsoleDeleteAccountMembershipMutation = { - accounts_removeAccountMembership: boolean; -}; + +export type IotconsoleDeleteAccountMembershipMutation = { accounts_removeAccountMembership: boolean }; export type AuthCli_CreateGlobalVpnDeviceMutationVariables = Exact<{ gvpnDevice: GlobalVpnDeviceIn; }>; -export type AuthCli_CreateGlobalVpnDeviceMutation = { - infra_createGlobalVPNDevice?: { - accountName: string; - creationTime: any; - displayName: string; - globalVPNName: string; - id: string; - ipAddr: string; - markedForDeletion?: boolean; - privateKey: string; - publicKey: string; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userName: string; userId: string; userEmail: string }; - metadata: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - wireguardConfig?: { value: string; encoding: string }; - }; -}; + +export type AuthCli_CreateGlobalVpnDeviceMutation = { infra_createGlobalVPNDevice?: { accountName: string, creationTime: any, displayName: string, globalVPNName: string, id: string, ipAddr: string, markedForDeletion?: boolean, privateKey: string, publicKey: string, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userName: string, userId: string, userEmail: string }, metadata: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, wireguardConfig?: { value: string, encoding: string } } }; export type AuthCli_GetMresOutputKeyValuesQueryVariables = Exact<{ msvcName: Scalars['String']['input']; - keyrefs?: InputMaybe< - | Array> - | InputMaybe - >; + keyrefs?: InputMaybe> | InputMaybe>; }>; -export type AuthCli_GetMresOutputKeyValuesQuery = { - core_getManagedResouceOutputKeyValues: Array<{ - key: string; - mresName: string; - value: string; - }>; -}; + +export type AuthCli_GetMresOutputKeyValuesQuery = { core_getManagedResouceOutputKeyValues: Array<{ key: string, mresName: string, value: string }> }; export type AuthCli_GetGlobalVpnDeviceQueryVariables = Exact<{ gvpn: Scalars['String']['input']; deviceName: Scalars['String']['input']; }>; -export type AuthCli_GetGlobalVpnDeviceQuery = { - infra_getGlobalVPNDevice?: { - accountName: string; - creationTime: any; - displayName: string; - globalVPNName: string; - id: string; - ipAddr: string; - markedForDeletion?: boolean; - privateKey: string; - publicKey: string; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userName: string; userId: string; userEmail: string }; - metadata: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - wireguardConfig?: { value: string; encoding: string }; - }; -}; + +export type AuthCli_GetGlobalVpnDeviceQuery = { infra_getGlobalVPNDevice?: { accountName: string, creationTime: any, displayName: string, globalVPNName: string, id: string, ipAddr: string, markedForDeletion?: boolean, privateKey: string, publicKey: string, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userName: string, userId: string, userEmail: string }, metadata: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, wireguardConfig?: { value: string, encoding: string } } }; export type AuthCli_CoreCheckNameAvailabilityQueryVariables = Exact<{ resType: ConsoleResType; name: Scalars['String']['input']; }>; -export type AuthCli_CoreCheckNameAvailabilityQuery = { - core_checkNameAvailability: { - result: boolean; - suggestedNames?: Array; - }; -}; + +export type AuthCli_CoreCheckNameAvailabilityQuery = { core_checkNameAvailability: { result: boolean, suggestedNames?: Array } }; export type AuthCli_GetMresKeysQueryVariables = Exact<{ name: Scalars['String']['input']; envName?: InputMaybe; }>; -export type AuthCli_GetMresKeysQuery = { - core_getManagedResouceOutputKeys: Array; -}; + +export type AuthCli_GetMresKeysQuery = { core_getManagedResouceOutputKeys: Array }; export type AuthCli_ListMresesQueryVariables = Exact<{ pq?: InputMaybe; search?: InputMaybe; }>; -export type AuthCli_ListMresesQuery = { - core_listManagedResources?: { - edges: Array<{ - node: { - displayName: string; - metadata?: { name: string; namespace?: string }; - }; - }>; - }; -}; + +export type AuthCli_ListMresesQuery = { core_listManagedResources?: { edges: Array<{ node: { displayName: string, metadata?: { name: string, namespace?: string } } }> } }; export type AuthCli_GetMresConfigsValuesQueryVariables = Exact<{ - keyrefs?: InputMaybe< - | Array> - | InputMaybe - >; + keyrefs?: InputMaybe> | InputMaybe>; envName?: InputMaybe; }>; -export type AuthCli_GetMresConfigsValuesQuery = { - core_getManagedResouceOutputKeyValues: Array<{ - key: string; - mresName: string; - value: string; - }>; -}; + +export type AuthCli_GetMresConfigsValuesQuery = { core_getManagedResouceOutputKeyValues: Array<{ key: string, mresName: string, value: string }> }; export type AuthCli_InfraCheckNameAvailabilityQueryVariables = Exact<{ resType: ResType; @@ -7694,12 +3567,8 @@ export type AuthCli_InfraCheckNameAvailabilityQueryVariables = Exact<{ clusterName?: InputMaybe; }>; -export type AuthCli_InfraCheckNameAvailabilityQuery = { - infra_checkNameAvailability: { - result: boolean; - suggestedNames: Array; - }; -}; + +export type AuthCli_InfraCheckNameAvailabilityQuery = { infra_checkNameAvailability: { result: boolean, suggestedNames: Array } }; export type AuthCli_GetConfigSecretMapQueryVariables = Exact<{ envName: Scalars['String']['input']; @@ -7708,38 +3577,29 @@ export type AuthCli_GetConfigSecretMapQueryVariables = Exact<{ mresQueries?: InputMaybe | SecretKeyRefIn>; }>; -export type AuthCli_GetConfigSecretMapQuery = { - configs?: Array<{ configName: string; key: string; value: string }>; - secrets?: Array<{ key: string; secretName: string; value: string }>; - mreses?: Array<{ key: string; secretName: string; value: string }>; -}; + +export type AuthCli_GetConfigSecretMapQuery = { configs?: Array<{ configName: string, key: string, value: string }>, secrets?: Array<{ key: string, secretName: string, value: string }>, mreses?: Array<{ key: string, secretName: string, value: string }> }; export type AuthCli_IntercepExternalAppMutationVariables = Exact<{ envName: Scalars['String']['input']; appName: Scalars['String']['input']; deviceName: Scalars['String']['input']; intercept: Scalars['Boolean']['input']; - portMappings?: InputMaybe< - | Array - | Github__Com___Kloudlite___Operator___Apis___Crds___V1__AppInterceptPortMappingsIn - >; + portMappings?: InputMaybe | Github__Com___Kloudlite___Operator___Apis___Crds___V1__AppInterceptPortMappingsIn>; }>; -export type AuthCli_IntercepExternalAppMutation = { - core_interceptExternalApp: boolean; -}; + +export type AuthCli_IntercepExternalAppMutation = { core_interceptExternalApp: boolean }; export type AuthCli_InterceptAppMutationVariables = Exact<{ - portMappings?: InputMaybe< - | Array - | Github__Com___Kloudlite___Operator___Apis___Crds___V1__AppInterceptPortMappingsIn - >; + portMappings?: InputMaybe | Github__Com___Kloudlite___Operator___Apis___Crds___V1__AppInterceptPortMappingsIn>; intercept: Scalars['Boolean']['input']; deviceName: Scalars['String']['input']; appName: Scalars['String']['input']; envName: Scalars['String']['input']; }>; + export type AuthCli_InterceptAppMutation = { core_interceptApp: boolean }; export type AuthCli_RemoveDeviceInterceptsMutationVariables = Exact<{ @@ -7747,258 +3607,122 @@ export type AuthCli_RemoveDeviceInterceptsMutationVariables = Exact<{ deviceName: Scalars['String']['input']; }>; -export type AuthCli_RemoveDeviceInterceptsMutation = { - core_removeDeviceIntercepts: boolean; -}; + +export type AuthCli_RemoveDeviceInterceptsMutation = { core_removeDeviceIntercepts: boolean }; export type AuthCli_GetEnvironmentQueryVariables = Exact<{ name: Scalars['String']['input']; }>; -export type AuthCli_GetEnvironmentQuery = { - core_getEnvironment?: { - displayName: string; - clusterName: string; - status?: { isReady: boolean; message?: { RawMessage?: any } }; - metadata?: { name: string }; - spec?: { targetNamespace?: string }; - }; -}; + +export type AuthCli_GetEnvironmentQuery = { core_getEnvironment?: { displayName: string, clusterName: string, status?: { isReady: boolean, message?: { RawMessage?: any } }, metadata?: { name: string }, spec?: { targetNamespace?: string } } }; export type AuthCli_GetSecretQueryVariables = Exact<{ envName: Scalars['String']['input']; name: Scalars['String']['input']; }>; -export type AuthCli_GetSecretQuery = { - core_getSecret?: { - displayName: string; - stringData?: any; - metadata?: { name: string; namespace?: string }; - }; -}; + +export type AuthCli_GetSecretQuery = { core_getSecret?: { displayName: string, stringData?: any, metadata?: { name: string, namespace?: string } } }; export type AuthCli_GetConfigQueryVariables = Exact<{ envName: Scalars['String']['input']; name: Scalars['String']['input']; }>; -export type AuthCli_GetConfigQuery = { - core_getConfig?: { - data?: any; - displayName: string; - metadata?: { name: string; namespace?: string }; - }; -}; + +export type AuthCli_GetConfigQuery = { core_getConfig?: { data?: any, displayName: string, metadata?: { name: string, namespace?: string } } }; export type AuthCli_ListAppsQueryVariables = Exact<{ pq?: InputMaybe; envName: Scalars['String']['input']; }>; -export type AuthCli_ListAppsQuery = { - apps?: { - edges: Array<{ - node: { - displayName: string; - environmentName: string; - markedForDeletion?: boolean; - spec?: { - intercept?: { - enabled: boolean; - toDevice: string; - portMappings?: Array<{ devicePort: number; appPort: number }>; - }; - }; - metadata?: { name: string; annotations?: any; namespace?: string }; - status?: { - checks?: any; - isReady: boolean; - message?: { RawMessage?: any }; - }; - }; - }>; - }; - mapps?: { - edges: Array<{ - node: { - displayName: string; - environmentName: string; - markedForDeletion?: boolean; - metadata?: { annotations?: any; name: string; namespace?: string }; - spec: { - displayName?: string; - intercept?: { - enabled: boolean; - toDevice: string; - portMappings?: Array<{ devicePort: number; appPort: number }>; - }; - services?: Array<{ port: number }>; - }; - status?: { - checks?: any; - isReady: boolean; - message?: { RawMessage?: any }; - }; - }; - }>; - }; -}; + +export type AuthCli_ListAppsQuery = { apps?: { edges: Array<{ node: { displayName: string, environmentName: string, markedForDeletion?: boolean, spec?: { intercept?: { enabled: boolean, toDevice: string, portMappings?: Array<{ devicePort: number, appPort: number }> } }, metadata?: { name: string, annotations?: any, namespace?: string }, status?: { checks?: any, isReady: boolean, message?: { RawMessage?: any } } } }> }, mapps?: { edges: Array<{ node: { displayName: string, environmentName: string, markedForDeletion?: boolean, metadata?: { annotations?: any, name: string, namespace?: string }, spec: { displayName?: string, intercept?: { enabled: boolean, toDevice: string, portMappings?: Array<{ devicePort: number, appPort: number }> }, services?: Array<{ port: number }> }, status?: { checks?: any, isReady: boolean, message?: { RawMessage?: any } } } }> } }; export type AuthCli_ListConfigsQueryVariables = Exact<{ pq?: InputMaybe; envName: Scalars['String']['input']; }>; -export type AuthCli_ListConfigsQuery = { - core_listConfigs?: { - totalCount: number; - edges: Array<{ - node: { - data?: any; - displayName: string; - metadata?: { name: string; namespace?: string }; - }; - }>; - }; -}; + +export type AuthCli_ListConfigsQuery = { core_listConfigs?: { totalCount: number, edges: Array<{ node: { data?: any, displayName: string, metadata?: { name: string, namespace?: string } } }> } }; export type AuthCli_ListSecretsQueryVariables = Exact<{ envName: Scalars['String']['input']; pq?: InputMaybe; }>; -export type AuthCli_ListSecretsQuery = { - core_listSecrets?: { - edges: Array<{ - cursor: string; - node: { - displayName: string; - markedForDeletion?: boolean; - isReadyOnly: boolean; - stringData?: any; - metadata?: { name: string; namespace?: string }; - }; - }>; - }; -}; + +export type AuthCli_ListSecretsQuery = { core_listSecrets?: { edges: Array<{ cursor: string, node: { displayName: string, markedForDeletion?: boolean, isReadyOnly: boolean, stringData?: any, metadata?: { name: string, namespace?: string } } }> } }; export type AuthCli_ListEnvironmentsQueryVariables = Exact<{ pq?: InputMaybe; }>; -export type AuthCli_ListEnvironmentsQuery = { - core_listEnvironments?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - displayName: string; - markedForDeletion?: boolean; - clusterName: string; - metadata?: { name: string; namespace?: string }; - spec?: { targetNamespace?: string }; - status?: { isReady: boolean; message?: { RawMessage?: any } }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type AuthCli_ListEnvironmentsQuery = { core_listEnvironments?: { totalCount: number, edges: Array<{ cursor: string, node: { displayName: string, markedForDeletion?: boolean, clusterName: string, metadata?: { name: string, namespace?: string }, spec?: { targetNamespace?: string }, status?: { isReady: boolean, message?: { RawMessage?: any } } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type AuthCli_GetKubeConfigQueryVariables = Exact<{ name: Scalars['String']['input']; }>; -export type AuthCli_GetKubeConfigQuery = { - infra_getCluster?: { - adminKubeconfig?: { encoding: string; value: string }; - status?: { isReady: boolean }; - }; -}; + +export type AuthCli_GetKubeConfigQuery = { infra_getCluster?: { adminKubeconfig?: { encoding: string, value: string }, status?: { isReady: boolean } } }; export type AuthCli_ListClustersQueryVariables = Exact<{ pagination?: InputMaybe; }>; -export type AuthCli_ListClustersQuery = { - infra_listClusters?: { - edges: Array<{ - node: { - displayName: string; - metadata: { name: string }; - status?: { isReady: boolean }; - }; - }>; - }; -}; -export type AuthCli_ListAccountsQueryVariables = Exact<{ - [key: string]: never; -}>; +export type AuthCli_ListClustersQuery = { infra_listClusters?: { edges: Array<{ node: { displayName: string, metadata: { name: string }, status?: { isReady: boolean } } }> } }; -export type AuthCli_ListAccountsQuery = { - accounts_listAccounts?: Array<{ - displayName: string; - metadata?: { name: string }; - }>; -}; +export type AuthCli_ListAccountsQueryVariables = Exact<{ [key: string]: never; }>; -export type AuthCli_GetCurrentUserQueryVariables = Exact<{ - [key: string]: never; -}>; -export type AuthCli_GetCurrentUserQuery = { - auth_me?: { id: string; email: string; name: string }; -}; +export type AuthCli_ListAccountsQuery = { accounts_listAccounts?: Array<{ displayName: string, metadata?: { name: string } }> }; + +export type AuthCli_GetCurrentUserQueryVariables = Exact<{ [key: string]: never; }>; + + +export type AuthCli_GetCurrentUserQuery = { auth_me?: { id: string, email: string, name: string } }; export type AuthCli_CreateRemoteLoginMutationVariables = Exact<{ secret?: InputMaybe; }>; -export type AuthCli_CreateRemoteLoginMutation = { - auth_createRemoteLogin: string; -}; + +export type AuthCli_CreateRemoteLoginMutation = { auth_createRemoteLogin: string }; export type AuthCli_GetRemoteLoginQueryVariables = Exact<{ loginId: Scalars['String']['input']; secret: Scalars['String']['input']; }>; -export type AuthCli_GetRemoteLoginQuery = { - auth_getRemoteLogin?: { authHeader?: string; status: string }; -}; + +export type AuthCli_GetRemoteLoginQuery = { auth_getRemoteLogin?: { authHeader?: string, status: string } }; export type AuthCli_CreateClusterReferenceMutationVariables = Exact<{ cluster: ByokClusterIn; }>; -export type AuthCli_CreateClusterReferenceMutation = { - infra_createBYOKCluster?: { id: string; metadata: { name: string } }; -}; + +export type AuthCli_CreateClusterReferenceMutation = { infra_createBYOKCluster?: { id: string, metadata: { name: string } } }; export type AuthCli_DeleteClusterReferenceMutationVariables = Exact<{ name: Scalars['String']['input']; }>; -export type AuthCli_DeleteClusterReferenceMutation = { - infra_deleteBYOKCluster: boolean; -}; + +export type AuthCli_DeleteClusterReferenceMutation = { infra_deleteBYOKCluster: boolean }; export type AuthCli_ClusterReferenceInstructionsQueryVariables = Exact<{ name: Scalars['String']['input']; }>; -export type AuthCli_ClusterReferenceInstructionsQuery = { - infrat_getBYOKClusterSetupInstructions?: Array<{ - command: string; - title: string; - }>; -}; + +export type AuthCli_ClusterReferenceInstructionsQuery = { infrat_getBYOKClusterSetupInstructions?: Array<{ command: string, title: string }> }; export type AuthCli_ListImportedManagedResourcesQueryVariables = Exact<{ envName: Scalars['String']['input']; @@ -8006,127 +3730,21 @@ export type AuthCli_ListImportedManagedResourcesQueryVariables = Exact<{ pq?: InputMaybe; }>; -export type AuthCli_ListImportedManagedResourcesQuery = { - core_listImportedManagedResources?: { - totalCount: number; - edges: Array<{ - cursor: string; - node: { - accountName: string; - creationTime: any; - displayName: string; - environmentName: string; - id: string; - markedForDeletion?: boolean; - name: string; - recordVersion: number; - updateTime: any; - createdBy: { userEmail: string; userId: string; userName: string }; - lastUpdatedBy: { userEmail: string; userId: string; userName: string }; - managedResourceRef: { id: string; name: string; namespace: string }; - secretRef: { name: string; namespace?: string }; - syncStatus: { - action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction; - error?: string; - lastSyncedAt?: any; - recordVersion: number; - state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState; - syncScheduledAt?: any; - }; - managedResource?: { - accountName: string; - apiVersion?: string; - creationTime: any; - displayName: string; - enabled?: boolean; - environmentName: string; - id: string; - isImported: boolean; - kind?: string; - managedServiceName: string; - markedForDeletion?: boolean; - mresRef: string; - recordVersion: number; - updateTime: any; - metadata?: { - annotations?: any; - creationTimestamp: any; - deletionTimestamp?: any; - generation: number; - labels?: any; - name: string; - namespace?: string; - }; - spec: { - resourceNamePrefix?: string; - resourceTemplate: { - apiVersion: string; - kind: string; - spec?: any; - msvcRef: { - apiVersion?: string; - kind?: string; - name: string; - namespace: string; - }; - }; - }; - status?: { - checks?: any; - isReady: boolean; - lastReadyGeneration?: number; - lastReconcileTime?: any; - checkList?: Array<{ - debug?: boolean; - description?: string; - hide?: boolean; - name: string; - title: string; - }>; - message?: { RawMessage?: any }; - resources?: Array<{ - apiVersion: string; - kind: string; - name: string; - namespace: string; - }>; - }; - syncedOutputSecretRef?: { - apiVersion?: string; - data?: any; - immutable?: boolean; - kind?: string; - stringData?: any; - type?: K8s__Io___Api___Core___V1__SecretType; - }; - }; - }; - }>; - pageInfo: { - endCursor?: string; - hasNextPage?: boolean; - hasPrevPage?: boolean; - startCursor?: string; - }; - }; -}; + +export type AuthCli_ListImportedManagedResourcesQuery = { core_listImportedManagedResources?: { totalCount: number, edges: Array<{ cursor: string, node: { accountName: string, creationTime: any, displayName: string, environmentName: string, id: string, markedForDeletion?: boolean, name: string, recordVersion: number, updateTime: any, createdBy: { userEmail: string, userId: string, userName: string }, lastUpdatedBy: { userEmail: string, userId: string, userName: string }, managedResourceRef: { id: string, name: string, namespace: string }, secretRef: { name: string, namespace?: string }, syncStatus: { action: Github__Com___Kloudlite___Api___Pkg___Types__SyncAction, error?: string, lastSyncedAt?: any, recordVersion: number, state: Github__Com___Kloudlite___Api___Pkg___Types__SyncState, syncScheduledAt?: any }, managedResource?: { accountName: string, apiVersion?: string, creationTime: any, displayName: string, enabled?: boolean, environmentName: string, id: string, isImported: boolean, kind?: string, managedServiceName: string, markedForDeletion?: boolean, mresRef: string, recordVersion: number, updateTime: any, metadata?: { annotations?: any, creationTimestamp: any, deletionTimestamp?: any, generation: number, labels?: any, name: string, namespace?: string }, spec: { resourceNamePrefix?: string, resourceTemplate: { apiVersion: string, kind: string, spec?: any, msvcRef: { apiVersion?: string, kind?: string, name: string, namespace: string } } }, status?: { checks?: any, isReady: boolean, lastReadyGeneration?: number, lastReconcileTime?: any, checkList?: Array<{ debug?: boolean, description?: string, hide?: boolean, name: string, title: string }>, message?: { RawMessage?: any }, resources?: Array<{ apiVersion: string, kind: string, name: string, namespace: string }> }, syncedOutputSecretRef?: { apiVersion?: string, data?: any, immutable?: boolean, kind?: string, stringData?: any, type?: K8s__Io___Api___Core___V1__SecretType } } } }>, pageInfo: { endCursor?: string, hasNextPage?: boolean, hasPrevPage?: boolean, startCursor?: string } } }; export type AuthSetRemoteAuthHeaderMutationVariables = Exact<{ loginId: Scalars['String']['input']; authHeader?: InputMaybe; }>; -export type AuthSetRemoteAuthHeaderMutation = { - auth_setRemoteAuthHeader: boolean; -}; -export type AuthCheckOauthEnabledQueryVariables = Exact<{ - [key: string]: never; -}>; +export type AuthSetRemoteAuthHeaderMutation = { auth_setRemoteAuthHeader: boolean }; -export type AuthCheckOauthEnabledQuery = { - auth_listOAuthProviders?: Array<{ enabled: boolean; provider: string }>; -}; +export type AuthCheckOauthEnabledQueryVariables = Exact<{ [key: string]: never; }>; + + +export type AuthCheckOauthEnabledQuery = { auth_listOAuthProviders?: Array<{ enabled: boolean, provider: string }> }; export type AuthAddOauthCredientialsMutationVariables = Exact<{ provider: Scalars['String']['input']; @@ -8134,21 +3752,22 @@ export type AuthAddOauthCredientialsMutationVariables = Exact<{ code: Scalars['String']['input']; }>; + export type AuthAddOauthCredientialsMutation = { oAuth_addLogin: boolean }; export type AuthRequestResetPasswordMutationVariables = Exact<{ email: Scalars['String']['input']; }>; -export type AuthRequestResetPasswordMutation = { - auth_requestResetPassword: boolean; -}; + +export type AuthRequestResetPasswordMutation = { auth_requestResetPassword: boolean }; export type AuthResetPasswordMutationVariables = Exact<{ token: Scalars['String']['input']; password: Scalars['String']['input']; }>; + export type AuthResetPasswordMutation = { auth_resetPassword: boolean }; export type AuthOauthLoginMutationVariables = Exact<{ @@ -8157,40 +3776,36 @@ export type AuthOauthLoginMutationVariables = Exact<{ state?: InputMaybe; }>; + export type AuthOauthLoginMutation = { oAuth_login: { id: string } }; export type AuthVerifyEmailMutationVariables = Exact<{ token: Scalars['String']['input']; }>; + export type AuthVerifyEmailMutation = { auth_verifyEmail: { id: string } }; -export type AuthResendVerificationEmailMutationVariables = Exact<{ - [key: string]: never; -}>; +export type AuthResendVerificationEmailMutationVariables = Exact<{ [key: string]: never; }>; -export type AuthResendVerificationEmailMutation = { - auth_resendVerificationEmail: boolean; -}; -export type AuthLoginPageInitUrlsQueryVariables = Exact<{ - [key: string]: never; -}>; +export type AuthResendVerificationEmailMutation = { auth_resendVerificationEmail: boolean }; -export type AuthLoginPageInitUrlsQuery = { - githubLoginUrl: any; - gitlabLoginUrl: any; - googleLoginUrl: any; -}; +export type AuthLoginPageInitUrlsQueryVariables = Exact<{ [key: string]: never; }>; + + +export type AuthLoginPageInitUrlsQuery = { githubLoginUrl: any, gitlabLoginUrl: any, googleLoginUrl: any }; export type AuthLoginMutationVariables = Exact<{ email: Scalars['String']['input']; password: Scalars['String']['input']; }>; + export type AuthLoginMutation = { auth_login?: { id: string } }; -export type AuthLogoutMutationVariables = Exact<{ [key: string]: never }>; +export type AuthLogoutMutationVariables = Exact<{ [key: string]: never; }>; + export type AuthLogoutMutation = { auth_logout: boolean }; @@ -8200,31 +3815,15 @@ export type AuthSignUpWithEmailMutationVariables = Exact<{ email: Scalars['String']['input']; }>; + export type AuthSignUpWithEmailMutation = { auth_signup?: { id: string } }; -export type AuthWhoAmIQueryVariables = Exact<{ [key: string]: never }>; +export type AuthWhoAmIQueryVariables = Exact<{ [key: string]: never; }>; -export type AuthWhoAmIQuery = { - auth_me?: { - id: string; - email: string; - verified: boolean; - name: string; - approved: boolean; - }; -}; -export type LibWhoAmIQueryVariables = Exact<{ [key: string]: never }>; +export type AuthWhoAmIQuery = { auth_me?: { id: string, email: string, verified: boolean, name: string, approved: boolean } }; -export type LibWhoAmIQuery = { - auth_me?: { - verified: boolean; - name: string; - id: string; - email: string; - approved: boolean; - providerGitlab?: any; - providerGithub?: any; - providerGoogle?: any; - }; -}; +export type LibWhoAmIQueryVariables = Exact<{ [key: string]: never; }>; + + +export type LibWhoAmIQuery = { auth_me?: { verified: boolean, name: string, id: string, email: string, approved: boolean, providerGitlab?: any, providerGithub?: any, providerGoogle?: any } }; diff --git a/src/generated/package.json b/src/generated/package.json index 354c82c44..1771f15d3 100644 --- a/src/generated/package.json +++ b/src/generated/package.json @@ -1,35 +1,35 @@ { - "name": "tsgen", - "version": "1.0.0", - "description": "", - "scripts": { - "postinstall": "cd plugin && pnpm i", - "json": "esbuild test/index.ts --bundle --format=cjs --outfile=test/index.cjs --platform=node && node test/index.cjs", - "build:plugin": "cd plugin && pnpm build", - "tsgen": "gql-gen --config codegen-sdl.yml & gql-gen --config codegen.yml", - "dev": "nodemon -e \"ts\" --signal SIGKILL --exec \"pnpm build:plugin && gql-gen --config codegen.yml|| exit\"" - }, - "author": "Kloudlite", - "devDependencies": { - "@graphql-codegen/cli": "^5.0.0", - "@graphql-codegen/typescript": "^4.0.1", - "@graphql-codegen/typescript-type-graphql": "^2.3.6", - "eslint": "^8.47.0", - "graphql-codegen-typescript-common": "0.18.2", - "nodemon": "^3.0.1" - }, - "dependencies": { - "@graphql-codegen/near-operation-file-preset": "^2.5.0", - "@graphql-codegen/plugin-helpers": "^5.0.1", - "@graphql-codegen/schema-ast": "^4.0.0", - "@graphql-codegen/typescript-operations": "^4.0.1", - "@graphql-codegen/typescript-react-apollo": "^3.3.7", - "@graphql-tools/graphql-file-loader": "^8.0.0", - "@graphql-tools/load": "^8.0.0", - "@types/node": "^20.6.0", - "esbuild": "^0.19.2", - "fs": "0.0.1-security", - "graphql-2-json-schema": "^0.10.0", - "typescript": "^5.2.2" - } + "name": "tsgen", + "version": "1.0.0", + "description": "", + "scripts": { + "postinstall": "cd plugin && pnpm i", + "json": "esbuild test/index.ts --bundle --format=cjs --outfile=test/index.cjs --platform=node && node test/index.cjs", + "build:plugin": "cd plugin && pnpm build", + "tsgen": "gql-gen --config codegen-sdl.yml & gql-gen --config codegen.yml", + "dev": "nodemon -e \"ts\" --signal SIGKILL --exec \"pnpm build:plugin && gql-gen --config codegen.yml|| exit\"" + }, + "author": "Kloudlite", + "devDependencies": { + "@graphql-codegen/cli": "^5.0.2", + "@graphql-codegen/typescript": "^4.0.9", + "@graphql-codegen/typescript-type-graphql": "^3.0.0", + "eslint": "^8.47.0", + "graphql-codegen-typescript-common": "0.18.2", + "nodemon": "^3.0.1" + }, + "dependencies": { + "@graphql-codegen/near-operation-file-preset": "^3.0.0", + "@graphql-codegen/plugin-helpers": "^5.0.4", + "@graphql-codegen/schema-ast": "^4.1.0", + "@graphql-codegen/typescript-operations": "^4.2.3", + "@graphql-codegen/typescript-react-apollo": "^4.3.0", + "@graphql-tools/graphql-file-loader": "^8.0.1", + "@graphql-tools/load": "^8.0.2", + "@types/node": "^20.6.0", + "esbuild": "^0.19.2", + "fs": "0.0.1-security", + "graphql-2-json-schema": "^0.10.0", + "typescript": "^5.2.2" + } } diff --git a/src/generated/pnpm-lock.yaml b/src/generated/pnpm-lock.yaml index d044e64b4..c2491d5c1 100644 --- a/src/generated/pnpm-lock.yaml +++ b/src/generated/pnpm-lock.yaml @@ -6,26 +6,26 @@ settings: dependencies: '@graphql-codegen/near-operation-file-preset': - specifier: ^2.5.0 - version: 2.5.0(graphql@14.7.0) + specifier: ^3.0.0 + version: 3.0.0(graphql@14.7.0) '@graphql-codegen/plugin-helpers': - specifier: ^5.0.1 - version: 5.0.1(graphql@14.7.0) + specifier: ^5.0.4 + version: 5.0.4(graphql@14.7.0) '@graphql-codegen/schema-ast': - specifier: ^4.0.0 - version: 4.0.0(graphql@14.7.0) + specifier: ^4.1.0 + version: 4.1.0(graphql@14.7.0) '@graphql-codegen/typescript-operations': - specifier: ^4.0.1 - version: 4.0.1(graphql@14.7.0) + specifier: ^4.2.3 + version: 4.2.3(graphql@14.7.0) '@graphql-codegen/typescript-react-apollo': - specifier: ^3.3.7 - version: 3.3.7(graphql-tag@2.12.6)(graphql@14.7.0) + specifier: ^4.3.0 + version: 4.3.0(graphql-tag@2.12.6)(graphql@14.7.0) '@graphql-tools/graphql-file-loader': - specifier: ^8.0.0 - version: 8.0.0(graphql@14.7.0) + specifier: ^8.0.1 + version: 8.0.1(graphql@14.7.0) '@graphql-tools/load': - specifier: ^8.0.0 - version: 8.0.0(graphql@14.7.0) + specifier: ^8.0.2 + version: 8.0.2(graphql@14.7.0) '@types/node': specifier: ^20.6.0 version: 20.6.0 @@ -44,14 +44,14 @@ dependencies: devDependencies: '@graphql-codegen/cli': - specifier: ^5.0.0 - version: 5.0.0(@types/node@20.6.0)(graphql@14.7.0) + specifier: ^5.0.2 + version: 5.0.2(@types/node@20.6.0)(graphql@14.7.0) '@graphql-codegen/typescript': - specifier: ^4.0.1 - version: 4.0.1(graphql@14.7.0) + specifier: ^4.0.9 + version: 4.0.9(graphql@14.7.0) '@graphql-codegen/typescript-type-graphql': - specifier: ^2.3.6 - version: 2.3.6(graphql@14.7.0) + specifier: ^3.0.0 + version: 3.0.0(graphql@14.7.0) eslint: specifier: ^8.47.0 version: 8.47.0 @@ -911,8 +911,18 @@ packages: tslib: 2.4.1 dev: false - /@graphql-codegen/cli@5.0.0(@types/node@20.6.0)(graphql@14.7.0): - resolution: {integrity: sha512-A7J7+be/a6e+/ul2KI5sfJlpoqeqwX8EzktaKCeduyVKgOLA6W5t+NUGf6QumBDXU8PEOqXk3o3F+RAwCWOiqA==} + /@graphql-codegen/add@5.0.3(graphql@14.7.0): + resolution: {integrity: sha512-SxXPmramkth8XtBlAHu4H4jYcYXM/o3p01+psU+0NADQowA8jtYkK6MW5rV6T+CxkEaNZItfSmZRPgIuypcqnA==} + peerDependencies: + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + '@graphql-codegen/plugin-helpers': 5.0.4(graphql@14.7.0) + graphql: 14.7.0 + tslib: 2.6.2 + dev: true + + /@graphql-codegen/cli@5.0.2(@types/node@20.6.0)(graphql@14.7.0): + resolution: {integrity: sha512-MBIaFqDiLKuO4ojN6xxG9/xL9wmfD3ZjZ7RsPjwQnSHBCUXnEkdKvX+JVpx87Pq29Ycn8wTJUguXnTZ7Di0Mlw==} hasBin: true peerDependencies: '@parcel/watcher': ^2.1.0 @@ -921,21 +931,22 @@ packages: '@parcel/watcher': optional: true dependencies: - '@babel/generator': 7.22.10 - '@babel/template': 7.22.5 - '@babel/types': 7.22.11 - '@graphql-codegen/core': 4.0.0(graphql@14.7.0) - '@graphql-codegen/plugin-helpers': 5.0.1(graphql@14.7.0) + '@babel/generator': 7.23.0 + '@babel/template': 7.22.15 + '@babel/types': 7.23.0 + '@graphql-codegen/client-preset': 4.3.3(graphql@14.7.0) + '@graphql-codegen/core': 4.0.2(graphql@14.7.0) + '@graphql-codegen/plugin-helpers': 5.0.4(graphql@14.7.0) '@graphql-tools/apollo-engine-loader': 8.0.0(graphql@14.7.0) '@graphql-tools/code-file-loader': 8.0.2(graphql@14.7.0) '@graphql-tools/git-loader': 8.0.2(graphql@14.7.0) '@graphql-tools/github-loader': 8.0.0(@types/node@20.6.0)(graphql@14.7.0) - '@graphql-tools/graphql-file-loader': 8.0.0(graphql@14.7.0) + '@graphql-tools/graphql-file-loader': 8.0.1(graphql@14.7.0) '@graphql-tools/json-file-loader': 8.0.0(graphql@14.7.0) - '@graphql-tools/load': 8.0.0(graphql@14.7.0) + '@graphql-tools/load': 8.0.2(graphql@14.7.0) '@graphql-tools/prisma-loader': 8.0.1(@types/node@20.6.0)(graphql@14.7.0) '@graphql-tools/url-loader': 8.0.0(@types/node@20.6.0)(graphql@14.7.0) - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) '@whatwg-node/fetch': 0.8.8 chalk: 4.1.2 cosmiconfig: 8.2.0 @@ -966,30 +977,71 @@ packages: - utf-8-validate dev: true - /@graphql-codegen/core@4.0.0(graphql@14.7.0): - resolution: {integrity: sha512-JAGRn49lEtSsZVxeIlFVIRxts2lWObR+OQo7V2LHDJ7ohYYw3ilv7nJ8pf8P4GTg/w6ptcYdSdVVdkI8kUHB/Q==} + /@graphql-codegen/client-preset@4.3.3(graphql@14.7.0): + resolution: {integrity: sha512-IrDsSVe8bkKtxgVfKPHzjL9tYlv7KEpA59R4gZLqx/t2WIJncW1i0OMvoz9tgoZsFEs8OKKgXZbnwPZ/Qf1kEw==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 5.0.1(graphql@14.7.0) - '@graphql-tools/schema': 10.0.0(graphql@14.7.0) - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/template': 7.22.15 + '@graphql-codegen/add': 5.0.3(graphql@14.7.0) + '@graphql-codegen/gql-tag-operations': 4.0.9(graphql@14.7.0) + '@graphql-codegen/plugin-helpers': 5.0.4(graphql@14.7.0) + '@graphql-codegen/typed-document-node': 5.0.9(graphql@14.7.0) + '@graphql-codegen/typescript': 4.0.9(graphql@14.7.0) + '@graphql-codegen/typescript-operations': 4.2.3(graphql@14.7.0) + '@graphql-codegen/visitor-plugin-common': 5.3.1(graphql@14.7.0) + '@graphql-tools/documents': 1.0.1(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) + '@graphql-typed-document-node/core': 3.2.0(graphql@14.7.0) graphql: 14.7.0 - tslib: 2.5.3 + tslib: 2.6.2 + transitivePeerDependencies: + - encoding + - supports-color + dev: true + + /@graphql-codegen/core@4.0.2(graphql@14.7.0): + resolution: {integrity: sha512-IZbpkhwVqgizcjNiaVzNAzm/xbWT6YnGgeOLwVjm4KbJn3V2jchVtuzHH09G5/WkkLSk2wgbXNdwjM41JxO6Eg==} + peerDependencies: + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + '@graphql-codegen/plugin-helpers': 5.0.4(graphql@14.7.0) + '@graphql-tools/schema': 10.0.6(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) + graphql: 14.7.0 + tslib: 2.6.2 + dev: true + + /@graphql-codegen/gql-tag-operations@4.0.9(graphql@14.7.0): + resolution: {integrity: sha512-lVgu1HClel896HqZAEjynatlU6eJrYOw+rh05DPgM150xvmb7Gz5TnRHA2vfwlDNIXDaToAIpz5RFfkjjnYM1Q==} + peerDependencies: + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + '@graphql-codegen/plugin-helpers': 5.0.4(graphql@14.7.0) + '@graphql-codegen/visitor-plugin-common': 5.3.1(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) + auto-bind: 4.0.0 + graphql: 14.7.0 + tslib: 2.6.2 + transitivePeerDependencies: + - encoding + - supports-color dev: true - /@graphql-codegen/near-operation-file-preset@2.5.0(graphql@14.7.0): - resolution: {integrity: sha512-S9PNJP5tTkUWBQ6inbviOsTREzsMxYVqJGrtPcIdMWkKLZAAItAfAb60klB1T64vt6Oru+nUf8IYUNrchJ8MYg==} + /@graphql-codegen/near-operation-file-preset@3.0.0(graphql@14.7.0): + resolution: {integrity: sha512-HRPaa7OsIAHQBFeGiTUVdjFcxzgvAs7uxSqcLEJgDpCr9cffpwnlgWP3gK79KnTiHsRkyb55U1K4YyrL00g1Cw==} + engines: {node: '>= 16.0.0'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: '@graphql-codegen/add': 3.2.3(graphql@14.7.0) - '@graphql-codegen/plugin-helpers': 2.7.2(graphql@14.7.0) + '@graphql-codegen/plugin-helpers': 3.1.2(graphql@14.7.0) '@graphql-codegen/visitor-plugin-common': 2.13.1(graphql@14.7.0) - '@graphql-tools/utils': 8.13.1(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) graphql: 14.7.0 parse-filepath: 1.0.2 - tslib: 2.4.1 + tslib: 2.6.2 transitivePeerDependencies: - encoding - supports-color @@ -1021,18 +1073,18 @@ packages: lodash: 4.17.21 tslib: 2.4.1 - /@graphql-codegen/plugin-helpers@5.0.1(graphql@14.7.0): - resolution: {integrity: sha512-6L5sb9D8wptZhnhLLBcheSPU7Tg//DGWgc5tQBWX46KYTOTQHGqDpv50FxAJJOyFVJrveN9otWk9UT9/yfY4ww==} + /@graphql-codegen/plugin-helpers@5.0.4(graphql@14.7.0): + resolution: {integrity: sha512-MOIuHFNWUnFnqVmiXtrI+4UziMTYrcquljaI5f/T/Bc7oO7sXcfkAvgkNWEEi9xWreYwvuer3VHCuPI/lAFWbw==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) change-case-all: 1.0.15 common-tags: 1.8.2 graphql: 14.7.0 import-from: 4.0.0 lodash: 4.17.21 - tslib: 2.5.3 + tslib: 2.6.2 /@graphql-codegen/schema-ast@2.6.1(graphql@14.7.0): resolution: {integrity: sha512-5TNW3b1IHJjCh07D2yQNGDQzUpUl2AD+GVe1Dzjqyx/d2Fn0TPMxLsHsKPS4Plg4saO8FK/QO70wLsP7fdbQ1w==} @@ -1045,61 +1097,78 @@ packages: tslib: 2.4.1 dev: true - /@graphql-codegen/schema-ast@4.0.0(graphql@14.7.0): - resolution: {integrity: sha512-WIzkJFa9Gz28FITAPILbt+7A8+yzOyd1NxgwFh7ie+EmO9a5zQK6UQ3U/BviirguXCYnn+AR4dXsoDrSrtRA1g==} + /@graphql-codegen/schema-ast@4.1.0(graphql@14.7.0): + resolution: {integrity: sha512-kZVn0z+th9SvqxfKYgztA6PM7mhnSZaj4fiuBWvMTqA+QqQ9BBed6Pz41KuD/jr0gJtnlr2A4++/0VlpVbCTmQ==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 5.0.1(graphql@14.7.0) - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@graphql-codegen/plugin-helpers': 5.0.4(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) graphql: 14.7.0 - tslib: 2.5.3 + tslib: 2.6.2 - /@graphql-codegen/typescript-operations@4.0.1(graphql@14.7.0): - resolution: {integrity: sha512-GpUWWdBVUec/Zqo23aFLBMrXYxN2irypHqDcKjN78JclDPdreasAEPcIpMfqf4MClvpmvDLy4ql+djVAwmkjbw==} + /@graphql-codegen/typed-document-node@5.0.9(graphql@14.7.0): + resolution: {integrity: sha512-Wx6fyA4vpfIbfNTMiWUECGnjqzKkJdEbZHxVMIegiCBPzBYPAJV4mZZcildLAfm2FtZcgW4YKtFoTbnbXqPB3w==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 5.0.1(graphql@14.7.0) - '@graphql-codegen/typescript': 4.0.1(graphql@14.7.0) - '@graphql-codegen/visitor-plugin-common': 4.0.1(graphql@14.7.0) + '@graphql-codegen/plugin-helpers': 5.0.4(graphql@14.7.0) + '@graphql-codegen/visitor-plugin-common': 5.3.1(graphql@14.7.0) auto-bind: 4.0.0 + change-case-all: 1.0.15 graphql: 14.7.0 - tslib: 2.5.3 + tslib: 2.6.2 transitivePeerDependencies: - encoding - supports-color - dev: false + dev: true - /@graphql-codegen/typescript-react-apollo@3.3.7(graphql-tag@2.12.6)(graphql@14.7.0): - resolution: {integrity: sha512-9DUiGE8rcwwEkf/S1kpBT/Py/UUs9Qak14bOnTT1JHWs1MWhiDA7vml+A8opU7YFI1EVbSSaE5jjRv11WHoikQ==} + /@graphql-codegen/typescript-operations@4.2.3(graphql@14.7.0): + resolution: {integrity: sha512-6z7avSSOr03l5SyKbeDs7MzRyGwnQFSCqQm8Om5wIuoIgXVu2gXRmcJAY/I7SLdAy9xbF4Sho7XNqieFM2CAFQ==} + peerDependencies: + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + '@graphql-codegen/plugin-helpers': 5.0.4(graphql@14.7.0) + '@graphql-codegen/typescript': 4.0.9(graphql@14.7.0) + '@graphql-codegen/visitor-plugin-common': 5.3.1(graphql@14.7.0) + auto-bind: 4.0.0 + graphql: 14.7.0 + tslib: 2.6.2 + transitivePeerDependencies: + - encoding + - supports-color + + /@graphql-codegen/typescript-react-apollo@4.3.0(graphql-tag@2.12.6)(graphql@14.7.0): + resolution: {integrity: sha512-h+IxCGrOTDD60/6ztYDQs81yKDZZq/8aHqM9HHrZ9FiZn145O48VnQNCmGm88I619G9rEET8cCOrtYkCt+ZSzA==} + engines: {node: '>= 16.0.0'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 graphql-tag: ^2.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 2.7.2(graphql@14.7.0) + '@graphql-codegen/plugin-helpers': 3.1.2(graphql@14.7.0) '@graphql-codegen/visitor-plugin-common': 2.13.1(graphql@14.7.0) auto-bind: 4.0.0 - change-case-all: 1.0.14 + change-case-all: 1.0.15 graphql: 14.7.0 graphql-tag: 2.12.6(graphql@14.7.0) - tslib: 2.4.1 + tslib: 2.6.2 transitivePeerDependencies: - encoding - supports-color dev: false - /@graphql-codegen/typescript-type-graphql@2.3.6(graphql@14.7.0): - resolution: {integrity: sha512-uE4ScUZIOdFXXU4RIIDrwyrEOmZiCHD5yVQh0Fa4DhLISLyKS7ICFZATdjlPmHjC5M6lchIcrcwfv2j7U0HgVA==} + /@graphql-codegen/typescript-type-graphql@3.0.0(graphql@14.7.0): + resolution: {integrity: sha512-uA+VtEG91pmURadZKJrstaMM0WJ5sNg540NWWdz35XFF51Bhvut+33PU8V1h4hKtG2Rxvtt2T02/KkhjzSmWLA==} + engines: {node: '>= 16.0.0'} peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 2.7.2(graphql@14.7.0) + '@graphql-codegen/plugin-helpers': 3.1.2(graphql@14.7.0) '@graphql-codegen/typescript': 2.8.8(graphql@14.7.0) '@graphql-codegen/visitor-plugin-common': 2.13.1(graphql@14.7.0) auto-bind: 4.0.0 graphql: 14.7.0 - tslib: 2.4.1 + tslib: 2.6.2 transitivePeerDependencies: - encoding - supports-color @@ -1121,17 +1190,17 @@ packages: - supports-color dev: true - /@graphql-codegen/typescript@4.0.1(graphql@14.7.0): - resolution: {integrity: sha512-3YziQ21dCVdnHb+Us1uDb3pA6eG5Chjv0uTK+bt9dXeMlwYBU8MbtzvQTo4qvzWVC1AxSOKj0rgfNu1xCXqJyA==} + /@graphql-codegen/typescript@4.0.9(graphql@14.7.0): + resolution: {integrity: sha512-0O35DMR4d/ctuHL1Zo6mRUUzp0BoszKfeWsa6sCm/g70+S98+hEfTwZNDkQHylLxapiyjssF9uw/F+sXqejqLw==} peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 5.0.1(graphql@14.7.0) - '@graphql-codegen/schema-ast': 4.0.0(graphql@14.7.0) - '@graphql-codegen/visitor-plugin-common': 4.0.1(graphql@14.7.0) + '@graphql-codegen/plugin-helpers': 5.0.4(graphql@14.7.0) + '@graphql-codegen/schema-ast': 4.1.0(graphql@14.7.0) + '@graphql-codegen/visitor-plugin-common': 5.3.1(graphql@14.7.0) auto-bind: 4.0.0 graphql: 14.7.0 - tslib: 2.5.3 + tslib: 2.6.2 transitivePeerDependencies: - encoding - supports-color @@ -1177,22 +1246,22 @@ packages: - supports-color dev: true - /@graphql-codegen/visitor-plugin-common@4.0.1(graphql@14.7.0): - resolution: {integrity: sha512-Bi/1z0nHg4QMsAqAJhds+ForyLtk7A3HQOlkrZNm3xEkY7lcBzPtiOTLBtvziwopBsXUxqeSwVjOOFPLS5Yw1Q==} + /@graphql-codegen/visitor-plugin-common@5.3.1(graphql@14.7.0): + resolution: {integrity: sha512-MktoBdNZhSmugiDjmFl1z6rEUUaqyxtFJYWnDilE7onkPgyw//O0M+TuPBJPBWdyV6J2ond0Hdqtq+rkghgSIQ==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 5.0.1(graphql@14.7.0) + '@graphql-codegen/plugin-helpers': 5.0.4(graphql@14.7.0) '@graphql-tools/optimize': 2.0.0(graphql@14.7.0) '@graphql-tools/relay-operation-optimizer': 7.0.0(graphql@14.7.0) - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) auto-bind: 4.0.0 change-case-all: 1.0.15 dependency-graph: 0.11.0 graphql: 14.7.0 graphql-tag: 2.12.6(graphql@14.7.0) parse-filepath: 1.0.2 - tslib: 2.5.3 + tslib: 2.6.2 transitivePeerDependencies: - encoding - supports-color @@ -1204,7 +1273,7 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/sync-fetch': 0.0.1 - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) '@whatwg-node/fetch': 0.9.12 graphql: 14.7.0 tslib: 2.6.2 @@ -1218,7 +1287,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) dataloader: 2.2.2 graphql: 14.7.0 tslib: 2.6.2 @@ -1232,7 +1301,7 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/graphql-tag-pluck': 8.0.2(graphql@14.7.0) - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) globby: 11.1.0 graphql: 14.7.0 tslib: 2.6.2 @@ -1249,20 +1318,31 @@ packages: dependencies: '@graphql-tools/batch-execute': 9.0.2(graphql@14.7.0) '@graphql-tools/executor': 1.2.0(graphql@14.7.0) - '@graphql-tools/schema': 10.0.0(graphql@14.7.0) - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@graphql-tools/schema': 10.0.6(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) dataloader: 2.2.2 graphql: 14.7.0 tslib: 2.6.2 dev: true + /@graphql-tools/documents@1.0.1(graphql@14.7.0): + resolution: {integrity: sha512-aweoMH15wNJ8g7b2r4C4WRuJxZ0ca8HtNO54rkye/3duxTkW4fGBEutCx03jCIr5+a1l+4vFJNP859QnAVBVCA==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + graphql: 14.7.0 + lodash.sortby: 4.7.0 + tslib: 2.6.2 + dev: true + /@graphql-tools/executor-graphql-ws@1.1.0(graphql@14.7.0): resolution: {integrity: sha512-yM67SzwE8rYRpm4z4AuGtABlOp9mXXVy6sxXnTJRoYIdZrmDbKVfIY+CpZUJCqS0FX3xf2+GoHlsj7Qswaxgcg==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) '@types/ws': 8.5.5 graphql: 14.7.0 graphql-ws: 5.14.0(graphql@14.7.0) @@ -1280,7 +1360,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) '@repeaterjs/repeater': 3.0.4 '@whatwg-node/fetch': 0.9.12 extract-files: 11.0.0 @@ -1298,7 +1378,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) '@types/ws': 8.5.5 graphql: 14.7.0 isomorphic-ws: 5.0.0(ws@8.13.0) @@ -1315,7 +1395,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) '@graphql-typed-document-node/core': 3.2.0(graphql@14.7.0) '@repeaterjs/repeater': 3.0.4 graphql: 14.7.0 @@ -1330,7 +1410,7 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/graphql-tag-pluck': 8.0.2(graphql@14.7.0) - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) graphql: 14.7.0 is-glob: 4.0.3 micromatch: 4.0.5 @@ -1349,7 +1429,7 @@ packages: '@ardatan/sync-fetch': 0.0.1 '@graphql-tools/executor-http': 1.0.2(@types/node@20.6.0)(graphql@14.7.0) '@graphql-tools/graphql-tag-pluck': 8.0.2(graphql@14.7.0) - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) '@whatwg-node/fetch': 0.9.12 graphql: 14.7.0 tslib: 2.6.2 @@ -1360,14 +1440,14 @@ packages: - supports-color dev: true - /@graphql-tools/graphql-file-loader@8.0.0(graphql@14.7.0): - resolution: {integrity: sha512-wRXj9Z1IFL3+zJG1HWEY0S4TXal7+s1vVhbZva96MSp0kbb/3JBF7j0cnJ44Eq0ClccMgGCDFqPFXty4JlpaPg==} + /@graphql-tools/graphql-file-loader@8.0.1(graphql@14.7.0): + resolution: {integrity: sha512-7gswMqWBabTSmqbaNyWSmRRpStWlcCkBc73E6NZNlh4YNuiyKOwbvSkOUYFOqFMfEL+cFsXgAvr87Vz4XrYSbA==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/import': 7.0.0(graphql@14.7.0) - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@graphql-tools/import': 7.0.1(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) globby: 11.1.0 graphql: 14.7.0 tslib: 2.6.2 @@ -1380,24 +1460,24 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@babel/core': 7.22.11 - '@babel/parser': 7.22.14 + '@babel/parser': 7.23.0 '@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.22.11) '@babel/traverse': 7.23.2 - '@babel/types': 7.22.11 - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@babel/types': 7.23.0 + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) graphql: 14.7.0 tslib: 2.6.2 transitivePeerDependencies: - supports-color dev: true - /@graphql-tools/import@7.0.0(graphql@14.7.0): - resolution: {integrity: sha512-NVZiTO8o1GZs6OXzNfjB+5CtQtqsZZpQOq+Uu0w57kdUkT4RlQKlwhT8T81arEsbV55KpzkpFsOZP7J1wdmhBw==} + /@graphql-tools/import@7.0.1(graphql@14.7.0): + resolution: {integrity: sha512-935uAjAS8UAeXThqHfYVr4HEAp6nHJ2sximZKO1RzUTq5WoALMAhhGARl0+ecm6X+cqNUwIChJbjtaa6P/ML0w==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) graphql: 14.7.0 resolve-from: 5.0.0 tslib: 2.6.2 @@ -1408,32 +1488,32 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) globby: 11.1.0 graphql: 14.7.0 tslib: 2.6.2 unixify: 1.0.0 dev: true - /@graphql-tools/load@8.0.0(graphql@14.7.0): - resolution: {integrity: sha512-Cy874bQJH0FP2Az7ELPM49iDzOljQmK1PPH6IuxsWzLSTxwTqd8dXA09dcVZrI7/LsN26heTY2R8q2aiiv0GxQ==} + /@graphql-tools/load@8.0.2(graphql@14.7.0): + resolution: {integrity: sha512-S+E/cmyVmJ3CuCNfDuNF2EyovTwdWfQScXv/2gmvJOti2rGD8jTt9GYVzXaxhblLivQR9sBUCNZu/w7j7aXUCA==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/schema': 10.0.0(graphql@14.7.0) - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@graphql-tools/schema': 10.0.6(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) graphql: 14.7.0 p-limit: 3.1.0 tslib: 2.6.2 - /@graphql-tools/merge@9.0.0(graphql@14.7.0): - resolution: {integrity: sha512-J7/xqjkGTTwOJmaJQJ2C+VDBDOWJL3lKrHJN4yMaRLAJH3PosB7GiPRaSDZdErs0+F77sH2MKs2haMMkywzx7Q==} + /@graphql-tools/merge@9.0.6(graphql@14.7.0): + resolution: {integrity: sha512-TmkzFTFVieHnqu9mPTF6RxAQltaprpDQnM5HMTPSyMLXnJGMTvdWejV0yORKj7DW1YSi791/sUnKf8HytepBFQ==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) graphql: 14.7.0 tslib: 2.6.2 @@ -1452,7 +1532,7 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: graphql: 14.7.0 - tslib: 2.5.3 + tslib: 2.6.2 /@graphql-tools/prisma-loader@8.0.1(@types/node@20.6.0)(graphql@14.7.0): resolution: {integrity: sha512-bl6e5sAYe35Z6fEbgKXNrqRhXlCJYeWKBkarohgYA338/SD9eEhXtg3Cedj7fut3WyRLoQFpHzfiwxKs7XrgXg==} @@ -1461,7 +1541,7 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/url-loader': 8.0.0(@types/node@20.6.0)(graphql@14.7.0) - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) '@types/js-yaml': 4.0.5 '@types/json-stable-stringify': 1.0.34 '@whatwg-node/fetch': 0.9.12 @@ -1507,21 +1587,21 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/relay-compiler': 12.0.0(graphql@14.7.0) - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) graphql: 14.7.0 - tslib: 2.5.3 + tslib: 2.6.2 transitivePeerDependencies: - encoding - supports-color - /@graphql-tools/schema@10.0.0(graphql@14.7.0): - resolution: {integrity: sha512-kf3qOXMFcMs2f/S8Y3A8fm/2w+GaHAkfr3Gnhh2LOug/JgpY/ywgFVxO3jOeSpSEdoYcDKLcXVjMigNbY4AdQg==} + /@graphql-tools/schema@10.0.6(graphql@14.7.0): + resolution: {integrity: sha512-EIJgPRGzpvDFEjVp+RF1zNNYIC36BYuIeZ514jFoJnI6IdxyVyIRDLx/ykgMdaa1pKQerpfdqDnsF4JnZoDHSQ==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/merge': 9.0.0(graphql@14.7.0) - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@graphql-tools/merge': 9.0.6(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) graphql: 14.7.0 tslib: 2.6.2 value-or-promise: 1.0.12 @@ -1537,7 +1617,7 @@ packages: '@graphql-tools/executor-graphql-ws': 1.1.0(graphql@14.7.0) '@graphql-tools/executor-http': 1.0.2(@types/node@20.6.0)(graphql@14.7.0) '@graphql-tools/executor-legacy-ws': 1.0.1(graphql@14.7.0) - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) '@graphql-tools/wrap': 10.0.0(graphql@14.7.0) '@types/ws': 8.5.5 '@whatwg-node/fetch': 0.9.12 @@ -1553,16 +1633,17 @@ packages: - utf-8-validate dev: true - /@graphql-tools/utils@10.0.6(graphql@14.7.0): - resolution: {integrity: sha512-hZMjl/BbX10iagovakgf3IiqArx8TPsotq5pwBld37uIX1JiZoSbgbCIFol7u55bh32o6cfDEiiJgfAD5fbeyQ==} + /@graphql-tools/utils@10.5.4(graphql@14.7.0): + resolution: {integrity: sha512-XHnyCWSlg1ccsD8s0y6ugo5GZ5TpkTiFVNPSYms5G0s6Z/xTuSmiLBfeqgkfaCwLmLaQnRCmNDL2JRnqc2R5bQ==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@14.7.0) + cross-inspect: 1.0.1 dset: 3.1.2 graphql: 14.7.0 - tslib: 2.5.3 + tslib: 2.6.2 /@graphql-tools/utils@8.13.1(graphql@14.7.0): resolution: {integrity: sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==} @@ -1579,7 +1660,7 @@ packages: dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@14.7.0) graphql: 14.7.0 - tslib: 2.4.1 + tslib: 2.6.2 /@graphql-tools/wrap@10.0.0(graphql@14.7.0): resolution: {integrity: sha512-HDOeUUh6UhpiH0WPJUQl44ODt1x5pnMUbOJZ7GjTdGQ7LK0AgVt3ftaAQ9duxLkiAtYJmu5YkULirfZGj4HzDg==} @@ -1588,8 +1669,8 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/delegate': 10.0.2(graphql@14.7.0) - '@graphql-tools/schema': 10.0.0(graphql@14.7.0) - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@graphql-tools/schema': 10.0.6(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) graphql: 14.7.0 tslib: 2.6.2 value-or-promise: 1.0.12 @@ -2334,6 +2415,12 @@ packages: transitivePeerDependencies: - encoding + /cross-inspect@1.0.1: + resolution: {integrity: sha512-Pcw1JTvZLSJH83iiGWt6fRcT+BjZlCDRVwYLbUcHzv/CRpB7r0MlSrGbIyQvVSNyGnbt7G4AXuyCiDR3POvZ1A==} + engines: {node: '>=16.0.0'} + dependencies: + tslib: 2.6.2 + /cross-spawn@7.0.3: resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} engines: {node: '>= 8'} @@ -2923,12 +3010,12 @@ packages: cosmiconfig-toml-loader: optional: true dependencies: - '@graphql-tools/graphql-file-loader': 8.0.0(graphql@14.7.0) + '@graphql-tools/graphql-file-loader': 8.0.1(graphql@14.7.0) '@graphql-tools/json-file-loader': 8.0.0(graphql@14.7.0) - '@graphql-tools/load': 8.0.0(graphql@14.7.0) - '@graphql-tools/merge': 9.0.0(graphql@14.7.0) + '@graphql-tools/load': 8.0.2(graphql@14.7.0) + '@graphql-tools/merge': 9.0.6(graphql@14.7.0) '@graphql-tools/url-loader': 8.0.0(@types/node@20.6.0)(graphql@14.7.0) - '@graphql-tools/utils': 10.0.6(graphql@14.7.0) + '@graphql-tools/utils': 10.5.4(graphql@14.7.0) cosmiconfig: 8.2.0 graphql: 14.7.0 jiti: 1.19.3 @@ -2993,7 +3080,7 @@ packages: graphql: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: graphql: 14.7.0 - tslib: 2.4.1 + tslib: 2.6.2 /graphql-toolkit@0.2.0(graphql@14.7.0): resolution: {integrity: sha512-dMwb+V2u6vwJF70tWuqSxgNal9fK1xcB8JtmCJUStVUh+PjfNrlKH1X5e17vJlN+lRPz1hatr8jH+Q6lTW0jLw==} @@ -3505,6 +3592,10 @@ packages: resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} dev: true + /lodash.sortby@4.7.0: + resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==} + dev: true + /lodash@4.17.11: resolution: {integrity: sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==} dev: true