From 3d7eaa4236a7c52dc0a590d5b6881ab962c91326 Mon Sep 17 00:00:00 2001 From: pipedrive-bot Date: Mon, 12 Aug 2024 13:12:29 +0000 Subject: [PATCH] Build 65 - version-patch --- CHANGELOG.md | 2 ++ docs/BaseOrganizationItem.md | 4 ++-- docs/BaseOrganizationItemFields.md | 4 ++-- docs/BaseOrganizationItemWithEditNameFlag.md | 4 ++-- docs/BasePersonItem.md | 4 ++-- docs/BasicOrganization.md | 4 ++-- docs/BasicPerson.md | 4 ++-- docs/MergePersonItem.md | 4 ++-- docs/NewOrganization.md | 4 ++-- docs/NewPerson.md | 4 ++-- docs/OrganizationItem.md | 4 ++-- docs/OrganizationsCollectionResponseObject.md | 4 ++-- docs/OrganizationsCollectionResponseObjectAllOf.md | 4 ++-- docs/PersonItem.md | 4 ++-- docs/PersonsCollectionResponseObject.md | 4 ++-- docs/UpdateOrganization.md | 4 ++-- docs/UpdatePerson.md | 4 ++-- src/model/BaseOrganizationItem.js | 8 ++++---- src/model/BaseOrganizationItemFields.js | 4 ++-- src/model/BaseOrganizationItemWithEditNameFlag.js | 8 ++++---- src/model/BasePersonItem.js | 4 ++-- src/model/BasicOrganization.js | 4 ++-- src/model/BasicPerson.js | 4 ++-- src/model/MergePersonItem.js | 8 ++++---- src/model/NewOrganization.js | 8 ++++---- src/model/NewPerson.js | 8 ++++---- src/model/OrganizationItem.js | 8 ++++---- src/model/OrganizationsCollectionResponseObject.js | 8 ++++---- src/model/OrganizationsCollectionResponseObjectAllOf.js | 4 ++-- src/model/PersonItem.js | 8 ++++---- src/model/PersonsCollectionResponseObject.js | 4 ++-- src/model/UpdateOrganization.js | 8 ++++---- src/model/UpdatePerson.js | 8 ++++---- 33 files changed, 86 insertions(+), 84 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fcc5f6c..d4e514a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/BaseOrganizationItem.md b/docs/BaseOrganizationItem.md index ae7623fa..15d6e2e9 100644 --- a/docs/BaseOrganizationItem.md +++ b/docs/BaseOrganizationItem.md @@ -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] diff --git a/docs/BaseOrganizationItemFields.md b/docs/BaseOrganizationItemFields.md index a983b07f..31fe4a0e 100644 --- a/docs/BaseOrganizationItemFields.md +++ b/docs/BaseOrganizationItemFields.md @@ -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] diff --git a/docs/BaseOrganizationItemWithEditNameFlag.md b/docs/BaseOrganizationItemWithEditNameFlag.md index d28e1ab7..34a967e4 100644 --- a/docs/BaseOrganizationItemWithEditNameFlag.md +++ b/docs/BaseOrganizationItemWithEditNameFlag.md @@ -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] diff --git a/docs/BasePersonItem.md b/docs/BasePersonItem.md index eff43378..8cb1eac8 100644 --- a/docs/BasePersonItem.md +++ b/docs/BasePersonItem.md @@ -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] diff --git a/docs/BasicOrganization.md b/docs/BasicOrganization.md index baff7c6c..7531d4cb 100644 --- a/docs/BasicOrganization.md +++ b/docs/BasicOrganization.md @@ -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 &amp; 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] diff --git a/docs/BasicPerson.md b/docs/BasicPerson.md index 9a923361..b9d5b312 100644 --- a/docs/BasicPerson.md +++ b/docs/BasicPerson.md @@ -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\": \"mail@example.com\", \"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 &amp; 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] diff --git a/docs/MergePersonItem.md b/docs/MergePersonItem.md index 7ad44f9a..155db4ad 100644 --- a/docs/MergePersonItem.md +++ b/docs/MergePersonItem.md @@ -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] diff --git a/docs/NewOrganization.md b/docs/NewOrganization.md index 0dc38409..caa0f439 100644 --- a/docs/NewOrganization.md +++ b/docs/NewOrganization.md @@ -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 &amp; 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] diff --git a/docs/NewPerson.md b/docs/NewPerson.md index 7a4ab981..c42cd761 100644 --- a/docs/NewPerson.md +++ b/docs/NewPerson.md @@ -9,8 +9,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\": \"mail@example.com\", \"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 &amp; 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] diff --git a/docs/OrganizationItem.md b/docs/OrganizationItem.md index ad9bcf45..daaf79e0 100644 --- a/docs/OrganizationItem.md +++ b/docs/OrganizationItem.md @@ -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] diff --git a/docs/OrganizationsCollectionResponseObject.md b/docs/OrganizationsCollectionResponseObject.md index abe6bdfa..2aa4e4b3 100644 --- a/docs/OrganizationsCollectionResponseObject.md +++ b/docs/OrganizationsCollectionResponseObject.md @@ -23,8 +23,8 @@ Name | Type | Description | Notes **delete_time** | **String** | The date and time this organization was deleted. Format: YYYY-MM-DD HH:MM:SS | [optional] **add_time** | **String** | The date and time when the organization was added/created. Format: YYYY-MM-DD HH:MM:SS | [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] **cc_email** | **String** | The BCC email associated with the organization | [optional] diff --git a/docs/OrganizationsCollectionResponseObjectAllOf.md b/docs/OrganizationsCollectionResponseObjectAllOf.md index 0182d2df..c197e50d 100644 --- a/docs/OrganizationsCollectionResponseObjectAllOf.md +++ b/docs/OrganizationsCollectionResponseObjectAllOf.md @@ -12,8 +12,8 @@ Name | Type | Description | Notes **delete_time** | **String** | The date and time this organization was deleted. Format: YYYY-MM-DD HH:MM:SS | [optional] **add_time** | **String** | The date and time when the organization was added/created. Format: YYYY-MM-DD HH:MM:SS | [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] **cc_email** | **String** | The BCC email associated with the organization | [optional] diff --git a/docs/PersonItem.md b/docs/PersonItem.md index 3f124e01..dab54f74 100644 --- a/docs/PersonItem.md +++ b/docs/PersonItem.md @@ -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] diff --git a/docs/PersonsCollectionResponseObject.md b/docs/PersonsCollectionResponseObject.md index e3291f1b..afba5d0d 100644 --- a/docs/PersonsCollectionResponseObject.md +++ b/docs/PersonsCollectionResponseObject.md @@ -16,8 +16,8 @@ Name | Type | Description | Notes **add_time** | **String** | The date and time when the person was added/created. Format: YYYY-MM-DD HH:MM:SS | [optional] **visible_to** | **String** | The visibility group ID of who can see the person | [optional] **picture_id** | **Number** | The ID of the picture associated with the item | [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] **cc_email** | **String** | The BCC email associated with the person | [optional] diff --git a/docs/UpdateOrganization.md b/docs/UpdateOrganization.md index 65c9f13d..b46b8406 100644 --- a/docs/UpdateOrganization.md +++ b/docs/UpdateOrganization.md @@ -6,8 +6,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The name of the organization | [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 &amp; 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] diff --git a/docs/UpdatePerson.md b/docs/UpdatePerson.md index 2b3a8e44..22b47822 100644 --- a/docs/UpdatePerson.md +++ b/docs/UpdatePerson.md @@ -9,8 +9,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\": \"mail@example.com\", \"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 &amp; 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] diff --git a/src/model/BaseOrganizationItem.js b/src/model/BaseOrganizationItem.js index 608677f8..804f8dfd 100644 --- a/src/model/BaseOrganizationItem.js +++ b/src/model/BaseOrganizationItem.js @@ -367,13 +367,13 @@ BaseOrganizationItem.prototype['update_time'] = undefined; BaseOrganizationItem.prototype['visible_to'] = undefined; /** - * 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. + * 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. * @member {Number} label */ BaseOrganizationItem.prototype['label'] = undefined; /** - * 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. + * 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. * @member {Array.} label_ids */ BaseOrganizationItem.prototype['label_ids'] = undefined; @@ -638,12 +638,12 @@ BaseOrganizationItemFields.prototype['update_time'] = undefined; */ BaseOrganizationItemFields.prototype['visible_to'] = undefined; /** - * 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. + * 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. * @member {Number} label */ BaseOrganizationItemFields.prototype['label'] = undefined; /** - * 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. + * 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. * @member {Array.} label_ids */ BaseOrganizationItemFields.prototype['label_ids'] = undefined; diff --git a/src/model/BaseOrganizationItemFields.js b/src/model/BaseOrganizationItemFields.js index a6536d43..6920d3de 100644 --- a/src/model/BaseOrganizationItemFields.js +++ b/src/model/BaseOrganizationItemFields.js @@ -201,13 +201,13 @@ BaseOrganizationItemFields.prototype['update_time'] = undefined; BaseOrganizationItemFields.prototype['visible_to'] = undefined; /** - * 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. + * 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. * @member {Number} label */ BaseOrganizationItemFields.prototype['label'] = undefined; /** - * 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. + * 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. * @member {Array.} label_ids */ BaseOrganizationItemFields.prototype['label_ids'] = undefined; diff --git a/src/model/BaseOrganizationItemWithEditNameFlag.js b/src/model/BaseOrganizationItemWithEditNameFlag.js index 852e36be..be4a6692 100644 --- a/src/model/BaseOrganizationItemWithEditNameFlag.js +++ b/src/model/BaseOrganizationItemWithEditNameFlag.js @@ -372,13 +372,13 @@ BaseOrganizationItemWithEditNameFlag.prototype['update_time'] = undefined; BaseOrganizationItemWithEditNameFlag.prototype['visible_to'] = undefined; /** - * 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. + * 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. * @member {Number} label */ BaseOrganizationItemWithEditNameFlag.prototype['label'] = undefined; /** - * 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. + * 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. * @member {Array.} label_ids */ BaseOrganizationItemWithEditNameFlag.prototype['label_ids'] = undefined; @@ -649,12 +649,12 @@ BaseOrganizationItem.prototype['update_time'] = undefined; */ BaseOrganizationItem.prototype['visible_to'] = undefined; /** - * 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. + * 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. * @member {Number} label */ BaseOrganizationItem.prototype['label'] = undefined; /** - * 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. + * 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. * @member {Array.} label_ids */ BaseOrganizationItem.prototype['label_ids'] = undefined; diff --git a/src/model/BasePersonItem.js b/src/model/BasePersonItem.js index 66437f47..3f8ef42b 100644 --- a/src/model/BasePersonItem.js +++ b/src/model/BasePersonItem.js @@ -197,13 +197,13 @@ BasePersonItem.prototype['visible_to'] = undefined; BasePersonItem.prototype['picture_id'] = undefined; /** - * 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. + * 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. * @member {Number} label */ BasePersonItem.prototype['label'] = undefined; /** - * 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. + * 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. * @member {Array.} label_ids */ BasePersonItem.prototype['label_ids'] = undefined; diff --git a/src/model/BasicOrganization.js b/src/model/BasicOrganization.js index ec03cd28..74191478 100644 --- a/src/model/BasicOrganization.js +++ b/src/model/BasicOrganization.js @@ -87,13 +87,13 @@ class BasicOrganization { BasicOrganization.prototype['owner_id'] = undefined; /** - * 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. + * 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. * @member {Number} label */ BasicOrganization.prototype['label'] = undefined; /** - * 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. + * 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. * @member {Array.} label_ids */ BasicOrganization.prototype['label_ids'] = undefined; diff --git a/src/model/BasicPerson.js b/src/model/BasicPerson.js index a066e403..1841c794 100644 --- a/src/model/BasicPerson.js +++ b/src/model/BasicPerson.js @@ -133,13 +133,13 @@ BasicPerson.prototype['email'] = undefined; BasicPerson.prototype['phone'] = undefined; /** - * 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. + * 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. * @member {Number} label */ BasicPerson.prototype['label'] = undefined; /** - * 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. + * 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. * @member {Array.} label_ids */ BasicPerson.prototype['label_ids'] = undefined; diff --git a/src/model/MergePersonItem.js b/src/model/MergePersonItem.js index 2ec5cae4..648ed324 100644 --- a/src/model/MergePersonItem.js +++ b/src/model/MergePersonItem.js @@ -353,13 +353,13 @@ MergePersonItem.prototype['visible_to'] = undefined; MergePersonItem.prototype['picture_id'] = undefined; /** - * 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. + * 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. * @member {Number} label */ MergePersonItem.prototype['label'] = undefined; /** - * 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. + * 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. * @member {Array.} label_ids */ MergePersonItem.prototype['label_ids'] = undefined; @@ -614,12 +614,12 @@ BasePersonItem.prototype['visible_to'] = undefined; */ BasePersonItem.prototype['picture_id'] = undefined; /** - * 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. + * 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. * @member {Number} label */ BasePersonItem.prototype['label'] = undefined; /** - * 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. + * 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. * @member {Array.} label_ids */ BasePersonItem.prototype['label_ids'] = undefined; diff --git a/src/model/NewOrganization.js b/src/model/NewOrganization.js index b7d6c569..91ffb339 100644 --- a/src/model/NewOrganization.js +++ b/src/model/NewOrganization.js @@ -117,13 +117,13 @@ NewOrganization.prototype['add_time'] = undefined; NewOrganization.prototype['owner_id'] = undefined; /** - * 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. + * 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. * @member {Number} label */ NewOrganization.prototype['label'] = undefined; /** - * 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. + * 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. * @member {Array.} label_ids */ NewOrganization.prototype['label_ids'] = undefined; @@ -153,12 +153,12 @@ NewOrganizationAllOf.prototype['add_time'] = undefined; */ BasicOrganization.prototype['owner_id'] = undefined; /** - * 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. + * 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. * @member {Number} label */ BasicOrganization.prototype['label'] = undefined; /** - * 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. + * 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. * @member {Array.} label_ids */ BasicOrganization.prototype['label_ids'] = undefined; diff --git a/src/model/NewPerson.js b/src/model/NewPerson.js index b8781fbc..0dd11fd3 100644 --- a/src/model/NewPerson.js +++ b/src/model/NewPerson.js @@ -152,13 +152,13 @@ NewPerson.prototype['email'] = undefined; NewPerson.prototype['phone'] = undefined; /** - * 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. + * 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. * @member {Number} label */ NewPerson.prototype['label'] = undefined; /** - * 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. + * 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. * @member {Array.} label_ids */ NewPerson.prototype['label_ids'] = undefined; @@ -210,12 +210,12 @@ BasicPerson.prototype['email'] = undefined; */ BasicPerson.prototype['phone'] = undefined; /** - * 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. + * 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. * @member {Number} label */ BasicPerson.prototype['label'] = undefined; /** - * 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. + * 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. * @member {Array.} label_ids */ BasicPerson.prototype['label_ids'] = undefined; diff --git a/src/model/OrganizationItem.js b/src/model/OrganizationItem.js index 24ad0a1e..e629d997 100644 --- a/src/model/OrganizationItem.js +++ b/src/model/OrganizationItem.js @@ -382,13 +382,13 @@ OrganizationItem.prototype['update_time'] = undefined; OrganizationItem.prototype['visible_to'] = undefined; /** - * 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. + * 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. * @member {Number} label */ OrganizationItem.prototype['label'] = undefined; /** - * 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. + * 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. * @member {Array.} label_ids */ OrganizationItem.prototype['label_ids'] = undefined; @@ -671,12 +671,12 @@ BaseOrganizationItemWithEditNameFlag.prototype['update_time'] = undefined; */ BaseOrganizationItemWithEditNameFlag.prototype['visible_to'] = undefined; /** - * 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. + * 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. * @member {Number} label */ BaseOrganizationItemWithEditNameFlag.prototype['label'] = undefined; /** - * 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. + * 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. * @member {Array.} label_ids */ BaseOrganizationItemWithEditNameFlag.prototype['label_ids'] = undefined; diff --git a/src/model/OrganizationsCollectionResponseObject.js b/src/model/OrganizationsCollectionResponseObject.js index 863ecbea..4c405c81 100644 --- a/src/model/OrganizationsCollectionResponseObject.js +++ b/src/model/OrganizationsCollectionResponseObject.js @@ -290,13 +290,13 @@ OrganizationsCollectionResponseObject.prototype['add_time'] = undefined; OrganizationsCollectionResponseObject.prototype['visible_to'] = undefined; /** - * 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. + * 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. * @member {Number} label */ OrganizationsCollectionResponseObject.prototype['label'] = undefined; /** - * 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. + * 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. * @member {Array.} label_ids */ OrganizationsCollectionResponseObject.prototype['label_ids'] = undefined; @@ -406,12 +406,12 @@ OrganizationsCollectionResponseObjectAllOf.prototype['add_time'] = undefined; */ OrganizationsCollectionResponseObjectAllOf.prototype['visible_to'] = undefined; /** - * 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. + * 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. * @member {Number} label */ OrganizationsCollectionResponseObjectAllOf.prototype['label'] = undefined; /** - * 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. + * 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. * @member {Array.} label_ids */ OrganizationsCollectionResponseObjectAllOf.prototype['label_ids'] = undefined; diff --git a/src/model/OrganizationsCollectionResponseObjectAllOf.js b/src/model/OrganizationsCollectionResponseObjectAllOf.js index fa318ce7..e2187439 100644 --- a/src/model/OrganizationsCollectionResponseObjectAllOf.js +++ b/src/model/OrganizationsCollectionResponseObjectAllOf.js @@ -163,13 +163,13 @@ OrganizationsCollectionResponseObjectAllOf.prototype['add_time'] = undefined; OrganizationsCollectionResponseObjectAllOf.prototype['visible_to'] = undefined; /** - * 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. + * 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. * @member {Number} label */ OrganizationsCollectionResponseObjectAllOf.prototype['label'] = undefined; /** - * 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. + * 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. * @member {Array.} label_ids */ OrganizationsCollectionResponseObjectAllOf.prototype['label_ids'] = undefined; diff --git a/src/model/PersonItem.js b/src/model/PersonItem.js index 6ec40a1f..78ef7382 100644 --- a/src/model/PersonItem.js +++ b/src/model/PersonItem.js @@ -340,13 +340,13 @@ PersonItem.prototype['visible_to'] = undefined; PersonItem.prototype['picture_id'] = undefined; /** - * 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. + * 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. * @member {Number} label */ PersonItem.prototype['label'] = undefined; /** - * 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. + * 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. * @member {Array.} label_ids */ PersonItem.prototype['label_ids'] = undefined; @@ -581,12 +581,12 @@ BasePersonItem.prototype['visible_to'] = undefined; */ BasePersonItem.prototype['picture_id'] = undefined; /** - * 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. + * 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. * @member {Number} label */ BasePersonItem.prototype['label'] = undefined; /** - * 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. + * 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. * @member {Array.} label_ids */ BasePersonItem.prototype['label_ids'] = undefined; diff --git a/src/model/PersonsCollectionResponseObject.js b/src/model/PersonsCollectionResponseObject.js index 810d7c80..7398833c 100644 --- a/src/model/PersonsCollectionResponseObject.js +++ b/src/model/PersonsCollectionResponseObject.js @@ -209,13 +209,13 @@ PersonsCollectionResponseObject.prototype['visible_to'] = undefined; PersonsCollectionResponseObject.prototype['picture_id'] = undefined; /** - * 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. + * 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. * @member {Number} label */ PersonsCollectionResponseObject.prototype['label'] = undefined; /** - * 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. + * 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. * @member {Array.} label_ids */ PersonsCollectionResponseObject.prototype['label_ids'] = undefined; diff --git a/src/model/UpdateOrganization.js b/src/model/UpdateOrganization.js index 9bb9d059..de774f90 100644 --- a/src/model/UpdateOrganization.js +++ b/src/model/UpdateOrganization.js @@ -104,13 +104,13 @@ UpdateOrganization.prototype['name'] = undefined; UpdateOrganization.prototype['owner_id'] = undefined; /** - * 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. + * 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. * @member {Number} label */ UpdateOrganization.prototype['label'] = undefined; /** - * 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. + * 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. * @member {Array.} label_ids */ UpdateOrganization.prototype['label_ids'] = undefined; @@ -135,12 +135,12 @@ UpdateOrganizationAllOf.prototype['name'] = undefined; */ BasicOrganization.prototype['owner_id'] = undefined; /** - * 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. + * 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. * @member {Number} label */ BasicOrganization.prototype['label'] = undefined; /** - * 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. + * 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. * @member {Array.} label_ids */ BasicOrganization.prototype['label_ids'] = undefined; diff --git a/src/model/UpdatePerson.js b/src/model/UpdatePerson.js index 64f7a445..d3e0dfc9 100644 --- a/src/model/UpdatePerson.js +++ b/src/model/UpdatePerson.js @@ -150,13 +150,13 @@ UpdatePerson.prototype['email'] = undefined; UpdatePerson.prototype['phone'] = undefined; /** - * 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. + * 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. * @member {Number} label */ UpdatePerson.prototype['label'] = undefined; /** - * 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. + * 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. * @member {Array.} label_ids */ UpdatePerson.prototype['label_ids'] = undefined; @@ -208,12 +208,12 @@ BasicPerson.prototype['email'] = undefined; */ BasicPerson.prototype['phone'] = undefined; /** - * 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. + * 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. * @member {Number} label */ BasicPerson.prototype['label'] = undefined; /** - * 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. + * 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. * @member {Array.} label_ids */ BasicPerson.prototype['label_ids'] = undefined;