From 728e76519241b189e27127f48586fa52467e2aae Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Wed, 11 Mar 2026 08:57:57 -0500 Subject: [PATCH] Generate schema --- config-schema.dhall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-schema.dhall b/config-schema.dhall index a5c5e65c41f519aab2c7f8f54b9f3bd2e266fa8a..4c2f69a0f5c2d8d1b3b41e61892cc45295688ccf 100644 --- a/config-schema.dhall +++ b/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 }