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
@@ -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);
|
@@ -133,7 +133,7 @@ const ItemSearchApiAxiosParamCreator = function (configuration) {
|
|
133
133
|
const localVarHeaderParameter = {};
|
134
134
|
const localVarQueryParameter = {};
|
135
135
|
// authentication api_key required
|
136
|
-
yield (0, common_1.setApiKeyToObject)(
|
136
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
137
137
|
// authentication oauth2 required
|
138
138
|
// oauth required
|
139
139
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["search:read"], configuration);
|
@@ -57,7 +57,7 @@ const LeadLabelsApiAxiosParamCreator = 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", ["leads:full"], configuration);
|
@@ -93,7 +93,7 @@ const LeadLabelsApiAxiosParamCreator = 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", ["leads:full"], configuration);
|
@@ -123,7 +123,7 @@ const LeadLabelsApiAxiosParamCreator = 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", ["leads:read", "leads:full"], configuration);
|
@@ -158,7 +158,7 @@ const LeadLabelsApiAxiosParamCreator = function (configuration) {
|
|
158
158
|
const localVarHeaderParameter = {};
|
159
159
|
const localVarQueryParameter = {};
|
160
160
|
// authentication api_key required
|
161
|
-
yield (0, common_1.setApiKeyToObject)(
|
161
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
162
162
|
// authentication oauth2 required
|
163
163
|
// oauth required
|
164
164
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["leads:full"], configuration);
|
@@ -56,7 +56,7 @@ const LeadSourcesApiAxiosParamCreator = 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", ["leads:read", "leads:full"], configuration);
|
@@ -57,7 +57,7 @@ const LeadsApiAxiosParamCreator = 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", ["leads:full"], configuration);
|
@@ -93,7 +93,7 @@ const LeadsApiAxiosParamCreator = 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", ["leads:full"], configuration);
|
@@ -130,7 +130,7 @@ const LeadsApiAxiosParamCreator = function (configuration) {
|
|
130
130
|
const localVarHeaderParameter = {};
|
131
131
|
const localVarQueryParameter = {};
|
132
132
|
// authentication api_key required
|
133
|
-
yield (0, common_1.setApiKeyToObject)(
|
133
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
134
134
|
// authentication oauth2 required
|
135
135
|
// oauth required
|
136
136
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["leads:read", "leads:full"], configuration);
|
@@ -185,7 +185,7 @@ const LeadsApiAxiosParamCreator = function (configuration) {
|
|
185
185
|
const localVarHeaderParameter = {};
|
186
186
|
const localVarQueryParameter = {};
|
187
187
|
// authentication api_key required
|
188
|
-
yield (0, common_1.setApiKeyToObject)(
|
188
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
189
189
|
// authentication oauth2 required
|
190
190
|
// oauth required
|
191
191
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["leads:read", "leads:full"], configuration);
|
@@ -219,7 +219,7 @@ const LeadsApiAxiosParamCreator = function (configuration) {
|
|
219
219
|
const localVarHeaderParameter = {};
|
220
220
|
const localVarQueryParameter = {};
|
221
221
|
// authentication api_key required
|
222
|
-
yield (0, common_1.setApiKeyToObject)(
|
222
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
223
223
|
// authentication oauth2 required
|
224
224
|
// oauth required
|
225
225
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["leads:read", "leads:full"], configuration);
|
@@ -256,7 +256,7 @@ const LeadsApiAxiosParamCreator = 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", ["leads:read", "leads:full"], configuration);
|
@@ -317,7 +317,7 @@ const LeadsApiAxiosParamCreator = function (configuration) {
|
|
317
317
|
const localVarHeaderParameter = {};
|
318
318
|
const localVarQueryParameter = {};
|
319
319
|
// authentication api_key required
|
320
|
-
yield (0, common_1.setApiKeyToObject)(
|
320
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
321
321
|
// authentication oauth2 required
|
322
322
|
// oauth required
|
323
323
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["leads:read", "leads:full", "search:read"], configuration);
|
@@ -376,7 +376,7 @@ const LeadsApiAxiosParamCreator = function (configuration) {
|
|
376
376
|
const localVarHeaderParameter = {};
|
377
377
|
const localVarQueryParameter = {};
|
378
378
|
// authentication api_key required
|
379
|
-
yield (0, common_1.setApiKeyToObject)(
|
379
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
380
380
|
// authentication oauth2 required
|
381
381
|
// oauth required
|
382
382
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["leads:full"], configuration);
|
@@ -57,7 +57,7 @@ const LegacyTeamsApiAxiosParamCreator = 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);
|
@@ -94,7 +94,7 @@ const LegacyTeamsApiAxiosParamCreator = 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", ["admin"], configuration);
|
@@ -131,7 +131,7 @@ const LegacyTeamsApiAxiosParamCreator = 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", ["admin"], configuration);
|
@@ -168,7 +168,7 @@ const LegacyTeamsApiAxiosParamCreator = function (configuration) {
|
|
168
168
|
const localVarHeaderParameter = {};
|
169
169
|
const localVarQueryParameter = {};
|
170
170
|
// authentication api_key required
|
171
|
-
yield (0, common_1.setApiKeyToObject)(
|
171
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
172
172
|
// authentication oauth2 required
|
173
173
|
// oauth required
|
174
174
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["users:read"], configuration);
|
@@ -205,7 +205,7 @@ const LegacyTeamsApiAxiosParamCreator = 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", ["users:read"], configuration);
|
@@ -237,7 +237,7 @@ const LegacyTeamsApiAxiosParamCreator = function (configuration) {
|
|
237
237
|
const localVarHeaderParameter = {};
|
238
238
|
const localVarQueryParameter = {};
|
239
239
|
// authentication api_key required
|
240
|
-
yield (0, common_1.setApiKeyToObject)(
|
240
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
241
241
|
// authentication oauth2 required
|
242
242
|
// oauth required
|
243
243
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["users:read"], configuration);
|
@@ -279,7 +279,7 @@ const LegacyTeamsApiAxiosParamCreator = function (configuration) {
|
|
279
279
|
const localVarHeaderParameter = {};
|
280
280
|
const localVarQueryParameter = {};
|
281
281
|
// authentication api_key required
|
282
|
-
yield (0, common_1.setApiKeyToObject)(
|
282
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
283
283
|
// authentication oauth2 required
|
284
284
|
// oauth required
|
285
285
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["users:read"], configuration);
|
@@ -320,7 +320,7 @@ const LegacyTeamsApiAxiosParamCreator = function (configuration) {
|
|
320
320
|
const localVarHeaderParameter = {};
|
321
321
|
const localVarQueryParameter = {};
|
322
322
|
// authentication api_key required
|
323
|
-
yield (0, common_1.setApiKeyToObject)(
|
323
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
324
324
|
// authentication oauth2 required
|
325
325
|
// oauth required
|
326
326
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
@@ -60,7 +60,7 @@ const MailboxApiAxiosParamCreator = 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", ["mail:full"], configuration);
|
@@ -95,7 +95,7 @@ const MailboxApiAxiosParamCreator = 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", ["mail:read", "mail:full"], configuration);
|
@@ -132,7 +132,7 @@ const MailboxApiAxiosParamCreator = 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", ["mail:read", "mail:full"], configuration);
|
@@ -166,7 +166,7 @@ const MailboxApiAxiosParamCreator = function (configuration) {
|
|
166
166
|
const localVarHeaderParameter = {};
|
167
167
|
const localVarQueryParameter = {};
|
168
168
|
// authentication api_key required
|
169
|
-
yield (0, common_1.setApiKeyToObject)(
|
169
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
170
170
|
// authentication oauth2 required
|
171
171
|
// oauth required
|
172
172
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["mail:read", "mail:full"], configuration);
|
@@ -201,7 +201,7 @@ const MailboxApiAxiosParamCreator = function (configuration) {
|
|
201
201
|
const localVarHeaderParameter = {};
|
202
202
|
const localVarQueryParameter = {};
|
203
203
|
// authentication api_key required
|
204
|
-
yield (0, common_1.setApiKeyToObject)(
|
204
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
205
205
|
// authentication oauth2 required
|
206
206
|
// oauth required
|
207
207
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["mail:read", "mail:full"], configuration);
|
@@ -250,7 +250,7 @@ const MailboxApiAxiosParamCreator = function (configuration) {
|
|
250
250
|
const localVarQueryParameter = {};
|
251
251
|
const localVarFormParams = new URLSearchParams();
|
252
252
|
// authentication api_key required
|
253
|
-
yield (0, common_1.setApiKeyToObject)(
|
253
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
254
254
|
// authentication oauth2 required
|
255
255
|
// oauth required
|
256
256
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["mail:full"], configuration);
|
@@ -60,7 +60,7 @@ const MeetingsApiAxiosParamCreator = 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", ["video-calls"], configuration);
|
@@ -91,7 +91,7 @@ const MeetingsApiAxiosParamCreator = function (configuration) {
|
|
91
91
|
const localVarHeaderParameter = {};
|
92
92
|
const localVarQueryParameter = {};
|
93
93
|
// authentication api_key required
|
94
|
-
yield (0, common_1.setApiKeyToObject)(
|
94
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
95
95
|
// authentication oauth2 required
|
96
96
|
// oauth required
|
97
97
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["video-calls"], configuration);
|
@@ -56,7 +56,7 @@ const NoteFieldsApiAxiosParamCreator = 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", ["deals:read", "deals:full", "contacts:read", "contacts:full"], configuration);
|
@@ -57,7 +57,7 @@ const NotesApiAxiosParamCreator = 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", "contacts:full"], configuration);
|
@@ -94,7 +94,7 @@ const NotesApiAxiosParamCreator = 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", "contacts:full"], configuration);
|
@@ -134,7 +134,7 @@ const NotesApiAxiosParamCreator = function (configuration) {
|
|
134
134
|
const localVarHeaderParameter = {};
|
135
135
|
const localVarQueryParameter = {};
|
136
136
|
// authentication api_key required
|
137
|
-
yield (0, common_1.setApiKeyToObject)(
|
137
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
138
138
|
// authentication oauth2 required
|
139
139
|
// oauth required
|
140
140
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:full", "contacts:full"], configuration);
|
@@ -168,7 +168,7 @@ const NotesApiAxiosParamCreator = function (configuration) {
|
|
168
168
|
const localVarHeaderParameter = {};
|
169
169
|
const localVarQueryParameter = {};
|
170
170
|
// authentication api_key required
|
171
|
-
yield (0, common_1.setApiKeyToObject)(
|
171
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
172
172
|
// authentication oauth2 required
|
173
173
|
// oauth required
|
174
174
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:full", "contacts:full"], configuration);
|
@@ -206,7 +206,7 @@ const NotesApiAxiosParamCreator = function (configuration) {
|
|
206
206
|
const localVarHeaderParameter = {};
|
207
207
|
const localVarQueryParameter = {};
|
208
208
|
// authentication api_key required
|
209
|
-
yield (0, common_1.setApiKeyToObject)(
|
209
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
210
210
|
// authentication oauth2 required
|
211
211
|
// oauth required
|
212
212
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "contacts:read", "contacts:full"], configuration);
|
@@ -240,7 +240,7 @@ const NotesApiAxiosParamCreator = function (configuration) {
|
|
240
240
|
const localVarHeaderParameter = {};
|
241
241
|
const localVarQueryParameter = {};
|
242
242
|
// authentication api_key required
|
243
|
-
yield (0, common_1.setApiKeyToObject)(
|
243
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
244
244
|
// authentication oauth2 required
|
245
245
|
// oauth required
|
246
246
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "contacts:read", "contacts:full"], configuration);
|
@@ -276,7 +276,7 @@ const NotesApiAxiosParamCreator = function (configuration) {
|
|
276
276
|
const localVarHeaderParameter = {};
|
277
277
|
const localVarQueryParameter = {};
|
278
278
|
// authentication api_key required
|
279
|
-
yield (0, common_1.setApiKeyToObject)(
|
279
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
280
280
|
// authentication oauth2 required
|
281
281
|
// oauth required
|
282
282
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "contacts:read", "contacts:full"], configuration);
|
@@ -328,7 +328,7 @@ const NotesApiAxiosParamCreator = function (configuration) {
|
|
328
328
|
const localVarHeaderParameter = {};
|
329
329
|
const localVarQueryParameter = {};
|
330
330
|
// authentication api_key required
|
331
|
-
yield (0, common_1.setApiKeyToObject)(
|
331
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
332
332
|
// authentication oauth2 required
|
333
333
|
// oauth required
|
334
334
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "contacts:read", "contacts:full"], configuration);
|
@@ -419,7 +419,7 @@ const NotesApiAxiosParamCreator = function (configuration) {
|
|
419
419
|
const localVarHeaderParameter = {};
|
420
420
|
const localVarQueryParameter = {};
|
421
421
|
// authentication api_key required
|
422
|
-
yield (0, common_1.setApiKeyToObject)(
|
422
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
423
423
|
// authentication oauth2 required
|
424
424
|
// oauth required
|
425
425
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:full", "contacts:full"], configuration);
|
@@ -456,7 +456,7 @@ const NotesApiAxiosParamCreator = function (configuration) {
|
|
456
456
|
const localVarHeaderParameter = {};
|
457
457
|
const localVarQueryParameter = {};
|
458
458
|
// authentication api_key required
|
459
|
-
yield (0, common_1.setApiKeyToObject)(
|
459
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
460
460
|
// authentication oauth2 required
|
461
461
|
// oauth required
|
462
462
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:full", "contacts:full"], configuration);
|
@@ -57,7 +57,7 @@ const OrganizationFieldsApiAxiosParamCreator = 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 OrganizationFieldsApiAxiosParamCreator = 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 OrganizationFieldsApiAxiosParamCreator = 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);
|
@@ -163,7 +163,7 @@ const OrganizationFieldsApiAxiosParamCreator = 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", ["contacts:read", "contacts:full", "admin"], configuration);
|
@@ -195,7 +195,7 @@ const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
195
195
|
const localVarHeaderParameter = {};
|
196
196
|
const localVarQueryParameter = {};
|
197
197
|
// authentication api_key required
|
198
|
-
yield (0, common_1.setApiKeyToObject)(
|
198
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
199
199
|
// authentication oauth2 required
|
200
200
|
// oauth required
|
201
201
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "admin"], configuration);
|
@@ -236,7 +236,7 @@ const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
236
236
|
const localVarHeaderParameter = {};
|
237
237
|
const localVarQueryParameter = {};
|
238
238
|
// authentication api_key required
|
239
|
-
yield (0, common_1.setApiKeyToObject)(
|
239
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
240
240
|
// authentication oauth2 required
|
241
241
|
// oauth required
|
242
242
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
@@ -57,7 +57,7 @@ const OrganizationRelationshipsApiAxiosParamCreator = 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", ["contacts:full"], configuration);
|
@@ -93,7 +93,7 @@ const OrganizationRelationshipsApiAxiosParamCreator = 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", ["contacts:full"], configuration);
|
@@ -128,7 +128,7 @@ const OrganizationRelationshipsApiAxiosParamCreator = function (configuration) {
|
|
128
128
|
const localVarHeaderParameter = {};
|
129
129
|
const localVarQueryParameter = {};
|
130
130
|
// authentication api_key required
|
131
|
-
yield (0, common_1.setApiKeyToObject)(
|
131
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
132
132
|
// authentication oauth2 required
|
133
133
|
// oauth required
|
134
134
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full"], configuration);
|
@@ -164,7 +164,7 @@ const OrganizationRelationshipsApiAxiosParamCreator = function (configuration) {
|
|
164
164
|
const localVarHeaderParameter = {};
|
165
165
|
const localVarQueryParameter = {};
|
166
166
|
// authentication api_key required
|
167
|
-
yield (0, common_1.setApiKeyToObject)(
|
167
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
168
168
|
// authentication oauth2 required
|
169
169
|
// oauth required
|
170
170
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full"], configuration);
|
@@ -202,7 +202,7 @@ const OrganizationRelationshipsApiAxiosParamCreator = function (configuration) {
|
|
202
202
|
const localVarHeaderParameter = {};
|
203
203
|
const localVarQueryParameter = {};
|
204
204
|
// authentication api_key required
|
205
|
-
yield (0, common_1.setApiKeyToObject)(
|
205
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
206
206
|
// authentication oauth2 required
|
207
207
|
// oauth required
|
208
208
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:full"], configuration);
|