diff --git a/chats-out.html b/chats-out.html index 513c949..4763a2f 100644 --- a/chats-out.html +++ b/chats-out.html @@ -5,7 +5,7 @@ defaults: { name: {value:"Chats Out"}, whatsappLink: {value:"whatsapp-web", type:'whatsappLink'}, - recipient: {value:"", type:'numberRecipient', required:false} + recipient: {value:"", type:'number-recipient', required:false} }, outputs:0, inputs:1, diff --git a/group-out.html b/group-out.html index 3082a53..d943fb7 100644 --- a/group-out.html +++ b/group-out.html @@ -5,7 +5,7 @@ defaults: { name: {value:"Group Message"}, whatsappLink: {value:"whatsapp-web", type:'whatsappLink'}, - recipient: {value:"", type:'groupRecipient', required:false} + recipient: {value:"", type:'group-recipient', required:false} }, outputs:0, inputs:1, diff --git a/groupRecipient.html b/groupRecipient.html index cd92972..1e660cc 100644 --- a/groupRecipient.html +++ b/groupRecipient.html @@ -1,5 +1,5 @@ - - - -