pipedrive 16.0.3 → 16.0.4

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -7,7 +7,12 @@ The file format of it is based on [Keep a Changelog](http://keepachangelog.com/e
7
7
  For public Changelog covering all changes done to Pipedrive’s API, webhooks and app extensions platforms, see [public Changelog](https://pipedrive.readme.io/docs/changelog) with discussion area in [Developers Community](https://devcommunity.pipedrive.com/c/documentation/changelog/19).
8
8
 
9
9
  ## [Unreleased]
10
- ## 16.0.2
10
+
11
+ ## 16.0.4
12
+ ### Changed
13
+ - Description for api/v1/channels endpoints
14
+
15
+ ## 16.0.3
11
16
  ### Fixed
12
17
  - Fixed issue with custom monetary field currency
13
18
 
@@ -58,7 +58,7 @@ var ChannelsApi = /*#__PURE__*/function () {
58
58
  }
59
59
  /**
60
60
  * Add a channel
61
- * Adds a new messaging, only admins are able to register new channels. It will use the getConversations endpoint to fetch conversations, participants and messages afterward. Read more in [Messaging app extension](https://pipedrive.readme.io/docs/messaging-app-extension).
61
+ * Adds a new messaging channel, only admins are able to register new channels. It will use the getConversations endpoint to fetch conversations, participants and messages afterward. To use the endpoint, you need to have **Messengers integration** OAuth scope enabled and the Messaging manifest ready for the [Messaging app extension](https://pipedrive.readme.io/docs/messaging-app-extension).
62
62
  * @param {Object} opts Optional parameters
63
63
  * @param {module:model/ChannelObject} opts.channelObject
64
64
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ChannelObjectResponse} and HTTP response
@@ -105,7 +105,7 @@ var ChannelsApi = /*#__PURE__*/function () {
105
105
  }
106
106
  /**
107
107
  * Add a channel
108
- * Adds a new messaging, only admins are able to register new channels. It will use the getConversations endpoint to fetch conversations, participants and messages afterward. Read more in [Messaging app extension](https://pipedrive.readme.io/docs/messaging-app-extension).
108
+ * Adds a new messaging channel, only admins are able to register new channels. It will use the getConversations endpoint to fetch conversations, participants and messages afterward. To use the endpoint, you need to have **Messengers integration** OAuth scope enabled and the Messaging manifest ready for the [Messaging app extension](https://pipedrive.readme.io/docs/messaging-app-extension).
109
109
  * @param {Object} opts Optional parameters
110
110
  * @param {module:model/ChannelObject} opts.channelObject
111
111
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ChannelObjectResponse}
@@ -120,7 +120,7 @@ var ChannelsApi = /*#__PURE__*/function () {
120
120
  }
121
121
  /**
122
122
  * Delete a channel
123
- * Deletes an existing messengers channel and all related entities (conversations and messages).
123
+ * Deletes an existing messenger’s channel and all related entities (conversations and messages). To use the endpoint, you need to have **Messengers integration** OAuth scope enabled and the Messaging manifest ready for the [Messaging app extension](https://pipedrive.readme.io/docs/messaging-app-extension).
124
124
  * @param {String} id The ID of the channel provided by the integration
125
125
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/DeleteChannelSuccess} and HTTP response
126
126
  */
@@ -163,7 +163,7 @@ var ChannelsApi = /*#__PURE__*/function () {
163
163
  }
164
164
  /**
165
165
  * Delete a channel
166
- * Deletes an existing messengers channel and all related entities (conversations and messages).
166
+ * Deletes an existing messenger’s channel and all related entities (conversations and messages). To use the endpoint, you need to have **Messengers integration** OAuth scope enabled and the Messaging manifest ready for the [Messaging app extension](https://pipedrive.readme.io/docs/messaging-app-extension).
167
167
  * @param {String} id The ID of the channel provided by the integration
168
168
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/DeleteChannelSuccess}
169
169
  */
@@ -177,7 +177,7 @@ var ChannelsApi = /*#__PURE__*/function () {
177
177
  }
178
178
  /**
179
179
  * Delete a conversation
180
- * Deletes an existing conversation.
180
+ * Deletes an existing conversation. To use the endpoint, you need to have **Messengers integration** OAuth scope enabled and the Messaging manifest ready for the [Messaging app extension](https://pipedrive.readme.io/docs/messaging-app-extension).
181
181
  * @param {String} channelId The ID of the channel provided by the integration
182
182
  * @param {String} conversationId The ID of the conversation provided by the integration
183
183
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/DeleteConversationSuccess} and HTTP response
@@ -227,7 +227,7 @@ var ChannelsApi = /*#__PURE__*/function () {
227
227
  }
228
228
  /**
229
229
  * Delete a conversation
230
- * Deletes an existing conversation.
230
+ * Deletes an existing conversation. To use the endpoint, you need to have **Messengers integration** OAuth scope enabled and the Messaging manifest ready for the [Messaging app extension](https://pipedrive.readme.io/docs/messaging-app-extension).
231
231
  * @param {String} channelId The ID of the channel provided by the integration
232
232
  * @param {String} conversationId The ID of the conversation provided by the integration
233
233
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/DeleteConversationSuccess}
@@ -242,7 +242,7 @@ var ChannelsApi = /*#__PURE__*/function () {
242
242
  }
243
243
  /**
244
244
  * Receives an incoming message
245
- * Adds a message to a conversation.
245
+ * Adds a message to a conversation. To use the endpoint, you need to have **Messengers integration** OAuth scope enabled and the Messaging manifest ready for the [Messaging app extension](https://pipedrive.readme.io/docs/messaging-app-extension).
246
246
  * @param {Object} opts Optional parameters
247
247
  * @param {module:model/MessageObject} opts.messageObject
248
248
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/MessageObject} and HTTP response
@@ -308,7 +308,7 @@ var ChannelsApi = /*#__PURE__*/function () {
308
308
  }
309
309
  /**
310
310
  * Receives an incoming message
311
- * Adds a message to a conversation.
311
+ * Adds a message to a conversation. To use the endpoint, you need to have **Messengers integration** OAuth scope enabled and the Messaging manifest ready for the [Messaging app extension](https://pipedrive.readme.io/docs/messaging-app-extension).
312
312
  * @param {Object} opts Optional parameters
313
313
  * @param {module:model/MessageObject} opts.messageObject
314
314
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/MessageObject}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pipedrive",
3
- "version": "16.0.3",
3
+ "version": "16.0.4",
4
4
  "description": "Pipedrive REST client for NodeJS",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",