Skip to content

Commit

Permalink
Merge pull request #1039 from lens-protocol/chore/api-alignment-changes
Browse files Browse the repository at this point in the history
chore: removes obsolete TriStateValue enum
  • Loading branch information
cesarenaldi authored Dec 19, 2024
2 parents baf2024 + 8f2b4a5 commit 9ab7f1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions packages/graphql/src/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -934,15 +934,6 @@ export enum TransactionType {
Other = 'OTHER',
}

/**
* Enum for TriStateValue.
*/
export enum TriStateValue {
Yes = 'YES',
No = 'NO',
Unknown = 'UNKNOWN',
}

/**
* Enum for UnblockErrorType.
*/
Expand Down
2 changes: 0 additions & 2 deletions packages/graphql/src/graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ import type {
TimelineEventItemType,
TokenStandard,
TransactionType,
TriStateValue,
UnblockErrorType,
WhoActedOnPostOrderBy,
WhoReferencedPostOrderBy,
Expand Down Expand Up @@ -152,7 +151,6 @@ export const graphql = initGraphQLTada<{
TimelineEventItemType: TimelineEventItemType;
TokenStandard: TokenStandard;
TransactionType: TransactionType;
TriStateValue: TriStateValue;
TxHash: TxHash;
URI: URI;
URL: URL;
Expand Down

0 comments on commit 9ab7f1a

Please sign in to comment.