Merge branch 'main' into recentCalls-singleCallPull

This commit is contained in:
Suraj Shivakumar
2024-08-19 11:44:24 -04:00
committed by GitHub
5 changed files with 30 additions and 11 deletions
+4
View File
@@ -33,6 +33,10 @@ SystemInformation.fields = [
name: 'monitoring_domain_name',
type: 'string',
},
{
name: 'private_network_cidr',
type: 'string',
},
];
module.exports = SystemInformation;