pipedrive 20.1.0 → 20.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1651,7 +1651,7 @@ var DealsApi = /*#__PURE__*/function () {
1651
1651
  * @param {String} term The search term to look for. Minimum 2 characters (or 1 if using `exact_match`). Please note that the search term has to be URL encoded.
1652
1652
  * @param {Object} opts Optional parameters
1653
1653
  * @param {module:model/String} opts.fields A comma-separated string array. The fields to perform the search from. Defaults to all of them.
1654
- * @param {module:model/Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
1654
+ * @param {Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
1655
1655
  * @param {Number} opts.personId Will filter deals by the provided person ID. The upper limit of found deals associated with the person is 2000.
1656
1656
  * @param {Number} opts.organizationId Will filter deals by the provided organization ID. The upper limit of found deals associated with the organization is 2000.
1657
1657
  * @param {module:model/String} opts.status Will filter deals by the provided specific status. open = Open, won = Won, lost = Lost. The upper limit of found deals associated with the status is 2000.
@@ -1709,7 +1709,7 @@ var DealsApi = /*#__PURE__*/function () {
1709
1709
  * @param {String} term The search term to look for. Minimum 2 characters (or 1 if using `exact_match`). Please note that the search term has to be URL encoded.
1710
1710
  * @param {Object} opts Optional parameters
1711
1711
  * @param {module:model/String} opts.fields A comma-separated string array. The fields to perform the search from. Defaults to all of them.
1712
- * @param {module:model/Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
1712
+ * @param {Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
1713
1713
  * @param {Number} opts.personId Will filter deals by the provided person ID. The upper limit of found deals associated with the person is 2000.
1714
1714
  * @param {Number} opts.organizationId Will filter deals by the provided organization ID. The upper limit of found deals associated with the organization is 2000.
1715
1715
  * @param {module:model/String} opts.status Will filter deals by the provided specific status. open = Open, won = Won, lost = Lost. The upper limit of found deals associated with the status is 2000.
@@ -233,7 +233,7 @@ var GoalsApi = /*#__PURE__*/function () {
233
233
  * @param {Object} opts Optional parameters
234
234
  * @param {module:model/String} opts.typeName The type of the goal. If provided, everyone's goals will be returned.
235
235
  * @param {String} opts.title The title of the goal
236
- * @param {module:model/Boolean} opts.isActive Whether the goal is active or not (default to true)
236
+ * @param {Boolean} opts.isActive Whether the goal is active or not (default to true)
237
237
  * @param {Number} opts.assigneeId The ID of the user who's goal to fetch. When omitted, only your goals will be returned.
238
238
  * @param {module:model/String} opts.assigneeType The type of the goal's assignee. If provided, everyone's goals will be returned.
239
239
  * @param {Number} opts.expectedOutcomeTarget The numeric value of the outcome. If provided, everyone's goals will be returned.
@@ -294,7 +294,7 @@ var GoalsApi = /*#__PURE__*/function () {
294
294
  * @param {Object} opts Optional parameters
295
295
  * @param {module:model/String} opts.typeName The type of the goal. If provided, everyone's goals will be returned.
296
296
  * @param {String} opts.title The title of the goal
297
- * @param {module:model/Boolean} opts.isActive Whether the goal is active or not (default to true)
297
+ * @param {Boolean} opts.isActive Whether the goal is active or not (default to true)
298
298
  * @param {Number} opts.assigneeId The ID of the user who's goal to fetch. When omitted, only your goals will be returned.
299
299
  * @param {module:model/String} opts.assigneeType The type of the goal's assignee. If provided, everyone's goals will be returned.
300
300
  * @param {Number} opts.expectedOutcomeTarget The numeric value of the outcome. If provided, everyone's goals will be returned.
@@ -38,8 +38,8 @@ var ItemSearchApi = /*#__PURE__*/function () {
38
38
  * @param {Object} opts Optional parameters
39
39
  * @param {module:model/String} opts.itemTypes A comma-separated string array. The type of items to perform the search from. Defaults to all.
40
40
  * @param {module:model/String} opts.fields A comma-separated string array. The fields to perform the search from. Defaults to all. Relevant for each item type are:<br> <table> <tr><th><b>Item type</b></th><th><b>Field</b></th></tr> <tr><td>Deal</td><td>`custom_fields`, `notes`, `title`</td></tr> <tr><td>Person</td><td>`custom_fields`, `email`, `name`, `notes`, `phone`</td></tr> <tr><td>Organization</td><td>`address`, `custom_fields`, `name`, `notes`</td></tr> <tr><td>Product</td><td>`code`, `custom_fields`, `name`</td></tr> <tr><td>Lead</td><td>`custom_fields`, `notes`, `email`, `organization_name`, `person_name`, `phone`, `title`</td></tr> <tr><td>File</td><td>`name`</td></tr> <tr><td>Mail attachment</td><td>`name`</td></tr> <tr><td>Project</td><td> `custom_fields`, `notes`, `title`, `description` </td></tr> </table> <br> When searching for leads, the email, organization_name, person_name, and phone fields will return results only for leads not linked to contacts. For searching leads by person or organization values, please use `search_for_related_items`.
41
- * @param {module:model/Boolean} opts.searchForRelatedItems When enabled, the response will include up to 100 newest related leads and 100 newest related deals for each found person and organization and up to 100 newest related persons for each found organization.
42
- * @param {module:model/Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
41
+ * @param {Boolean} opts.searchForRelatedItems When enabled, the response will include up to 100 newest related leads and 100 newest related deals for each found person and organization and up to 100 newest related persons for each found organization.
42
+ * @param {Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
43
43
  * @param {module:model/String} opts.includeFields A comma-separated string array. Supports including optional fields in the results which are not provided by default.
44
44
  * @param {Number} opts.start Pagination start. Note that the pagination is based on main results and does not include related items when using `search_for_related_items` parameter. (default to 0)
45
45
  * @param {Number} opts.limit Items shown per page
@@ -94,8 +94,8 @@ var ItemSearchApi = /*#__PURE__*/function () {
94
94
  * @param {Object} opts Optional parameters
95
95
  * @param {module:model/String} opts.itemTypes A comma-separated string array. The type of items to perform the search from. Defaults to all.
96
96
  * @param {module:model/String} opts.fields A comma-separated string array. The fields to perform the search from. Defaults to all. Relevant for each item type are:<br> <table> <tr><th><b>Item type</b></th><th><b>Field</b></th></tr> <tr><td>Deal</td><td>`custom_fields`, `notes`, `title`</td></tr> <tr><td>Person</td><td>`custom_fields`, `email`, `name`, `notes`, `phone`</td></tr> <tr><td>Organization</td><td>`address`, `custom_fields`, `name`, `notes`</td></tr> <tr><td>Product</td><td>`code`, `custom_fields`, `name`</td></tr> <tr><td>Lead</td><td>`custom_fields`, `notes`, `email`, `organization_name`, `person_name`, `phone`, `title`</td></tr> <tr><td>File</td><td>`name`</td></tr> <tr><td>Mail attachment</td><td>`name`</td></tr> <tr><td>Project</td><td> `custom_fields`, `notes`, `title`, `description` </td></tr> </table> <br> When searching for leads, the email, organization_name, person_name, and phone fields will return results only for leads not linked to contacts. For searching leads by person or organization values, please use `search_for_related_items`.
97
- * @param {module:model/Boolean} opts.searchForRelatedItems When enabled, the response will include up to 100 newest related leads and 100 newest related deals for each found person and organization and up to 100 newest related persons for each found organization.
98
- * @param {module:model/Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
97
+ * @param {Boolean} opts.searchForRelatedItems When enabled, the response will include up to 100 newest related leads and 100 newest related deals for each found person and organization and up to 100 newest related persons for each found organization.
98
+ * @param {Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
99
99
  * @param {module:model/String} opts.includeFields A comma-separated string array. Supports including optional fields in the results which are not provided by default.
100
100
  * @param {Number} opts.start Pagination start. Note that the pagination is based on main results and does not include related items when using `search_for_related_items` parameter. (default to 0)
101
101
  * @param {Number} opts.limit Items shown per page
@@ -116,8 +116,8 @@ var ItemSearchApi = /*#__PURE__*/function () {
116
116
  * @param {module:model/String} fieldType The type of the field to perform the search from
117
117
  * @param {String} fieldKey The key of the field to search from. The field key can be obtained by fetching the list of the fields using any of the fields' API GET methods (dealFields, personFields, etc.).
118
118
  * @param {Object} opts Optional parameters
119
- * @param {module:model/Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. The search <b>is</b> case sensitive. (default to false)
120
- * @param {module:model/Boolean} opts.returnItemIds Whether to return the IDs of the matching items or not. When not set or set to `0` or `false`, only distinct values of the searched field are returned. When set to `1` or `true`, the ID of each found item is returned.
119
+ * @param {Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. The search <b>is</b> case sensitive. (default to false)
120
+ * @param {Boolean} opts.returnItemIds Whether to return the IDs of the matching items or not. When not set or set to `0` or `false`, only distinct values of the searched field are returned. When set to `1` or `true`, the ID of each found item is returned.
121
121
  * @param {Number} opts.start Pagination start
122
122
  * @param {Number} opts.limit Items shown per page
123
123
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/ItemSearchFieldResponse} and HTTP response
@@ -180,8 +180,8 @@ var ItemSearchApi = /*#__PURE__*/function () {
180
180
  * @param {module:model/String} fieldType The type of the field to perform the search from
181
181
  * @param {String} fieldKey The key of the field to search from. The field key can be obtained by fetching the list of the fields using any of the fields' API GET methods (dealFields, personFields, etc.).
182
182
  * @param {Object} opts Optional parameters
183
- * @param {module:model/Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. The search <b>is</b> case sensitive. (default to false)
184
- * @param {module:model/Boolean} opts.returnItemIds Whether to return the IDs of the matching items or not. When not set or set to `0` or `false`, only distinct values of the searched field are returned. When set to `1` or `true`, the ID of each found item is returned.
183
+ * @param {Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. The search <b>is</b> case sensitive. (default to false)
184
+ * @param {Boolean} opts.returnItemIds Whether to return the IDs of the matching items or not. When not set or set to `0` or `false`, only distinct values of the searched field are returned. When set to `1` or `true`, the ID of each found item is returned.
185
185
  * @param {Number} opts.start Pagination start
186
186
  * @param {Number} opts.limit Items shown per page
187
187
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/ItemSearchFieldResponse}
@@ -334,7 +334,7 @@ var LeadsApi = /*#__PURE__*/function () {
334
334
  * @param {String} term The search term to look for. Minimum 2 characters (or 1 if using `exact_match`). Please note that the search term has to be URL encoded.
335
335
  * @param {Object} opts Optional parameters
336
336
  * @param {module:model/String} opts.fields A comma-separated string array. The fields to perform the search from. Defaults to all of them.
337
- * @param {module:model/Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
337
+ * @param {Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
338
338
  * @param {Number} opts.personId Will filter leads by the provided person ID. The upper limit of found leads associated with the person is 2000.
339
339
  * @param {Number} opts.organizationId Will filter leads by the provided organization ID. The upper limit of found leads associated with the organization is 2000.
340
340
  * @param {module:model/String} opts.includeFields Supports including optional fields in the results which are not provided by default
@@ -390,7 +390,7 @@ var LeadsApi = /*#__PURE__*/function () {
390
390
  * @param {String} term The search term to look for. Minimum 2 characters (or 1 if using `exact_match`). Please note that the search term has to be URL encoded.
391
391
  * @param {Object} opts Optional parameters
392
392
  * @param {module:model/String} opts.fields A comma-separated string array. The fields to perform the search from. Defaults to all of them.
393
- * @param {module:model/Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
393
+ * @param {Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
394
394
  * @param {Number} opts.personId Will filter leads by the provided person ID. The upper limit of found leads associated with the person is 2000.
395
395
  * @param {Number} opts.organizationId Will filter leads by the provided organization ID. The upper limit of found leads associated with the organization is 2000.
396
396
  * @param {module:model/String} opts.includeFields Supports including optional fields in the results which are not provided by default
@@ -1045,7 +1045,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
1045
1045
  * @param {String} term The search term to look for. Minimum 2 characters (or 1 if using `exact_match`). Please note that the search term has to be URL encoded.
1046
1046
  * @param {Object} opts Optional parameters
1047
1047
  * @param {module:model/String} opts.fields A comma-separated string array. The fields to perform the search from. Defaults to all of them.
1048
- * @param {module:model/Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
1048
+ * @param {Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
1049
1049
  * @param {Number} opts.start Pagination start. Note that the pagination is based on main results and does not include related items when using `search_for_related_items` parameter. (default to 0)
1050
1050
  * @param {Number} opts.limit Items shown per page
1051
1051
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/OrganizationSearchResponse} and HTTP response
@@ -1095,7 +1095,7 @@ var OrganizationsApi = /*#__PURE__*/function () {
1095
1095
  * @param {String} term The search term to look for. Minimum 2 characters (or 1 if using `exact_match`). Please note that the search term has to be URL encoded.
1096
1096
  * @param {Object} opts Optional parameters
1097
1097
  * @param {module:model/String} opts.fields A comma-separated string array. The fields to perform the search from. Defaults to all of them.
1098
- * @param {module:model/Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
1098
+ * @param {Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
1099
1099
  * @param {Number} opts.start Pagination start. Note that the pagination is based on main results and does not include related items when using `search_for_related_items` parameter. (default to 0)
1100
1100
  * @param {Number} opts.limit Items shown per page
1101
1101
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/OrganizationSearchResponse}
@@ -1175,7 +1175,7 @@ var PersonsApi = /*#__PURE__*/function () {
1175
1175
  * @param {String} term The search term to look for. Minimum 2 characters (or 1 if using `exact_match`). Please note that the search term has to be URL encoded.
1176
1176
  * @param {Object} opts Optional parameters
1177
1177
  * @param {module:model/String} opts.fields A comma-separated string array. The fields to perform the search from. Defaults to all of them.
1178
- * @param {module:model/Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
1178
+ * @param {Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
1179
1179
  * @param {Number} opts.organizationId Will filter persons by the provided organization ID. The upper limit of found persons associated with the organization is 2000.
1180
1180
  * @param {module:model/String} opts.includeFields Supports including optional fields in the results which are not provided by default
1181
1181
  * @param {Number} opts.start Pagination start. Note that the pagination is based on main results and does not include related items when using `search_for_related_items` parameter. (default to 0)
@@ -1229,7 +1229,7 @@ var PersonsApi = /*#__PURE__*/function () {
1229
1229
  * @param {String} term The search term to look for. Minimum 2 characters (or 1 if using `exact_match`). Please note that the search term has to be URL encoded.
1230
1230
  * @param {Object} opts Optional parameters
1231
1231
  * @param {module:model/String} opts.fields A comma-separated string array. The fields to perform the search from. Defaults to all of them.
1232
- * @param {module:model/Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
1232
+ * @param {Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
1233
1233
  * @param {Number} opts.organizationId Will filter persons by the provided organization ID. The upper limit of found persons associated with the organization is 2000.
1234
1234
  * @param {module:model/String} opts.includeFields Supports including optional fields in the results which are not provided by default
1235
1235
  * @param {Number} opts.start Pagination start. Note that the pagination is based on main results and does not include related items when using `search_for_related_items` parameter. (default to 0)
@@ -657,7 +657,7 @@ var ProductsApi = /*#__PURE__*/function () {
657
657
  * @param {String} term The search term to look for. Minimum 2 characters (or 1 if using `exact_match`). Please note that the search term has to be URL encoded.
658
658
  * @param {Object} opts Optional parameters
659
659
  * @param {module:model/String} opts.fields A comma-separated string array. The fields to perform the search from. Defaults to all of them.
660
- * @param {module:model/Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
660
+ * @param {Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
661
661
  * @param {module:model/String} opts.includeFields Supports including optional fields in the results which are not provided by default
662
662
  * @param {Number} opts.start Pagination start. Note that the pagination is based on main results and does not include related items when using `search_for_related_items` parameter. (default to 0)
663
663
  * @param {Number} opts.limit Items shown per page
@@ -709,7 +709,7 @@ var ProductsApi = /*#__PURE__*/function () {
709
709
  * @param {String} term The search term to look for. Minimum 2 characters (or 1 if using `exact_match`). Please note that the search term has to be URL encoded.
710
710
  * @param {Object} opts Optional parameters
711
711
  * @param {module:model/String} opts.fields A comma-separated string array. The fields to perform the search from. Defaults to all of them.
712
- * @param {module:model/Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
712
+ * @param {Boolean} opts.exactMatch When enabled, only full exact matches against the given term are returned. It is <b>not</b> case sensitive.
713
713
  * @param {module:model/String} opts.includeFields Supports including optional fields in the results which are not provided by default
714
714
  * @param {Number} opts.start Pagination start. Note that the pagination is based on main results and does not include related items when using `search_for_related_items` parameter. (default to 0)
715
715
  * @param {Number} opts.limit Items shown per page
@@ -467,7 +467,7 @@ var RolesApi = /*#__PURE__*/function () {
467
467
  * Returns the list of either visible or hidden pipeline IDs for a specific role. For more information on pipeline visibility, please refer to the <a href=\"https://support.pipedrive.com/en/article/visibility-groups\" target=\"_blank\" rel=\"noopener noreferrer\">Visibility groups article</a>.
468
468
  * @param {Number} id The ID of the role
469
469
  * @param {Object} opts Optional parameters
470
- * @param {module:model/Boolean} opts.visible Whether to return the visible or hidden pipelines for the role (default to true)
470
+ * @param {Boolean} opts.visible Whether to return the visible or hidden pipelines for the role (default to true)
471
471
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetRolePipelines} and HTTP response
472
472
  */
473
473
  }, {
@@ -512,7 +512,7 @@ var RolesApi = /*#__PURE__*/function () {
512
512
  * Returns the list of either visible or hidden pipeline IDs for a specific role. For more information on pipeline visibility, please refer to the <a href=\"https://support.pipedrive.com/en/article/visibility-groups\" target=\"_blank\" rel=\"noopener noreferrer\">Visibility groups article</a>.
513
513
  * @param {Number} id The ID of the role
514
514
  * @param {Object} opts Optional parameters
515
- * @param {module:model/Boolean} opts.visible Whether to return the visible or hidden pipelines for the role (default to true)
515
+ * @param {Boolean} opts.visible Whether to return the visible or hidden pipelines for the role (default to true)
516
516
  * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetRolePipelines}
517
517
  */
518
518
  }, {
@@ -309,7 +309,7 @@ ActivityCollectionResponseObject.prototype['user_id'] = undefined;
309
309
 
310
310
  /**
311
311
  * Marks if the activity is set as 'Busy' or 'Free'. If the flag is set to `true`, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset. When the value of the flag is unset (`null`), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time.
312
- * @member {module:model/ActivityCollectionResponseObject.BusyFlagEnum} busy_flag
312
+ * @member {Boolean} busy_flag
313
313
  */
314
314
  ActivityCollectionResponseObject.prototype['busy_flag'] = undefined;
315
315
 
@@ -512,7 +512,7 @@ _ActivityCollectionResponseObjectAllOf["default"].prototype['type'] = undefined;
512
512
  _ActivityCollectionResponseObjectAllOf["default"].prototype['user_id'] = undefined;
513
513
  /**
514
514
  * Marks if the activity is set as 'Busy' or 'Free'. If the flag is set to `true`, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset. When the value of the flag is unset (`null`), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time.
515
- * @member {module:model/ActivityCollectionResponseObjectAllOf.BusyFlagEnum} busy_flag
515
+ * @member {Boolean} busy_flag
516
516
  */
517
517
  _ActivityCollectionResponseObjectAllOf["default"].prototype['busy_flag'] = undefined;
518
518
  /**
@@ -615,23 +615,5 @@ _ActivityCollectionResponseObjectAllOf["default"].prototype['location_postal_cod
615
615
  * @member {String} location_formatted_address
616
616
  */
617
617
  _ActivityCollectionResponseObjectAllOf["default"].prototype['location_formatted_address'] = undefined;
618
-
619
- /**
620
- * Allowed values for the <code>busy_flag</code> property.
621
- * @enum {Boolean}
622
- * @readonly
623
- */
624
- ActivityCollectionResponseObject['BusyFlagEnum'] = {
625
- /**
626
- * value: "true"
627
- * @const
628
- */
629
- "true": "true",
630
- /**
631
- * value: "false"
632
- * @const
633
- */
634
- "false": "false"
635
- };
636
618
  var _default = ActivityCollectionResponseObject;
637
619
  exports["default"] = _default;
@@ -201,7 +201,7 @@ ActivityCollectionResponseObjectAllOf.prototype['user_id'] = undefined;
201
201
 
202
202
  /**
203
203
  * Marks if the activity is set as 'Busy' or 'Free'. If the flag is set to `true`, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset. When the value of the flag is unset (`null`), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time.
204
- * @member {module:model/ActivityCollectionResponseObjectAllOf.BusyFlagEnum} busy_flag
204
+ * @member {Boolean} busy_flag
205
205
  */
206
206
  ActivityCollectionResponseObjectAllOf.prototype['busy_flag'] = undefined;
207
207
 
@@ -324,23 +324,5 @@ ActivityCollectionResponseObjectAllOf.prototype['location_postal_code'] = undefi
324
324
  * @member {String} location_formatted_address
325
325
  */
326
326
  ActivityCollectionResponseObjectAllOf.prototype['location_formatted_address'] = undefined;
327
-
328
- /**
329
- * Allowed values for the <code>busy_flag</code> property.
330
- * @enum {Boolean}
331
- * @readonly
332
- */
333
- ActivityCollectionResponseObjectAllOf['BusyFlagEnum'] = {
334
- /**
335
- * value: "true"
336
- * @const
337
- */
338
- "true": "true",
339
- /**
340
- * value: "false"
341
- * @const
342
- */
343
- "false": "false"
344
- };
345
327
  var _default = ActivityCollectionResponseObjectAllOf;
346
328
  exports["default"] = _default;
@@ -238,7 +238,7 @@ ActivityPostObject.prototype['participants'] = undefined;
238
238
 
239
239
  /**
240
240
  * Set the activity as 'Busy' or 'Free'. If the flag is set to `true`, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset by never setting it or overriding it with `null`. When the value of the flag is unset (`null`), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time.
241
- * @member {module:model/ActivityPostObject.BusyFlagEnum} busy_flag
241
+ * @member {Boolean} busy_flag
242
242
  */
243
243
  ActivityPostObject.prototype['busy_flag'] = undefined;
244
244
 
@@ -333,7 +333,7 @@ _ActivityPostObjectAllOf["default"].prototype['user_id'] = undefined;
333
333
  _ActivityPostObjectAllOf["default"].prototype['participants'] = undefined;
334
334
  /**
335
335
  * Set the activity as 'Busy' or 'Free'. If the flag is set to `true`, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset by never setting it or overriding it with `null`. When the value of the flag is unset (`null`), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time.
336
- * @member {module:model/ActivityPostObjectAllOf.BusyFlagEnum} busy_flag
336
+ * @member {Boolean} busy_flag
337
337
  */
338
338
  _ActivityPostObjectAllOf["default"].prototype['busy_flag'] = undefined;
339
339
  /**
@@ -346,23 +346,5 @@ _ActivityPostObjectAllOf["default"].prototype['attendees'] = undefined;
346
346
  * @member {module:model/NumberBoolean} done
347
347
  */
348
348
  _ActivityPostObjectAllOf["default"].prototype['done'] = undefined;
349
-
350
- /**
351
- * Allowed values for the <code>busy_flag</code> property.
352
- * @enum {Boolean}
353
- * @readonly
354
- */
355
- ActivityPostObject['BusyFlagEnum'] = {
356
- /**
357
- * value: "true"
358
- * @const
359
- */
360
- "true": "true",
361
- /**
362
- * value: "false"
363
- * @const
364
- */
365
- "false": "false"
366
- };
367
349
  var _default = ActivityPostObject;
368
350
  exports["default"] = _default;
@@ -130,7 +130,7 @@ ActivityPostObjectAllOf.prototype['participants'] = undefined;
130
130
 
131
131
  /**
132
132
  * Set the activity as 'Busy' or 'Free'. If the flag is set to `true`, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset by never setting it or overriding it with `null`. When the value of the flag is unset (`null`), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time.
133
- * @member {module:model/ActivityPostObjectAllOf.BusyFlagEnum} busy_flag
133
+ * @member {Boolean} busy_flag
134
134
  */
135
135
  ActivityPostObjectAllOf.prototype['busy_flag'] = undefined;
136
136
 
@@ -145,23 +145,5 @@ ActivityPostObjectAllOf.prototype['attendees'] = undefined;
145
145
  * @member {module:model/NumberBoolean} done
146
146
  */
147
147
  ActivityPostObjectAllOf.prototype['done'] = undefined;
148
-
149
- /**
150
- * Allowed values for the <code>busy_flag</code> property.
151
- * @enum {Boolean}
152
- * @readonly
153
- */
154
- ActivityPostObjectAllOf['BusyFlagEnum'] = {
155
- /**
156
- * value: "true"
157
- * @const
158
- */
159
- "true": "true",
160
- /**
161
- * value: "false"
162
- * @const
163
- */
164
- "false": "false"
165
- };
166
148
  var _default = ActivityPostObjectAllOf;
167
149
  exports["default"] = _default;
@@ -238,7 +238,7 @@ ActivityPutObject.prototype['participants'] = undefined;
238
238
 
239
239
  /**
240
240
  * Set the activity as 'Busy' or 'Free'. If the flag is set to `true`, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset by never setting it or overriding it with `null`. When the value of the flag is unset (`null`), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time.
241
- * @member {module:model/ActivityPutObject.BusyFlagEnum} busy_flag
241
+ * @member {Boolean} busy_flag
242
242
  */
243
243
  ActivityPutObject.prototype['busy_flag'] = undefined;
244
244
 
@@ -333,7 +333,7 @@ _ActivityPutObjectAllOf["default"].prototype['user_id'] = undefined;
333
333
  _ActivityPutObjectAllOf["default"].prototype['participants'] = undefined;
334
334
  /**
335
335
  * Set the activity as 'Busy' or 'Free'. If the flag is set to `true`, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset by never setting it or overriding it with `null`. When the value of the flag is unset (`null`), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time.
336
- * @member {module:model/ActivityPutObjectAllOf.BusyFlagEnum} busy_flag
336
+ * @member {Boolean} busy_flag
337
337
  */
338
338
  _ActivityPutObjectAllOf["default"].prototype['busy_flag'] = undefined;
339
339
  /**
@@ -346,23 +346,5 @@ _ActivityPutObjectAllOf["default"].prototype['attendees'] = undefined;
346
346
  * @member {module:model/NumberBoolean} done
347
347
  */
348
348
  _ActivityPutObjectAllOf["default"].prototype['done'] = undefined;
349
-
350
- /**
351
- * Allowed values for the <code>busy_flag</code> property.
352
- * @enum {Boolean}
353
- * @readonly
354
- */
355
- ActivityPutObject['BusyFlagEnum'] = {
356
- /**
357
- * value: "true"
358
- * @const
359
- */
360
- "true": "true",
361
- /**
362
- * value: "false"
363
- * @const
364
- */
365
- "false": "false"
366
- };
367
349
  var _default = ActivityPutObject;
368
350
  exports["default"] = _default;
@@ -130,7 +130,7 @@ ActivityPutObjectAllOf.prototype['participants'] = undefined;
130
130
 
131
131
  /**
132
132
  * Set the activity as 'Busy' or 'Free'. If the flag is set to `true`, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset by never setting it or overriding it with `null`. When the value of the flag is unset (`null`), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time.
133
- * @member {module:model/ActivityPutObjectAllOf.BusyFlagEnum} busy_flag
133
+ * @member {Boolean} busy_flag
134
134
  */
135
135
  ActivityPutObjectAllOf.prototype['busy_flag'] = undefined;
136
136
 
@@ -145,23 +145,5 @@ ActivityPutObjectAllOf.prototype['attendees'] = undefined;
145
145
  * @member {module:model/NumberBoolean} done
146
146
  */
147
147
  ActivityPutObjectAllOf.prototype['done'] = undefined;
148
-
149
- /**
150
- * Allowed values for the <code>busy_flag</code> property.
151
- * @enum {Boolean}
152
- * @readonly
153
- */
154
- ActivityPutObjectAllOf['BusyFlagEnum'] = {
155
- /**
156
- * value: "true"
157
- * @const
158
- */
159
- "true": "true",
160
- /**
161
- * value: "false"
162
- * @const
163
- */
164
- "false": "false"
165
- };
166
148
  var _default = ActivityPutObjectAllOf;
167
149
  exports["default"] = _default;
@@ -421,7 +421,7 @@ ActivityResponseObject.prototype['participants'] = undefined;
421
421
 
422
422
  /**
423
423
  * Marks if the activity is set as 'Busy' or 'Free'. If the flag is set to `true`, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset. When the value of the flag is unset (`null`), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time.
424
- * @member {module:model/ActivityResponseObject.BusyFlagEnum} busy_flag
424
+ * @member {Boolean} busy_flag
425
425
  */
426
426
  ActivityResponseObject.prototype['busy_flag'] = undefined;
427
427
 
@@ -772,7 +772,7 @@ _ActivityResponseObjectAllOf["default"].prototype['user_id'] = undefined;
772
772
  _ActivityResponseObjectAllOf["default"].prototype['participants'] = undefined;
773
773
  /**
774
774
  * Marks if the activity is set as 'Busy' or 'Free'. If the flag is set to `true`, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset. When the value of the flag is unset (`null`), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time.
775
- * @member {module:model/ActivityResponseObjectAllOf.BusyFlagEnum} busy_flag
775
+ * @member {Boolean} busy_flag
776
776
  */
777
777
  _ActivityResponseObjectAllOf["default"].prototype['busy_flag'] = undefined;
778
778
  /**
@@ -990,23 +990,5 @@ _ActivityResponseObjectAllOf["default"].prototype['assigned_to_user_id'] = undef
990
990
  * @member {Object} file
991
991
  */
992
992
  _ActivityResponseObjectAllOf["default"].prototype['file'] = undefined;
993
-
994
- /**
995
- * Allowed values for the <code>busy_flag</code> property.
996
- * @enum {Boolean}
997
- * @readonly
998
- */
999
- ActivityResponseObject['BusyFlagEnum'] = {
1000
- /**
1001
- * value: "true"
1002
- * @const
1003
- */
1004
- "true": "true",
1005
- /**
1006
- * value: "false"
1007
- * @const
1008
- */
1009
- "false": "false"
1010
- };
1011
993
  var _default = ActivityResponseObject;
1012
994
  exports["default"] = _default;
@@ -313,7 +313,7 @@ ActivityResponseObjectAllOf.prototype['participants'] = undefined;
313
313
 
314
314
  /**
315
315
  * Marks if the activity is set as 'Busy' or 'Free'. If the flag is set to `true`, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset. When the value of the flag is unset (`null`), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time.
316
- * @member {module:model/ActivityResponseObjectAllOf.BusyFlagEnum} busy_flag
316
+ * @member {Boolean} busy_flag
317
317
  */
318
318
  ActivityResponseObjectAllOf.prototype['busy_flag'] = undefined;
319
319
 
@@ -574,23 +574,5 @@ ActivityResponseObjectAllOf.prototype['assigned_to_user_id'] = undefined;
574
574
  * @member {Object} file
575
575
  */
576
576
  ActivityResponseObjectAllOf.prototype['file'] = undefined;
577
-
578
- /**
579
- * Allowed values for the <code>busy_flag</code> property.
580
- * @enum {Boolean}
581
- * @readonly
582
- */
583
- ActivityResponseObjectAllOf['BusyFlagEnum'] = {
584
- /**
585
- * value: "true"
586
- * @const
587
- */
588
- "true": "true",
589
- /**
590
- * value: "false"
591
- * @const
592
- */
593
- "false": "false"
594
- };
595
577
  var _default = ActivityResponseObjectAllOf;
596
578
  exports["default"] = _default;
@@ -155,26 +155,8 @@ AddLeadRequest.prototype['visible_to'] = undefined;
155
155
 
156
156
  /**
157
157
  * A flag indicating whether the lead was seen by someone in the Pipedrive UI
158
- * @member {module:model/AddLeadRequest.WasSeenEnum} was_seen
158
+ * @member {Boolean} was_seen
159
159
  */
160
160
  AddLeadRequest.prototype['was_seen'] = undefined;
161
-
162
- /**
163
- * Allowed values for the <code>was_seen</code> property.
164
- * @enum {Boolean}
165
- * @readonly
166
- */
167
- AddLeadRequest['WasSeenEnum'] = {
168
- /**
169
- * value: "true"
170
- * @const
171
- */
172
- "true": "true",
173
- /**
174
- * value: "false"
175
- * @const
176
- */
177
- "false": "false"
178
- };
179
161
  var _default = AddLeadRequest;
180
162
  exports["default"] = _default;
@@ -143,7 +143,7 @@ BaseStage.prototype['pipeline_id'] = undefined;
143
143
 
144
144
  /**
145
145
  * Whether deals in this stage can become rotten
146
- * @member {module:model/BaseStage.RottenFlagEnum} rotten_flag
146
+ * @member {Boolean} rotten_flag
147
147
  */
148
148
  BaseStage.prototype['rotten_flag'] = undefined;
149
149
 
@@ -164,23 +164,5 @@ BaseStage.prototype['add_time'] = undefined;
164
164
  * @member {String} update_time
165
165
  */
166
166
  BaseStage.prototype['update_time'] = undefined;
167
-
168
- /**
169
- * Allowed values for the <code>rotten_flag</code> property.
170
- * @enum {Boolean}
171
- * @readonly
172
- */
173
- BaseStage['RottenFlagEnum'] = {
174
- /**
175
- * value: "true"
176
- * @const
177
- */
178
- "true": "true",
179
- /**
180
- * value: "false"
181
- * @const
182
- */
183
- "false": "false"
184
- };
185
167
  var _default = BaseStage;
186
168
  exports["default"] = _default;
@@ -109,7 +109,7 @@ FieldCreateRequest.prototype['options'] = undefined;
109
109
 
110
110
  /**
111
111
  * Whether the field is available in the 'add new' modal or not (both in the web and mobile app)
112
- * @member {module:model/FieldCreateRequest.AddVisibleFlagEnum} add_visible_flag
112
+ * @member {Boolean} add_visible_flag
113
113
  * @default true
114
114
  */
115
115
  FieldCreateRequest.prototype['add_visible_flag'] = true;
@@ -132,7 +132,7 @@ _FieldCreateRequestAllOf["default"].prototype['name'] = undefined;
132
132
  _FieldCreateRequestAllOf["default"].prototype['options'] = undefined;
133
133
  /**
134
134
  * Whether the field is available in the 'add new' modal or not (both in the web and mobile app)
135
- * @member {module:model/FieldCreateRequestAllOf.AddVisibleFlagEnum} add_visible_flag
135
+ * @member {Boolean} add_visible_flag
136
136
  * @default true
137
137
  */
138
138
  _FieldCreateRequestAllOf["default"].prototype['add_visible_flag'] = true;
@@ -141,23 +141,5 @@ _FieldCreateRequestAllOf["default"].prototype['add_visible_flag'] = true;
141
141
  * @member {module:model/FieldTypeAsString} field_type
142
142
  */
143
143
  _FieldType["default"].prototype['field_type'] = undefined;
144
-
145
- /**
146
- * Allowed values for the <code>add_visible_flag</code> property.
147
- * @enum {Boolean}
148
- * @readonly
149
- */
150
- FieldCreateRequest['AddVisibleFlagEnum'] = {
151
- /**
152
- * value: "true"
153
- * @const
154
- */
155
- "true": "true",
156
- /**
157
- * value: "false"
158
- * @const
159
- */
160
- "false": "false"
161
- };
162
144
  var _default = FieldCreateRequest;
163
145
  exports["default"] = _default;
@@ -94,27 +94,9 @@ FieldCreateRequestAllOf.prototype['options'] = undefined;
94
94
 
95
95
  /**
96
96
  * Whether the field is available in the 'add new' modal or not (both in the web and mobile app)
97
- * @member {module:model/FieldCreateRequestAllOf.AddVisibleFlagEnum} add_visible_flag
97
+ * @member {Boolean} add_visible_flag
98
98
  * @default true
99
99
  */
100
100
  FieldCreateRequestAllOf.prototype['add_visible_flag'] = true;
101
-
102
- /**
103
- * Allowed values for the <code>add_visible_flag</code> property.
104
- * @enum {Boolean}
105
- * @readonly
106
- */
107
- FieldCreateRequestAllOf['AddVisibleFlagEnum'] = {
108
- /**
109
- * value: "true"
110
- * @const
111
- */
112
- "true": "true",
113
- /**
114
- * value: "false"
115
- * @const
116
- */
117
- "false": "false"
118
- };
119
101
  var _default = FieldCreateRequestAllOf;
120
102
  exports["default"] = _default;
@@ -91,27 +91,9 @@ FieldUpdateRequest.prototype['options'] = undefined;
91
91
 
92
92
  /**
93
93
  * Whether the field is available in 'add new' modal or not (both in web and mobile app)
94
- * @member {module:model/FieldUpdateRequest.AddVisibleFlagEnum} add_visible_flag
94
+ * @member {Boolean} add_visible_flag
95
95
  * @default true
96
96
  */
97
97
  FieldUpdateRequest.prototype['add_visible_flag'] = true;
98
-
99
- /**
100
- * Allowed values for the <code>add_visible_flag</code> property.
101
- * @enum {Boolean}
102
- * @readonly
103
- */
104
- FieldUpdateRequest['AddVisibleFlagEnum'] = {
105
- /**
106
- * value: "true"
107
- * @const
108
- */
109
- "true": "true",
110
- /**
111
- * value: "false"
112
- * @const
113
- */
114
- "false": "false"
115
- };
116
98
  var _default = FieldUpdateRequest;
117
99
  exports["default"] = _default;
@@ -105,7 +105,7 @@ Stage.prototype['deal_probability'] = undefined;
105
105
 
106
106
  /**
107
107
  * Whether deals in this stage can become rotten
108
- * @member {module:model/Stage.RottenFlagEnum} rotten_flag
108
+ * @member {Boolean} rotten_flag
109
109
  */
110
110
  Stage.prototype['rotten_flag'] = undefined;
111
111
 
@@ -114,23 +114,5 @@ Stage.prototype['rotten_flag'] = undefined;
114
114
  * @member {Number} rotten_days
115
115
  */
116
116
  Stage.prototype['rotten_days'] = undefined;
117
-
118
- /**
119
- * Allowed values for the <code>rotten_flag</code> property.
120
- * @enum {Boolean}
121
- * @readonly
122
- */
123
- Stage['RottenFlagEnum'] = {
124
- /**
125
- * value: "true"
126
- * @const
127
- */
128
- "true": "true",
129
- /**
130
- * value: "false"
131
- * @const
132
- */
133
- "false": "false"
134
- };
135
117
  var _default = Stage;
136
118
  exports["default"] = _default;
@@ -157,7 +157,7 @@ StageDetails.prototype['pipeline_id'] = undefined;
157
157
 
158
158
  /**
159
159
  * Whether deals in this stage can become rotten
160
- * @member {module:model/StageDetails.RottenFlagEnum} rotten_flag
160
+ * @member {Boolean} rotten_flag
161
161
  */
162
162
  StageDetails.prototype['rotten_flag'] = undefined;
163
163
 
@@ -217,7 +217,7 @@ _BaseStage["default"].prototype['deal_probability'] = undefined;
217
217
  _BaseStage["default"].prototype['pipeline_id'] = undefined;
218
218
  /**
219
219
  * Whether deals in this stage can become rotten
220
- * @member {module:model/BaseStage.RottenFlagEnum} rotten_flag
220
+ * @member {Boolean} rotten_flag
221
221
  */
222
222
  _BaseStage["default"].prototype['rotten_flag'] = undefined;
223
223
  /**
@@ -240,23 +240,5 @@ _BaseStage["default"].prototype['update_time'] = undefined;
240
240
  * @member {module:model/DealSummary} deals_summary
241
241
  */
242
242
  _PipelineDetailsAllOf["default"].prototype['deals_summary'] = undefined;
243
-
244
- /**
245
- * Allowed values for the <code>rotten_flag</code> property.
246
- * @enum {Boolean}
247
- * @readonly
248
- */
249
- StageDetails['RottenFlagEnum'] = {
250
- /**
251
- * value: "true"
252
- * @const
253
- */
254
- "true": "true",
255
- /**
256
- * value: "false"
257
- * @const
258
- */
259
- "false": "false"
260
- };
261
243
  var _default = StageDetails;
262
244
  exports["default"] = _default;
@@ -159,7 +159,7 @@ StageWithPipelineInfo.prototype['pipeline_id'] = undefined;
159
159
 
160
160
  /**
161
161
  * Whether deals in this stage can become rotten
162
- * @member {module:model/StageWithPipelineInfo.RottenFlagEnum} rotten_flag
162
+ * @member {Boolean} rotten_flag
163
163
  */
164
164
  StageWithPipelineInfo.prototype['rotten_flag'] = undefined;
165
165
 
@@ -226,7 +226,7 @@ _BaseStage["default"].prototype['deal_probability'] = undefined;
226
226
  _BaseStage["default"].prototype['pipeline_id'] = undefined;
227
227
  /**
228
228
  * Whether deals in this stage can become rotten
229
- * @member {module:model/BaseStage.RottenFlagEnum} rotten_flag
229
+ * @member {Boolean} rotten_flag
230
230
  */
231
231
  _BaseStage["default"].prototype['rotten_flag'] = undefined;
232
232
  /**
@@ -255,23 +255,5 @@ _StageWithPipelineInfoAllOf["default"].prototype['pipeline_name'] = undefined;
255
255
  * @member {Boolean} pipeline_deal_probability
256
256
  */
257
257
  _StageWithPipelineInfoAllOf["default"].prototype['pipeline_deal_probability'] = undefined;
258
-
259
- /**
260
- * Allowed values for the <code>rotten_flag</code> property.
261
- * @enum {Boolean}
262
- * @readonly
263
- */
264
- StageWithPipelineInfo['RottenFlagEnum'] = {
265
- /**
266
- * value: "true"
267
- * @const
268
- */
269
- "true": "true",
270
- /**
271
- * value: "false"
272
- * @const
273
- */
274
- "false": "false"
275
- };
276
258
  var _default = StageWithPipelineInfo;
277
259
  exports["default"] = _default;
@@ -162,26 +162,8 @@ UpdateLeadRequest.prototype['visible_to'] = undefined;
162
162
 
163
163
  /**
164
164
  * A flag indicating whether the lead was seen by someone in the Pipedrive UI
165
- * @member {module:model/UpdateLeadRequest.WasSeenEnum} was_seen
165
+ * @member {Boolean} was_seen
166
166
  */
167
167
  UpdateLeadRequest.prototype['was_seen'] = undefined;
168
-
169
- /**
170
- * Allowed values for the <code>was_seen</code> property.
171
- * @enum {Boolean}
172
- * @readonly
173
- */
174
- UpdateLeadRequest['WasSeenEnum'] = {
175
- /**
176
- * value: "true"
177
- * @const
178
- */
179
- "true": "true",
180
- /**
181
- * value: "false"
182
- * @const
183
- */
184
- "false": "false"
185
- };
186
168
  var _default = UpdateLeadRequest;
187
169
  exports["default"] = _default;
@@ -117,7 +117,7 @@ UpdateStageRequest.prototype['deal_probability'] = undefined;
117
117
 
118
118
  /**
119
119
  * Whether deals in this stage can become rotten
120
- * @member {module:model/UpdateStageRequest.RottenFlagEnum} rotten_flag
120
+ * @member {Boolean} rotten_flag
121
121
  */
122
122
  UpdateStageRequest.prototype['rotten_flag'] = undefined;
123
123
 
@@ -151,7 +151,7 @@ _Stage["default"].prototype['pipeline_id'] = undefined;
151
151
  _Stage["default"].prototype['deal_probability'] = undefined;
152
152
  /**
153
153
  * Whether deals in this stage can become rotten
154
- * @member {module:model/Stage.RottenFlagEnum} rotten_flag
154
+ * @member {Boolean} rotten_flag
155
155
  */
156
156
  _Stage["default"].prototype['rotten_flag'] = undefined;
157
157
  /**
@@ -165,23 +165,5 @@ _Stage["default"].prototype['rotten_days'] = undefined;
165
165
  * @member {Number} order_nr
166
166
  */
167
167
  _UpdateStageRequestAllOf["default"].prototype['order_nr'] = undefined;
168
-
169
- /**
170
- * Allowed values for the <code>rotten_flag</code> property.
171
- * @enum {Boolean}
172
- * @readonly
173
- */
174
- UpdateStageRequest['RottenFlagEnum'] = {
175
- /**
176
- * value: "true"
177
- * @const
178
- */
179
- "true": "true",
180
- /**
181
- * value: "false"
182
- * @const
183
- */
184
- "false": "false"
185
- };
186
168
  var _default = UpdateStageRequest;
187
169
  exports["default"] = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pipedrive",
3
- "version": "20.1.0",
3
+ "version": "20.1.1",
4
4
  "description": "Pipedrive REST client for NodeJS",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",