Generate schema

Stephen Paul Weber created

Change summary

config-schema.dhall | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

config-schema.dhall 🔗

@@ -44,7 +44,7 @@
     forall (currency : Text) ->
       Text
 , interac : Text
-, keep_area_codes : List { area_code: Text, premium_price : Optional Natural }
+, keep_area_codes : List { area_code : Text, premium_price : Optional Natural }
 , keep_area_codes_in : { account : Text, sip_peer_id : Text, site_id : Text }
 , keepgo : Optional { access_token : Text, api_key : Text }
 , notify_admin : Text
@@ -69,6 +69,7 @@
       , name : Text
       , subaccount_discount : Natural
       }
+, public_onboarding_url : Text
 , reachability_senders : List Text
 , rev_ai_token : Text
 , server : { host : Text, port : Natural }
@@ -95,7 +96,6 @@
 , sip_host : Text
 , snikket_hosting_api : Text
 , support_link : forall (customer_jid : Text) -> Text
-, public_onboarding_url : Text
 , upstream_domain : Text
 , web : < Inet : { interface : Text, port : Natural } | Unix : Text >
 , web_register : { from : Text, to : Text }