pipedrive 15.0.2 → 15.1.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -5,7 +5,11 @@ The Changelog file gives an overview of all of the notable changes affecting the
5
5
  The file format of it is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/), and the project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
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
- [Unreleased]
8
+ ## [Unreleased]
9
+
10
+ ## 15.0.3
11
+ ### Changed
12
+ - Added deprecated flags to `GET /globalMessages` and `DELETE /globalMessages/{id}`
9
13
 
10
14
  ## 15.0.2
11
15
  ### Added
@@ -16,8 +20,6 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
16
20
  - Update the following dependencies:
17
21
  - `superagent`
18
22
 
19
- ### Added
20
- - Added `primary_email` field to response of `GET /v1/persons`, `GET /v1/persons/{id}` endpoints
21
23
  ## 15.0.0
22
24
  ### Fixed
23
25
  - Renamed file with long name and it's class.
@@ -149,7 +149,7 @@ var CallLogObject = /*#__PURE__*/function () {
149
149
  return CallLogObject;
150
150
  }();
151
151
  /**
152
- * The ID of the owner of the call log
152
+ * The ID of the owner of the call log. Please note that a user without account settings access cannot create call logs for other users.
153
153
  * @member {Number} user_id
154
154
  */
155
155
 
@@ -179,7 +179,7 @@ var ResponseCallLogObject = /*#__PURE__*/function () {
179
179
  return ResponseCallLogObject;
180
180
  }();
181
181
  /**
182
- * The ID of the owner of the call log
182
+ * The ID of the owner of the call log. Please note that a user without account settings access cannot create call logs for other users.
183
183
  * @member {Number} user_id
184
184
  */
185
185
 
@@ -277,7 +277,7 @@ ResponseCallLogObject.prototype['has_recording'] = undefined;
277
277
  ResponseCallLogObject.prototype['company_id'] = undefined; // Implement CallLogObject interface:
278
278
 
279
279
  /**
280
- * The ID of the owner of the call log
280
+ * The ID of the owner of the call log. Please note that a user without account settings access cannot create call logs for other users.
281
281
  * @member {Number} user_id
282
282
  */
283
283
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pipedrive",
3
- "version": "15.0.2",
3
+ "version": "15.1.0",
4
4
  "description": "Pipedrive REST client for NodeJS",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",