node-zendesk
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -693,3 +693,3 @@ --- | ||
(See: https://developer.zendesk.com/rest_api/docs/voice-api/voice) | ||
To enable help center client, use `-v` or `--voice` parameter. | ||
To enable voice client, use `-v` or `--voice` parameter. | ||
@@ -751,3 +751,3 @@ ### agentactivities | ||
(See: https://developer.zendesk.com/rest_api/docs/services/jira) | ||
To enable help center client, use `-serv` or `--services` parameter. | ||
To enable services client, use `-serv` or `--services` parameter. | ||
@@ -754,0 +754,0 @@ ### links |
@@ -52,3 +52,4 @@ // client.js - node-zendesk client initialization | ||
'Automations', | ||
'PermissionGroups' | ||
'PermissionGroups', | ||
'Webhooks' | ||
], | ||
@@ -55,0 +56,0 @@ helpcenterParts = [ |
{ | ||
"name": "node-zendesk", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "zendesk API client wrapper", | ||
@@ -66,10 +66,7 @@ "keywords": [ | ||
"async": "3.2.x", | ||
"nconf": "0.11.0", | ||
"nconf": "0.11.3", | ||
"querystring": "0.2.x", | ||
"request": "2.88.2" | ||
}, | ||
"devDependencies": { | ||
"vuepress": "1.5.x" | ||
}, | ||
"license": "MIT" | ||
} |
@@ -7,3 +7,3 @@ # node-zendesk [![Join the chat at https://gitter.im/blakmatrix/node-zendesk](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/blakmatrix/node-zendesk?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![build status](https://secure.travis-ci.org/blakmatrix/node-zendesk.png)](http://travis-ci.org/blakmatrix/node-zendesk) | ||
**Read the full documentation at blakmatrix.github.io/node-zendesk/** | ||
**Read the full documentation at [blakmatrix.github.io/node-zendesk/](https://blakmatrix.github.io/node-zendesk/)** | ||
@@ -10,0 +10,0 @@ --- |
Sorry, the diff of this file is not supported yet
177197
0
92
3251
+ Addedini@2.0.0(transitive)
+ Addednconf@0.11.3(transitive)
- Removedini@1.3.8(transitive)
- Removednconf@0.11.0(transitive)
Updatednconf@0.11.3