Skip to content

Commit 85da640

Browse files
authored
Merge pull request #212 from pipedrive/231
Build 231 - combined-build
2 parents 2858e65 + 0d0abfe commit 85da640

327 files changed

Lines changed: 2025 additions & 3207 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [11.1.0](https://github.com/pipedrive/client-php/compare/11.0.0...11.1.1) (2025-05-26)
10+
### Fixed
11+
- Fixed the OAuth scopes of Deal to Lead conversion and Lead to Deal conversion endpoints
12+
### Added
13+
- Added `smart_bcc_email` to optional `include_fields` in Deals API v2
14+
- Added `is_archived` to request bodies of POST `deals` endpoints and PUT/PATCH `/deals/:id` endpoints
15+
- Added `archive_time` to request bodies of POST `deals` endpoints
16+
917
## [11.0.0](https://github.com/pipedrive/client-php/compare/10.0.0...11.0.0) (2025-05-09)
1018

1119
### Changed

docs/versions/v1/Model/ActivityCollectionResponseObject.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,31 @@ Name | Type | Description | Notes
1414
**org_id** | **int** | The ID of the organization this activity is associated with | [optional]
1515
**location** | **string** | The address of the activity. | [optional]
1616
**public_description** | **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]
17-
**id** | **int** | The ID of the activity, generated when the activity was created |
18-
**done** | **bool** | Whether the activity is done or not |
19-
**subject** | **string** | The subject of the activity |
20-
**type** | **string** | The type of the activity. This is in correlation with the `key_string` parameter of ActivityTypes. |
21-
**user_id** | **int** | The ID of the user whom the activity is assigned to |
22-
**busy_flag** | **bool** | Marks if the activity is set as 'Busy' or 'Free'. If the flag is set to `true`, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset. When the value of the flag is unset (`null`), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time. |
23-
**company_id** | **int** | The user's company ID |
24-
**conference_meeting_client** | **string** | The ID of the Marketplace app, which is connected to this activity |
25-
**conference_meeting_url** | **string** | The link to join the meeting which is associated with this activity |
26-
**conference_meeting_id** | **string** | The meeting ID of the meeting provider (Zoom, MS Teams etc.) that is associated with this activity |
27-
**add_time** | **string** | The creation date and time of the activity in UTC. Format: YYYY-MM-DD HH:MM:SS. |
28-
**marked_as_done_time** | **string** | The date and time this activity was marked as done. Format: YYYY-MM-DD HH:MM:SS. |
29-
**active_flag** | **bool** | Whether the activity is active or not |
30-
**update_time** | **string** | The last update date and time of the activity. Format: YYYY-MM-DD HH:MM:SS. |
31-
**update_user_id** | **int** | The ID of the user who was the last to update this activity |
32-
**source_timezone** | **string** | The timezone the activity was created in an external calendar |
33-
**location_subpremise** | **string** | A subfield of the location field. Indicates apartment/suite number. |
34-
**location_street_number** | **string** | A subfield of the location field. Indicates house number. |
35-
**location_route** | **string** | A subfield of the location field. Indicates street name. |
36-
**location_sublocality** | **string** | A subfield of the location field. Indicates district/sublocality. |
37-
**location_locality** | **string** | A subfield of the location field. Indicates city/town/village/locality. |
38-
**location_admin_area_level_1** | **string** | A subfield of the location field. Indicates state/county. |
39-
**location_admin_area_level_2** | **string** | A subfield of the location field. Indicates region. |
40-
**location_country** | **string** | A subfield of the location field. Indicates country. |
41-
**location_postal_code** | **string** | A subfield of the location field. Indicates ZIP/postal code. |
42-
**location_formatted_address** | **string** | A subfield of the location field. Indicates full/combined address. |
17+
**id** | **int** | The ID of the activity, generated when the activity was created | [optional]
18+
**done** | **bool** | Whether the activity is done or not | [optional]
19+
**subject** | **string** | The subject of the activity | [optional]
20+
**type** | **string** | The type of the activity. This is in correlation with the `key_string` parameter of ActivityTypes. | [optional]
21+
**user_id** | **int** | The ID of the user whom the activity is assigned to | [optional]
22+
**busy_flag** | **bool** | Marks if the activity is set as 'Busy' or 'Free'. If the flag is set to `true`, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset. When the value of the flag is unset (`null`), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time. | [optional]
23+
**company_id** | **int** | The user's company ID | [optional]
24+
**conference_meeting_client** | **string** | The ID of the Marketplace app, which is connected to this activity | [optional]
25+
**conference_meeting_url** | **string** | The link to join the meeting which is associated with this activity | [optional]
26+
**conference_meeting_id** | **string** | The meeting ID of the meeting provider (Zoom, MS Teams etc.) that is associated with this activity | [optional]
27+
**add_time** | **string** | The creation date and time of the activity in UTC. Format: YYYY-MM-DD HH:MM:SS. | [optional]
28+
**marked_as_done_time** | **string** | The date and time this activity was marked as done. Format: YYYY-MM-DD HH:MM:SS. | [optional]
29+
**active_flag** | **bool** | Whether the activity is active or not | [optional]
30+
**update_time** | **string** | The last update date and time of the activity. Format: YYYY-MM-DD HH:MM:SS. | [optional]
31+
**update_user_id** | **int** | The ID of the user who was the last to update this activity | [optional]
32+
**source_timezone** | **string** | The timezone the activity was created in an external calendar | [optional]
33+
**location_subpremise** | **string** | A subfield of the location field. Indicates apartment/suite number. | [optional]
34+
**location_street_number** | **string** | A subfield of the location field. Indicates house number. | [optional]
35+
**location_route** | **string** | A subfield of the location field. Indicates street name. | [optional]
36+
**location_sublocality** | **string** | A subfield of the location field. Indicates district/sublocality. | [optional]
37+
**location_locality** | **string** | A subfield of the location field. Indicates city/town/village/locality. | [optional]
38+
**location_admin_area_level_1** | **string** | A subfield of the location field. Indicates state/county. | [optional]
39+
**location_admin_area_level_2** | **string** | A subfield of the location field. Indicates region. | [optional]
40+
**location_country** | **string** | A subfield of the location field. Indicates country. | [optional]
41+
**location_postal_code** | **string** | A subfield of the location field. Indicates ZIP/postal code. | [optional]
42+
**location_formatted_address** | **string** | A subfield of the location field. Indicates full/combined address. | [optional]
4343

4444
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

docs/versions/v1/Model/ActivityCollectionResponseObjectAllOf.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,31 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**id** | **int** | The ID of the activity, generated when the activity was created |
8-
**done** | **bool** | Whether the activity is done or not |
9-
**subject** | **string** | The subject of the activity |
10-
**type** | **string** | The type of the activity. This is in correlation with the `key_string` parameter of ActivityTypes. |
11-
**user_id** | **int** | The ID of the user whom the activity is assigned to |
12-
**busy_flag** | **bool** | Marks if the activity is set as 'Busy' or 'Free'. If the flag is set to `true`, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset. When the value of the flag is unset (`null`), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time. |
13-
**company_id** | **int** | The user's company ID |
14-
**conference_meeting_client** | **string** | The ID of the Marketplace app, which is connected to this activity |
15-
**conference_meeting_url** | **string** | The link to join the meeting which is associated with this activity |
16-
**conference_meeting_id** | **string** | The meeting ID of the meeting provider (Zoom, MS Teams etc.) that is associated with this activity |
17-
**add_time** | **string** | The creation date and time of the activity in UTC. Format: YYYY-MM-DD HH:MM:SS. |
18-
**marked_as_done_time** | **string** | The date and time this activity was marked as done. Format: YYYY-MM-DD HH:MM:SS. |
19-
**active_flag** | **bool** | Whether the activity is active or not |
20-
**update_time** | **string** | The last update date and time of the activity. Format: YYYY-MM-DD HH:MM:SS. |
21-
**update_user_id** | **int** | The ID of the user who was the last to update this activity |
22-
**source_timezone** | **string** | The timezone the activity was created in an external calendar |
23-
**location_subpremise** | **string** | A subfield of the location field. Indicates apartment/suite number. |
24-
**location_street_number** | **string** | A subfield of the location field. Indicates house number. |
25-
**location_route** | **string** | A subfield of the location field. Indicates street name. |
26-
**location_sublocality** | **string** | A subfield of the location field. Indicates district/sublocality. |
27-
**location_locality** | **string** | A subfield of the location field. Indicates city/town/village/locality. |
28-
**location_admin_area_level_1** | **string** | A subfield of the location field. Indicates state/county. |
29-
**location_admin_area_level_2** | **string** | A subfield of the location field. Indicates region. |
30-
**location_country** | **string** | A subfield of the location field. Indicates country. |
31-
**location_postal_code** | **string** | A subfield of the location field. Indicates ZIP/postal code. |
32-
**location_formatted_address** | **string** | A subfield of the location field. Indicates full/combined address. |
7+
**id** | **int** | The ID of the activity, generated when the activity was created | [optional]
8+
**done** | **bool** | Whether the activity is done or not | [optional]
9+
**subject** | **string** | The subject of the activity | [optional]
10+
**type** | **string** | The type of the activity. This is in correlation with the `key_string` parameter of ActivityTypes. | [optional]
11+
**user_id** | **int** | The ID of the user whom the activity is assigned to | [optional]
12+
**busy_flag** | **bool** | Marks if the activity is set as 'Busy' or 'Free'. If the flag is set to `true`, your customers will not be able to book that time slot through any Scheduler links. The flag can also be unset. When the value of the flag is unset (`null`), the flag defaults to 'Busy' if it has a time set, and 'Free' if it is an all-day event without specified time. | [optional]
13+
**company_id** | **int** | The user's company ID | [optional]
14+
**conference_meeting_client** | **string** | The ID of the Marketplace app, which is connected to this activity | [optional]
15+
**conference_meeting_url** | **string** | The link to join the meeting which is associated with this activity | [optional]
16+
**conference_meeting_id** | **string** | The meeting ID of the meeting provider (Zoom, MS Teams etc.) that is associated with this activity | [optional]
17+
**add_time** | **string** | The creation date and time of the activity in UTC. Format: YYYY-MM-DD HH:MM:SS. | [optional]
18+
**marked_as_done_time** | **string** | The date and time this activity was marked as done. Format: YYYY-MM-DD HH:MM:SS. | [optional]
19+
**active_flag** | **bool** | Whether the activity is active or not | [optional]
20+
**update_time** | **string** | The last update date and time of the activity. Format: YYYY-MM-DD HH:MM:SS. | [optional]
21+
**update_user_id** | **int** | The ID of the user who was the last to update this activity | [optional]
22+
**source_timezone** | **string** | The timezone the activity was created in an external calendar | [optional]
23+
**location_subpremise** | **string** | A subfield of the location field. Indicates apartment/suite number. | [optional]
24+
**location_street_number** | **string** | A subfield of the location field. Indicates house number. | [optional]
25+
**location_route** | **string** | A subfield of the location field. Indicates street name. | [optional]
26+
**location_sublocality** | **string** | A subfield of the location field. Indicates district/sublocality. | [optional]
27+
**location_locality** | **string** | A subfield of the location field. Indicates city/town/village/locality. | [optional]
28+
**location_admin_area_level_1** | **string** | A subfield of the location field. Indicates state/county. | [optional]
29+
**location_admin_area_level_2** | **string** | A subfield of the location field. Indicates region. | [optional]
30+
**location_country** | **string** | A subfield of the location field. Indicates country. | [optional]
31+
**location_postal_code** | **string** | A subfield of the location field. Indicates ZIP/postal code. | [optional]
32+
**location_formatted_address** | **string** | A subfield of the location field. Indicates full/combined address. | [optional]
3333

3434
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

0 commit comments

Comments
 (0)