diff --git a/CHANGELOG.md b/CHANGELOG.md index 65a295a3..61b2c0a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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_networks_ids` field to the model ## 0.8.2 diff --git a/src/models/regional/apps.ts b/src/models/regional/apps.ts index ab6b5836..07bdcda0 100644 --- a/src/models/regional/apps.ts +++ b/src/models/regional/apps.ts @@ -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 {