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
@@ -51,7 +51,7 @@ export const OrganizationsApiAxiosParamCreator = 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", ["contacts:full"], configuration);
|
@@ -88,7 +88,7 @@ export const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
88
88
|
const localVarHeaderParameter = {};
|
89
89
|
const localVarQueryParameter = {};
|
90
90
|
// authentication api_key required
|
91
|
-
yield setApiKeyToObject(
|
91
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
92
92
|
// authentication oauth2 required
|
93
93
|
// oauth required
|
94
94
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:full"], configuration);
|
@@ -124,7 +124,7 @@ export const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
124
124
|
const localVarHeaderParameter = {};
|
125
125
|
const localVarQueryParameter = {};
|
126
126
|
// authentication api_key required
|
127
|
-
yield setApiKeyToObject(
|
127
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
128
128
|
// authentication oauth2 required
|
129
129
|
// oauth required
|
130
130
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:full"], configuration);
|
@@ -162,7 +162,7 @@ export const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
162
162
|
const localVarHeaderParameter = {};
|
163
163
|
const localVarQueryParameter = {};
|
164
164
|
// authentication api_key required
|
165
|
-
yield setApiKeyToObject(
|
165
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
166
166
|
// authentication oauth2 required
|
167
167
|
// oauth required
|
168
168
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:full"], configuration);
|
@@ -198,7 +198,7 @@ export const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
198
198
|
const localVarHeaderParameter = {};
|
199
199
|
const localVarQueryParameter = {};
|
200
200
|
// authentication api_key required
|
201
|
-
yield setApiKeyToObject(
|
201
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
202
202
|
// authentication oauth2 required
|
203
203
|
// oauth required
|
204
204
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full"], configuration);
|
@@ -240,7 +240,7 @@ export const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
240
240
|
const localVarHeaderParameter = {};
|
241
241
|
const localVarQueryParameter = {};
|
242
242
|
// authentication api_key required
|
243
|
-
yield setApiKeyToObject(
|
243
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
244
244
|
// authentication oauth2 required
|
245
245
|
// oauth required
|
246
246
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full"], configuration);
|
@@ -282,7 +282,7 @@ export const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
282
282
|
const localVarHeaderParameter = {};
|
283
283
|
const localVarQueryParameter = {};
|
284
284
|
// authentication api_key required
|
285
|
-
yield setApiKeyToObject(
|
285
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
286
286
|
// authentication oauth2 required
|
287
287
|
// oauth required
|
288
288
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full"], configuration);
|
@@ -329,7 +329,7 @@ export const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
329
329
|
const localVarHeaderParameter = {};
|
330
330
|
const localVarQueryParameter = {};
|
331
331
|
// authentication api_key required
|
332
|
-
yield setApiKeyToObject(
|
332
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
333
333
|
// authentication oauth2 required
|
334
334
|
// oauth required
|
335
335
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full"], configuration);
|
@@ -399,7 +399,7 @@ export const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
399
399
|
const localVarHeaderParameter = {};
|
400
400
|
const localVarQueryParameter = {};
|
401
401
|
// authentication api_key required
|
402
|
-
yield setApiKeyToObject(
|
402
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
403
403
|
// authentication oauth2 required
|
404
404
|
// oauth required
|
405
405
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "search:read"], configuration);
|
@@ -449,7 +449,7 @@ export const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
449
449
|
const localVarHeaderParameter = {};
|
450
450
|
const localVarQueryParameter = {};
|
451
451
|
// authentication api_key required
|
452
|
-
yield setApiKeyToObject(
|
452
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
453
453
|
// authentication oauth2 required
|
454
454
|
// oauth required
|
455
455
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:full"], configuration);
|
@@ -51,7 +51,7 @@ export const PersonsApiAxiosParamCreator = 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", ["contacts:full"], configuration);
|
@@ -88,7 +88,7 @@ export const PersonsApiAxiosParamCreator = function (configuration) {
|
|
88
88
|
const localVarHeaderParameter = {};
|
89
89
|
const localVarQueryParameter = {};
|
90
90
|
// authentication api_key required
|
91
|
-
yield setApiKeyToObject(
|
91
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
92
92
|
// authentication oauth2 required
|
93
93
|
// oauth required
|
94
94
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:full"], configuration);
|
@@ -124,7 +124,7 @@ export const PersonsApiAxiosParamCreator = function (configuration) {
|
|
124
124
|
const localVarHeaderParameter = {};
|
125
125
|
const localVarQueryParameter = {};
|
126
126
|
// authentication api_key required
|
127
|
-
yield setApiKeyToObject(
|
127
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
128
128
|
// authentication oauth2 required
|
129
129
|
// oauth required
|
130
130
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:full"], configuration);
|
@@ -162,7 +162,7 @@ export const PersonsApiAxiosParamCreator = function (configuration) {
|
|
162
162
|
const localVarHeaderParameter = {};
|
163
163
|
const localVarQueryParameter = {};
|
164
164
|
// authentication api_key required
|
165
|
-
yield setApiKeyToObject(
|
165
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
166
166
|
// authentication oauth2 required
|
167
167
|
// oauth required
|
168
168
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:full"], configuration);
|
@@ -198,7 +198,7 @@ export const PersonsApiAxiosParamCreator = function (configuration) {
|
|
198
198
|
const localVarHeaderParameter = {};
|
199
199
|
const localVarQueryParameter = {};
|
200
200
|
// authentication api_key required
|
201
|
-
yield setApiKeyToObject(
|
201
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
202
202
|
// authentication oauth2 required
|
203
203
|
// oauth required
|
204
204
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full"], configuration);
|
@@ -240,7 +240,7 @@ export const PersonsApiAxiosParamCreator = function (configuration) {
|
|
240
240
|
const localVarHeaderParameter = {};
|
241
241
|
const localVarQueryParameter = {};
|
242
242
|
// authentication api_key required
|
243
|
-
yield setApiKeyToObject(
|
243
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
244
244
|
// authentication oauth2 required
|
245
245
|
// oauth required
|
246
246
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full"], configuration);
|
@@ -282,7 +282,7 @@ export const PersonsApiAxiosParamCreator = function (configuration) {
|
|
282
282
|
const localVarHeaderParameter = {};
|
283
283
|
const localVarQueryParameter = {};
|
284
284
|
// authentication api_key required
|
285
|
-
yield setApiKeyToObject(
|
285
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
286
286
|
// authentication oauth2 required
|
287
287
|
// oauth required
|
288
288
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full"], configuration);
|
@@ -330,7 +330,7 @@ export const PersonsApiAxiosParamCreator = function (configuration) {
|
|
330
330
|
const localVarHeaderParameter = {};
|
331
331
|
const localVarQueryParameter = {};
|
332
332
|
// authentication api_key required
|
333
|
-
yield setApiKeyToObject(
|
333
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
334
334
|
// authentication oauth2 required
|
335
335
|
// oauth required
|
336
336
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full"], configuration);
|
@@ -405,7 +405,7 @@ export const PersonsApiAxiosParamCreator = function (configuration) {
|
|
405
405
|
const localVarHeaderParameter = {};
|
406
406
|
const localVarQueryParameter = {};
|
407
407
|
// authentication api_key required
|
408
|
-
yield setApiKeyToObject(
|
408
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
409
409
|
// authentication oauth2 required
|
410
410
|
// oauth required
|
411
411
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "search:read"], configuration);
|
@@ -461,7 +461,7 @@ export const PersonsApiAxiosParamCreator = function (configuration) {
|
|
461
461
|
const localVarHeaderParameter = {};
|
462
462
|
const localVarQueryParameter = {};
|
463
463
|
// authentication api_key required
|
464
|
-
yield setApiKeyToObject(
|
464
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
465
465
|
// authentication oauth2 required
|
466
466
|
// oauth required
|
467
467
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:full"], configuration);
|
@@ -51,7 +51,7 @@ export const PipelinesApiAxiosParamCreator = 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 PipelinesApiAxiosParamCreator = 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);
|
@@ -121,7 +121,7 @@ export const PipelinesApiAxiosParamCreator = function (configuration) {
|
|
121
121
|
const localVarHeaderParameter = {};
|
122
122
|
const localVarQueryParameter = {};
|
123
123
|
// authentication api_key required
|
124
|
-
yield setApiKeyToObject(
|
124
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
125
125
|
// authentication oauth2 required
|
126
126
|
// oauth required
|
127
127
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "admin"], configuration);
|
@@ -155,7 +155,7 @@ export const PipelinesApiAxiosParamCreator = function (configuration) {
|
|
155
155
|
const localVarHeaderParameter = {};
|
156
156
|
const localVarQueryParameter = {};
|
157
157
|
// authentication api_key required
|
158
|
-
yield setApiKeyToObject(
|
158
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
159
159
|
// authentication oauth2 required
|
160
160
|
// oauth required
|
161
161
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "admin"], configuration);
|
@@ -202,7 +202,7 @@ export const PipelinesApiAxiosParamCreator = function (configuration) {
|
|
202
202
|
const localVarHeaderParameter = {};
|
203
203
|
const localVarQueryParameter = {};
|
204
204
|
// authentication api_key required
|
205
|
-
yield setApiKeyToObject(
|
205
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
206
206
|
// authentication oauth2 required
|
207
207
|
// oauth required
|
208
208
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
@@ -51,7 +51,7 @@ export const ProductsApiAxiosParamCreator = 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", ["products:full"], configuration);
|
@@ -88,7 +88,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
|
|
88
88
|
const localVarHeaderParameter = {};
|
89
89
|
const localVarQueryParameter = {};
|
90
90
|
// authentication api_key required
|
91
|
-
yield setApiKeyToObject(
|
91
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
92
92
|
// authentication oauth2 required
|
93
93
|
// oauth required
|
94
94
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:full"], configuration);
|
@@ -125,7 +125,7 @@ export const ProductsApiAxiosParamCreator = 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", ["products:full"], configuration);
|
@@ -161,7 +161,7 @@ export const ProductsApiAxiosParamCreator = 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", ["products:full"], configuration);
|
@@ -199,7 +199,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
|
|
199
199
|
const localVarHeaderParameter = {};
|
200
200
|
const localVarQueryParameter = {};
|
201
201
|
// authentication api_key required
|
202
|
-
yield setApiKeyToObject(
|
202
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
203
203
|
// authentication oauth2 required
|
204
204
|
// oauth required
|
205
205
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:full"], configuration);
|
@@ -237,7 +237,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
|
|
237
237
|
const localVarHeaderParameter = {};
|
238
238
|
const localVarQueryParameter = {};
|
239
239
|
// authentication api_key required
|
240
|
-
yield setApiKeyToObject(
|
240
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
241
241
|
// authentication oauth2 required
|
242
242
|
// oauth required
|
243
243
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:full"], configuration);
|
@@ -271,7 +271,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
|
|
271
271
|
const localVarHeaderParameter = {};
|
272
272
|
const localVarQueryParameter = {};
|
273
273
|
// authentication api_key required
|
274
|
-
yield setApiKeyToObject(
|
274
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
275
275
|
// authentication oauth2 required
|
276
276
|
// oauth required
|
277
277
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:read", "products:full"], configuration);
|
@@ -307,7 +307,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
|
|
307
307
|
const localVarHeaderParameter = {};
|
308
308
|
const localVarQueryParameter = {};
|
309
309
|
// authentication api_key required
|
310
|
-
yield setApiKeyToObject(
|
310
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
311
311
|
// authentication oauth2 required
|
312
312
|
// oauth required
|
313
313
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:read", "products:full"], configuration);
|
@@ -349,7 +349,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
|
|
349
349
|
const localVarHeaderParameter = {};
|
350
350
|
const localVarQueryParameter = {};
|
351
351
|
// authentication api_key required
|
352
|
-
yield setApiKeyToObject(
|
352
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
353
353
|
// authentication oauth2 required
|
354
354
|
// oauth required
|
355
355
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:read", "products:full"], configuration);
|
@@ -391,7 +391,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
|
|
391
391
|
const localVarHeaderParameter = {};
|
392
392
|
const localVarQueryParameter = {};
|
393
393
|
// authentication api_key required
|
394
|
-
yield setApiKeyToObject(
|
394
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
395
395
|
// authentication oauth2 required
|
396
396
|
// oauth required
|
397
397
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:read", "products:full"], configuration);
|
@@ -435,7 +435,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
|
|
435
435
|
const localVarHeaderParameter = {};
|
436
436
|
const localVarQueryParameter = {};
|
437
437
|
// authentication api_key required
|
438
|
-
yield setApiKeyToObject(
|
438
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
439
439
|
// authentication oauth2 required
|
440
440
|
// oauth required
|
441
441
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:read", "products:full"], configuration);
|
@@ -497,7 +497,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
|
|
497
497
|
const localVarHeaderParameter = {};
|
498
498
|
const localVarQueryParameter = {};
|
499
499
|
// authentication api_key required
|
500
|
-
yield setApiKeyToObject(
|
500
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
501
501
|
// authentication oauth2 required
|
502
502
|
// oauth required
|
503
503
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:read", "products:full", "search:read"], configuration);
|
@@ -550,7 +550,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
|
|
550
550
|
const localVarHeaderParameter = {};
|
551
551
|
const localVarQueryParameter = {};
|
552
552
|
// authentication api_key required
|
553
|
-
yield setApiKeyToObject(
|
553
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
554
554
|
// authentication oauth2 required
|
555
555
|
// oauth required
|
556
556
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:full"], configuration);
|
@@ -591,7 +591,7 @@ export const ProductsApiAxiosParamCreator = function (configuration) {
|
|
591
591
|
const localVarHeaderParameter = {};
|
592
592
|
const localVarQueryParameter = {};
|
593
593
|
// authentication api_key required
|
594
|
-
yield setApiKeyToObject(
|
594
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
595
595
|
// authentication oauth2 required
|
596
596
|
// oauth required
|
597
597
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:full"], configuration);
|
@@ -51,7 +51,7 @@ export const StagesApiAxiosParamCreator = 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 StagesApiAxiosParamCreator = 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);
|
@@ -121,7 +121,7 @@ export const StagesApiAxiosParamCreator = function (configuration) {
|
|
121
121
|
const localVarHeaderParameter = {};
|
122
122
|
const localVarQueryParameter = {};
|
123
123
|
// authentication api_key required
|
124
|
-
yield setApiKeyToObject(
|
124
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
125
125
|
// authentication oauth2 required
|
126
126
|
// oauth required
|
127
127
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "admin"], configuration);
|
@@ -156,7 +156,7 @@ export const StagesApiAxiosParamCreator = 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", ["deals:read", "deals:full", "admin"], configuration);
|
@@ -206,7 +206,7 @@ export const StagesApiAxiosParamCreator = function (configuration) {
|
|
206
206
|
const localVarHeaderParameter = {};
|
207
207
|
const localVarQueryParameter = {};
|
208
208
|
// authentication api_key required
|
209
|
-
yield setApiKeyToObject(
|
209
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
210
210
|
// authentication oauth2 required
|
211
211
|
// oauth required
|
212
212
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
@@ -56,7 +56,7 @@ export const UsersApiAxiosParamCreator = function (configuration) {
|
|
56
56
|
const localVarHeaderParameter = {};
|
57
57
|
const localVarQueryParameter = {};
|
58
58
|
// authentication api_key required
|
59
|
-
yield setApiKeyToObject(
|
59
|
+
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
60
60
|
// authentication oauth2 required
|
61
61
|
// oauth required
|
62
62
|
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["users:read"], configuration);
|
@@ -76,6 +76,16 @@ export interface AddDealRequest {
|
|
76
76
|
*/
|
77
77
|
'is_deleted'?: boolean;
|
78
78
|
/**
|
79
|
+
* Whether the deal is archived or not
|
80
|
+
* @type {boolean}
|
81
|
+
*/
|
82
|
+
'is_archived'?: boolean;
|
83
|
+
/**
|
84
|
+
* 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.
|
85
|
+
* @type {string}
|
86
|
+
*/
|
87
|
+
'archive_time'?: string;
|
88
|
+
/**
|
79
89
|
* The status of the deal
|
80
90
|
* @type {string}
|
81
91
|
*/
|
@@ -76,15 +76,15 @@ export interface DealItem {
|
|
76
76
|
*/
|
77
77
|
'stage_change_time'?: string;
|
78
78
|
/**
|
79
|
-
* Whether the deal is
|
79
|
+
* Whether the deal is deleted or not
|
80
80
|
* @type {boolean}
|
81
81
|
*/
|
82
|
-
'
|
82
|
+
'is_deleted'?: boolean;
|
83
83
|
/**
|
84
|
-
* Whether the deal is
|
84
|
+
* Whether the deal is archived or not
|
85
85
|
* @type {boolean}
|
86
86
|
*/
|
87
|
-
'
|
87
|
+
'is_archived'?: boolean;
|
88
88
|
/**
|
89
89
|
* The status of the deal
|
90
90
|
* @type {string}
|
@@ -76,15 +76,15 @@ export interface DealItem1 {
|
|
76
76
|
*/
|
77
77
|
'stage_change_time'?: string;
|
78
78
|
/**
|
79
|
-
* Whether the deal is
|
79
|
+
* Whether the deal is deleted or not
|
80
80
|
* @type {boolean}
|
81
81
|
*/
|
82
|
-
'
|
82
|
+
'is_deleted'?: boolean;
|
83
83
|
/**
|
84
|
-
* Whether the deal is
|
84
|
+
* Whether the deal is archived or not
|
85
85
|
* @type {boolean}
|
86
86
|
*/
|
87
|
-
'
|
87
|
+
'is_archived'?: boolean;
|
88
88
|
/**
|
89
89
|
* The status of the deal
|
90
90
|
* @type {string}
|
@@ -76,6 +76,16 @@ export interface UpdateDealRequest {
|
|
76
76
|
*/
|
77
77
|
'is_deleted'?: boolean;
|
78
78
|
/**
|
79
|
+
* Whether the deal is archived or not
|
80
|
+
* @type {boolean}
|
81
|
+
*/
|
82
|
+
'is_archived'?: boolean;
|
83
|
+
/**
|
84
|
+
* 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.
|
85
|
+
* @type {string}
|
86
|
+
*/
|
87
|
+
'archive_time'?: string;
|
88
|
+
/**
|
79
89
|
* The status of the deal
|
80
90
|
* @type {string}
|
81
91
|
*/
|
@@ -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);
|
@@ -92,7 +92,7 @@ const ActivitiesApiAxiosParamCreator = function (configuration) {
|
|
92
92
|
const localVarHeaderParameter = {};
|
93
93
|
const localVarQueryParameter = {};
|
94
94
|
// authentication api_key required
|
95
|
-
yield (0, common_1.setApiKeyToObject)(
|
95
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
96
96
|
// authentication oauth2 required
|
97
97
|
// oauth required
|
98
98
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["activities:full"], configuration);
|
@@ -129,7 +129,7 @@ const ActivitiesApiAxiosParamCreator = 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", ["activities:full"], configuration);
|
@@ -167,7 +167,7 @@ const ActivitiesApiAxiosParamCreator = 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", ["activities:read", "activities:full"], configuration);
|
@@ -232,7 +232,7 @@ const ActivitiesApiAxiosParamCreator = function (configuration) {
|
|
232
232
|
const localVarHeaderParameter = {};
|
233
233
|
const localVarQueryParameter = {};
|
234
234
|
// authentication api_key required
|
235
|
-
yield (0, common_1.setApiKeyToObject)(
|
235
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
236
236
|
// authentication oauth2 required
|
237
237
|
// oauth required
|
238
238
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["activities:read", "activities:full"], configuration);
|
@@ -287,7 +287,7 @@ const ActivitiesApiAxiosParamCreator = function (configuration) {
|
|
287
287
|
const localVarHeaderParameter = {};
|
288
288
|
const localVarQueryParameter = {};
|
289
289
|
// authentication api_key required
|
290
|
-
yield (0, common_1.setApiKeyToObject)(
|
290
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
291
291
|
// authentication oauth2 required
|
292
292
|
// oauth required
|
293
293
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["activities:read", "activities:full"], configuration);
|
@@ -322,7 +322,7 @@ const ActivitiesApiAxiosParamCreator = function (configuration) {
|
|
322
322
|
const localVarHeaderParameter = {};
|
323
323
|
const localVarQueryParameter = {};
|
324
324
|
// authentication api_key required
|
325
|
-
yield (0, common_1.setApiKeyToObject)(
|
325
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
326
326
|
// authentication oauth2 required
|
327
327
|
// oauth required
|
328
328
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["activities:full"], configuration);
|
@@ -56,7 +56,7 @@ const ActivityFieldsApiAxiosParamCreator = function (configuration) {
|
|
56
56
|
const localVarHeaderParameter = {};
|
57
57
|
const localVarQueryParameter = {};
|
58
58
|
// authentication api_key required
|
59
|
-
yield (0, common_1.setApiKeyToObject)(
|
59
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
60
60
|
// authentication oauth2 required
|
61
61
|
// oauth required
|
62
62
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["activities:read", "activities:full"], configuration);
|
@@ -57,7 +57,7 @@ const ActivityTypesApiAxiosParamCreator = 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 ActivityTypesApiAxiosParamCreator = 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);
|
@@ -126,7 +126,7 @@ const ActivityTypesApiAxiosParamCreator = function (configuration) {
|
|
126
126
|
const localVarHeaderParameter = {};
|
127
127
|
const localVarQueryParameter = {};
|
128
128
|
// authentication api_key required
|
129
|
-
yield (0, common_1.setApiKeyToObject)(
|
129
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
130
130
|
// authentication oauth2 required
|
131
131
|
// oauth required
|
132
132
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
@@ -159,7 +159,7 @@ const ActivityTypesApiAxiosParamCreator = function (configuration) {
|
|
159
159
|
const localVarHeaderParameter = {};
|
160
160
|
const localVarQueryParameter = {};
|
161
161
|
// authentication api_key required
|
162
|
-
yield (0, common_1.setApiKeyToObject)(
|
162
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
163
163
|
// authentication oauth2 required
|
164
164
|
// oauth required
|
165
165
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["activities:read", "activities:full", "admin"], configuration);
|
@@ -194,7 +194,7 @@ const ActivityTypesApiAxiosParamCreator = function (configuration) {
|
|
194
194
|
const localVarHeaderParameter = {};
|
195
195
|
const localVarQueryParameter = {};
|
196
196
|
// authentication api_key required
|
197
|
-
yield (0, common_1.setApiKeyToObject)(
|
197
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
198
198
|
// authentication oauth2 required
|
199
199
|
// oauth required
|
200
200
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
@@ -56,7 +56,7 @@ const BillingApiAxiosParamCreator = function (configuration) {
|
|
56
56
|
const localVarHeaderParameter = {};
|
57
57
|
const localVarQueryParameter = {};
|
58
58
|
// authentication api_key required
|
59
|
-
yield (0, common_1.setApiKeyToObject)(
|
59
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
60
60
|
// authentication oauth2 required
|
61
61
|
// oauth required
|
62
62
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["users:read"], configuration);
|