diff --git a/app/sdk/README.md b/app/sdk/README.md index aa3efb98..533cce73 100644 --- a/app/sdk/README.md +++ b/app/sdk/README.md @@ -277,6 +277,10 @@ Automate allocates the Bot interface for ia specific communication channel ```Contact::connectCard(cardId: string): Promise``` + Save contact of connection request without accepting connection with confirmCard + + ```Contact::confirmCard(cardId: string): Promise``` + Disconnect from a connected with diconnectCard to stop sharing with that contact ```Contact::disconnectCard(cardId: string): Promise```