@vonage/users
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -129,3 +129,3 @@ "use strict"; | ||
async updateUser(user) { | ||
const resp = await this.sendPutRequest(`${this.config.apiHost}/v1/users/${user.id}`, userToAPI(user)); | ||
const resp = await this.sendPatchRequest(`${this.config.apiHost}/v1/users/${user.id}`, userToAPI(user)); | ||
return apiUserToUser(resp.data); | ||
@@ -132,0 +132,0 @@ } |
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@vonage/users", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "The concept of a user exists in Vonage APIs, you can associate one with a user in your own application if you choose. A user can have multiple memberships to conversations and can communicate with other users through various different mediums.", | ||
@@ -41,4 +41,4 @@ "homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/user#readme", | ||
"dependencies": { | ||
"@vonage/server-client": "^1.13.0" | ||
"@vonage/server-client": "^1.14.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
100682