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, churnbuster : { account_id : Text, api_key : Text }
16, component : { jid : Text, secret : Text }
17, credit_card_url : forall (jid : Text) -> forall (customer_id : Text) -> Text
18, creds : { account : Text, password : Text, username : Text }
19, direct_sources : List { mapKey : Text, mapValue : Text }
20, direct_targets : List { mapKey : Text, mapValue : Text }
21, electrum :
22 { currency : Text
23 , rpc_password : Text
24 , rpc_uri : Text
25 , rpc_username : Text
26 }
27, electrum_bch :
28 { currency : Text
29 , rpc_password : Text
30 , rpc_uri : Text
31 , rpc_username : Text
32 }
33, electrum_notify_url :
34 forall (address : Text) ->
35 forall (customer_id : Text) ->
36 forall (currency : Text) ->
37 Text
38, interac : Text
39, keep_area_codes : List Text
40, keep_area_codes_in : { account : Text, sip_peer_id : Text, site_id : Text }
41, keepgo : Optional { access_token : Text, api_key : Text }
42, notify_admin : Text
43, notify_from : Text
44, ogm_path : Text
45, ogm_web_root : Text
46, onboarding_domain : Text
47, oxr_app_id : Text
48, parented_domains :
49 List { mapKey : Text, mapValue : { customer_id : Text, plan_name : Text } }
50, payable : Text
51, plans :
52 List
53 { allow_register : Bool
54 , currency : < CAD | USD >
55 , messages :
56 < limited : { included : Natural, price : Natural } | unlimited >
57 , minutes :
58 < limited : { included : Natural, price : Natural } | unlimited >
59 , monthly_price : Natural
60 , name : Text
61 , subaccount_discount : Natural
62 }
63, reachability_senders : List Text
64, rev_ai_token : Text
65, server : { host : Text, port : Natural }
66, sgx : Text
67, sgx_creds :
68 List
69 { mapKey : Text
70 , mapValue : { account : Text, password : Text, username : Text }
71 }
72, simpleswap_api_key : Text
73, sims :
74 { esim :
75 List
76 { mapKey : < CAD | USD >
77 , mapValue : { plan : Text, price : Natural }
78 }
79 , sim :
80 List
81 { mapKey : < CAD | USD >
82 , mapValue : { plan : Text, price : Natural }
83 }
84 }
85, sip : { app : Text, realm : Text }
86, sip_host : Text
87, snikket_hosting_api : Text
88, support_link : forall (customer_jid : Text) -> Text
89, upstream_domain : Text
90, web : < Inet : { interface : Text, port : Natural } | Unix : Text >
91, web_register : { from : Text, to : Text }
92, web_root : Text
93, xep0157 : List { label : Text, value : Text, var : Text }
94}