pipedrive 26.0.0 → 27.0.1
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.js +7 -7
- 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.js +33 -33
- 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.js +2 -2
- 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.js +8 -8
- 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.js +10 -10
- 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.js +20 -20
- 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.js +22 -22
- package/dist/esm/versions/v1/api/pipelines-api.js +8 -8
- package/dist/esm/versions/v1/api/product-fields-api.js +6 -6
- package/dist/esm/versions/v1/api/products-api.js +12 -12
- 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.js +7 -7
- 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/models/base-deal.d.ts +5 -0
- package/dist/esm/versions/v1/models/new-deal-parameters.d.ts +10 -0
- package/dist/esm/versions/v1/models/update-deal-parameters.d.ts +5 -0
- package/dist/esm/versions/v2/api/activities-api.js +5 -5
- package/dist/esm/versions/v2/api/beta-api.js +8 -8
- package/dist/esm/versions/v2/api/deals-api.js +26 -26
- package/dist/esm/versions/v2/api/item-search-api.js +2 -2
- package/dist/esm/versions/v2/api/leads-api.js +3 -3
- package/dist/esm/versions/v2/api/organizations-api.js +10 -10
- package/dist/esm/versions/v2/api/persons-api.js +10 -10
- package/dist/esm/versions/v2/api/pipelines-api.js +5 -5
- package/dist/esm/versions/v2/api/products-api.js +14 -14
- 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/models/add-deal-request.d.ts +10 -0
- package/dist/esm/versions/v2/models/deal-item.d.ts +4 -4
- package/dist/esm/versions/v2/models/deal-item1.d.ts +4 -4
- package/dist/esm/versions/v2/models/update-deal-request.d.ts +10 -0
- package/dist/versions/v1/api/activities-api.js +7 -7
- 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.js +33 -33
- 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.js +2 -2
- 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.js +8 -8
- 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.js +10 -10
- 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.js +20 -20
- 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.js +22 -22
- package/dist/versions/v1/api/pipelines-api.js +8 -8
- package/dist/versions/v1/api/product-fields-api.js +6 -6
- package/dist/versions/v1/api/products-api.js +12 -12
- 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.js +7 -7
- 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/models/base-deal.d.ts +5 -0
- package/dist/versions/v1/models/new-deal-parameters.d.ts +10 -0
- package/dist/versions/v1/models/update-deal-parameters.d.ts +5 -0
- package/dist/versions/v2/api/activities-api.js +5 -5
- package/dist/versions/v2/api/beta-api.js +8 -8
- package/dist/versions/v2/api/deals-api.js +26 -26
- package/dist/versions/v2/api/item-search-api.js +2 -2
- package/dist/versions/v2/api/leads-api.js +3 -3
- package/dist/versions/v2/api/organizations-api.js +10 -10
- package/dist/versions/v2/api/persons-api.js +10 -10
- package/dist/versions/v2/api/pipelines-api.js +5 -5
- package/dist/versions/v2/api/products-api.js +14 -14
- package/dist/versions/v2/api/stages-api.js +5 -5
- package/dist/versions/v2/api/users-api.js +1 -1
- package/dist/versions/v2/models/add-deal-request.d.ts +10 -0
- package/dist/versions/v2/models/deal-item.d.ts +4 -4
- package/dist/versions/v2/models/deal-item1.d.ts +4 -4
- package/dist/versions/v2/models/update-deal-request.d.ts +10 -0
- package/package.json +1 -1
@@ -57,7 +57,7 @@ const UsersApiAxiosParamCreator = function (configuration) {
|
|
57
57
|
const localVarHeaderParameter = {};
|
58
58
|
const localVarQueryParameter = {};
|
59
59
|
// authentication api_key required
|
60
|
-
yield (0, common_1.setApiKeyToObject)(
|
60
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
61
61
|
// authentication oauth2 required
|
62
62
|
// oauth required
|
63
63
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
@@ -93,7 +93,7 @@ const UsersApiAxiosParamCreator = function (configuration) {
|
|
93
93
|
const localVarHeaderParameter = {};
|
94
94
|
const localVarQueryParameter = {};
|
95
95
|
// authentication api_key required
|
96
|
-
yield (0, common_1.setApiKeyToObject)(
|
96
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
97
97
|
// authentication oauth2 required
|
98
98
|
// oauth required
|
99
99
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["users:read"], configuration);
|
@@ -129,7 +129,7 @@ const UsersApiAxiosParamCreator = function (configuration) {
|
|
129
129
|
const localVarHeaderParameter = {};
|
130
130
|
const localVarQueryParameter = {};
|
131
131
|
// authentication api_key required
|
132
|
-
yield (0, common_1.setApiKeyToObject)(
|
132
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
133
133
|
// authentication oauth2 required
|
134
134
|
// oauth required
|
135
135
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["base"], configuration);
|
@@ -163,7 +163,7 @@ const UsersApiAxiosParamCreator = function (configuration) {
|
|
163
163
|
const localVarHeaderParameter = {};
|
164
164
|
const localVarQueryParameter = {};
|
165
165
|
// authentication api_key required
|
166
|
-
yield (0, common_1.setApiKeyToObject)(
|
166
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
167
167
|
// authentication oauth2 required
|
168
168
|
// oauth required
|
169
169
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["users:read"], configuration);
|
@@ -197,7 +197,7 @@ const UsersApiAxiosParamCreator = function (configuration) {
|
|
197
197
|
const localVarHeaderParameter = {};
|
198
198
|
const localVarQueryParameter = {};
|
199
199
|
// authentication api_key required
|
200
|
-
yield (0, common_1.setApiKeyToObject)(
|
200
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
201
201
|
// authentication oauth2 required
|
202
202
|
// oauth required
|
203
203
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["users:read"], configuration);
|
@@ -231,7 +231,7 @@ const UsersApiAxiosParamCreator = function (configuration) {
|
|
231
231
|
const localVarHeaderParameter = {};
|
232
232
|
const localVarQueryParameter = {};
|
233
233
|
// authentication api_key required
|
234
|
-
yield (0, common_1.setApiKeyToObject)(
|
234
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
235
235
|
// authentication oauth2 required
|
236
236
|
// oauth required
|
237
237
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["users:read"], configuration);
|
@@ -267,7 +267,7 @@ const UsersApiAxiosParamCreator = function (configuration) {
|
|
267
267
|
const localVarHeaderParameter = {};
|
268
268
|
const localVarQueryParameter = {};
|
269
269
|
// authentication api_key required
|
270
|
-
yield (0, common_1.setApiKeyToObject)(
|
270
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
271
271
|
// authentication oauth2 required
|
272
272
|
// oauth required
|
273
273
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["users:read"], configuration);
|
@@ -307,7 +307,7 @@ const UsersApiAxiosParamCreator = function (configuration) {
|
|
307
307
|
const localVarHeaderParameter = {};
|
308
308
|
const localVarQueryParameter = {};
|
309
309
|
// authentication api_key required
|
310
|
-
yield (0, common_1.setApiKeyToObject)(
|
310
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
311
311
|
// authentication oauth2 required
|
312
312
|
// oauth required
|
313
313
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["users:read"], configuration);
|
@@ -337,7 +337,7 @@ const UsersApiAxiosParamCreator = function (configuration) {
|
|
337
337
|
const localVarHeaderParameter = {};
|
338
338
|
const localVarQueryParameter = {};
|
339
339
|
// authentication api_key required
|
340
|
-
yield (0, common_1.setApiKeyToObject)(
|
340
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
341
341
|
// authentication oauth2 required
|
342
342
|
// oauth required
|
343
343
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["users:read"], configuration);
|
@@ -372,7 +372,7 @@ const UsersApiAxiosParamCreator = function (configuration) {
|
|
372
372
|
const localVarHeaderParameter = {};
|
373
373
|
const localVarQueryParameter = {};
|
374
374
|
// authentication api_key required
|
375
|
-
yield (0, common_1.setApiKeyToObject)(
|
375
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
376
376
|
// authentication oauth2 required
|
377
377
|
// oauth required
|
378
378
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
@@ -57,7 +57,7 @@ const WebhooksApiAxiosParamCreator = function (configuration) {
|
|
57
57
|
const localVarHeaderParameter = {};
|
58
58
|
const localVarQueryParameter = {};
|
59
59
|
// authentication api_key required
|
60
|
-
yield (0, common_1.setApiKeyToObject)(
|
60
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
61
61
|
// authentication oauth2 required
|
62
62
|
// oauth required
|
63
63
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
@@ -93,7 +93,7 @@ const WebhooksApiAxiosParamCreator = function (configuration) {
|
|
93
93
|
const localVarHeaderParameter = {};
|
94
94
|
const localVarQueryParameter = {};
|
95
95
|
// authentication api_key required
|
96
|
-
yield (0, common_1.setApiKeyToObject)(
|
96
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
97
97
|
// authentication oauth2 required
|
98
98
|
// oauth required
|
99
99
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
@@ -123,7 +123,7 @@ const WebhooksApiAxiosParamCreator = function (configuration) {
|
|
123
123
|
const localVarHeaderParameter = {};
|
124
124
|
const localVarQueryParameter = {};
|
125
125
|
// authentication api_key required
|
126
|
-
yield (0, common_1.setApiKeyToObject)(
|
126
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
127
127
|
// authentication oauth2 required
|
128
128
|
// oauth required
|
129
129
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
@@ -56,6 +56,16 @@ export interface NewDealParameters {
|
|
56
56
|
*/
|
57
57
|
'stage_id'?: number;
|
58
58
|
/**
|
59
|
+
* Whether the deal is archived or not. If omitted, is_archived will be set to false.
|
60
|
+
* @type {boolean}
|
61
|
+
*/
|
62
|
+
'is_archived'?: boolean;
|
63
|
+
/**
|
64
|
+
* The optional date and time of archiving the deal in UTC. Format: YYYY-MM-DD HH:MM:SS. If omitted and `is_archived` is true, it will be set to the current date and time.
|
65
|
+
* @type {string}
|
66
|
+
*/
|
67
|
+
'archive_time'?: string;
|
68
|
+
/**
|
59
69
|
* open = Open, won = Won, lost = Lost, deleted = Deleted. If omitted, status will be set to open.
|
60
70
|
* @type {string}
|
61
71
|
*/
|
@@ -56,6 +56,11 @@ export interface UpdateDealParameters {
|
|
56
56
|
*/
|
57
57
|
'stage_id'?: number;
|
58
58
|
/**
|
59
|
+
* Whether the deal is archived or not
|
60
|
+
* @type {boolean}
|
61
|
+
*/
|
62
|
+
'is_archived'?: boolean;
|
63
|
+
/**
|
59
64
|
* open = Open, won = Won, lost = Lost, deleted = Deleted.
|
60
65
|
* @type {string}
|
61
66
|
*/
|
@@ -57,7 +57,7 @@ const ActivitiesApiAxiosParamCreator = function (configuration) {
|
|
57
57
|
const localVarHeaderParameter = {};
|
58
58
|
const localVarQueryParameter = {};
|
59
59
|
// authentication api_key required
|
60
|
-
yield (0, common_1.setApiKeyToObject)(
|
60
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
61
61
|
// authentication oauth2 required
|
62
62
|
// oauth required
|
63
63
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["activities:full"], configuration);
|
@@ -93,7 +93,7 @@ const ActivitiesApiAxiosParamCreator = function (configuration) {
|
|
93
93
|
const localVarHeaderParameter = {};
|
94
94
|
const localVarQueryParameter = {};
|
95
95
|
// authentication api_key required
|
96
|
-
yield (0, common_1.setApiKeyToObject)(
|
96
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
97
97
|
// authentication oauth2 required
|
98
98
|
// oauth required
|
99
99
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["activities:full"], configuration);
|
@@ -138,7 +138,7 @@ const ActivitiesApiAxiosParamCreator = function (configuration) {
|
|
138
138
|
const localVarHeaderParameter = {};
|
139
139
|
const localVarQueryParameter = {};
|
140
140
|
// authentication api_key required
|
141
|
-
yield (0, common_1.setApiKeyToObject)(
|
141
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
142
142
|
// authentication oauth2 required
|
143
143
|
// oauth required
|
144
144
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["activities:read", "activities:full"], configuration);
|
@@ -218,7 +218,7 @@ const ActivitiesApiAxiosParamCreator = function (configuration) {
|
|
218
218
|
const localVarHeaderParameter = {};
|
219
219
|
const localVarQueryParameter = {};
|
220
220
|
// authentication api_key required
|
221
|
-
yield (0, common_1.setApiKeyToObject)(
|
221
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
222
222
|
// authentication oauth2 required
|
223
223
|
// oauth required
|
224
224
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["activities:read", "activities:full"], configuration);
|
@@ -256,7 +256,7 @@ const ActivitiesApiAxiosParamCreator = function (configuration) {
|
|
256
256
|
const localVarHeaderParameter = {};
|
257
257
|
const localVarQueryParameter = {};
|
258
258
|
// authentication api_key required
|
259
|
-
yield (0, common_1.setApiKeyToObject)(
|
259
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
260
260
|
// authentication oauth2 required
|
261
261
|
// oauth required
|
262
262
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["activities:full"], configuration);
|
@@ -60,7 +60,7 @@ const BetaApiAxiosParamCreator = function (configuration) {
|
|
60
60
|
const localVarHeaderParameter = {};
|
61
61
|
const localVarQueryParameter = {};
|
62
62
|
// authentication api_key required
|
63
|
-
yield (0, common_1.setApiKeyToObject)(
|
63
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
64
64
|
// authentication oauth2 required
|
65
65
|
// oauth required
|
66
66
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:full", "leads:full"], configuration);
|
@@ -95,7 +95,7 @@ const BetaApiAxiosParamCreator = function (configuration) {
|
|
95
95
|
const localVarHeaderParameter = {};
|
96
96
|
const localVarQueryParameter = {};
|
97
97
|
// authentication api_key required
|
98
|
-
yield (0, common_1.setApiKeyToObject)(
|
98
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
99
99
|
// authentication oauth2 required
|
100
100
|
// oauth required
|
101
101
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:full", "leads:full"], configuration);
|
@@ -135,7 +135,7 @@ const BetaApiAxiosParamCreator = function (configuration) {
|
|
135
135
|
const localVarHeaderParameter = {};
|
136
136
|
const localVarQueryParameter = {};
|
137
137
|
// authentication api_key required
|
138
|
-
yield (0, common_1.setApiKeyToObject)(
|
138
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
139
139
|
// authentication oauth2 required
|
140
140
|
// oauth required
|
141
141
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full"], configuration);
|
@@ -173,7 +173,7 @@ const BetaApiAxiosParamCreator = function (configuration) {
|
|
173
173
|
const localVarHeaderParameter = {};
|
174
174
|
const localVarQueryParameter = {};
|
175
175
|
// authentication api_key required
|
176
|
-
yield (0, common_1.setApiKeyToObject)(
|
176
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
177
177
|
// authentication oauth2 required
|
178
178
|
// oauth required
|
179
179
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read"], configuration);
|
@@ -210,7 +210,7 @@ const BetaApiAxiosParamCreator = function (configuration) {
|
|
210
210
|
const localVarHeaderParameter = {};
|
211
211
|
const localVarQueryParameter = {};
|
212
212
|
// authentication api_key required
|
213
|
-
yield (0, common_1.setApiKeyToObject)(
|
213
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
214
214
|
// authentication oauth2 required
|
215
215
|
// oauth required
|
216
216
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full"], configuration);
|
@@ -263,7 +263,7 @@ const BetaApiAxiosParamCreator = function (configuration) {
|
|
263
263
|
const localVarHeaderParameter = {};
|
264
264
|
const localVarQueryParameter = {};
|
265
265
|
// authentication api_key required
|
266
|
-
yield (0, common_1.setApiKeyToObject)(
|
266
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
267
267
|
// authentication oauth2 required
|
268
268
|
// oauth required
|
269
269
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["leads:read"], configuration);
|
@@ -298,7 +298,7 @@ const BetaApiAxiosParamCreator = function (configuration) {
|
|
298
298
|
const localVarHeaderParameter = {};
|
299
299
|
const localVarQueryParameter = {};
|
300
300
|
// authentication api_key required
|
301
|
-
yield (0, common_1.setApiKeyToObject)(
|
301
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
302
302
|
// authentication oauth2 required
|
303
303
|
// oauth required
|
304
304
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full"], configuration);
|
@@ -339,7 +339,7 @@ const BetaApiAxiosParamCreator = function (configuration) {
|
|
339
339
|
const localVarHeaderParameter = {};
|
340
340
|
const localVarQueryParameter = {};
|
341
341
|
// authentication api_key required
|
342
|
-
yield (0, common_1.setApiKeyToObject)(
|
342
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
343
343
|
// authentication oauth2 required
|
344
344
|
// oauth required
|
345
345
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full"], configuration);
|
@@ -57,7 +57,7 @@ const DealsApiAxiosParamCreator = function (configuration) {
|
|
57
57
|
const localVarHeaderParameter = {};
|
58
58
|
const localVarQueryParameter = {};
|
59
59
|
// authentication api_key required
|
60
|
-
yield (0, common_1.setApiKeyToObject)(
|
60
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
61
61
|
// authentication oauth2 required
|
62
62
|
// oauth required
|
63
63
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:full"], configuration);
|
@@ -94,7 +94,7 @@ const DealsApiAxiosParamCreator = function (configuration) {
|
|
94
94
|
const localVarHeaderParameter = {};
|
95
95
|
const localVarQueryParameter = {};
|
96
96
|
// authentication api_key required
|
97
|
-
yield (0, common_1.setApiKeyToObject)(
|
97
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
98
98
|
// authentication oauth2 required
|
99
99
|
// oauth required
|
100
100
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:full"], configuration);
|
@@ -131,7 +131,7 @@ const DealsApiAxiosParamCreator = function (configuration) {
|
|
131
131
|
const localVarHeaderParameter = {};
|
132
132
|
const localVarQueryParameter = {};
|
133
133
|
// authentication api_key required
|
134
|
-
yield (0, common_1.setApiKeyToObject)(
|
134
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
135
135
|
// authentication oauth2 required
|
136
136
|
// oauth required
|
137
137
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:full", "deals:full"], configuration);
|
@@ -167,7 +167,7 @@ const DealsApiAxiosParamCreator = function (configuration) {
|
|
167
167
|
const localVarHeaderParameter = {};
|
168
168
|
const localVarQueryParameter = {};
|
169
169
|
// authentication api_key required
|
170
|
-
yield (0, common_1.setApiKeyToObject)(
|
170
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
171
171
|
// authentication oauth2 required
|
172
172
|
// oauth required
|
173
173
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:full", "leads:full"], configuration);
|
@@ -205,7 +205,7 @@ const DealsApiAxiosParamCreator = function (configuration) {
|
|
205
205
|
const localVarHeaderParameter = {};
|
206
206
|
const localVarQueryParameter = {};
|
207
207
|
// authentication api_key required
|
208
|
-
yield (0, common_1.setApiKeyToObject)(
|
208
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
209
209
|
// authentication oauth2 required
|
210
210
|
// oauth required
|
211
211
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full"], configuration);
|
@@ -239,7 +239,7 @@ const DealsApiAxiosParamCreator = function (configuration) {
|
|
239
239
|
const localVarHeaderParameter = {};
|
240
240
|
const localVarQueryParameter = {};
|
241
241
|
// authentication api_key required
|
242
|
-
yield (0, common_1.setApiKeyToObject)(
|
242
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
243
243
|
// authentication oauth2 required
|
244
244
|
// oauth required
|
245
245
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:full"], configuration);
|
@@ -277,7 +277,7 @@ const DealsApiAxiosParamCreator = function (configuration) {
|
|
277
277
|
const localVarHeaderParameter = {};
|
278
278
|
const localVarQueryParameter = {};
|
279
279
|
// authentication api_key required
|
280
|
-
yield (0, common_1.setApiKeyToObject)(
|
280
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
281
281
|
// authentication oauth2 required
|
282
282
|
// oauth required
|
283
283
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:full"], configuration);
|
@@ -315,7 +315,7 @@ const DealsApiAxiosParamCreator = function (configuration) {
|
|
315
315
|
const localVarHeaderParameter = {};
|
316
316
|
const localVarQueryParameter = {};
|
317
317
|
// authentication api_key required
|
318
|
-
yield (0, common_1.setApiKeyToObject)(
|
318
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
319
319
|
// authentication oauth2 required
|
320
320
|
// oauth required
|
321
321
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:full", "products:full"], configuration);
|
@@ -353,7 +353,7 @@ const DealsApiAxiosParamCreator = function (configuration) {
|
|
353
353
|
const localVarHeaderParameter = {};
|
354
354
|
const localVarQueryParameter = {};
|
355
355
|
// authentication api_key required
|
356
|
-
yield (0, common_1.setApiKeyToObject)(
|
356
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
357
357
|
// authentication oauth2 required
|
358
358
|
// oauth required
|
359
359
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full"], configuration);
|
@@ -387,7 +387,7 @@ const DealsApiAxiosParamCreator = function (configuration) {
|
|
387
387
|
const localVarHeaderParameter = {};
|
388
388
|
const localVarQueryParameter = {};
|
389
389
|
// authentication api_key required
|
390
|
-
yield (0, common_1.setApiKeyToObject)(
|
390
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
391
391
|
// authentication oauth2 required
|
392
392
|
// oauth required
|
393
393
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full"], configuration);
|
@@ -433,7 +433,7 @@ const DealsApiAxiosParamCreator = function (configuration) {
|
|
433
433
|
const localVarHeaderParameter = {};
|
434
434
|
const localVarQueryParameter = {};
|
435
435
|
// authentication api_key required
|
436
|
-
yield (0, common_1.setApiKeyToObject)(
|
436
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
437
437
|
// authentication oauth2 required
|
438
438
|
// oauth required
|
439
439
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full"], configuration);
|
@@ -517,7 +517,7 @@ const DealsApiAxiosParamCreator = function (configuration) {
|
|
517
517
|
const localVarHeaderParameter = {};
|
518
518
|
const localVarQueryParameter = {};
|
519
519
|
// authentication api_key required
|
520
|
-
yield (0, common_1.setApiKeyToObject)(
|
520
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
521
521
|
// authentication oauth2 required
|
522
522
|
// oauth required
|
523
523
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full"], configuration);
|
@@ -561,7 +561,7 @@ const DealsApiAxiosParamCreator = function (configuration) {
|
|
561
561
|
const localVarHeaderParameter = {};
|
562
562
|
const localVarQueryParameter = {};
|
563
563
|
// authentication api_key required
|
564
|
-
yield (0, common_1.setApiKeyToObject)(
|
564
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
565
565
|
// authentication oauth2 required
|
566
566
|
// oauth required
|
567
567
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read"], configuration);
|
@@ -597,7 +597,7 @@ const DealsApiAxiosParamCreator = function (configuration) {
|
|
597
597
|
const localVarHeaderParameter = {};
|
598
598
|
const localVarQueryParameter = {};
|
599
599
|
// authentication api_key required
|
600
|
-
yield (0, common_1.setApiKeyToObject)(
|
600
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
601
601
|
// authentication oauth2 required
|
602
602
|
// oauth required
|
603
603
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full"], configuration);
|
@@ -639,7 +639,7 @@ const DealsApiAxiosParamCreator = function (configuration) {
|
|
639
639
|
const localVarHeaderParameter = {};
|
640
640
|
const localVarQueryParameter = {};
|
641
641
|
// authentication api_key required
|
642
|
-
yield (0, common_1.setApiKeyToObject)(
|
642
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
643
643
|
// authentication oauth2 required
|
644
644
|
// oauth required
|
645
645
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full"], configuration);
|
@@ -683,7 +683,7 @@ const DealsApiAxiosParamCreator = function (configuration) {
|
|
683
683
|
const localVarHeaderParameter = {};
|
684
684
|
const localVarQueryParameter = {};
|
685
685
|
// authentication api_key required
|
686
|
-
yield (0, common_1.setApiKeyToObject)(
|
686
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
687
687
|
// authentication oauth2 required
|
688
688
|
// oauth required
|
689
689
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:read", "products:full", "deals:read", "deals:full"], configuration);
|
@@ -741,7 +741,7 @@ const DealsApiAxiosParamCreator = function (configuration) {
|
|
741
741
|
const localVarHeaderParameter = {};
|
742
742
|
const localVarQueryParameter = {};
|
743
743
|
// authentication api_key required
|
744
|
-
yield (0, common_1.setApiKeyToObject)(
|
744
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
745
745
|
// authentication oauth2 required
|
746
746
|
// oauth required
|
747
747
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full"], configuration);
|
@@ -826,7 +826,7 @@ const DealsApiAxiosParamCreator = function (configuration) {
|
|
826
826
|
const localVarHeaderParameter = {};
|
827
827
|
const localVarQueryParameter = {};
|
828
828
|
// authentication api_key required
|
829
|
-
yield (0, common_1.setApiKeyToObject)(
|
829
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
830
830
|
// authentication oauth2 required
|
831
831
|
// oauth required
|
832
832
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:read", "products:full", "deals:read", "deals:full"], configuration);
|
@@ -878,7 +878,7 @@ const DealsApiAxiosParamCreator = function (configuration) {
|
|
878
878
|
const localVarHeaderParameter = {};
|
879
879
|
const localVarQueryParameter = {};
|
880
880
|
// authentication api_key required
|
881
|
-
yield (0, common_1.setApiKeyToObject)(
|
881
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
882
882
|
// authentication oauth2 required
|
883
883
|
// oauth required
|
884
884
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full"], configuration);
|
@@ -928,7 +928,7 @@ const DealsApiAxiosParamCreator = function (configuration) {
|
|
928
928
|
const localVarHeaderParameter = {};
|
929
929
|
const localVarQueryParameter = {};
|
930
930
|
// authentication api_key required
|
931
|
-
yield (0, common_1.setApiKeyToObject)(
|
931
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
932
932
|
// authentication oauth2 required
|
933
933
|
// oauth required
|
934
934
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full"], configuration);
|
@@ -965,7 +965,7 @@ const DealsApiAxiosParamCreator = function (configuration) {
|
|
965
965
|
const localVarHeaderParameter = {};
|
966
966
|
const localVarQueryParameter = {};
|
967
967
|
// authentication api_key required
|
968
|
-
yield (0, common_1.setApiKeyToObject)(
|
968
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
969
969
|
// authentication oauth2 required
|
970
970
|
// oauth required
|
971
971
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full"], configuration);
|
@@ -1008,7 +1008,7 @@ const DealsApiAxiosParamCreator = function (configuration) {
|
|
1008
1008
|
const localVarHeaderParameter = {};
|
1009
1009
|
const localVarQueryParameter = {};
|
1010
1010
|
// authentication api_key required
|
1011
|
-
yield (0, common_1.setApiKeyToObject)(
|
1011
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
1012
1012
|
// authentication oauth2 required
|
1013
1013
|
// oauth required
|
1014
1014
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "search:read"], configuration);
|
@@ -1074,7 +1074,7 @@ const DealsApiAxiosParamCreator = function (configuration) {
|
|
1074
1074
|
const localVarHeaderParameter = {};
|
1075
1075
|
const localVarQueryParameter = {};
|
1076
1076
|
// authentication api_key required
|
1077
|
-
yield (0, common_1.setApiKeyToObject)(
|
1077
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
1078
1078
|
// authentication oauth2 required
|
1079
1079
|
// oauth required
|
1080
1080
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full"], configuration);
|
@@ -1111,7 +1111,7 @@ const DealsApiAxiosParamCreator = function (configuration) {
|
|
1111
1111
|
const localVarHeaderParameter = {};
|
1112
1112
|
const localVarQueryParameter = {};
|
1113
1113
|
// authentication api_key required
|
1114
|
-
yield (0, common_1.setApiKeyToObject)(
|
1114
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
1115
1115
|
// authentication oauth2 required
|
1116
1116
|
// oauth required
|
1117
1117
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:full"], configuration);
|
@@ -1152,7 +1152,7 @@ const DealsApiAxiosParamCreator = function (configuration) {
|
|
1152
1152
|
const localVarHeaderParameter = {};
|
1153
1153
|
const localVarQueryParameter = {};
|
1154
1154
|
// authentication api_key required
|
1155
|
-
yield (0, common_1.setApiKeyToObject)(
|
1155
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
1156
1156
|
// authentication oauth2 required
|
1157
1157
|
// oauth required
|
1158
1158
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:full", "deals:full"], configuration);
|
@@ -1193,7 +1193,7 @@ const DealsApiAxiosParamCreator = function (configuration) {
|
|
1193
1193
|
const localVarHeaderParameter = {};
|
1194
1194
|
const localVarQueryParameter = {};
|
1195
1195
|
// authentication api_key required
|
1196
|
-
yield (0, common_1.setApiKeyToObject)(
|
1196
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
1197
1197
|
// authentication oauth2 required
|
1198
1198
|
// oauth required
|
1199
1199
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full"], configuration);
|
@@ -66,7 +66,7 @@ const ItemSearchApiAxiosParamCreator = function (configuration) {
|
|
66
66
|
const localVarHeaderParameter = {};
|
67
67
|
const localVarQueryParameter = {};
|
68
68
|
// authentication api_key required
|
69
|
-
yield (0, common_1.setApiKeyToObject)(
|
69
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
70
70
|
// authentication oauth2 required
|
71
71
|
// oauth required
|
72
72
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["search:read"], configuration);
|
@@ -132,7 +132,7 @@ const ItemSearchApiAxiosParamCreator = function (configuration) {
|
|
132
132
|
const localVarHeaderParameter = {};
|
133
133
|
const localVarQueryParameter = {};
|
134
134
|
// authentication api_key required
|
135
|
-
yield (0, common_1.setApiKeyToObject)(
|
135
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
136
136
|
// authentication oauth2 required
|
137
137
|
// oauth required
|
138
138
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["search:read"], configuration);
|
@@ -61,7 +61,7 @@ const LeadsApiAxiosParamCreator = function (configuration) {
|
|
61
61
|
const localVarHeaderParameter = {};
|
62
62
|
const localVarQueryParameter = {};
|
63
63
|
// authentication api_key required
|
64
|
-
yield (0, common_1.setApiKeyToObject)(
|
64
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
65
65
|
// authentication oauth2 required
|
66
66
|
// oauth required
|
67
67
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:full", "leads:full"], configuration);
|
@@ -101,7 +101,7 @@ const LeadsApiAxiosParamCreator = function (configuration) {
|
|
101
101
|
const localVarHeaderParameter = {};
|
102
102
|
const localVarQueryParameter = {};
|
103
103
|
// authentication api_key required
|
104
|
-
yield (0, common_1.setApiKeyToObject)(
|
104
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
105
105
|
// authentication oauth2 required
|
106
106
|
// oauth required
|
107
107
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["leads:read"], configuration);
|
@@ -141,7 +141,7 @@ const LeadsApiAxiosParamCreator = function (configuration) {
|
|
141
141
|
const localVarHeaderParameter = {};
|
142
142
|
const localVarQueryParameter = {};
|
143
143
|
// authentication api_key required
|
144
|
-
yield (0, common_1.setApiKeyToObject)(
|
144
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
145
145
|
// authentication oauth2 required
|
146
146
|
// oauth required
|
147
147
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["leads:read", "leads:full", "search:read"], configuration);
|