pipedrive 30.10.0 → 30.11.0

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.
@@ -28,6 +28,21 @@ export interface GetOrganizationFields200ResponseDataInnerUiVisibility {
28
28
  */
29
29
  'details_visible_flag'?: boolean;
30
30
  /**
31
+ * Whether the field is shown in the organization details view
32
+ * @type {boolean}
33
+ */
34
+ 'org_detail_visible_flag'?: boolean;
35
+ /**
36
+ * Whether the field is shown in the person details view
37
+ * @type {boolean}
38
+ */
39
+ 'person_detail_visible_flag'?: boolean;
40
+ /**
41
+ * Whether the field is shown in the deal details view
42
+ * @type {boolean}
43
+ */
44
+ 'deal_detail_visible_flag'?: boolean;
45
+ /**
31
46
  *
32
47
  * @type {GetPersonFields200ResponseDataInnerUiVisibilityShowInAddDealDialog}
33
48
  */
@@ -28,6 +28,21 @@ export interface GetOrganizationFields200ResponseDataInnerUiVisibility {
28
28
  */
29
29
  'details_visible_flag'?: boolean;
30
30
  /**
31
+ * Whether the field is shown in the organization details view
32
+ * @type {boolean}
33
+ */
34
+ 'org_detail_visible_flag'?: boolean;
35
+ /**
36
+ * Whether the field is shown in the person details view
37
+ * @type {boolean}
38
+ */
39
+ 'person_detail_visible_flag'?: boolean;
40
+ /**
41
+ * Whether the field is shown in the deal details view
42
+ * @type {boolean}
43
+ */
44
+ 'deal_detail_visible_flag'?: boolean;
45
+ /**
31
46
  *
32
47
  * @type {GetPersonFields200ResponseDataInnerUiVisibilityShowInAddDealDialog}
33
48
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pipedrive",
3
- "version": "30.10.0",
3
+ "version": "30.11.0",
4
4
  "description": "Pipedrive REST client for NodeJS",
5
5
  "license": "MIT",
6
6
  "homepage": "https://developers.pipedrive.com",