1{ activation_amount : Natural
2, activation_amount_accept : Natural
3, admins : List Text
4, adr : Text
5, approved_domains : List { mapKey : Text, mapValue : Optional Text }
6, bandwidth_peer : Text
7, bandwidth_site : Text
8, braintree :
9 { environment : Text
10 , merchant_accounts : { CAD : Text, USD : Text }
11 , merchant_id : Text
12 , private_key : Text
13 , public_key : Text
14 }
15, component : { jid : Text, secret : Text }
16, credit_card_url : forall (jid : Text) -> forall (customer_id : Text) -> Text
17, creds : { account : Text, password : Text, username : Text }
18, direct_sources : List { mapKey : Text, mapValue : Text }
19, direct_targets : List { mapKey : Text, mapValue : Text }
20, electrum : { rpc_password : Text, rpc_uri : Text, rpc_username : Text }
21, electrum_notify_url :
22 forall (address : Text) -> forall (customer_id : Text) -> Text
23, interac : Text
24, keep_area_codes : List Text
25, keep_area_codes_in : { account : Text, sip_peer_id : Text, site_id : Text }
26, keepgo : Optional { access_token : Text, api_key : Text }
27, notify_admin : Text
28, notify_from : Text
29, ogm_path : Text
30, ogm_web_root : Text
31, onboarding_domain : Text
32, oxr_app_id : Text
33, parented_domains :
34 List { mapKey : Text, mapValue : { customer_id : Text, plan_name : Text } }
35, payable : Text
36, plans :
37 List
38 { currency : < CAD | USD >
39 , messages :
40 < limited : { included : Natural, price : Natural } | unlimited >
41 , minutes :
42 < limited : { included : Natural, price : Natural } | unlimited >
43 , monthly_price : Natural
44 , name : Text
45 }
46, reachability_senders : List Text
47, rev_ai_token : Text
48, server : { host : Text, port : Natural }
49, sgx : Text
50, simpleswap_api_key : Text
51, sims :
52 { esim :
53 List
54 { mapKey : < CAD | USD >
55 , mapValue : { plan : Text, price : Natural }
56 }
57 , sim :
58 List
59 { mapKey : < CAD | USD >
60 , mapValue : { plan : Text, price : Natural }
61 }
62 }
63, sip : { app : Text, realm : Text }
64, sip_host : Text
65, snikket_hosting_api : Text
66, support_link : forall (customer_jid : Text) -> Text
67, upstream_domain : Text
68, web : < Inet : { interface : Text, port : Natural } | Unix : Text >
69, web_register : { from : Text, to : Text }
70, web_root : Text
71, xep0157 : List { label : Text, value : Text, var : Text }
72}