Skip to content

Commit

Permalink
Release v22.8.1 from PR #531
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins User committed May 29, 2024
2 parents ab444cf + 9090dfe commit 6718c8f
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 25 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an

## [Unreleased]

## [22.8.1] - 2024-05-29
### Removed
- Removed mention of address autocompletion by Google in Add Activites endpoint and other entities(organization, person, deal) fields.

## [22.8.0] - 2024-05-21
### Added
- Added `origin`, `origin_id`, `channel` and `channel_id` parameters representing the Source for Lead and Deal entity.
Expand Down Expand Up @@ -617,7 +621,8 @@ structure
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
* Fixed typo in lead example response (`crrency` to `currency`)

[Unreleased]: https://github.com/pipedrive/api-docs/compare/v22.8.0...HEAD
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v22.8.1...HEAD
[22.8.1]: https://github.com/pipedrive/api-docs/compare/v22.8.0...v22.8.1
[22.8.0]: https://github.com/pipedrive/api-docs/compare/v22.7.0...v22.8.0
[22.7.0]: https://github.com/pipedrive/api-docs/compare/v22.6.1...v22.7.0
[22.6.1]: https://github.com/pipedrive/api-docs/compare/v22.6.0...v22.6.1
Expand Down
2 changes: 1 addition & 1 deletion docs/ActivityCollectionResponseObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Name | Type | Description | Notes
**personId** | **Number** | The ID of the person this activity is associated with | [optional]
**projectId** | **Number** | The ID of the project this activity is associated with | [optional]
**orgId** | **Number** | The ID of the organization this activity is associated with | [optional]
**location** | **String** | The address of the activity. Pipedrive will automatically check if the location matches a geo-location on Google maps. | [optional]
**location** | **String** | The address of the activity. | [optional]
**publicDescription** | **String** | Additional details about the activity that is synced to your external calendar. Unlike the note added to the activity, the description is publicly visible to any guests added to the activity. | [optional]
**id** | **Number** | The ID of the activity, generated when the activity was created | [optional]
**done** | **Boolean** | Whether the activity is done or not | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ActivityObjectFragment.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Name | Type | Description | Notes
**personId** | **Number** | The ID of the person this activity is associated with | [optional]
**projectId** | **Number** | The ID of the project this activity is associated with | [optional]
**orgId** | **Number** | The ID of the organization this activity is associated with | [optional]
**location** | **String** | The address of the activity. Pipedrive will automatically check if the location matches a geo-location on Google maps. | [optional]
**location** | **String** | The address of the activity. | [optional]
**publicDescription** | **String** | Additional details about the activity that is synced to your external calendar. Unlike the note added to the activity, the description is publicly visible to any guests added to the activity. | [optional]


2 changes: 1 addition & 1 deletion docs/ActivityPostObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Name | Type | Description | Notes
**personId** | **Number** | The ID of the person this activity is associated with | [optional]
**projectId** | **Number** | The ID of the project this activity is associated with | [optional]
**orgId** | **Number** | The ID of the organization this activity is associated with | [optional]
**location** | **String** | The address of the activity. Pipedrive will automatically check if the location matches a geo-location on Google maps. | [optional]
**location** | **String** | The address of the activity. | [optional]
**publicDescription** | **String** | Additional details about the activity that is synced to your external calendar. Unlike the note added to the activity, the description is publicly visible to any guests added to the activity. | [optional]
**note** | **String** | The note of the activity (HTML format) | [optional]
**subject** | **String** | The subject of the activity. When value for subject is not set, it will be given a default value `Call`. | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ActivityPutObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Name | Type | Description | Notes
**personId** | **Number** | The ID of the person this activity is associated with | [optional]
**projectId** | **Number** | The ID of the project this activity is associated with | [optional]
**orgId** | **Number** | The ID of the organization this activity is associated with | [optional]
**location** | **String** | The address of the activity. Pipedrive will automatically check if the location matches a geo-location on Google maps. | [optional]
**location** | **String** | The address of the activity. | [optional]
**publicDescription** | **String** | Additional details about the activity that is synced to your external calendar. Unlike the note added to the activity, the description is publicly visible to any guests added to the activity. | [optional]
**note** | **String** | The note of the activity (HTML format) | [optional]
**subject** | **String** | The subject of the activity | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/ActivityResponseObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Name | Type | Description | Notes
**personId** | **Number** | The ID of the person this activity is associated with | [optional]
**projectId** | **Number** | The ID of the project this activity is associated with | [optional]
**orgId** | **Number** | The ID of the organization this activity is associated with | [optional]
**location** | **String** | The address of the activity. Pipedrive will automatically check if the location matches a geo-location on Google maps. | [optional]
**location** | **String** | The address of the activity. | [optional]
**publicDescription** | **String** | Additional details about the activity that is synced to your external calendar. Unlike the note added to the activity, the description is publicly visible to any guests added to the activity. | [optional]
**id** | **Number** | The ID of the activity, generated when the activity was created | [optional]
**note** | **String** | The note of the activity (HTML format) | [optional]
Expand Down
2 changes: 1 addition & 1 deletion docs/NewProductField.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The name of the field |
**options** | **[Object]** | When `field_type` is either `set` or `enum`, possible options must be supplied as a JSON-encoded sequential array, for example:</br>`[{\"label\":\"red\"}, {\"label\":\"blue\"}, {\"label\":\"lilac\"}]` | [optional]
**fieldType** | **String** | The type of the field<table><tr><th>Value</th><th>Description</th></tr><tr><td>`varchar`</td><td>Text (up to 255 characters)</td><tr><td>`varchar_auto`</td><td>Autocomplete text (up to 255 characters)</td><tr><td>`text`</td><td>Long text (up to 65k characters)</td><tr><td>`double`</td><td>Numeric value</td><tr><td>`monetary`</td><td>Monetary field (has a numeric value and a currency value)</td><tr><td>`date`</td><td>Date (format YYYY-MM-DD)</td><tr><td>`set`</td><td>Options field with a possibility of having multiple chosen options</td><tr><td>`enum`</td><td>Options field with a single possible chosen option</td><tr><td>`user`</td><td>User field (contains a user ID of another Pipedrive user)</td><tr><td>`org`</td><td>Organization field (contains an organization ID which is stored on the same account)</td><tr><td>`people`</td><td>Person field (contains a product ID which is stored on the same account)</td><tr><td>`phone`</td><td>Phone field (up to 255 numbers and/or characters)</td><tr><td>`time`</td><td>Time field (format HH:MM:SS)</td><tr><td>`timerange`</td><td>Time-range field (has a start time and end time value, both HH:MM:SS)</td><tr><td>`daterange`</td><td>Date-range field (has a start date and end date value, both YYYY-MM-DD)</td><tr><td>`address`</td><td>Address field (autocompleted by Google Maps)</dd></table> |
**fieldType** | **String** | The type of the field<table><tr><th>Value</th><th>Description</th></tr><tr><td>`varchar`</td><td>Text (up to 255 characters)</td><tr><td>`varchar_auto`</td><td>Autocomplete text (up to 255 characters)</td><tr><td>`text`</td><td>Long text (up to 65k characters)</td><tr><td>`double`</td><td>Numeric value</td><tr><td>`monetary`</td><td>Monetary field (has a numeric value and a currency value)</td><tr><td>`date`</td><td>Date (format YYYY-MM-DD)</td><tr><td>`set`</td><td>Options field with a possibility of having multiple chosen options</td><tr><td>`enum`</td><td>Options field with a single possible chosen option</td><tr><td>`user`</td><td>User field (contains a user ID of another Pipedrive user)</td><tr><td>`org`</td><td>Organization field (contains an organization ID which is stored on the same account)</td><tr><td>`people`</td><td>Person field (contains a product ID which is stored on the same account)</td><tr><td>`phone`</td><td>Phone field (up to 255 numbers and/or characters)</td><tr><td>`time`</td><td>Time field (format HH:MM:SS)</td><tr><td>`timerange`</td><td>Time-range field (has a start time and end time value, both HH:MM:SS)</td><tr><td>`daterange`</td><td>Date-range field (has a start date and end date value, both YYYY-MM-DD)</td><tr><td>`address`</td><td>Address field</dd></table> |



Expand Down
2 changes: 1 addition & 1 deletion docs/ProductField.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The name of the field |
**options** | **[Object]** | When `field_type` is either `set` or `enum`, possible options must be supplied as a JSON-encoded sequential array, for example:</br>`[{\"label\":\"red\"}, {\"label\":\"blue\"}, {\"label\":\"lilac\"}]` | [optional]
**fieldType** | **String** | The type of the field<table><tr><th>Value</th><th>Description</th></tr><tr><td>`varchar`</td><td>Text (up to 255 characters)</td><tr><td>`varchar_auto`</td><td>Autocomplete text (up to 255 characters)</td><tr><td>`text`</td><td>Long text (up to 65k characters)</td><tr><td>`double`</td><td>Numeric value</td><tr><td>`monetary`</td><td>Monetary field (has a numeric value and a currency value)</td><tr><td>`date`</td><td>Date (format YYYY-MM-DD)</td><tr><td>`set`</td><td>Options field with a possibility of having multiple chosen options</td><tr><td>`enum`</td><td>Options field with a single possible chosen option</td><tr><td>`user`</td><td>User field (contains a user ID of another Pipedrive user)</td><tr><td>`org`</td><td>Organization field (contains an organization ID which is stored on the same account)</td><tr><td>`people`</td><td>Person field (contains a product ID which is stored on the same account)</td><tr><td>`phone`</td><td>Phone field (up to 255 numbers and/or characters)</td><tr><td>`time`</td><td>Time field (format HH:MM:SS)</td><tr><td>`timerange`</td><td>Time-range field (has a start time and end time value, both HH:MM:SS)</td><tr><td>`daterange`</td><td>Date-range field (has a start date and end date value, both YYYY-MM-DD)</td><tr><td>`address`</td><td>Address field (autocompleted by Google Maps)</dd></table> |
**fieldType** | **String** | The type of the field<table><tr><th>Value</th><th>Description</th></tr><tr><td>`varchar`</td><td>Text (up to 255 characters)</td><tr><td>`varchar_auto`</td><td>Autocomplete text (up to 255 characters)</td><tr><td>`text`</td><td>Long text (up to 65k characters)</td><tr><td>`double`</td><td>Numeric value</td><tr><td>`monetary`</td><td>Monetary field (has a numeric value and a currency value)</td><tr><td>`date`</td><td>Date (format YYYY-MM-DD)</td><tr><td>`set`</td><td>Options field with a possibility of having multiple chosen options</td><tr><td>`enum`</td><td>Options field with a single possible chosen option</td><tr><td>`user`</td><td>User field (contains a user ID of another Pipedrive user)</td><tr><td>`org`</td><td>Organization field (contains an organization ID which is stored on the same account)</td><tr><td>`people`</td><td>Person field (contains a product ID which is stored on the same account)</td><tr><td>`phone`</td><td>Phone field (up to 255 numbers and/or characters)</td><tr><td>`time`</td><td>Time field (format HH:MM:SS)</td><tr><td>`timerange`</td><td>Time-range field (has a start time and end time value, both HH:MM:SS)</td><tr><td>`daterange`</td><td>Date-range field (has a start date and end date value, both YYYY-MM-DD)</td><tr><td>`address`</td><td>Address field</dd></table> |
**id** | **Number** | The ID of the product field | [optional]
**key** | **String** | The key of the product field | [optional]
**orderNr** | **Number** | The position (index) of the product field in the detail view | [optional]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pipedrive",
"version": "22.8.0",
"version": "22.8.1",
"description": "Pipedrive REST client for NodeJS",
"license": "MIT",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/model/ActivityCollectionResponseObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ ActivityCollectionResponseObject.prototype['project_id'] = undefined;
ActivityCollectionResponseObject.prototype['org_id'] = undefined;

/**
* The address of the activity. Pipedrive will automatically check if the location matches a geo-location on Google maps.
* The address of the activity.
* @member {String} location
*/
ActivityCollectionResponseObject.prototype['location'] = undefined;
Expand Down Expand Up @@ -504,7 +504,7 @@ ActivityObjectFragment.prototype['project_id'] = undefined;
*/
ActivityObjectFragment.prototype['org_id'] = undefined;
/**
* The address of the activity. Pipedrive will automatically check if the location matches a geo-location on Google maps.
* The address of the activity.
* @member {String} location
*/
ActivityObjectFragment.prototype['location'] = undefined;
Expand Down
2 changes: 1 addition & 1 deletion src/model/ActivityObjectFragment.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ ActivityObjectFragment.prototype['project_id'] = undefined;
ActivityObjectFragment.prototype['org_id'] = undefined;

/**
* The address of the activity. Pipedrive will automatically check if the location matches a geo-location on Google maps.
* The address of the activity.
* @member {String} location
*/
ActivityObjectFragment.prototype['location'] = undefined;
Expand Down
4 changes: 2 additions & 2 deletions src/model/ActivityPostObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ ActivityPostObject.prototype['project_id'] = undefined;
ActivityPostObject.prototype['org_id'] = undefined;

/**
* The address of the activity. Pipedrive will automatically check if the location matches a geo-location on Google maps.
* The address of the activity.
* @member {String} location
*/
ActivityPostObject.prototype['location'] = undefined;
Expand Down Expand Up @@ -307,7 +307,7 @@ ActivityObjectFragment.prototype['project_id'] = undefined;
*/
ActivityObjectFragment.prototype['org_id'] = undefined;
/**
* The address of the activity. Pipedrive will automatically check if the location matches a geo-location on Google maps.
* The address of the activity.
* @member {String} location
*/
ActivityObjectFragment.prototype['location'] = undefined;
Expand Down
4 changes: 2 additions & 2 deletions src/model/ActivityPutObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ ActivityPutObject.prototype['project_id'] = undefined;
ActivityPutObject.prototype['org_id'] = undefined;

/**
* The address of the activity. Pipedrive will automatically check if the location matches a geo-location on Google maps.
* The address of the activity.
* @member {String} location
*/
ActivityPutObject.prototype['location'] = undefined;
Expand Down Expand Up @@ -307,7 +307,7 @@ ActivityObjectFragment.prototype['project_id'] = undefined;
*/
ActivityObjectFragment.prototype['org_id'] = undefined;
/**
* The address of the activity. Pipedrive will automatically check if the location matches a geo-location on Google maps.
* The address of the activity.
* @member {String} location
*/
ActivityObjectFragment.prototype['location'] = undefined;
Expand Down
4 changes: 2 additions & 2 deletions src/model/ActivityResponseObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ ActivityResponseObject.prototype['project_id'] = undefined;
ActivityResponseObject.prototype['org_id'] = undefined;

/**
* The address of the activity. Pipedrive will automatically check if the location matches a geo-location on Google maps.
* The address of the activity.
* @member {String} location
*/
ActivityResponseObject.prototype['location'] = undefined;
Expand Down Expand Up @@ -779,7 +779,7 @@ ActivityObjectFragment.prototype['project_id'] = undefined;
*/
ActivityObjectFragment.prototype['org_id'] = undefined;
/**
* The address of the activity. Pipedrive will automatically check if the location matches a geo-location on Google maps.
* The address of the activity.
* @member {String} location
*/
ActivityObjectFragment.prototype['location'] = undefined;
Expand Down
Loading

0 comments on commit 6718c8f

Please sign in to comment.