Skip to content

Commit

Permalink
JS - 0.9.69, Private message groups
Browse files Browse the repository at this point in the history
  • Loading branch information
1aerostorm committed Apr 30, 2024
1 parent cf2e5f1 commit e239559
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion golos-lib-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "golos-lib-js",
"version": "0.9.68",
"version": "0.9.69",
"description": "Golos-js the JavaScript library with API for GOLOS blockchain",
"main": "lib/index.js",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions golos-lib-js/src/api/methods.js
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,16 @@ module.exports = [
"method": "get_contacts",
"params": ["owner", "type", "limit", "offset"]
},
{
"api": "private_message",
"method": "get_groups",
"params": ["query"]
},
{
"api": "private_message",
"method": "get_group_members",
"params": ["query"]
},
{
"api": "worker_api",
"method": "get_worker_requests",
Expand Down
2 changes: 2 additions & 0 deletions golos-lib-js/test/methods_by_version.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ export const methods_0_25_3 = [
"get_contacts_size",
"get_contact_info",
"get_contacts",
"get_groups",
"get_group_members",
"setBlockAppliedCallback",
"setPendingTransactionCallback",
"setPrivateMessageCallback",
Expand Down

0 comments on commit e239559

Please sign in to comment.