pipedrive 21.2.0 → 22.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.
@@ -131,10 +131,6 @@ var AddProductAttachmentDetails = /*#__PURE__*/function () {
|
|
131
131
|
obj['deal_id'] = _ApiClient["default"].convertToType(data['deal_id'], 'Number');
|
132
132
|
delete data['deal_id'];
|
133
133
|
}
|
134
|
-
if (data.hasOwnProperty('sum_no_discount')) {
|
135
|
-
obj['sum_no_discount'] = _ApiClient["default"].convertToType(data['sum_no_discount'], 'Number');
|
136
|
-
delete data['sum_no_discount'];
|
137
|
-
}
|
138
134
|
if (data.hasOwnProperty('sum')) {
|
139
135
|
obj['sum'] = _ApiClient["default"].convertToType(data['sum'], 'Number');
|
140
136
|
delete data['sum'];
|
@@ -266,12 +262,6 @@ AddProductAttachmentDetails.prototype['company_id'] = undefined;
|
|
266
262
|
*/
|
267
263
|
AddProductAttachmentDetails.prototype['deal_id'] = undefined;
|
268
264
|
|
269
|
-
/**
|
270
|
-
* The product sum without the discount
|
271
|
-
* @member {Number} sum_no_discount
|
272
|
-
*/
|
273
|
-
AddProductAttachmentDetails.prototype['sum_no_discount'] = undefined;
|
274
|
-
|
275
265
|
/**
|
276
266
|
* The sum of all the products attached to the deal
|
277
267
|
* @member {Number} sum
|
@@ -394,11 +384,6 @@ _ProductAttachmentDetails["default"].prototype['company_id'] = undefined;
|
|
394
384
|
* @member {Number} deal_id
|
395
385
|
*/
|
396
386
|
_ProductAttachmentDetails["default"].prototype['deal_id'] = undefined;
|
397
|
-
/**
|
398
|
-
* The product sum without the discount
|
399
|
-
* @member {Number} sum_no_discount
|
400
|
-
*/
|
401
|
-
_ProductAttachmentDetails["default"].prototype['sum_no_discount'] = undefined;
|
402
387
|
/**
|
403
388
|
* The sum of all the products attached to the deal
|
404
389
|
* @member {Number} sum
|
@@ -76,10 +76,6 @@ var ProductAttachementFields = /*#__PURE__*/function () {
|
|
76
76
|
obj['duration_unit'] = _ApiClient["default"].convertToType(data['duration_unit'], 'String');
|
77
77
|
delete data['duration_unit'];
|
78
78
|
}
|
79
|
-
if (data.hasOwnProperty('sum_no_discount')) {
|
80
|
-
obj['sum_no_discount'] = _ApiClient["default"].convertToType(data['sum_no_discount'], 'Number');
|
81
|
-
delete data['sum_no_discount'];
|
82
|
-
}
|
83
79
|
if (data.hasOwnProperty('sum')) {
|
84
80
|
obj['sum'] = _ApiClient["default"].convertToType(data['sum'], 'Number');
|
85
81
|
delete data['sum'];
|
@@ -147,12 +143,6 @@ ProductAttachementFields.prototype['product_id'] = undefined;
|
|
147
143
|
*/
|
148
144
|
ProductAttachementFields.prototype['duration_unit'] = undefined;
|
149
145
|
|
150
|
-
/**
|
151
|
-
* The product sum without the discount
|
152
|
-
* @member {Number} sum_no_discount
|
153
|
-
*/
|
154
|
-
ProductAttachementFields.prototype['sum_no_discount'] = undefined;
|
155
|
-
|
156
146
|
/**
|
157
147
|
* The sum of all the products attached to the deal
|
158
148
|
* @member {Number} sum
|
@@ -131,10 +131,6 @@ var ProductAttachmentDetails = /*#__PURE__*/function () {
|
|
131
131
|
obj['deal_id'] = _ApiClient["default"].convertToType(data['deal_id'], 'Number');
|
132
132
|
delete data['deal_id'];
|
133
133
|
}
|
134
|
-
if (data.hasOwnProperty('sum_no_discount')) {
|
135
|
-
obj['sum_no_discount'] = _ApiClient["default"].convertToType(data['sum_no_discount'], 'Number');
|
136
|
-
delete data['sum_no_discount'];
|
137
|
-
}
|
138
134
|
if (data.hasOwnProperty('sum')) {
|
139
135
|
obj['sum'] = _ApiClient["default"].convertToType(data['sum'], 'Number');
|
140
136
|
delete data['sum'];
|
@@ -262,12 +258,6 @@ ProductAttachmentDetails.prototype['company_id'] = undefined;
|
|
262
258
|
*/
|
263
259
|
ProductAttachmentDetails.prototype['deal_id'] = undefined;
|
264
260
|
|
265
|
-
/**
|
266
|
-
* The product sum without the discount
|
267
|
-
* @member {Number} sum_no_discount
|
268
|
-
*/
|
269
|
-
ProductAttachmentDetails.prototype['sum_no_discount'] = undefined;
|
270
|
-
|
271
261
|
/**
|
272
262
|
* The sum of all the products attached to the deal
|
273
263
|
* @member {Number} sum
|
@@ -396,11 +386,6 @@ _ProductAttachementFields["default"].prototype['product_id'] = undefined;
|
|
396
386
|
* @member {String} duration_unit
|
397
387
|
*/
|
398
388
|
_ProductAttachementFields["default"].prototype['duration_unit'] = undefined;
|
399
|
-
/**
|
400
|
-
* The product sum without the discount
|
401
|
-
* @member {Number} sum_no_discount
|
402
|
-
*/
|
403
|
-
_ProductAttachementFields["default"].prototype['sum_no_discount'] = undefined;
|
404
389
|
/**
|
405
390
|
* The sum of all the products attached to the deal
|
406
391
|
* @member {Number} sum
|
@@ -97,10 +97,6 @@ var ProductListItem = /*#__PURE__*/function () {
|
|
97
97
|
obj['duration_unit'] = _ApiClient["default"].convertToType(data['duration_unit'], 'String');
|
98
98
|
delete data['duration_unit'];
|
99
99
|
}
|
100
|
-
if (data.hasOwnProperty('sum_no_discount')) {
|
101
|
-
obj['sum_no_discount'] = _ApiClient["default"].convertToType(data['sum_no_discount'], 'Number');
|
102
|
-
delete data['sum_no_discount'];
|
103
|
-
}
|
104
100
|
if (data.hasOwnProperty('sum')) {
|
105
101
|
obj['sum'] = _ApiClient["default"].convertToType(data['sum'], 'Number');
|
106
102
|
delete data['sum'];
|
@@ -228,12 +224,6 @@ ProductListItem.prototype['duration'] = undefined;
|
|
228
224
|
*/
|
229
225
|
ProductListItem.prototype['duration_unit'] = undefined;
|
230
226
|
|
231
|
-
/**
|
232
|
-
* The product sum without the discount
|
233
|
-
* @member {Number} sum_no_discount
|
234
|
-
*/
|
235
|
-
ProductListItem.prototype['sum_no_discount'] = undefined;
|
236
|
-
|
237
227
|
/**
|
238
228
|
* The sum of all the products attached to the deal
|
239
229
|
* @member {Number} sum
|
@@ -70,7 +70,7 @@ var SubscriptionRecurringCancelRequest = /*#__PURE__*/function () {
|
|
70
70
|
return SubscriptionRecurringCancelRequest;
|
71
71
|
}();
|
72
72
|
/**
|
73
|
-
* The subscription termination date. All payments after specified date will be deleted. Default value is the current date.
|
73
|
+
* The subscription termination date. All payments after the specified date will be deleted. The end_date of the subscription will be set to the due date of the payment to follow the specified date. Default value is the current date.
|
74
74
|
* @member {Date} end_date
|
75
75
|
*/
|
76
76
|
SubscriptionRecurringCancelRequest.prototype['end_date'] = undefined;
|