Implement BuildPeerConfigurationUpdate App Intent

Signed-off-by: Alessio Nossa <alessio.nossa@gmail.com>
This commit is contained in:
Alessio Nossa
2023-04-11 23:41:31 +02:00
parent eec11c1eef
commit e13bc40f88
3 changed files with 93 additions and 0 deletions
@@ -10,3 +10,15 @@
"getPeersIntentDescription" = "Get list of public keys of peers in the selected configuration";
"getPeersIntentTunnelParameterTitle" = "Tunnel";
"getPeersIntentSummary ${tunnelName}" = "Get peers of ${tunnelName}";
// Build Peer Configuration
"buildPeerConfigurationUpdateIntentName" = "Build Peer Configuration";
"buildPeerConfigurationUpdateIntentDescription" = "";
"buildPeerConfigurationUpdateIntentSummary ${publicKey}" = "Build configuration for peer ${publicKey}";
"buildPeerConfigurationUpdateIntentPublicKeyParameterTitle" = "Peer Public Key";
"buildPeerConfigurationUpdateIntentEndpointParameterTitle" = "Endpoint";
// Peer Configuration Update Entity
"peerConfigurationUpdateEntityName" = "Configuration Update - Peer";
"peerConfigurationUpdateEntityPropertyPublicKeyTitle" = "Public Key";
"peerConfigurationUpdateEntityPropertyEndpointTitle" = "Endpoint";