pipedrive 12.2.0 → 13.0.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,14 @@ The file format of it is based on [Keep a Changelog](http://keepachangelog.com/e
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
8
 
9
+ ## [Unreleased]
10
+
11
+ ## 13.0.0
12
+ ### Removed
13
+ - Removed `int` type from `POST /v1/organizationFields` field_type values
14
+ - Removed `int` type from `POST /v1/personFields` field_type values
15
+ - Removed `int` type from `POST /v1/dealFields` field_type values
16
+
9
17
  ## 12.2.0
10
18
  ### Changed
11
19
  - Changed notes and comments endpoints additional_data to match the correct pagination response
@@ -41,7 +41,6 @@ var FieldTypeAsString = /*#__PURE__*/function () {
41
41
  (0, _defineProperty2["default"])(this, "daterange", "daterange");
42
42
  (0, _defineProperty2["default"])(this, "double", "double");
43
43
  (0, _defineProperty2["default"])(this, "enum", "enum");
44
- (0, _defineProperty2["default"])(this, "int", "int");
45
44
  (0, _defineProperty2["default"])(this, "monetary", "monetary");
46
45
  (0, _defineProperty2["default"])(this, "org", "org");
47
46
  (0, _defineProperty2["default"])(this, "people", "people");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pipedrive",
3
- "version": "12.2.0",
3
+ "version": "13.0.0",
4
4
  "description": "Pipedrive REST client for NodeJS",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",