Skip to content

Commit

Permalink
remove sshKey/keys fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ybrill committed Apr 16, 2024
1 parent acf1474 commit 1973ff5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions apps/spruce/src/gql/generated/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ export type Distro = {
providerSettingsList: Array<Scalars["Map"]["output"]>;
setup: Scalars["String"]["output"];
setupAsSudo: Scalars["Boolean"]["output"];
sshKey: Scalars["String"]["output"];
sshOptions: Array<Scalars["String"]["output"]>;
user: Scalars["String"]["output"];
userSpawnAllowed: Scalars["Boolean"]["output"];
Expand Down Expand Up @@ -453,8 +452,6 @@ export type DistroInput = {
providerSettingsList: Array<Scalars["Map"]["input"]>;
setup: Scalars["String"]["input"];
setupAsSudo: Scalars["Boolean"]["input"];
/** @deprecated removing this field shortly */
sshKey?: InputMaybe<Scalars["String"]["input"]>;
sshOptions: Array<Scalars["String"]["input"]>;
user: Scalars["String"]["input"];
userSpawnAllowed: Scalars["Boolean"]["input"];
Expand Down Expand Up @@ -2303,12 +2300,6 @@ export enum RoundingRule {
Up = "UP",
}

export type SshKey = {
__typename?: "SSHKey";
location: Scalars["String"]["output"];
name: Scalars["String"]["output"];
};

/** SaveDistroInput is the input to the saveDistro mutation. */
export type SaveDistroInput = {
distro: DistroInput;
Expand Down Expand Up @@ -2460,8 +2451,6 @@ export type SpruceConfig = {
containerPools?: Maybe<ContainerPoolsConfig>;
githubOrgs: Array<Scalars["String"]["output"]>;
jira?: Maybe<JiraConfig>;
/** @deprecated removing this field shortly */
keys?: Maybe<Array<SshKey>>;
providers?: Maybe<CloudProviderConfig>;
secretFields: Array<Scalars["String"]["output"]>;
slack?: Maybe<SlackConfig>;
Expand Down

0 comments on commit 1973ff5

Please sign in to comment.