simplex-chat-nodejs: add member contact API methods (#6763)

* simplex-chat-nodejs: add apiCreateMemberContact and apiSendMemberContactInvitation

* simplex-chat-nodejs: add integration test for apiCreateMemberContact and apiSendMemberContactInvitation

Test creates a 3-user group with direct messages enabled, then verifies:
- apiCreateMemberContact creates a DM contact between group members
- apiSendMemberContactInvitation sends an invitation that the recipient receives

* simplex-chat-nodejs: bump @simplex-chat/types to ^0.4.0
This commit is contained in:
Narasimha-sc
2026-04-10 08:37:37 +00:00
committed by GitHub
parent e6dde90c40
commit e2ecff7215
3 changed files with 116 additions and 1 deletions

View File

@@ -24,7 +24,7 @@
"docs": "typedoc"
},
"dependencies": {
"@simplex-chat/types": "^0.3.0",
"@simplex-chat/types": "^0.4.0",
"extract-zip": "^2.0.1",
"fast-deep-equal": "^3.1.3",
"node-addon-api": "^8.5.0"