We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6eea1 commit 8d8dd49Copy full SHA for 8d8dd49
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "evolution-api-sdk",
3
"private": false,
4
- "version": "0.6.2",
+ "version": "0.6.3",
5
"description": "Unofficial SDK for the Evolution Whatsapp API v2",
6
"main": "lib/index.js",
7
"types": "lib/index.d.ts",
src/api/routes.ts
@@ -70,6 +70,6 @@ export const Routes = {
70
ConnectionState: "instance/connectionState",
71
Logout: "instance/logout",
72
Delete: "instance/delete",
73
- SetPresence: "instance/presence/set",
+ SetPresence: "instance/setPresence",
74
},
75
};
0 commit comments