Skip to content

Commit

Permalink
feat(apps): add the private_networks_ids field to the model
Browse files Browse the repository at this point in the history
  • Loading branch information
SCedricThomas committed Jul 1, 2024
1 parent 57395aa commit df22350
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* chore: linter violations following update
* versions: dropping node 14 and 16, no longer maintained. Adds 20.x and 22.x to test matrix
* tooling: switch from yarn to npm
* feat(apps): add the private_network_ids field to the model

## 0.8.2

Expand Down
2 changes: 2 additions & 0 deletions src/models/regional/apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ export interface App {
/** HDS Contact, only on HDS app */
hds_contact: HDSContact;
hds_resource: boolean;
/** IDs of the private networks associated with the app */
private_networks_ids: string[];
}

export interface AppLinks {
Expand Down

0 comments on commit df22350

Please sign in to comment.