pipedrive 25.0.0 → 27.0.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.
- package/dist/esm/versions/v1/api/activities-api.d.ts +40 -40
- package/dist/esm/versions/v1/api/activities-api.js +47 -47
- package/dist/esm/versions/v1/api/activity-fields-api.js +1 -1
- package/dist/esm/versions/v1/api/activity-types-api.js +5 -5
- package/dist/esm/versions/v1/api/billing-api.js +1 -1
- package/dist/esm/versions/v1/api/call-logs-api.js +5 -5
- package/dist/esm/versions/v1/api/channels-api.js +4 -4
- package/dist/esm/versions/v1/api/currencies-api.js +1 -1
- package/dist/esm/versions/v1/api/deal-fields-api.js +6 -6
- package/dist/esm/versions/v1/api/deals-api.d.ts +410 -88
- package/dist/esm/versions/v1/api/deals-api.js +447 -118
- package/dist/esm/versions/v1/api/files-api.js +8 -8
- package/dist/esm/versions/v1/api/filters-api.js +7 -7
- package/dist/esm/versions/v1/api/goals-api.js +5 -5
- package/dist/esm/versions/v1/api/item-search-api.d.ts +8 -8
- package/dist/esm/versions/v1/api/item-search-api.js +10 -10
- package/dist/esm/versions/v1/api/lead-labels-api.js +4 -4
- package/dist/esm/versions/v1/api/lead-sources-api.js +1 -1
- package/dist/esm/versions/v1/api/leads-api.d.ts +100 -14
- package/dist/esm/versions/v1/api/leads-api.js +114 -21
- package/dist/esm/versions/v1/api/legacy-teams-api.js +8 -8
- package/dist/esm/versions/v1/api/mailbox-api.js +6 -6
- package/dist/esm/versions/v1/api/meetings-api.js +2 -2
- package/dist/esm/versions/v1/api/note-fields-api.js +1 -1
- package/dist/esm/versions/v1/api/notes-api.d.ts +18 -2
- package/dist/esm/versions/v1/api/notes-api.js +25 -15
- package/dist/esm/versions/v1/api/organization-fields-api.js +6 -6
- package/dist/esm/versions/v1/api/organization-relationships-api.js +5 -5
- package/dist/esm/versions/v1/api/organizations-api.d.ts +68 -68
- package/dist/esm/versions/v1/api/organizations-api.js +88 -88
- package/dist/esm/versions/v1/api/permission-sets-api.js +3 -3
- package/dist/esm/versions/v1/api/person-fields-api.js +6 -6
- package/dist/esm/versions/v1/api/persons-api.d.ts +56 -56
- package/dist/esm/versions/v1/api/persons-api.js +78 -78
- package/dist/esm/versions/v1/api/pipelines-api.d.ts +28 -28
- package/dist/esm/versions/v1/api/pipelines-api.js +36 -36
- package/dist/esm/versions/v1/api/product-fields-api.js +6 -6
- package/dist/esm/versions/v1/api/products-api.d.ts +24 -24
- package/dist/esm/versions/v1/api/products-api.js +36 -36
- package/dist/esm/versions/v1/api/project-templates-api.js +4 -4
- package/dist/esm/versions/v1/api/projects-api.js +14 -14
- package/dist/esm/versions/v1/api/recents-api.js +1 -1
- package/dist/esm/versions/v1/api/roles-api.js +12 -12
- package/dist/esm/versions/v1/api/stages-api.d.ts +36 -36
- package/dist/esm/versions/v1/api/stages-api.js +43 -43
- package/dist/esm/versions/v1/api/subscriptions-api.js +9 -9
- package/dist/esm/versions/v1/api/tasks-api.js +5 -5
- package/dist/esm/versions/v1/api/user-connections-api.js +1 -1
- package/dist/esm/versions/v1/api/user-settings-api.js +1 -1
- package/dist/esm/versions/v1/api/users-api.js +10 -10
- package/dist/esm/versions/v1/api/webhooks-api.js +3 -3
- package/dist/esm/versions/v1/base.d.ts +2 -3
- package/dist/esm/versions/v1/configuration.d.ts +2 -2
- package/dist/esm/versions/v1/models/add-note-request-all-of.d.ts +9 -4
- package/dist/esm/versions/v1/models/add-note-request-all-of1.d.ts +10 -0
- package/dist/esm/versions/v1/models/add-note-request-all-of1.js +4 -0
- package/dist/esm/versions/v1/models/get-deal-search-response-all-of-data-items-inner-item.d.ts +5 -0
- package/dist/esm/versions/v1/models/index.d.ts +1 -0
- package/dist/esm/versions/v1/models/index.js +1 -0
- package/dist/esm/versions/v1/models/note-project.d.ts +23 -0
- package/dist/esm/versions/v1/models/note-project.js +14 -0
- package/dist/esm/versions/v1/models/note-request-all-of1.d.ts +5 -0
- package/dist/esm/versions/v1/models/note.d.ts +16 -0
- package/dist/esm/versions/v2/api/activities-api.d.ts +15 -7
- package/dist/esm/versions/v2/api/activities-api.js +17 -12
- package/dist/esm/versions/v2/api/beta-api.d.ts +212 -0
- package/dist/esm/versions/v2/api/beta-api.js +290 -4
- package/dist/esm/versions/v2/api/deals-api.d.ts +272 -4
- package/dist/esm/versions/v2/api/deals-api.js +311 -27
- package/dist/esm/versions/v2/api/item-search-api.js +2 -2
- package/dist/esm/versions/v2/api/leads-api.d.ts +111 -0
- package/dist/esm/versions/v2/api/leads-api.js +147 -2
- package/dist/esm/versions/v2/api/organizations-api.js +10 -10
- package/dist/esm/versions/v2/api/persons-api.d.ts +8 -8
- package/dist/esm/versions/v2/api/persons-api.js +18 -18
- package/dist/esm/versions/v2/api/pipelines-api.js +5 -5
- package/dist/esm/versions/v2/api/products-api.js +15 -15
- package/dist/esm/versions/v2/api/stages-api.js +5 -5
- package/dist/esm/versions/v2/api/users-api.js +1 -1
- package/dist/esm/versions/v2/base.d.ts +2 -3
- package/dist/esm/versions/v2/configuration.d.ts +2 -2
- package/dist/esm/versions/v2/models/activity-item.d.ts +5 -0
- package/dist/esm/versions/v2/models/activity-item1.d.ts +5 -0
- package/dist/esm/versions/v2/models/add-convert-deal-to-lead-response-data.d.ts +23 -0
- package/dist/esm/versions/v2/models/add-convert-deal-to-lead-response-data.js +14 -0
- package/dist/esm/versions/v2/models/add-convert-deal-to-lead-response.d.ts +34 -0
- package/dist/esm/versions/v2/models/add-convert-deal-to-lead-response.js +14 -0
- package/dist/esm/versions/v2/models/add-convert-lead-to-deal-response.d.ts +34 -0
- package/dist/esm/versions/v2/models/add-convert-lead-to-deal-response.js +14 -0
- package/dist/esm/versions/v2/models/add-person-request.d.ts +12 -0
- package/dist/esm/versions/v2/models/add-person-request.js +6 -1
- package/dist/esm/versions/v2/models/convert-lead-to-deal-request.d.ts +28 -0
- package/dist/esm/versions/v2/models/convert-lead-to-deal-request.js +14 -0
- package/dist/esm/versions/v2/models/deal-item.d.ts +5 -0
- package/dist/esm/versions/v2/models/deal-item1.d.ts +5 -0
- package/dist/esm/versions/v2/models/get-convert-response.d.ts +43 -0
- package/dist/esm/versions/v2/models/get-convert-response.js +14 -0
- package/dist/esm/versions/v2/models/get-convert-response1-data.d.ts +46 -0
- package/dist/esm/versions/v2/models/get-convert-response1-data.js +20 -0
- package/dist/esm/versions/v2/models/get-convert-response1.d.ts +34 -0
- package/dist/esm/versions/v2/models/get-convert-response1.js +14 -0
- package/dist/esm/versions/v2/models/get-deal-search-response-all-of-data-items-inner-item.d.ts +5 -0
- package/dist/esm/versions/v2/models/index.d.ts +7 -0
- package/dist/esm/versions/v2/models/index.js +7 -0
- package/dist/esm/versions/v2/models/update-person-request.d.ts +12 -0
- package/dist/esm/versions/v2/models/update-person-request.js +6 -1
- package/dist/versions/v1/api/activities-api.d.ts +40 -40
- package/dist/versions/v1/api/activities-api.js +47 -47
- package/dist/versions/v1/api/activity-fields-api.js +1 -1
- package/dist/versions/v1/api/activity-types-api.js +5 -5
- package/dist/versions/v1/api/billing-api.js +1 -1
- package/dist/versions/v1/api/call-logs-api.js +5 -5
- package/dist/versions/v1/api/channels-api.js +4 -4
- package/dist/versions/v1/api/currencies-api.js +1 -1
- package/dist/versions/v1/api/deal-fields-api.js +6 -6
- package/dist/versions/v1/api/deals-api.d.ts +410 -88
- package/dist/versions/v1/api/deals-api.js +447 -118
- package/dist/versions/v1/api/files-api.js +8 -8
- package/dist/versions/v1/api/filters-api.js +7 -7
- package/dist/versions/v1/api/goals-api.js +5 -5
- package/dist/versions/v1/api/item-search-api.d.ts +8 -8
- package/dist/versions/v1/api/item-search-api.js +10 -10
- package/dist/versions/v1/api/lead-labels-api.js +4 -4
- package/dist/versions/v1/api/lead-sources-api.js +1 -1
- package/dist/versions/v1/api/leads-api.d.ts +100 -14
- package/dist/versions/v1/api/leads-api.js +114 -21
- package/dist/versions/v1/api/legacy-teams-api.js +8 -8
- package/dist/versions/v1/api/mailbox-api.js +6 -6
- package/dist/versions/v1/api/meetings-api.js +2 -2
- package/dist/versions/v1/api/note-fields-api.js +1 -1
- package/dist/versions/v1/api/notes-api.d.ts +18 -2
- package/dist/versions/v1/api/notes-api.js +25 -15
- package/dist/versions/v1/api/organization-fields-api.js +6 -6
- package/dist/versions/v1/api/organization-relationships-api.js +5 -5
- package/dist/versions/v1/api/organizations-api.d.ts +68 -68
- package/dist/versions/v1/api/organizations-api.js +88 -88
- package/dist/versions/v1/api/permission-sets-api.js +3 -3
- package/dist/versions/v1/api/person-fields-api.js +6 -6
- package/dist/versions/v1/api/persons-api.d.ts +56 -56
- package/dist/versions/v1/api/persons-api.js +78 -78
- package/dist/versions/v1/api/pipelines-api.d.ts +28 -28
- package/dist/versions/v1/api/pipelines-api.js +36 -36
- package/dist/versions/v1/api/product-fields-api.js +6 -6
- package/dist/versions/v1/api/products-api.d.ts +24 -24
- package/dist/versions/v1/api/products-api.js +36 -36
- package/dist/versions/v1/api/project-templates-api.js +4 -4
- package/dist/versions/v1/api/projects-api.js +14 -14
- package/dist/versions/v1/api/recents-api.js +1 -1
- package/dist/versions/v1/api/roles-api.js +12 -12
- package/dist/versions/v1/api/stages-api.d.ts +36 -36
- package/dist/versions/v1/api/stages-api.js +43 -43
- package/dist/versions/v1/api/subscriptions-api.js +9 -9
- package/dist/versions/v1/api/tasks-api.js +5 -5
- package/dist/versions/v1/api/user-connections-api.js +1 -1
- package/dist/versions/v1/api/user-settings-api.js +1 -1
- package/dist/versions/v1/api/users-api.js +10 -10
- package/dist/versions/v1/api/webhooks-api.js +3 -3
- package/dist/versions/v1/base.d.ts +2 -3
- package/dist/versions/v1/configuration.d.ts +2 -2
- package/dist/versions/v1/models/add-note-request-all-of.d.ts +9 -4
- package/dist/versions/v1/models/add-note-request-all-of1.d.ts +10 -0
- package/dist/versions/v1/models/add-note-request-all-of1.js +5 -1
- package/dist/versions/v1/models/get-deal-search-response-all-of-data-items-inner-item.d.ts +5 -0
- package/dist/versions/v1/models/index.d.ts +1 -0
- package/dist/versions/v1/models/index.js +1 -0
- package/dist/versions/v1/models/note-project.d.ts +23 -0
- package/dist/versions/v1/models/note-project.js +15 -0
- package/dist/versions/v1/models/note-request-all-of1.d.ts +5 -0
- package/dist/versions/v1/models/note.d.ts +16 -0
- package/dist/versions/v2/api/activities-api.d.ts +15 -7
- package/dist/versions/v2/api/activities-api.js +17 -12
- package/dist/versions/v2/api/beta-api.d.ts +212 -0
- package/dist/versions/v2/api/beta-api.js +290 -4
- package/dist/versions/v2/api/deals-api.d.ts +272 -4
- package/dist/versions/v2/api/deals-api.js +311 -27
- package/dist/versions/v2/api/item-search-api.js +2 -2
- package/dist/versions/v2/api/leads-api.d.ts +111 -0
- package/dist/versions/v2/api/leads-api.js +146 -1
- package/dist/versions/v2/api/organizations-api.js +10 -10
- package/dist/versions/v2/api/persons-api.d.ts +8 -8
- package/dist/versions/v2/api/persons-api.js +18 -18
- package/dist/versions/v2/api/pipelines-api.js +5 -5
- package/dist/versions/v2/api/products-api.js +15 -15
- package/dist/versions/v2/api/stages-api.js +5 -5
- package/dist/versions/v2/api/users-api.js +1 -1
- package/dist/versions/v2/base.d.ts +2 -3
- package/dist/versions/v2/configuration.d.ts +2 -2
- package/dist/versions/v2/models/activity-item.d.ts +5 -0
- package/dist/versions/v2/models/activity-item1.d.ts +5 -0
- package/dist/versions/v2/models/add-convert-deal-to-lead-response-data.d.ts +23 -0
- package/dist/versions/v2/models/add-convert-deal-to-lead-response-data.js +15 -0
- package/dist/versions/v2/models/add-convert-deal-to-lead-response.d.ts +34 -0
- package/dist/versions/v2/models/add-convert-deal-to-lead-response.js +15 -0
- package/dist/versions/v2/models/add-convert-lead-to-deal-response.d.ts +34 -0
- package/dist/versions/v2/models/add-convert-lead-to-deal-response.js +15 -0
- package/dist/versions/v2/models/add-person-request.d.ts +12 -0
- package/dist/versions/v2/models/add-person-request.js +7 -0
- package/dist/versions/v2/models/convert-lead-to-deal-request.d.ts +28 -0
- package/dist/versions/v2/models/convert-lead-to-deal-request.js +15 -0
- package/dist/versions/v2/models/deal-item.d.ts +5 -0
- package/dist/versions/v2/models/deal-item1.d.ts +5 -0
- package/dist/versions/v2/models/get-convert-response.d.ts +43 -0
- package/dist/versions/v2/models/get-convert-response.js +15 -0
- package/dist/versions/v2/models/get-convert-response1-data.d.ts +46 -0
- package/dist/versions/v2/models/get-convert-response1-data.js +23 -0
- package/dist/versions/v2/models/get-convert-response1.d.ts +34 -0
- package/dist/versions/v2/models/get-convert-response1.js +15 -0
- package/dist/versions/v2/models/get-deal-search-response-all-of-data-items-inner-item.d.ts +5 -0
- package/dist/versions/v2/models/index.d.ts +7 -0
- package/dist/versions/v2/models/index.js +7 -0
- package/dist/versions/v2/models/update-person-request.d.ts +12 -0
- package/dist/versions/v2/models/update-person-request.js +7 -0
- package/package.json +1 -1
@@ -36,7 +36,7 @@ export const ActivitiesApiAxiosParamCreator = function (configuration) {
|
|
36
36
|
* 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***
|
37
37
|
* @summary Add an activity
|
38
38
|
* @param {AddActivityRequest} [AddActivityRequest]
|
39
|
-
|
39
|
+
* @deprecated
|
40
40
|
* @throws {RequiredError}
|
41
41
|
*/
|
42
42
|
addActivity: (AddActivityRequest) => __awaiter(this, void 0, void 0, function* () {
|
@@ -51,7 +51,7 @@ export const ActivitiesApiAxiosParamCreator = function (configuration) {
|
|
51
51
|
const localVarHeaderParameter = {};
|
52
52
|
const localVarQueryParameter = {};
|
53
53
|
// authentication api_key required
|
54
|
-
yield setApiKeyToObject(
|
54
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
55
55
|
// authentication oauth2 required
|
56
56
|
// oauth required
|
57
57
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["activities:full"], configuration);
|
@@ -66,10 +66,10 @@ export const ActivitiesApiAxiosParamCreator = function (configuration) {
|
|
66
66
|
};
|
67
67
|
}),
|
68
68
|
/**
|
69
|
-
* Marks multiple activities as deleted. After 30 days, the activities will be permanently deleted.
|
69
|
+
* Marks multiple activities as deleted. After 30 days, the activities will be permanently deleted. <br>This endpoint has been deprecated. Please use <a href=\"https://developers.pipedrive.com/docs/api/v1/Activities#deleteActivity\" target=\"_blank\" rel=\"noopener noreferrer\">DELETE /api/v2/activities/{id}</a> instead.
|
70
70
|
* @summary Delete multiple activities in bulk
|
71
71
|
* @param {string} ids The comma-separated IDs of activities that will be deleted
|
72
|
-
|
72
|
+
* @deprecated
|
73
73
|
* @throws {RequiredError}
|
74
74
|
*/
|
75
75
|
deleteActivities: (ids) => __awaiter(this, void 0, void 0, function* () {
|
@@ -86,7 +86,7 @@ export const ActivitiesApiAxiosParamCreator = function (configuration) {
|
|
86
86
|
const localVarHeaderParameter = {};
|
87
87
|
const localVarQueryParameter = {};
|
88
88
|
// authentication api_key required
|
89
|
-
yield setApiKeyToObject(
|
89
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
90
90
|
// authentication oauth2 required
|
91
91
|
// oauth required
|
92
92
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["activities:full"], configuration);
|
@@ -105,7 +105,7 @@ export const ActivitiesApiAxiosParamCreator = function (configuration) {
|
|
105
105
|
* Marks an activity as deleted. After 30 days, the activity will be permanently deleted.
|
106
106
|
* @summary Delete an activity
|
107
107
|
* @param {number} id The ID of the activity
|
108
|
-
|
108
|
+
* @deprecated
|
109
109
|
* @throws {RequiredError}
|
110
110
|
*/
|
111
111
|
deleteActivity: (id) => __awaiter(this, void 0, void 0, function* () {
|
@@ -123,7 +123,7 @@ export const ActivitiesApiAxiosParamCreator = function (configuration) {
|
|
123
123
|
const localVarHeaderParameter = {};
|
124
124
|
const localVarQueryParameter = {};
|
125
125
|
// authentication api_key required
|
126
|
-
yield setApiKeyToObject(
|
126
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
127
127
|
// authentication oauth2 required
|
128
128
|
// oauth required
|
129
129
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["activities:full"], configuration);
|
@@ -146,7 +146,7 @@ export const ActivitiesApiAxiosParamCreator = function (configuration) {
|
|
146
146
|
* @param {string} [start_date] Use the activity due date where you wish to begin fetching activities from. Insert due date in YYYY-MM-DD format.
|
147
147
|
* @param {string} [end_date] Use the activity due date where you wish to stop fetching activities from. Insert due date in YYYY-MM-DD format.
|
148
148
|
* @param {0 | 1} [done] Whether the activity is done or not. 0 = Not done, 1 = Done. If omitted returns both done and not done activities.
|
149
|
-
|
149
|
+
* @deprecated
|
150
150
|
* @throws {RequiredError}
|
151
151
|
*/
|
152
152
|
getActivities: (user_id, filter_id, type, limit, start, start_date, end_date, done) => __awaiter(this, void 0, void 0, function* () {
|
@@ -161,7 +161,7 @@ export const ActivitiesApiAxiosParamCreator = function (configuration) {
|
|
161
161
|
const localVarHeaderParameter = {};
|
162
162
|
const localVarQueryParameter = {};
|
163
163
|
// authentication api_key required
|
164
|
-
yield setApiKeyToObject(
|
164
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
165
165
|
// authentication oauth2 required
|
166
166
|
// oauth required
|
167
167
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["activities:read", "activities:full"], configuration);
|
@@ -202,8 +202,8 @@ export const ActivitiesApiAxiosParamCreator = function (configuration) {
|
|
202
202
|
};
|
203
203
|
}),
|
204
204
|
/**
|
205
|
-
* Returns all activities.
|
206
|
-
* @summary Get all activities
|
205
|
+
* Returns all activities. Please note that only global admins (those with global permissions) can access this endpoint. Users with regular permissions will receive a 403 response. Read more about global permissions <a href=\"https://support.pipedrive.com/en/article/global-user-management\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>. <br>This endpoint has been deprecated. Please use <a href=\"https://developers.pipedrive.com/docs/api/v1/Activities#getActivities\" target=\"_blank\" rel=\"noopener noreferrer\">GET /api/v2/activities</a> instead.
|
206
|
+
* @summary Get all activities collection
|
207
207
|
* @param {string} [cursor] For pagination, the marker (an opaque string value) representing the first item on the next page
|
208
208
|
* @param {number} [limit] For pagination, the limit of entries to be returned. If not provided, 100 items will be returned. Please note that a maximum value of 500 is allowed.
|
209
209
|
* @param {string} [since] The time boundary that points to the start of the range of data. Datetime in ISO 8601 format. E.g. 2022-11-01 08:55:59. Operates on the `update_time` field.
|
@@ -211,7 +211,7 @@ export const ActivitiesApiAxiosParamCreator = function (configuration) {
|
|
211
211
|
* @param {number} [user_id] The ID of the user whose activities will be fetched. If omitted, all activities are returned.
|
212
212
|
* @param {boolean} [done] Whether the activity is done or not. `false` = Not done, `true` = Done. If omitted, returns both done and not done activities.
|
213
213
|
* @param {string} [type] The type of the activity, can be one type or multiple types separated by a comma. This is in correlation with the `key_string` parameter of ActivityTypes.
|
214
|
-
|
214
|
+
* @deprecated
|
215
215
|
* @throws {RequiredError}
|
216
216
|
*/
|
217
217
|
getActivitiesCollection: (cursor, limit, since, until, user_id, done, type) => __awaiter(this, void 0, void 0, function* () {
|
@@ -226,7 +226,7 @@ export const ActivitiesApiAxiosParamCreator = function (configuration) {
|
|
226
226
|
const localVarHeaderParameter = {};
|
227
227
|
const localVarQueryParameter = {};
|
228
228
|
// authentication api_key required
|
229
|
-
yield setApiKeyToObject(
|
229
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
230
230
|
// authentication oauth2 required
|
231
231
|
// oauth required
|
232
232
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["activities:read", "activities:full"], configuration);
|
@@ -263,7 +263,7 @@ export const ActivitiesApiAxiosParamCreator = function (configuration) {
|
|
263
263
|
* Returns the details of a specific activity.
|
264
264
|
* @summary Get details of an activity
|
265
265
|
* @param {number} id The ID of the activity
|
266
|
-
|
266
|
+
* @deprecated
|
267
267
|
* @throws {RequiredError}
|
268
268
|
*/
|
269
269
|
getActivity: (id) => __awaiter(this, void 0, void 0, function* () {
|
@@ -281,7 +281,7 @@ export const ActivitiesApiAxiosParamCreator = function (configuration) {
|
|
281
281
|
const localVarHeaderParameter = {};
|
282
282
|
const localVarQueryParameter = {};
|
283
283
|
// authentication api_key required
|
284
|
-
yield setApiKeyToObject(
|
284
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
285
285
|
// authentication oauth2 required
|
286
286
|
// oauth required
|
287
287
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["activities:read", "activities:full"], configuration);
|
@@ -298,7 +298,7 @@ export const ActivitiesApiAxiosParamCreator = function (configuration) {
|
|
298
298
|
* @summary Update an activity
|
299
299
|
* @param {number} id The ID of the activity
|
300
300
|
* @param {UpdateActivityRequest} [UpdateActivityRequest]
|
301
|
-
|
301
|
+
* @deprecated
|
302
302
|
* @throws {RequiredError}
|
303
303
|
*/
|
304
304
|
updateActivity: (id, UpdateActivityRequest) => __awaiter(this, void 0, void 0, function* () {
|
@@ -316,7 +316,7 @@ export const ActivitiesApiAxiosParamCreator = function (configuration) {
|
|
316
316
|
const localVarHeaderParameter = {};
|
317
317
|
const localVarQueryParameter = {};
|
318
318
|
// authentication api_key required
|
319
|
-
yield setApiKeyToObject(
|
319
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
320
320
|
// authentication oauth2 required
|
321
321
|
// oauth required
|
322
322
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["activities:full"], configuration);
|
@@ -343,7 +343,7 @@ export const ActivitiesApiFp = function (configuration) {
|
|
343
343
|
* 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***
|
344
344
|
* @summary Add an activity
|
345
345
|
* @param {AddActivityRequest} [AddActivityRequest]
|
346
|
-
|
346
|
+
* @deprecated
|
347
347
|
* @throws {RequiredError}
|
348
348
|
*/
|
349
349
|
addActivity(AddActivityRequest) {
|
@@ -353,10 +353,10 @@ export const ActivitiesApiFp = function (configuration) {
|
|
353
353
|
});
|
354
354
|
},
|
355
355
|
/**
|
356
|
-
* Marks multiple activities as deleted. After 30 days, the activities will be permanently deleted.
|
356
|
+
* Marks multiple activities as deleted. After 30 days, the activities will be permanently deleted. <br>This endpoint has been deprecated. Please use <a href=\"https://developers.pipedrive.com/docs/api/v1/Activities#deleteActivity\" target=\"_blank\" rel=\"noopener noreferrer\">DELETE /api/v2/activities/{id}</a> instead.
|
357
357
|
* @summary Delete multiple activities in bulk
|
358
358
|
* @param {string} ids The comma-separated IDs of activities that will be deleted
|
359
|
-
|
359
|
+
* @deprecated
|
360
360
|
* @throws {RequiredError}
|
361
361
|
*/
|
362
362
|
deleteActivities(ids) {
|
@@ -369,7 +369,7 @@ export const ActivitiesApiFp = function (configuration) {
|
|
369
369
|
* Marks an activity as deleted. After 30 days, the activity will be permanently deleted.
|
370
370
|
* @summary Delete an activity
|
371
371
|
* @param {number} id The ID of the activity
|
372
|
-
|
372
|
+
* @deprecated
|
373
373
|
* @throws {RequiredError}
|
374
374
|
*/
|
375
375
|
deleteActivity(id) {
|
@@ -389,7 +389,7 @@ export const ActivitiesApiFp = function (configuration) {
|
|
389
389
|
* @param {string} [start_date] Use the activity due date where you wish to begin fetching activities from. Insert due date in YYYY-MM-DD format.
|
390
390
|
* @param {string} [end_date] Use the activity due date where you wish to stop fetching activities from. Insert due date in YYYY-MM-DD format.
|
391
391
|
* @param {0 | 1} [done] Whether the activity is done or not. 0 = Not done, 1 = Done. If omitted returns both done and not done activities.
|
392
|
-
|
392
|
+
* @deprecated
|
393
393
|
* @throws {RequiredError}
|
394
394
|
*/
|
395
395
|
getActivities(user_id, filter_id, type, limit, start, start_date, end_date, done) {
|
@@ -399,8 +399,8 @@ export const ActivitiesApiFp = function (configuration) {
|
|
399
399
|
});
|
400
400
|
},
|
401
401
|
/**
|
402
|
-
* Returns all activities.
|
403
|
-
* @summary Get all activities
|
402
|
+
* Returns all activities. Please note that only global admins (those with global permissions) can access this endpoint. Users with regular permissions will receive a 403 response. Read more about global permissions <a href=\"https://support.pipedrive.com/en/article/global-user-management\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>. <br>This endpoint has been deprecated. Please use <a href=\"https://developers.pipedrive.com/docs/api/v1/Activities#getActivities\" target=\"_blank\" rel=\"noopener noreferrer\">GET /api/v2/activities</a> instead.
|
403
|
+
* @summary Get all activities collection
|
404
404
|
* @param {string} [cursor] For pagination, the marker (an opaque string value) representing the first item on the next page
|
405
405
|
* @param {number} [limit] For pagination, the limit of entries to be returned. If not provided, 100 items will be returned. Please note that a maximum value of 500 is allowed.
|
406
406
|
* @param {string} [since] The time boundary that points to the start of the range of data. Datetime in ISO 8601 format. E.g. 2022-11-01 08:55:59. Operates on the `update_time` field.
|
@@ -408,7 +408,7 @@ export const ActivitiesApiFp = function (configuration) {
|
|
408
408
|
* @param {number} [user_id] The ID of the user whose activities will be fetched. If omitted, all activities are returned.
|
409
409
|
* @param {boolean} [done] Whether the activity is done or not. `false` = Not done, `true` = Done. If omitted, returns both done and not done activities.
|
410
410
|
* @param {string} [type] The type of the activity, can be one type or multiple types separated by a comma. This is in correlation with the `key_string` parameter of ActivityTypes.
|
411
|
-
|
411
|
+
* @deprecated
|
412
412
|
* @throws {RequiredError}
|
413
413
|
*/
|
414
414
|
getActivitiesCollection(cursor, limit, since, until, user_id, done, type) {
|
@@ -421,7 +421,7 @@ export const ActivitiesApiFp = function (configuration) {
|
|
421
421
|
* Returns the details of a specific activity.
|
422
422
|
* @summary Get details of an activity
|
423
423
|
* @param {number} id The ID of the activity
|
424
|
-
|
424
|
+
* @deprecated
|
425
425
|
* @throws {RequiredError}
|
426
426
|
*/
|
427
427
|
getActivity(id) {
|
@@ -435,7 +435,7 @@ export const ActivitiesApiFp = function (configuration) {
|
|
435
435
|
* @summary Update an activity
|
436
436
|
* @param {number} id The ID of the activity
|
437
437
|
* @param {UpdateActivityRequest} [UpdateActivityRequest]
|
438
|
-
|
438
|
+
* @deprecated
|
439
439
|
* @throws {RequiredError}
|
440
440
|
*/
|
441
441
|
updateActivity(id, UpdateActivityRequest) {
|
@@ -457,17 +457,17 @@ export const ActivitiesApiFactory = function (configuration, basePath, axios) {
|
|
457
457
|
* 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***
|
458
458
|
* @summary Add an activity
|
459
459
|
* @param {ActivitiesApiAddActivityRequest} requestParameters Request parameters.
|
460
|
-
|
460
|
+
* @deprecated
|
461
461
|
* @throws {RequiredError}
|
462
462
|
*/
|
463
463
|
addActivity(requestParameters = {}) {
|
464
464
|
return localVarFp.addActivity(requestParameters.AddActivityRequest).then((request) => request(axios, basePath));
|
465
465
|
},
|
466
466
|
/**
|
467
|
-
* Marks multiple activities as deleted. After 30 days, the activities will be permanently deleted.
|
467
|
+
* Marks multiple activities as deleted. After 30 days, the activities will be permanently deleted. <br>This endpoint has been deprecated. Please use <a href=\"https://developers.pipedrive.com/docs/api/v1/Activities#deleteActivity\" target=\"_blank\" rel=\"noopener noreferrer\">DELETE /api/v2/activities/{id}</a> instead.
|
468
468
|
* @summary Delete multiple activities in bulk
|
469
469
|
* @param {ActivitiesApiDeleteActivitiesRequest} requestParameters Request parameters.
|
470
|
-
|
470
|
+
* @deprecated
|
471
471
|
* @throws {RequiredError}
|
472
472
|
*/
|
473
473
|
deleteActivities(requestParameters) {
|
@@ -477,7 +477,7 @@ export const ActivitiesApiFactory = function (configuration, basePath, axios) {
|
|
477
477
|
* Marks an activity as deleted. After 30 days, the activity will be permanently deleted.
|
478
478
|
* @summary Delete an activity
|
479
479
|
* @param {ActivitiesApiDeleteActivityRequest} requestParameters Request parameters.
|
480
|
-
|
480
|
+
* @deprecated
|
481
481
|
* @throws {RequiredError}
|
482
482
|
*/
|
483
483
|
deleteActivity(requestParameters) {
|
@@ -487,17 +487,17 @@ export const ActivitiesApiFactory = function (configuration, basePath, axios) {
|
|
487
487
|
* Returns all activities assigned to a particular user.
|
488
488
|
* @summary Get all activities assigned to a particular user
|
489
489
|
* @param {ActivitiesApiGetActivitiesRequest} requestParameters Request parameters.
|
490
|
-
|
490
|
+
* @deprecated
|
491
491
|
* @throws {RequiredError}
|
492
492
|
*/
|
493
493
|
getActivities(requestParameters = {}) {
|
494
494
|
return localVarFp.getActivities(requestParameters.user_id, requestParameters.filter_id, requestParameters.type, requestParameters.limit, requestParameters.start, requestParameters.start_date, requestParameters.end_date, requestParameters.done).then((request) => request(axios, basePath));
|
495
495
|
},
|
496
496
|
/**
|
497
|
-
* Returns all activities.
|
498
|
-
* @summary Get all activities
|
497
|
+
* Returns all activities. Please note that only global admins (those with global permissions) can access this endpoint. Users with regular permissions will receive a 403 response. Read more about global permissions <a href=\"https://support.pipedrive.com/en/article/global-user-management\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>. <br>This endpoint has been deprecated. Please use <a href=\"https://developers.pipedrive.com/docs/api/v1/Activities#getActivities\" target=\"_blank\" rel=\"noopener noreferrer\">GET /api/v2/activities</a> instead.
|
498
|
+
* @summary Get all activities collection
|
499
499
|
* @param {ActivitiesApiGetActivitiesCollectionRequest} requestParameters Request parameters.
|
500
|
-
|
500
|
+
* @deprecated
|
501
501
|
* @throws {RequiredError}
|
502
502
|
*/
|
503
503
|
getActivitiesCollection(requestParameters = {}) {
|
@@ -507,7 +507,7 @@ export const ActivitiesApiFactory = function (configuration, basePath, axios) {
|
|
507
507
|
* Returns the details of a specific activity.
|
508
508
|
* @summary Get details of an activity
|
509
509
|
* @param {ActivitiesApiGetActivityRequest} requestParameters Request parameters.
|
510
|
-
|
510
|
+
* @deprecated
|
511
511
|
* @throws {RequiredError}
|
512
512
|
*/
|
513
513
|
getActivity(requestParameters) {
|
@@ -517,7 +517,7 @@ export const ActivitiesApiFactory = function (configuration, basePath, axios) {
|
|
517
517
|
* 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***
|
518
518
|
* @summary Update an activity
|
519
519
|
* @param {ActivitiesApiUpdateActivityRequest} requestParameters Request parameters.
|
520
|
-
|
520
|
+
* @deprecated
|
521
521
|
* @throws {RequiredError}
|
522
522
|
*/
|
523
523
|
updateActivity(requestParameters) {
|
@@ -536,7 +536,7 @@ export class ActivitiesApi extends BaseAPI {
|
|
536
536
|
* 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***
|
537
537
|
* @summary Add an activity
|
538
538
|
* @param {ActivitiesApiAddActivityRequest} requestParameters Request parameters.
|
539
|
-
|
539
|
+
* @deprecated
|
540
540
|
* @throws {RequiredError}
|
541
541
|
* @memberof ActivitiesApi
|
542
542
|
*/
|
@@ -544,10 +544,10 @@ export class ActivitiesApi extends BaseAPI {
|
|
544
544
|
return ActivitiesApiFp(this.configuration).addActivity(requestParameters.AddActivityRequest).then((request) => request(this.axios, this.basePath));
|
545
545
|
}
|
546
546
|
/**
|
547
|
-
* Marks multiple activities as deleted. After 30 days, the activities will be permanently deleted.
|
547
|
+
* Marks multiple activities as deleted. After 30 days, the activities will be permanently deleted. <br>This endpoint has been deprecated. Please use <a href=\"https://developers.pipedrive.com/docs/api/v1/Activities#deleteActivity\" target=\"_blank\" rel=\"noopener noreferrer\">DELETE /api/v2/activities/{id}</a> instead.
|
548
548
|
* @summary Delete multiple activities in bulk
|
549
549
|
* @param {ActivitiesApiDeleteActivitiesRequest} requestParameters Request parameters.
|
550
|
-
|
550
|
+
* @deprecated
|
551
551
|
* @throws {RequiredError}
|
552
552
|
* @memberof ActivitiesApi
|
553
553
|
*/
|
@@ -558,7 +558,7 @@ export class ActivitiesApi extends BaseAPI {
|
|
558
558
|
* Marks an activity as deleted. After 30 days, the activity will be permanently deleted.
|
559
559
|
* @summary Delete an activity
|
560
560
|
* @param {ActivitiesApiDeleteActivityRequest} requestParameters Request parameters.
|
561
|
-
|
561
|
+
* @deprecated
|
562
562
|
* @throws {RequiredError}
|
563
563
|
* @memberof ActivitiesApi
|
564
564
|
*/
|
@@ -569,7 +569,7 @@ export class ActivitiesApi extends BaseAPI {
|
|
569
569
|
* Returns all activities assigned to a particular user.
|
570
570
|
* @summary Get all activities assigned to a particular user
|
571
571
|
* @param {ActivitiesApiGetActivitiesRequest} requestParameters Request parameters.
|
572
|
-
|
572
|
+
* @deprecated
|
573
573
|
* @throws {RequiredError}
|
574
574
|
* @memberof ActivitiesApi
|
575
575
|
*/
|
@@ -577,10 +577,10 @@ export class ActivitiesApi extends BaseAPI {
|
|
577
577
|
return ActivitiesApiFp(this.configuration).getActivities(requestParameters.user_id, requestParameters.filter_id, requestParameters.type, requestParameters.limit, requestParameters.start, requestParameters.start_date, requestParameters.end_date, requestParameters.done).then((request) => request(this.axios, this.basePath));
|
578
578
|
}
|
579
579
|
/**
|
580
|
-
* Returns all activities.
|
581
|
-
* @summary Get all activities
|
580
|
+
* Returns all activities. Please note that only global admins (those with global permissions) can access this endpoint. Users with regular permissions will receive a 403 response. Read more about global permissions <a href=\"https://support.pipedrive.com/en/article/global-user-management\" target=\"_blank\" rel=\"noopener noreferrer\">here</a>. <br>This endpoint has been deprecated. Please use <a href=\"https://developers.pipedrive.com/docs/api/v1/Activities#getActivities\" target=\"_blank\" rel=\"noopener noreferrer\">GET /api/v2/activities</a> instead.
|
581
|
+
* @summary Get all activities collection
|
582
582
|
* @param {ActivitiesApiGetActivitiesCollectionRequest} requestParameters Request parameters.
|
583
|
-
|
583
|
+
* @deprecated
|
584
584
|
* @throws {RequiredError}
|
585
585
|
* @memberof ActivitiesApi
|
586
586
|
*/
|
@@ -591,7 +591,7 @@ export class ActivitiesApi extends BaseAPI {
|
|
591
591
|
* Returns the details of a specific activity.
|
592
592
|
* @summary Get details of an activity
|
593
593
|
* @param {ActivitiesApiGetActivityRequest} requestParameters Request parameters.
|
594
|
-
|
594
|
+
* @deprecated
|
595
595
|
* @throws {RequiredError}
|
596
596
|
* @memberof ActivitiesApi
|
597
597
|
*/
|
@@ -602,7 +602,7 @@ export class ActivitiesApi extends BaseAPI {
|
|
602
602
|
* 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***
|
603
603
|
* @summary Update an activity
|
604
604
|
* @param {ActivitiesApiUpdateActivityRequest} requestParameters Request parameters.
|
605
|
-
|
605
|
+
* @deprecated
|
606
606
|
* @throws {RequiredError}
|
607
607
|
* @memberof ActivitiesApi
|
608
608
|
*/
|
@@ -50,7 +50,7 @@ export const ActivityFieldsApiAxiosParamCreator = function (configuration) {
|
|
50
50
|
const localVarHeaderParameter = {};
|
51
51
|
const localVarQueryParameter = {};
|
52
52
|
// authentication api_key required
|
53
|
-
yield setApiKeyToObject(
|
53
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
54
54
|
// authentication oauth2 required
|
55
55
|
// oauth required
|
56
56
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["activities:read", "activities:full"], configuration);
|
@@ -51,7 +51,7 @@ export const ActivityTypesApiAxiosParamCreator = function (configuration) {
|
|
51
51
|
const localVarHeaderParameter = {};
|
52
52
|
const localVarQueryParameter = {};
|
53
53
|
// authentication api_key required
|
54
|
-
yield setApiKeyToObject(
|
54
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
55
55
|
// authentication oauth2 required
|
56
56
|
// oauth required
|
57
57
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
@@ -87,7 +87,7 @@ export const ActivityTypesApiAxiosParamCreator = function (configuration) {
|
|
87
87
|
const localVarHeaderParameter = {};
|
88
88
|
const localVarQueryParameter = {};
|
89
89
|
// authentication api_key required
|
90
|
-
yield setApiKeyToObject(
|
90
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
91
91
|
// authentication oauth2 required
|
92
92
|
// oauth required
|
93
93
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
@@ -120,7 +120,7 @@ export const ActivityTypesApiAxiosParamCreator = function (configuration) {
|
|
120
120
|
const localVarHeaderParameter = {};
|
121
121
|
const localVarQueryParameter = {};
|
122
122
|
// authentication api_key required
|
123
|
-
yield setApiKeyToObject(
|
123
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
124
124
|
// authentication oauth2 required
|
125
125
|
// oauth required
|
126
126
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
@@ -153,7 +153,7 @@ export const ActivityTypesApiAxiosParamCreator = function (configuration) {
|
|
153
153
|
const localVarHeaderParameter = {};
|
154
154
|
const localVarQueryParameter = {};
|
155
155
|
// authentication api_key required
|
156
|
-
yield setApiKeyToObject(
|
156
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
157
157
|
// authentication oauth2 required
|
158
158
|
// oauth required
|
159
159
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["activities:read", "activities:full", "admin"], configuration);
|
@@ -188,7 +188,7 @@ export const ActivityTypesApiAxiosParamCreator = function (configuration) {
|
|
188
188
|
const localVarHeaderParameter = {};
|
189
189
|
const localVarQueryParameter = {};
|
190
190
|
// authentication api_key required
|
191
|
-
yield setApiKeyToObject(
|
191
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
192
192
|
// authentication oauth2 required
|
193
193
|
// oauth required
|
194
194
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
@@ -50,7 +50,7 @@ export const BillingApiAxiosParamCreator = function (configuration) {
|
|
50
50
|
const localVarHeaderParameter = {};
|
51
51
|
const localVarQueryParameter = {};
|
52
52
|
// authentication api_key required
|
53
|
-
yield setApiKeyToObject(
|
53
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
54
54
|
// authentication oauth2 required
|
55
55
|
// oauth required
|
56
56
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["users:read"], configuration);
|
@@ -51,7 +51,7 @@ export const CallLogsApiAxiosParamCreator = function (configuration) {
|
|
51
51
|
const localVarHeaderParameter = {};
|
52
52
|
const localVarQueryParameter = {};
|
53
53
|
// authentication api_key required
|
54
|
-
yield setApiKeyToObject(
|
54
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
55
55
|
// authentication oauth2 required
|
56
56
|
// oauth required
|
57
57
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["phone-integration"], configuration);
|
@@ -91,7 +91,7 @@ export const CallLogsApiAxiosParamCreator = function (configuration) {
|
|
91
91
|
const localVarQueryParameter = {};
|
92
92
|
const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
|
93
93
|
// authentication api_key required
|
94
|
-
yield setApiKeyToObject(
|
94
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
95
95
|
// authentication oauth2 required
|
96
96
|
// oauth required
|
97
97
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["phone-integration"], configuration);
|
@@ -130,7 +130,7 @@ export const CallLogsApiAxiosParamCreator = function (configuration) {
|
|
130
130
|
const localVarHeaderParameter = {};
|
131
131
|
const localVarQueryParameter = {};
|
132
132
|
// authentication api_key required
|
133
|
-
yield setApiKeyToObject(
|
133
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
134
134
|
// authentication oauth2 required
|
135
135
|
// oauth required
|
136
136
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["phone-integration"], configuration);
|
@@ -164,7 +164,7 @@ export const CallLogsApiAxiosParamCreator = function (configuration) {
|
|
164
164
|
const localVarHeaderParameter = {};
|
165
165
|
const localVarQueryParameter = {};
|
166
166
|
// authentication api_key required
|
167
|
-
yield setApiKeyToObject(
|
167
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
168
168
|
// authentication oauth2 required
|
169
169
|
// oauth required
|
170
170
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["phone-integration"], configuration);
|
@@ -196,7 +196,7 @@ export const CallLogsApiAxiosParamCreator = function (configuration) {
|
|
196
196
|
const localVarHeaderParameter = {};
|
197
197
|
const localVarQueryParameter = {};
|
198
198
|
// authentication api_key required
|
199
|
-
yield setApiKeyToObject(
|
199
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
200
200
|
// authentication oauth2 required
|
201
201
|
// oauth required
|
202
202
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["phone-integration"], configuration);
|
@@ -51,7 +51,7 @@ export const ChannelsApiAxiosParamCreator = function (configuration) {
|
|
51
51
|
const localVarHeaderParameter = {};
|
52
52
|
const localVarQueryParameter = {};
|
53
53
|
// authentication api_key required
|
54
|
-
yield setApiKeyToObject(
|
54
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
55
55
|
// authentication oauth2 required
|
56
56
|
// oauth required
|
57
57
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["messengers-integration"], configuration);
|
@@ -87,7 +87,7 @@ export const ChannelsApiAxiosParamCreator = function (configuration) {
|
|
87
87
|
const localVarHeaderParameter = {};
|
88
88
|
const localVarQueryParameter = {};
|
89
89
|
// authentication api_key required
|
90
|
-
yield setApiKeyToObject(
|
90
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
91
91
|
// authentication oauth2 required
|
92
92
|
// oauth required
|
93
93
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["messengers-integration"], configuration);
|
@@ -125,7 +125,7 @@ export const ChannelsApiAxiosParamCreator = function (configuration) {
|
|
125
125
|
const localVarHeaderParameter = {};
|
126
126
|
const localVarQueryParameter = {};
|
127
127
|
// authentication api_key required
|
128
|
-
yield setApiKeyToObject(
|
128
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
129
129
|
// authentication oauth2 required
|
130
130
|
// oauth required
|
131
131
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["messengers-integration"], configuration);
|
@@ -156,7 +156,7 @@ export const ChannelsApiAxiosParamCreator = function (configuration) {
|
|
156
156
|
const localVarHeaderParameter = {};
|
157
157
|
const localVarQueryParameter = {};
|
158
158
|
// authentication api_key required
|
159
|
-
yield setApiKeyToObject(
|
159
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
160
160
|
// authentication oauth2 required
|
161
161
|
// oauth required
|
162
162
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["messengers-integration"], configuration);
|
@@ -51,7 +51,7 @@ export const CurrenciesApiAxiosParamCreator = function (configuration) {
|
|
51
51
|
const localVarHeaderParameter = {};
|
52
52
|
const localVarQueryParameter = {};
|
53
53
|
// authentication api_key required
|
54
|
-
yield setApiKeyToObject(
|
54
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
55
55
|
// authentication oauth2 required
|
56
56
|
// oauth required
|
57
57
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["base"], configuration);
|
@@ -51,7 +51,7 @@ export const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
51
51
|
const localVarHeaderParameter = {};
|
52
52
|
const localVarQueryParameter = {};
|
53
53
|
// authentication api_key required
|
54
|
-
yield setApiKeyToObject(
|
54
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
55
55
|
// authentication oauth2 required
|
56
56
|
// oauth required
|
57
57
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
@@ -87,7 +87,7 @@ export const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
87
87
|
const localVarHeaderParameter = {};
|
88
88
|
const localVarQueryParameter = {};
|
89
89
|
// authentication api_key required
|
90
|
-
yield setApiKeyToObject(
|
90
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
91
91
|
// authentication oauth2 required
|
92
92
|
// oauth required
|
93
93
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
@@ -120,7 +120,7 @@ export const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
120
120
|
const localVarHeaderParameter = {};
|
121
121
|
const localVarQueryParameter = {};
|
122
122
|
// authentication api_key required
|
123
|
-
yield setApiKeyToObject(
|
123
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
124
124
|
// authentication oauth2 required
|
125
125
|
// oauth required
|
126
126
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
@@ -157,7 +157,7 @@ export const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
157
157
|
const localVarHeaderParameter = {};
|
158
158
|
const localVarQueryParameter = {};
|
159
159
|
// authentication api_key required
|
160
|
-
yield setApiKeyToObject(
|
160
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
161
161
|
// authentication oauth2 required
|
162
162
|
// oauth required
|
163
163
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "admin"], configuration);
|
@@ -189,7 +189,7 @@ export const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
189
189
|
const localVarHeaderParameter = {};
|
190
190
|
const localVarQueryParameter = {};
|
191
191
|
// authentication api_key required
|
192
|
-
yield setApiKeyToObject(
|
192
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
193
193
|
// authentication oauth2 required
|
194
194
|
// oauth required
|
195
195
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "admin"], configuration);
|
@@ -230,7 +230,7 @@ export const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
230
230
|
const localVarHeaderParameter = {};
|
231
231
|
const localVarQueryParameter = {};
|
232
232
|
// authentication api_key required
|
233
|
-
yield setApiKeyToObject(
|
233
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
234
234
|
// authentication oauth2 required
|
235
235
|
// oauth required
|
236
236
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|