Skip to content

Commit

Permalink
Merge pull request #49 from hopinc/hopsh-domain-enabled-type
Browse files Browse the repository at this point in the history
  • Loading branch information
alii authored Nov 3, 2022
2 parents 6416bcc + 2c9faf5 commit bec0644
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/modern-mayflies-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@onehop/js': patch
---

Add hopsh_domain_enabled to gateway type
5 changes: 5 additions & 0 deletions src/rest/types/ignite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,11 @@ export interface Gateway {
*/
hopsh_domain: HopShDomain | null;

/**
* Determines if the hop.sh domain is current active.
*/
hopsh_domain_enabled: boolean;

/**
* Internal domain assigned by user upon gateway creation
*/
Expand Down

1 comment on commit bec0644

@vercel
Copy link

@vercel vercel bot commented on bec0644 Nov 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hop-js – ./

hop-js-git-master-onehop.vercel.app
hop-js.vercel.app
hop-js-onehop.vercel.app
js.hop.io

Please sign in to comment.