Skip to content

Commit

Permalink
[VET-4438] Add isLaunchpad to connection cookie (#56)
Browse files Browse the repository at this point in the history
* [VET-4438] Add isLaunchpad to connection cookie type

* generate

* updated Generate
  • Loading branch information
mysticfalconvt authored Mar 12, 2024
1 parent 9722b5f commit 14f0b86
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 60 deletions.
2 changes: 2 additions & 0 deletions src/cookies/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export type ConnectionCookie = {
// optional because older cloud versions might not contain these
tokenEndpoint?: string;
graphqlEndpoint?: string;
isPortal?: boolean;
isLaunchpad?: boolean;
};

export const decodeConnectionCookie = (
Expand Down
Loading

0 comments on commit 14f0b86

Please sign in to comment.