Skip to content

Commit 52db33c

Browse files
author
pipedrive-bot
committed
Build 231 - version-patch
1 parent 2858e65 commit 52db33c

329 files changed

Lines changed: 2023 additions & 3211 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Fixed
9+
- Fixed the OAuth scopes of Deal to Lead conversion and Lead to Deal conversion endpoints
810

911
## [11.0.0](https://github.com/pipedrive/client-php/compare/10.0.0...11.0.0) (2025-05-09)
1012

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)