pipedrive 12.2.0 → 13.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/model/FieldTypeAsString.js +0 -1
- package/package.json +1 -1
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");
|