Skip to content

Commit

Permalink
codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
SupaJoon committed May 29, 2024
1 parent f122cff commit 3a9cffb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 44 deletions.
29 changes: 7 additions & 22 deletions apps/parsley/src/gql/generated/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1091,8 +1091,7 @@ export type MutationAddAnnotationIssueArgs = {
};

export type MutationAddFavoriteProjectArgs = {
identifier?: InputMaybe<Scalars["String"]["input"]>;
opts?: InputMaybe<AddFavoriteProjectInput>;
opts: AddFavoriteProjectInput;
};

export type MutationAttachProjectToNewRepoArgs = {
Expand Down Expand Up @@ -1135,16 +1134,11 @@ export type MutationCreatePublicKeyArgs = {
};

export type MutationDeactivateStepbackTaskArgs = {
buildVariantName?: InputMaybe<Scalars["String"]["input"]>;
opts?: InputMaybe<DeactivateStepbackTaskInput>;
projectId?: InputMaybe<Scalars["String"]["input"]>;
taskName?: InputMaybe<Scalars["String"]["input"]>;
opts: DeactivateStepbackTaskInput;
};

export type MutationDefaultSectionToRepoArgs = {
opts?: InputMaybe<DefaultSectionToRepoInput>;
projectId?: InputMaybe<Scalars["String"]["input"]>;
section?: InputMaybe<ProjectSettingsSection>;
opts: DefaultSectionToRepoInput;
};

export type MutationDeleteDistroArgs = {
Expand Down Expand Up @@ -1204,9 +1198,7 @@ export type MutationOverrideTaskDependenciesArgs = {
};

export type MutationPromoteVarsToRepoArgs = {
opts?: InputMaybe<PromoteVarsToRepoInput>;
projectId?: InputMaybe<Scalars["String"]["input"]>;
varNames?: InputMaybe<Array<Scalars["String"]["input"]>>;
opts: PromoteVarsToRepoInput;
};

export type MutationRemoveAnnotationIssueArgs = {
Expand All @@ -1217,8 +1209,7 @@ export type MutationRemoveAnnotationIssueArgs = {
};

export type MutationRemoveFavoriteProjectArgs = {
identifier?: InputMaybe<Scalars["String"]["input"]>;
opts?: InputMaybe<RemoveFavoriteProjectInput>;
opts: RemoveFavoriteProjectInput;
};

export type MutationRemoveItemFromCommitQueueArgs = {
Expand Down Expand Up @@ -2095,14 +2086,12 @@ export type QueryProjectArgs = {

export type QueryProjectEventsArgs = {
before?: InputMaybe<Scalars["Time"]["input"]>;
identifier?: InputMaybe<Scalars["String"]["input"]>;
limit?: InputMaybe<Scalars["Int"]["input"]>;
projectIdentifier?: InputMaybe<Scalars["String"]["input"]>;
projectIdentifier: Scalars["String"]["input"];
};

export type QueryProjectSettingsArgs = {
identifier?: InputMaybe<Scalars["String"]["input"]>;
projectIdentifier?: InputMaybe<Scalars["String"]["input"]>;
projectIdentifier: Scalars["String"]["input"];
};

export type QueryRepoEventsArgs = {
Expand Down Expand Up @@ -2604,8 +2593,6 @@ export type Task = {
status: Scalars["String"]["output"];
stepbackInfo?: Maybe<StepbackInfo>;
tags: Array<Scalars["String"]["output"]>;
/** @deprecated Use files instead */
taskFiles: TaskFiles;
taskGroup?: Maybe<Scalars["String"]["output"]>;
taskGroupMaxHosts?: Maybe<Scalars["Int"]["output"]>;
/** taskLogs returns the tail 100 lines of the task's logs. */
Expand Down Expand Up @@ -2689,8 +2676,6 @@ export type TaskFiles = {
/** TaskFilterOptions defines the parameters that are used when fetching tasks from a Version. */
export type TaskFilterOptions = {
baseStatuses?: InputMaybe<Array<Scalars["String"]["input"]>>;
/** @deprecated Use includeNeverActivatedTasks instead */
includeEmptyActivation?: InputMaybe<Scalars["Boolean"]["input"]>;
includeNeverActivatedTasks?: InputMaybe<Scalars["Boolean"]["input"]>;
limit?: InputMaybe<Scalars["Int"]["input"]>;
page?: InputMaybe<Scalars["Int"]["input"]>;
Expand Down
29 changes: 7 additions & 22 deletions apps/spruce/src/gql/generated/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1091,8 +1091,7 @@ export type MutationAddAnnotationIssueArgs = {
};

export type MutationAddFavoriteProjectArgs = {
identifier?: InputMaybe<Scalars["String"]["input"]>;
opts?: InputMaybe<AddFavoriteProjectInput>;
opts: AddFavoriteProjectInput;
};

export type MutationAttachProjectToNewRepoArgs = {
Expand Down Expand Up @@ -1135,16 +1134,11 @@ export type MutationCreatePublicKeyArgs = {
};

export type MutationDeactivateStepbackTaskArgs = {
buildVariantName?: InputMaybe<Scalars["String"]["input"]>;
opts?: InputMaybe<DeactivateStepbackTaskInput>;
projectId?: InputMaybe<Scalars["String"]["input"]>;
taskName?: InputMaybe<Scalars["String"]["input"]>;
opts: DeactivateStepbackTaskInput;
};

export type MutationDefaultSectionToRepoArgs = {
opts?: InputMaybe<DefaultSectionToRepoInput>;
projectId?: InputMaybe<Scalars["String"]["input"]>;
section?: InputMaybe<ProjectSettingsSection>;
opts: DefaultSectionToRepoInput;
};

export type MutationDeleteDistroArgs = {
Expand Down Expand Up @@ -1204,9 +1198,7 @@ export type MutationOverrideTaskDependenciesArgs = {
};

export type MutationPromoteVarsToRepoArgs = {
opts?: InputMaybe<PromoteVarsToRepoInput>;
projectId?: InputMaybe<Scalars["String"]["input"]>;
varNames?: InputMaybe<Array<Scalars["String"]["input"]>>;
opts: PromoteVarsToRepoInput;
};

export type MutationRemoveAnnotationIssueArgs = {
Expand All @@ -1217,8 +1209,7 @@ export type MutationRemoveAnnotationIssueArgs = {
};

export type MutationRemoveFavoriteProjectArgs = {
identifier?: InputMaybe<Scalars["String"]["input"]>;
opts?: InputMaybe<RemoveFavoriteProjectInput>;
opts: RemoveFavoriteProjectInput;
};

export type MutationRemoveItemFromCommitQueueArgs = {
Expand Down Expand Up @@ -2095,14 +2086,12 @@ export type QueryProjectArgs = {

export type QueryProjectEventsArgs = {
before?: InputMaybe<Scalars["Time"]["input"]>;
identifier?: InputMaybe<Scalars["String"]["input"]>;
limit?: InputMaybe<Scalars["Int"]["input"]>;
projectIdentifier?: InputMaybe<Scalars["String"]["input"]>;
projectIdentifier: Scalars["String"]["input"];
};

export type QueryProjectSettingsArgs = {
identifier?: InputMaybe<Scalars["String"]["input"]>;
projectIdentifier?: InputMaybe<Scalars["String"]["input"]>;
projectIdentifier: Scalars["String"]["input"];
};

export type QueryRepoEventsArgs = {
Expand Down Expand Up @@ -2604,8 +2593,6 @@ export type Task = {
status: Scalars["String"]["output"];
stepbackInfo?: Maybe<StepbackInfo>;
tags: Array<Scalars["String"]["output"]>;
/** @deprecated Use files instead */
taskFiles: TaskFiles;
taskGroup?: Maybe<Scalars["String"]["output"]>;
taskGroupMaxHosts?: Maybe<Scalars["Int"]["output"]>;
/** taskLogs returns the tail 100 lines of the task's logs. */
Expand Down Expand Up @@ -2689,8 +2676,6 @@ export type TaskFiles = {
/** TaskFilterOptions defines the parameters that are used when fetching tasks from a Version. */
export type TaskFilterOptions = {
baseStatuses?: InputMaybe<Array<Scalars["String"]["input"]>>;
/** @deprecated Use includeNeverActivatedTasks instead */
includeEmptyActivation?: InputMaybe<Scalars["Boolean"]["input"]>;
includeNeverActivatedTasks?: InputMaybe<Scalars["Boolean"]["input"]>;
limit?: InputMaybe<Scalars["Int"]["input"]>;
page?: InputMaybe<Scalars["Int"]["input"]>;
Expand Down

0 comments on commit 3a9cffb

Please sign in to comment.