pipedrive 30.8.0 → 30.8.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.
@@ -31,11 +31,6 @@ export interface GetPipelinesResponseAllOfDataInner {
31
31
  */
32
32
  'order_nr'?: number;
33
33
  /**
34
- * Whether this pipeline is selected or not
35
- * @type {boolean}
36
- */
37
- 'is_selected'?: boolean;
38
- /**
39
34
  * Whether this pipeline is marked as deleted or not
40
35
  * @type {boolean}
41
36
  */
@@ -31,11 +31,6 @@ export interface UpsertPipelineResponseDataData {
31
31
  */
32
32
  'order_nr'?: number;
33
33
  /**
34
- * Whether this pipeline is selected or not
35
- * @type {boolean}
36
- */
37
- 'is_selected'?: boolean;
38
- /**
39
34
  * Whether this pipeline is marked as deleted or not
40
35
  * @type {boolean}
41
36
  */
@@ -31,11 +31,6 @@ export interface GetPipelinesResponseAllOfDataInner {
31
31
  */
32
32
  'order_nr'?: number;
33
33
  /**
34
- * Whether this pipeline is selected or not
35
- * @type {boolean}
36
- */
37
- 'is_selected'?: boolean;
38
- /**
39
34
  * Whether this pipeline is marked as deleted or not
40
35
  * @type {boolean}
41
36
  */
@@ -31,11 +31,6 @@ export interface UpsertPipelineResponseDataData {
31
31
  */
32
32
  'order_nr'?: number;
33
33
  /**
34
- * Whether this pipeline is selected or not
35
- * @type {boolean}
36
- */
37
- 'is_selected'?: boolean;
38
- /**
39
34
  * Whether this pipeline is marked as deleted or not
40
35
  * @type {boolean}
41
36
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pipedrive",
3
- "version": "30.8.0",
3
+ "version": "30.8.1",
4
4
  "description": "Pipedrive REST client for NodeJS",
5
5
  "license": "MIT",
6
6
  "homepage": "https://developers.pipedrive.com",