Skip to content

Commit

Permalink
Build 65 - version-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
pipedrive-bot committed Aug 12, 2024
1 parent 20f2555 commit 3d7eaa4
Show file tree
Hide file tree
Showing 33 changed files with 86 additions and 84 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ The file format of it is based on [Keep a Changelog](http://keepachangelog.com/e
For public Changelog covering all changes done to Pipedrive’s API, webhooks and app extensions platforms, see [public Changelog](https://pipedrive.readme.io/docs/changelog) with discussion area in [Developers Community](https://devcommunity.pipedrive.com/c/documentation/changelog/19).

## [Unreleased]
### Fixed
- Fix "label_ids" field formatting.

## [23.2.2] - 2024-08-07
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions docs/BaseOrganizationItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Name | Type | Description | Notes
**add_time** | **String** | The creation date and time of the organization | [optional]
**update_time** | **String** | The last updated date and time of the organization | [optional]
**visible_to** | **String** | The visibility group ID of who can see the organization | [optional]
**label** | **Number** | The label assigned to the organization. When the label field is updated, the label_ids field value will be overwritten by the label field value. | [optional]
**label_ids** | **[Number]** | The IDs of labels assigned to the organization. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field. | [optional]
**label** | **Number** | The label assigned to the organization. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value. | [optional]
**label_ids** | **[Number]** | The IDs of labels assigned to the organization. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field. | [optional]
**owner_name** | **String** | The name of the organization owner | [optional]
**cc_email** | **String** | The BCC email associated with the organization | [optional]
**email_messages_count** | **Number** | The count of email messages related to the organization | [optional]
Expand Down
4 changes: 2 additions & 2 deletions docs/BaseOrganizationItemFields.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Name | Type | Description | Notes
**add_time** | **String** | The creation date and time of the organization | [optional]
**update_time** | **String** | The last updated date and time of the organization | [optional]
**visible_to** | **String** | The visibility group ID of who can see the organization | [optional]
**label** | **Number** | The label assigned to the organization. When the label field is updated, the label_ids field value will be overwritten by the label field value. | [optional]
**label_ids** | **[Number]** | The IDs of labels assigned to the organization. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field. | [optional]
**label** | **Number** | The label assigned to the organization. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value. | [optional]
**label_ids** | **[Number]** | The IDs of labels assigned to the organization. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field. | [optional]
**owner_name** | **String** | The name of the organization owner | [optional]
**cc_email** | **String** | The BCC email associated with the organization | [optional]

Expand Down
4 changes: 2 additions & 2 deletions docs/BaseOrganizationItemWithEditNameFlag.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Name | Type | Description | Notes
**add_time** | **String** | The creation date and time of the organization | [optional]
**update_time** | **String** | The last updated date and time of the organization | [optional]
**visible_to** | **String** | The visibility group ID of who can see the organization | [optional]
**label** | **Number** | The label assigned to the organization. When the label field is updated, the label_ids field value will be overwritten by the label field value. | [optional]
**label_ids** | **[Number]** | The IDs of labels assigned to the organization. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field. | [optional]
**label** | **Number** | The label assigned to the organization. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value. | [optional]
**label_ids** | **[Number]** | The IDs of labels assigned to the organization. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field. | [optional]
**owner_name** | **String** | The name of the organization owner | [optional]
**cc_email** | **String** | The BCC email associated with the organization | [optional]
**email_messages_count** | **Number** | The count of email messages related to the organization | [optional]
Expand Down
4 changes: 2 additions & 2 deletions docs/BasePersonItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Name | Type | Description | Notes
**update_time** | **String** | The last updated date and time of the person. Format: YYYY-MM-DD HH:MM:SS | [optional]
**visible_to** | **String** | The visibility group ID of who can see the person | [optional]
**picture_id** | [**PictureDataWithID**](PictureDataWithID.md) | | [optional]
**label** | **Number** | The label assigned to the person. When the label field is updated, the label_ids field value will be overwritten by the label field value. | [optional]
**label_ids** | **[Number]** | The IDs of labels assigned to the person. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field. | [optional]
**label** | **Number** | The label assigned to the person. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value. | [optional]
**label_ids** | **[Number]** | The IDs of labels assigned to the person. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field. | [optional]
**org_name** | **String** | The name of the organization associated with the person | [optional]
**owner_name** | **String** | The name of the owner associated with the person | [optional]
**cc_email** | **String** | The BCC email associated with the person | [optional]
Expand Down
4 changes: 2 additions & 2 deletions docs/BasicOrganization.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**owner_id** | **Number** | The ID of the user who will be marked as the owner of this organization. When omitted, the authorized user ID will be used. | [optional]
**label** | **Number** | The label assigned to the organization. When the label field is updated, the label_ids field value will be overwritten by the label field value. | [optional]
**label_ids** | **[Number]** | The IDs of labels assigned to the organization. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field. | [optional]
**label** | **Number** | The label assigned to the organization. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value. | [optional]
**label_ids** | **[Number]** | The IDs of labels assigned to the organization. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field. | [optional]
**visible_to** | [**VisibleTo**](VisibleTo.md) | The visibility of the organization. If omitted, the visibility will be set to the default visibility setting of this item type for the authorized user. Read more about visibility groups <a href=\"https://support.pipedrive.com/en/article/visibility-groups\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>.<h4>Essential / Advanced plan</h4><table><tr><th style=\"width:40px\">Value</th><th>Description</th></tr><tr><td>`1`</td><td>Owner & followers</td><tr><td>`3`</td><td>Entire company</td></tr></table><h4>Professional / Enterprise plan</h4><table><tr><th style=\"width:40px\">Value</th><th>Description</th></tr><tr><td>`1`</td><td>Owner only</td><tr><td>`3`</td><td>Owner's visibility group</td></tr><tr><td>`5`</td><td>Owner's visibility group and sub-groups</td></tr><tr><td>`7`</td><td>Entire company</td></tr></table> | [optional]


4 changes: 2 additions & 2 deletions docs/BasicPerson.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Name | Type | Description | Notes
**org_id** | **Number** | The ID of the organization this person will belong to | [optional]
**email** | [**[BasicPersonEmail]**](BasicPersonEmail.md) | An email address as a string or an array of email objects related to the person. The structure of the array is as follows: `[{ \"value\": \"[email protected]\", \"primary\": \"true\", \"label\": \"main\" }]`. Please note that only `value` is required. | [optional]
**phone** | [**[BasePersonItemPhone]**](BasePersonItemPhone.md) | A phone number supplied as a string or an array of phone objects related to the person. The structure of the array is as follows: `[{ \"value\": \"12345\", \"primary\": \"true\", \"label\": \"mobile\" }]`. Please note that only `value` is required. | [optional]
**label** | **Number** | The label assigned to the person. When the label field is updated, the label_ids field value will be overwritten by the label field value. | [optional]
**label_ids** | **[Number]** | The IDs of labels assigned to the person. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field. | [optional]
**label** | **Number** | The label assigned to the person. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value. | [optional]
**label_ids** | **[Number]** | The IDs of labels assigned to the person. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field. | [optional]
**visible_to** | [**VisibleTo**](VisibleTo.md) | The visibility of the person. If omitted, the visibility will be set to the default visibility setting of this item type for the authorized user. Read more about visibility groups <a href=\"https://support.pipedrive.com/en/article/visibility-groups\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>.<h4>Essential / Advanced plan</h4><table><tr><th style=\"width:40px\">Value</th><th>Description</th></tr><tr><td>`1`</td><td>Owner & followers</td><tr><td>`3`</td><td>Entire company</td></tr></table><h4>Professional / Enterprise plan</h4><table><tr><th style=\"width:40px\">Value</th><th>Description</th></tr><tr><td>`1`</td><td>Owner only</td><tr><td>`3`</td><td>Owner's visibility group</td></tr><tr><td>`5`</td><td>Owner's visibility group and sub-groups</td></tr><tr><td>`7`</td><td>Entire company</td></tr></table> | [optional]
**marketing_status** | [**MarketingStatus**](MarketingStatus.md) | If the person does not have a valid email address, then the marketing status is **not set** and `no_consent` is returned for the `marketing_status` value when the new person is created. If the change is forbidden, the status will remain unchanged for every call that tries to modify the marketing status. Please be aware that it is only allowed **once** to change the marketing status from an old status to a new one.<table><tr><th>Value</th><th>Description</th></tr><tr><td>`no_consent`</td><td>The customer has not given consent to receive any marketing communications</td></tr><tr><td>`unsubscribed`</td><td>The customers have unsubscribed from ALL marketing communications</td></tr><tr><td>`subscribed`</td><td>The customers are subscribed and are counted towards marketing caps</td></tr><tr><td>`archived`</td><td>The customers with `subscribed` status can be moved to `archived` to save consent, but they are not paid for</td></tr></table> | [optional]
**add_time** | **String** | The optional creation date & time of the person in UTC. Format: YYYY-MM-DD HH:MM:SS | [optional]
Expand Down
4 changes: 2 additions & 2 deletions docs/MergePersonItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Name | Type | Description | Notes
**update_time** | **String** | The last updated date and time of the person. Format: YYYY-MM-DD HH:MM:SS | [optional]
**visible_to** | **String** | The visibility group ID of who can see the person | [optional]
**picture_id** | [**PictureDataWithID**](PictureDataWithID.md) | | [optional]
**label** | **Number** | The label assigned to the person. When the label field is updated, the label_ids field value will be overwritten by the label field value. | [optional]
**label_ids** | **[Number]** | The IDs of labels assigned to the person. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field. | [optional]
**label** | **Number** | The label assigned to the person. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value. | [optional]
**label_ids** | **[Number]** | The IDs of labels assigned to the person. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field. | [optional]
**org_name** | **String** | The name of the organization associated with the person | [optional]
**owner_name** | **String** | The name of the owner associated with the person | [optional]
**cc_email** | **String** | The BCC email associated with the person | [optional]
Expand Down
4 changes: 2 additions & 2 deletions docs/NewOrganization.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Name | Type | Description | Notes
**name** | **String** | The name of the organization |
**add_time** | **String** | The optional creation date & time of the organization in UTC. Format: YYYY-MM-DD HH:MM:SS | [optional]
**owner_id** | **Number** | The ID of the user who will be marked as the owner of this organization. When omitted, the authorized user ID will be used. | [optional]
**label** | **Number** | The label assigned to the organization. When the label field is updated, the label_ids field value will be overwritten by the label field value. | [optional]
**label_ids** | **[Number]** | The IDs of labels assigned to the organization. When the label_ids field is updated, the label field value will be set to the first value of the label_ids field. | [optional]
**label** | **Number** | The label assigned to the organization. When the `label` field is updated, the `label_ids` field value will be overwritten by the `label` field value. | [optional]
**label_ids** | **[Number]** | The IDs of labels assigned to the organization. When the `label_ids` field is updated, the `label` field value will be set to the first value of the `label_ids` field. | [optional]
**visible_to** | [**VisibleTo**](VisibleTo.md) | The visibility of the organization. If omitted, the visibility will be set to the default visibility setting of this item type for the authorized user. Read more about visibility groups <a href=\"https://support.pipedrive.com/en/article/visibility-groups\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>.<h4>Essential / Advanced plan</h4><table><tr><th style=\"width:40px\">Value</th><th>Description</th></tr><tr><td>`1`</td><td>Owner & followers</td><tr><td>`3`</td><td>Entire company</td></tr></table><h4>Professional / Enterprise plan</h4><table><tr><th style=\"width:40px\">Value</th><th>Description</th></tr><tr><td>`1`</td><td>Owner only</td><tr><td>`3`</td><td>Owner's visibility group</td></tr><tr><td>`5`</td><td>Owner's visibility group and sub-groups</td></tr><tr><td>`7`</td><td>Entire company</td></tr></table> | [optional]


Loading

0 comments on commit 3d7eaa4

Please sign in to comment.