Subspace (#12)

* changes for subspace (via nimbleape)

* changes from more testing

* working api to subspace

* more subspace fixes

* further subspace fixes
This commit is contained in:
Dave Horton
2021-12-07 07:40:50 -05:00
committed by GitHub
parent 19a55a5774
commit f6d358d3df
6 changed files with 158 additions and 15 deletions
+17 -1
View File
@@ -296,7 +296,23 @@ Account.fields = [
{
name: 'disable_cdrs',
type: 'number',
}
},
{
name: 'subspace_client_id',
type: 'string',
},
{
name: 'subspace_client_secret',
type: 'string',
},
{
name: 'subspace_sip_teleport_id',
type: 'string',
},
{
name: 'subspace_sip_teleport_destinations',
type: 'string',
},
];
module.exports = Account;