pipedrive 23.0.0 → 23.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -53,7 +53,7 @@ var ActivitiesApi = /*#__PURE__*/function () {
|
|
53
53
|
|
54
54
|
/**
|
55
55
|
* Add an activity
|
56
|
-
* Adds a new activity. Includes `more_activities_scheduled_in_context` property in response's `additional_data` which indicates whether there are more undone activities scheduled with the same deal, person or organization (depending on the supplied data). For more information, see the tutorial for <a href=\"https://pipedrive.readme.io/docs/adding-an-activity\" target=\"_blank\" rel=\"noopener noreferrer\">adding an activity</a>.
|
56
|
+
* Adds a new activity. Includes `more_activities_scheduled_in_context` property in response's `additional_data` which indicates whether there are more undone activities scheduled with the same deal, person or organization (depending on the supplied data). For more information, see the tutorial for <a href=\"https://pipedrive.readme.io/docs/adding-an-activity\" target=\"_blank\" rel=\"noopener noreferrer\">adding an activity</a>. <br /> <br /> ***Starting from 30.09.2024, activity attendees will receive updates only if the activity owner has an active calendar sync***
|
57
57
|
* @param {Object} opts Optional parameters
|
58
58
|
* @param {module:model/ActivityPostObject} opts.activityPostObject
|
59
59
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/AddActivityResponse200} and HTTP response
|
@@ -88,7 +88,7 @@ var ActivitiesApi = /*#__PURE__*/function () {
|
|
88
88
|
|
89
89
|
/**
|
90
90
|
* Add an activity
|
91
|
-
* Adds a new activity. Includes `more_activities_scheduled_in_context` property in response's `additional_data` which indicates whether there are more undone activities scheduled with the same deal, person or organization (depending on the supplied data). For more information, see the tutorial for <a href=\"https://pipedrive.readme.io/docs/adding-an-activity\" target=\"_blank\" rel=\"noopener noreferrer\">adding an activity</a>.
|
91
|
+
* Adds a new activity. Includes `more_activities_scheduled_in_context` property in response's `additional_data` which indicates whether there are more undone activities scheduled with the same deal, person or organization (depending on the supplied data). For more information, see the tutorial for <a href=\"https://pipedrive.readme.io/docs/adding-an-activity\" target=\"_blank\" rel=\"noopener noreferrer\">adding an activity</a>. <br /> <br /> ***Starting from 30.09.2024, activity attendees will receive updates only if the activity owner has an active calendar sync***
|
92
92
|
* @param {Object} opts Optional parameters
|
93
93
|
* @param {module:model/ActivityPostObject} opts.activityPostObject
|
94
94
|
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/AddActivityResponse200}
|
@@ -411,7 +411,7 @@ var ActivitiesApi = /*#__PURE__*/function () {
|
|
411
411
|
|
412
412
|
/**
|
413
413
|
* Update an activity
|
414
|
-
* Updates an activity. Includes `more_activities_scheduled_in_context` property in response's `additional_data` which indicates whether there are more undone activities scheduled with the same deal, person or organization (depending on the supplied data).
|
414
|
+
* Updates an activity. Includes `more_activities_scheduled_in_context` property in response's `additional_data` which indicates whether there are more undone activities scheduled with the same deal, person or organization (depending on the supplied data). <br /> <br /> ***Starting from 30.09.2024, activity attendees will receive updates only if the activity owner has an active calendar sync***
|
415
415
|
* @param {Number} id The ID of the activity
|
416
416
|
* @param {Object} opts Optional parameters
|
417
417
|
* @param {module:model/ActivityPutObject} opts.activityPutObject
|
@@ -454,7 +454,7 @@ var ActivitiesApi = /*#__PURE__*/function () {
|
|
454
454
|
|
455
455
|
/**
|
456
456
|
* Update an activity
|
457
|
-
* Updates an activity. Includes `more_activities_scheduled_in_context` property in response's `additional_data` which indicates whether there are more undone activities scheduled with the same deal, person or organization (depending on the supplied data).
|
457
|
+
* Updates an activity. Includes `more_activities_scheduled_in_context` property in response's `additional_data` which indicates whether there are more undone activities scheduled with the same deal, person or organization (depending on the supplied data). <br /> <br /> ***Starting from 30.09.2024, activity attendees will receive updates only if the activity owner has an active calendar sync***
|
458
458
|
* @param {Number} id The ID of the activity
|
459
459
|
* @param {Object} opts Optional parameters
|
460
460
|
* @param {module:model/ActivityPutObject} opts.activityPutObject
|