pipedrive 22.10.0 → 22.10.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -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
|