diff --git a/CHANGELOG.md b/CHANGELOG.md index 72b37877..ee4ac9e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/docs/ActivityCollectionResponseObject.md b/docs/ActivityCollectionResponseObject.md index bfd2dfeb..43caf0a4 100644 --- a/docs/ActivityCollectionResponseObject.md +++ b/docs/ActivityCollectionResponseObject.md @@ -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] diff --git a/docs/ActivityObjectFragment.md b/docs/ActivityObjectFragment.md index 35d75169..90ab6dc4 100644 --- a/docs/ActivityObjectFragment.md +++ b/docs/ActivityObjectFragment.md @@ -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] diff --git a/docs/ActivityPostObject.md b/docs/ActivityPostObject.md index a8212a22..6a7aff8e 100644 --- a/docs/ActivityPostObject.md +++ b/docs/ActivityPostObject.md @@ -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] diff --git a/docs/ActivityPutObject.md b/docs/ActivityPutObject.md index fd4a943f..71bb7e6e 100644 --- a/docs/ActivityPutObject.md +++ b/docs/ActivityPutObject.md @@ -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] diff --git a/docs/ActivityResponseObject.md b/docs/ActivityResponseObject.md index 6844ba99..de660956 100644 --- a/docs/ActivityResponseObject.md +++ b/docs/ActivityResponseObject.md @@ -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] diff --git a/docs/NewProductField.md b/docs/NewProductField.md index 00627754..5d07f035 100644 --- a/docs/NewProductField.md +++ b/docs/NewProductField.md @@ -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> | diff --git a/docs/ProductField.md b/docs/ProductField.md index ff10820a..2c74f808 100644 --- a/docs/ProductField.md +++ b/docs/ProductField.md @@ -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] diff --git a/package-lock.json b/package-lock.json index 08806d0b..b1c12a51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pipedrive", - "version": "22.8.0", + "version": "22.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pipedrive", - "version": "22.8.0", + "version": "22.8.1", "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.1", diff --git a/package.json b/package.json index eb7bd706..22835cde 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/model/ActivityCollectionResponseObject.js b/src/model/ActivityCollectionResponseObject.js index a4563a7d..2f746a52 100644 --- a/src/model/ActivityCollectionResponseObject.js +++ b/src/model/ActivityCollectionResponseObject.js @@ -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; @@ -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; diff --git a/src/model/ActivityObjectFragment.js b/src/model/ActivityObjectFragment.js index b0889047..19c6f847 100644 --- a/src/model/ActivityObjectFragment.js +++ b/src/model/ActivityObjectFragment.js @@ -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; diff --git a/src/model/ActivityPostObject.js b/src/model/ActivityPostObject.js index 3f6ed764..7c84024f 100644 --- a/src/model/ActivityPostObject.js +++ b/src/model/ActivityPostObject.js @@ -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; @@ -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; diff --git a/src/model/ActivityPutObject.js b/src/model/ActivityPutObject.js index 96f1e233..92c9d147 100644 --- a/src/model/ActivityPutObject.js +++ b/src/model/ActivityPutObject.js @@ -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; @@ -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; diff --git a/src/model/ActivityResponseObject.js b/src/model/ActivityResponseObject.js index 6616e898..d0bd1f0f 100644 --- a/src/model/ActivityResponseObject.js +++ b/src/model/ActivityResponseObject.js @@ -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; @@ -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; diff --git a/src/model/NewProductField.js b/src/model/NewProductField.js index d021f9fb..89fc1ba2 100644 --- a/src/model/NewProductField.js +++ b/src/model/NewProductField.js @@ -23,7 +23,7 @@ class NewProductField { * Constructs a new NewProductField. * @alias module:model/NewProductField * @param name {String} The name of the field - * @param fieldType {module:model/NewProductField.FieldTypeEnum} The type of the field
ValueDescription
`varchar`Text (up to 255 characters)
`varchar_auto`Autocomplete text (up to 255 characters)
`text`Long text (up to 65k characters)
`double`Numeric value
`monetary`Monetary field (has a numeric value and a currency value)
`date`Date (format YYYY-MM-DD)
`set`Options field with a possibility of having multiple chosen options
`enum`Options field with a single possible chosen option
`user`User field (contains a user ID of another Pipedrive user)
`org`Organization field (contains an organization ID which is stored on the same account)
`people`Person field (contains a product ID which is stored on the same account)
`phone`Phone field (up to 255 numbers and/or characters)
`time`Time field (format HH:MM:SS)
`timerange`Time-range field (has a start time and end time value, both HH:MM:SS)
`daterange`Date-range field (has a start date and end date value, both YYYY-MM-DD)
`address`Address field (autocompleted by Google Maps)
+ * @param fieldType {module:model/NewProductField.FieldTypeEnum} The type of the field
ValueDescription
`varchar`Text (up to 255 characters)
`varchar_auto`Autocomplete text (up to 255 characters)
`text`Long text (up to 65k characters)
`double`Numeric value
`monetary`Monetary field (has a numeric value and a currency value)
`date`Date (format YYYY-MM-DD)
`set`Options field with a possibility of having multiple chosen options
`enum`Options field with a single possible chosen option
`user`User field (contains a user ID of another Pipedrive user)
`org`Organization field (contains an organization ID which is stored on the same account)
`people`Person field (contains a product ID which is stored on the same account)
`phone`Phone field (up to 255 numbers and/or characters)
`time`Time field (format HH:MM:SS)
`timerange`Time-range field (has a start time and end time value, both HH:MM:SS)
`daterange`Date-range field (has a start date and end date value, both YYYY-MM-DD)
`address`Address field
*/ constructor(name, fieldType) { @@ -91,7 +91,7 @@ NewProductField.prototype['name'] = undefined; NewProductField.prototype['options'] = undefined; /** - * The type of the field
ValueDescription
`varchar`Text (up to 255 characters)
`varchar_auto`Autocomplete text (up to 255 characters)
`text`Long text (up to 65k characters)
`double`Numeric value
`monetary`Monetary field (has a numeric value and a currency value)
`date`Date (format YYYY-MM-DD)
`set`Options field with a possibility of having multiple chosen options
`enum`Options field with a single possible chosen option
`user`User field (contains a user ID of another Pipedrive user)
`org`Organization field (contains an organization ID which is stored on the same account)
`people`Person field (contains a product ID which is stored on the same account)
`phone`Phone field (up to 255 numbers and/or characters)
`time`Time field (format HH:MM:SS)
`timerange`Time-range field (has a start time and end time value, both HH:MM:SS)
`daterange`Date-range field (has a start date and end date value, both YYYY-MM-DD)
`address`Address field (autocompleted by Google Maps)
+ * The type of the field
ValueDescription
`varchar`Text (up to 255 characters)
`varchar_auto`Autocomplete text (up to 255 characters)
`text`Long text (up to 65k characters)
`double`Numeric value
`monetary`Monetary field (has a numeric value and a currency value)
`date`Date (format YYYY-MM-DD)
`set`Options field with a possibility of having multiple chosen options
`enum`Options field with a single possible chosen option
`user`User field (contains a user ID of another Pipedrive user)
`org`Organization field (contains an organization ID which is stored on the same account)
`people`Person field (contains a product ID which is stored on the same account)
`phone`Phone field (up to 255 numbers and/or characters)
`time`Time field (format HH:MM:SS)
`timerange`Time-range field (has a start time and end time value, both HH:MM:SS)
`daterange`Date-range field (has a start date and end date value, both YYYY-MM-DD)
`address`Address field
* @member {module:model/NewProductField.FieldTypeEnum} field_type */ NewProductField.prototype['field_type'] = undefined; diff --git a/src/model/ProductField.js b/src/model/ProductField.js index c46a2666..aba72093 100644 --- a/src/model/ProductField.js +++ b/src/model/ProductField.js @@ -27,7 +27,7 @@ class ProductField { * @implements module:model/NewProductField * @implements module:model/ProductFieldAllOf * @param name {String} The name of the field - * @param fieldType {module:model/ProductField.FieldTypeEnum} The type of the field
ValueDescription
`varchar`Text (up to 255 characters)
`varchar_auto`Autocomplete text (up to 255 characters)
`text`Long text (up to 65k characters)
`double`Numeric value
`monetary`Monetary field (has a numeric value and a currency value)
`date`Date (format YYYY-MM-DD)
`set`Options field with a possibility of having multiple chosen options
`enum`Options field with a single possible chosen option
`user`User field (contains a user ID of another Pipedrive user)
`org`Organization field (contains an organization ID which is stored on the same account)
`people`Person field (contains a product ID which is stored on the same account)
`phone`Phone field (up to 255 numbers and/or characters)
`time`Time field (format HH:MM:SS)
`timerange`Time-range field (has a start time and end time value, both HH:MM:SS)
`daterange`Date-range field (has a start date and end date value, both YYYY-MM-DD)
`address`Address field (autocompleted by Google Maps)
+ * @param fieldType {module:model/ProductField.FieldTypeEnum} The type of the field
ValueDescription
`varchar`Text (up to 255 characters)
`varchar_auto`Autocomplete text (up to 255 characters)
`text`Long text (up to 65k characters)
`double`Numeric value
`monetary`Monetary field (has a numeric value and a currency value)
`date`Date (format YYYY-MM-DD)
`set`Options field with a possibility of having multiple chosen options
`enum`Options field with a single possible chosen option
`user`User field (contains a user ID of another Pipedrive user)
`org`Organization field (contains an organization ID which is stored on the same account)
`people`Person field (contains a product ID which is stored on the same account)
`phone`Phone field (up to 255 numbers and/or characters)
`time`Time field (format HH:MM:SS)
`timerange`Time-range field (has a start time and end time value, both HH:MM:SS)
`daterange`Date-range field (has a start date and end date value, both YYYY-MM-DD)
`address`Address field
*/ constructor(name, fieldType) { NewProductField.initialize(this, name, fieldType);ProductFieldAllOf.initialize(this); @@ -177,7 +177,7 @@ ProductField.prototype['name'] = undefined; ProductField.prototype['options'] = undefined; /** - * The type of the field
ValueDescription
`varchar`Text (up to 255 characters)
`varchar_auto`Autocomplete text (up to 255 characters)
`text`Long text (up to 65k characters)
`double`Numeric value
`monetary`Monetary field (has a numeric value and a currency value)
`date`Date (format YYYY-MM-DD)
`set`Options field with a possibility of having multiple chosen options
`enum`Options field with a single possible chosen option
`user`User field (contains a user ID of another Pipedrive user)
`org`Organization field (contains an organization ID which is stored on the same account)
`people`Person field (contains a product ID which is stored on the same account)
`phone`Phone field (up to 255 numbers and/or characters)
`time`Time field (format HH:MM:SS)
`timerange`Time-range field (has a start time and end time value, both HH:MM:SS)
`daterange`Date-range field (has a start date and end date value, both YYYY-MM-DD)
`address`Address field (autocompleted by Google Maps)
+ * The type of the field
ValueDescription
`varchar`Text (up to 255 characters)
`varchar_auto`Autocomplete text (up to 255 characters)
`text`Long text (up to 65k characters)
`double`Numeric value
`monetary`Monetary field (has a numeric value and a currency value)
`date`Date (format YYYY-MM-DD)
`set`Options field with a possibility of having multiple chosen options
`enum`Options field with a single possible chosen option
`user`User field (contains a user ID of another Pipedrive user)
`org`Organization field (contains an organization ID which is stored on the same account)
`people`Person field (contains a product ID which is stored on the same account)
`phone`Phone field (up to 255 numbers and/or characters)
`time`Time field (format HH:MM:SS)
`timerange`Time-range field (has a start time and end time value, both HH:MM:SS)
`daterange`Date-range field (has a start date and end date value, both YYYY-MM-DD)
`address`Address field
* @member {module:model/ProductField.FieldTypeEnum} field_type */ ProductField.prototype['field_type'] = undefined; @@ -291,7 +291,7 @@ NewProductField.prototype['name'] = undefined; */ NewProductField.prototype['options'] = undefined; /** - * The type of the field
ValueDescription
`varchar`Text (up to 255 characters)
`varchar_auto`Autocomplete text (up to 255 characters)
`text`Long text (up to 65k characters)
`double`Numeric value
`monetary`Monetary field (has a numeric value and a currency value)
`date`Date (format YYYY-MM-DD)
`set`Options field with a possibility of having multiple chosen options
`enum`Options field with a single possible chosen option
`user`User field (contains a user ID of another Pipedrive user)
`org`Organization field (contains an organization ID which is stored on the same account)
`people`Person field (contains a product ID which is stored on the same account)
`phone`Phone field (up to 255 numbers and/or characters)
`time`Time field (format HH:MM:SS)
`timerange`Time-range field (has a start time and end time value, both HH:MM:SS)
`daterange`Date-range field (has a start date and end date value, both YYYY-MM-DD)
`address`Address field (autocompleted by Google Maps)
+ * The type of the field
ValueDescription
`varchar`Text (up to 255 characters)
`varchar_auto`Autocomplete text (up to 255 characters)
`text`Long text (up to 65k characters)
`double`Numeric value
`monetary`Monetary field (has a numeric value and a currency value)
`date`Date (format YYYY-MM-DD)
`set`Options field with a possibility of having multiple chosen options
`enum`Options field with a single possible chosen option
`user`User field (contains a user ID of another Pipedrive user)
`org`Organization field (contains an organization ID which is stored on the same account)
`people`Person field (contains a product ID which is stored on the same account)
`phone`Phone field (up to 255 numbers and/or characters)
`time`Time field (format HH:MM:SS)
`timerange`Time-range field (has a start time and end time value, both HH:MM:SS)
`daterange`Date-range field (has a start date and end date value, both YYYY-MM-DD)
`address`Address field
* @member {module:model/NewProductField.FieldTypeEnum} field_type */ NewProductField.prototype['field_type'] = undefined;