pipedrive 19.1.0 → 20.0.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.
@@ -13,7 +13,7 @@ var _ApiClient = _interopRequireDefault(require("../ApiClient"));
|
|
13
13
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
14
14
|
*
|
15
15
|
* The version of the OpenAPI document: 1.0.0
|
16
|
-
*
|
16
|
+
*
|
17
17
|
*
|
18
18
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
19
19
|
* https://openapi-generator.tech
|
@@ -270,7 +270,7 @@ DealCollectionResponseObject.prototype['lost_time'] = undefined;
|
|
270
270
|
DealCollectionResponseObject.prototype['expected_close_date'] = undefined;
|
271
271
|
|
272
272
|
/**
|
273
|
-
* The label or multiple labels assigned to the
|
273
|
+
* The label or multiple labels assigned to the deal
|
274
274
|
* @member {String} label
|
275
275
|
*/
|
276
276
|
DealCollectionResponseObject.prototype['label'] = undefined;
|
@@ -73,10 +73,6 @@ var ListProductAdditionalData = /*#__PURE__*/function () {
|
|
73
73
|
obj['products_sum_total'] = _ApiClient["default"].convertToType(data['products_sum_total'], 'Number');
|
74
74
|
delete data['products_sum_total'];
|
75
75
|
}
|
76
|
-
if (data.hasOwnProperty('variations_enabled')) {
|
77
|
-
obj['variations_enabled'] = _ApiClient["default"].convertToType(data['variations_enabled'], 'Boolean');
|
78
|
-
delete data['variations_enabled'];
|
79
|
-
}
|
80
76
|
if (data.hasOwnProperty('products_quantity_total_formatted')) {
|
81
77
|
obj['products_quantity_total_formatted'] = _ApiClient["default"].convertToType(data['products_quantity_total_formatted'], 'String');
|
82
78
|
delete data['products_quantity_total_formatted'];
|
@@ -110,12 +106,6 @@ ListProductAdditionalData.prototype['products_quantity_total'] = undefined;
|
|
110
106
|
*/
|
111
107
|
ListProductAdditionalData.prototype['products_sum_total'] = undefined;
|
112
108
|
|
113
|
-
/**
|
114
|
-
* Whether variations is enabled or not
|
115
|
-
* @member {Boolean} variations_enabled
|
116
|
-
*/
|
117
|
-
ListProductAdditionalData.prototype['variations_enabled'] = undefined;
|
118
|
-
|
119
109
|
/**
|
120
110
|
* The total formatted quantity of the products
|
121
111
|
* @member {String} products_quantity_total_formatted
|
@@ -144,11 +134,6 @@ _ListProductAdditionalDataAllOf["default"].prototype['products_quantity_total']
|
|
144
134
|
* @member {Number} products_sum_total
|
145
135
|
*/
|
146
136
|
_ListProductAdditionalDataAllOf["default"].prototype['products_sum_total'] = undefined;
|
147
|
-
/**
|
148
|
-
* Whether variations is enabled or not
|
149
|
-
* @member {Boolean} variations_enabled
|
150
|
-
*/
|
151
|
-
_ListProductAdditionalDataAllOf["default"].prototype['variations_enabled'] = undefined;
|
152
137
|
/**
|
153
138
|
* The total formatted quantity of the products
|
154
139
|
* @member {String} products_quantity_total_formatted
|
@@ -64,10 +64,6 @@ var ListProductAdditionalDataAllOf = /*#__PURE__*/function () {
|
|
64
64
|
obj['products_sum_total'] = _ApiClient["default"].convertToType(data['products_sum_total'], 'Number');
|
65
65
|
delete data['products_sum_total'];
|
66
66
|
}
|
67
|
-
if (data.hasOwnProperty('variations_enabled')) {
|
68
|
-
obj['variations_enabled'] = _ApiClient["default"].convertToType(data['variations_enabled'], 'Boolean');
|
69
|
-
delete data['variations_enabled'];
|
70
|
-
}
|
71
67
|
if (data.hasOwnProperty('products_quantity_total_formatted')) {
|
72
68
|
obj['products_quantity_total_formatted'] = _ApiClient["default"].convertToType(data['products_quantity_total_formatted'], 'String');
|
73
69
|
delete data['products_quantity_total_formatted'];
|
@@ -97,12 +93,6 @@ ListProductAdditionalDataAllOf.prototype['products_quantity_total'] = undefined;
|
|
97
93
|
*/
|
98
94
|
ListProductAdditionalDataAllOf.prototype['products_sum_total'] = undefined;
|
99
95
|
|
100
|
-
/**
|
101
|
-
* Whether variations is enabled or not
|
102
|
-
* @member {Boolean} variations_enabled
|
103
|
-
*/
|
104
|
-
ListProductAdditionalDataAllOf.prototype['variations_enabled'] = undefined;
|
105
|
-
|
106
96
|
/**
|
107
97
|
* The total formatted quantity of the products
|
108
98
|
* @member {String} products_quantity_total_formatted
|