pipedrive 22.10.0 → 22.10.1

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.
@@ -56,14 +56,6 @@ var UserSettingsItem = /*#__PURE__*/function () {
56
56
  value: function constructFromObject(data, obj) {
57
57
  if (data) {
58
58
  obj = obj || new UserSettingsItem();
59
- if (data.hasOwnProperty('marketplace_allow_custom_install_url')) {
60
- obj['marketplace_allow_custom_install_url'] = _ApiClient["default"].convertToType(data['marketplace_allow_custom_install_url'], 'Boolean');
61
- delete data['marketplace_allow_custom_install_url'];
62
- }
63
- if (data.hasOwnProperty('marketplace_app_extensions_vendor')) {
64
- obj['marketplace_app_extensions_vendor'] = _ApiClient["default"].convertToType(data['marketplace_app_extensions_vendor'], 'Boolean');
65
- delete data['marketplace_app_extensions_vendor'];
66
- }
67
59
  if (data.hasOwnProperty('marketplace_team')) {
68
60
  obj['marketplace_team'] = _ApiClient["default"].convertToType(data['marketplace_team'], 'Boolean');
69
61
  delete data['marketplace_team'];
@@ -105,18 +97,6 @@ var UserSettingsItem = /*#__PURE__*/function () {
105
97
  }]);
106
98
  return UserSettingsItem;
107
99
  }();
108
- /**
109
- * If the vendors are allowed to install custom Marketplace apps with functionality and content in the Pipedrive UI or not
110
- * @member {Boolean} marketplace_allow_custom_install_url
111
- */
112
- UserSettingsItem.prototype['marketplace_allow_custom_install_url'] = undefined;
113
-
114
- /**
115
- * If the vendors are allowed to extend their Marketplace apps with functionality and content in the Pipedrive UI or not
116
- * @member {Boolean} marketplace_app_extensions_vendor
117
- */
118
- UserSettingsItem.prototype['marketplace_app_extensions_vendor'] = undefined;
119
-
120
100
  /**
121
101
  * If the vendors are allowed to be part of the Marketplace team or not
122
102
  * @member {Boolean} marketplace_team
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pipedrive",
3
- "version": "22.10.0",
3
+ "version": "22.10.1",
4
4
  "description": "Pipedrive REST client for NodeJS",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",