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.
Files changed (119) hide show
  1. package/dist/esm/versions/v1/api/activities-api.js +7 -7
  2. package/dist/esm/versions/v1/api/activity-fields-api.js +1 -1
  3. package/dist/esm/versions/v1/api/activity-types-api.js +5 -5
  4. package/dist/esm/versions/v1/api/billing-api.js +1 -1
  5. package/dist/esm/versions/v1/api/call-logs-api.js +5 -5
  6. package/dist/esm/versions/v1/api/channels-api.js +4 -4
  7. package/dist/esm/versions/v1/api/currencies-api.js +1 -1
  8. package/dist/esm/versions/v1/api/deal-fields-api.js +6 -6
  9. package/dist/esm/versions/v1/api/deals-api.js +33 -33
  10. package/dist/esm/versions/v1/api/files-api.js +8 -8
  11. package/dist/esm/versions/v1/api/filters-api.js +7 -7
  12. package/dist/esm/versions/v1/api/goals-api.js +5 -5
  13. package/dist/esm/versions/v1/api/item-search-api.js +2 -2
  14. package/dist/esm/versions/v1/api/lead-labels-api.js +4 -4
  15. package/dist/esm/versions/v1/api/lead-sources-api.js +1 -1
  16. package/dist/esm/versions/v1/api/leads-api.js +8 -8
  17. package/dist/esm/versions/v1/api/legacy-teams-api.js +8 -8
  18. package/dist/esm/versions/v1/api/mailbox-api.js +6 -6
  19. package/dist/esm/versions/v1/api/meetings-api.js +2 -2
  20. package/dist/esm/versions/v1/api/note-fields-api.js +1 -1
  21. package/dist/esm/versions/v1/api/notes-api.js +10 -10
  22. package/dist/esm/versions/v1/api/organization-fields-api.js +6 -6
  23. package/dist/esm/versions/v1/api/organization-relationships-api.js +5 -5
  24. package/dist/esm/versions/v1/api/organizations-api.js +20 -20
  25. package/dist/esm/versions/v1/api/permission-sets-api.js +3 -3
  26. package/dist/esm/versions/v1/api/person-fields-api.js +6 -6
  27. package/dist/esm/versions/v1/api/persons-api.js +22 -22
  28. package/dist/esm/versions/v1/api/pipelines-api.js +8 -8
  29. package/dist/esm/versions/v1/api/product-fields-api.js +6 -6
  30. package/dist/esm/versions/v1/api/products-api.js +12 -12
  31. package/dist/esm/versions/v1/api/project-templates-api.js +4 -4
  32. package/dist/esm/versions/v1/api/projects-api.js +14 -14
  33. package/dist/esm/versions/v1/api/recents-api.js +1 -1
  34. package/dist/esm/versions/v1/api/roles-api.js +12 -12
  35. package/dist/esm/versions/v1/api/stages-api.js +7 -7
  36. package/dist/esm/versions/v1/api/subscriptions-api.js +9 -9
  37. package/dist/esm/versions/v1/api/tasks-api.js +5 -5
  38. package/dist/esm/versions/v1/api/user-connections-api.js +1 -1
  39. package/dist/esm/versions/v1/api/user-settings-api.js +1 -1
  40. package/dist/esm/versions/v1/api/users-api.js +10 -10
  41. package/dist/esm/versions/v1/api/webhooks-api.js +3 -3
  42. package/dist/esm/versions/v1/models/base-deal.d.ts +5 -0
  43. package/dist/esm/versions/v1/models/new-deal-parameters.d.ts +10 -0
  44. package/dist/esm/versions/v1/models/update-deal-parameters.d.ts +5 -0
  45. package/dist/esm/versions/v2/api/activities-api.js +5 -5
  46. package/dist/esm/versions/v2/api/beta-api.js +8 -8
  47. package/dist/esm/versions/v2/api/deals-api.js +26 -26
  48. package/dist/esm/versions/v2/api/item-search-api.js +2 -2
  49. package/dist/esm/versions/v2/api/leads-api.js +3 -3
  50. package/dist/esm/versions/v2/api/organizations-api.js +10 -10
  51. package/dist/esm/versions/v2/api/persons-api.js +10 -10
  52. package/dist/esm/versions/v2/api/pipelines-api.js +5 -5
  53. package/dist/esm/versions/v2/api/products-api.js +14 -14
  54. package/dist/esm/versions/v2/api/stages-api.js +5 -5
  55. package/dist/esm/versions/v2/api/users-api.js +1 -1
  56. package/dist/esm/versions/v2/models/add-deal-request.d.ts +10 -0
  57. package/dist/esm/versions/v2/models/deal-item.d.ts +4 -4
  58. package/dist/esm/versions/v2/models/deal-item1.d.ts +4 -4
  59. package/dist/esm/versions/v2/models/update-deal-request.d.ts +10 -0
  60. package/dist/versions/v1/api/activities-api.js +7 -7
  61. package/dist/versions/v1/api/activity-fields-api.js +1 -1
  62. package/dist/versions/v1/api/activity-types-api.js +5 -5
  63. package/dist/versions/v1/api/billing-api.js +1 -1
  64. package/dist/versions/v1/api/call-logs-api.js +5 -5
  65. package/dist/versions/v1/api/channels-api.js +4 -4
  66. package/dist/versions/v1/api/currencies-api.js +1 -1
  67. package/dist/versions/v1/api/deal-fields-api.js +6 -6
  68. package/dist/versions/v1/api/deals-api.js +33 -33
  69. package/dist/versions/v1/api/files-api.js +8 -8
  70. package/dist/versions/v1/api/filters-api.js +7 -7
  71. package/dist/versions/v1/api/goals-api.js +5 -5
  72. package/dist/versions/v1/api/item-search-api.js +2 -2
  73. package/dist/versions/v1/api/lead-labels-api.js +4 -4
  74. package/dist/versions/v1/api/lead-sources-api.js +1 -1
  75. package/dist/versions/v1/api/leads-api.js +8 -8
  76. package/dist/versions/v1/api/legacy-teams-api.js +8 -8
  77. package/dist/versions/v1/api/mailbox-api.js +6 -6
  78. package/dist/versions/v1/api/meetings-api.js +2 -2
  79. package/dist/versions/v1/api/note-fields-api.js +1 -1
  80. package/dist/versions/v1/api/notes-api.js +10 -10
  81. package/dist/versions/v1/api/organization-fields-api.js +6 -6
  82. package/dist/versions/v1/api/organization-relationships-api.js +5 -5
  83. package/dist/versions/v1/api/organizations-api.js +20 -20
  84. package/dist/versions/v1/api/permission-sets-api.js +3 -3
  85. package/dist/versions/v1/api/person-fields-api.js +6 -6
  86. package/dist/versions/v1/api/persons-api.js +22 -22
  87. package/dist/versions/v1/api/pipelines-api.js +8 -8
  88. package/dist/versions/v1/api/product-fields-api.js +6 -6
  89. package/dist/versions/v1/api/products-api.js +12 -12
  90. package/dist/versions/v1/api/project-templates-api.js +4 -4
  91. package/dist/versions/v1/api/projects-api.js +14 -14
  92. package/dist/versions/v1/api/recents-api.js +1 -1
  93. package/dist/versions/v1/api/roles-api.js +12 -12
  94. package/dist/versions/v1/api/stages-api.js +7 -7
  95. package/dist/versions/v1/api/subscriptions-api.js +9 -9
  96. package/dist/versions/v1/api/tasks-api.js +5 -5
  97. package/dist/versions/v1/api/user-connections-api.js +1 -1
  98. package/dist/versions/v1/api/user-settings-api.js +1 -1
  99. package/dist/versions/v1/api/users-api.js +10 -10
  100. package/dist/versions/v1/api/webhooks-api.js +3 -3
  101. package/dist/versions/v1/models/base-deal.d.ts +5 -0
  102. package/dist/versions/v1/models/new-deal-parameters.d.ts +10 -0
  103. package/dist/versions/v1/models/update-deal-parameters.d.ts +5 -0
  104. package/dist/versions/v2/api/activities-api.js +5 -5
  105. package/dist/versions/v2/api/beta-api.js +8 -8
  106. package/dist/versions/v2/api/deals-api.js +26 -26
  107. package/dist/versions/v2/api/item-search-api.js +2 -2
  108. package/dist/versions/v2/api/leads-api.js +3 -3
  109. package/dist/versions/v2/api/organizations-api.js +10 -10
  110. package/dist/versions/v2/api/persons-api.js +10 -10
  111. package/dist/versions/v2/api/pipelines-api.js +5 -5
  112. package/dist/versions/v2/api/products-api.js +14 -14
  113. package/dist/versions/v2/api/stages-api.js +5 -5
  114. package/dist/versions/v2/api/users-api.js +1 -1
  115. package/dist/versions/v2/models/add-deal-request.d.ts +10 -0
  116. package/dist/versions/v2/models/deal-item.d.ts +4 -4
  117. package/dist/versions/v2/models/deal-item1.d.ts +4 -4
  118. package/dist/versions/v2/models/update-deal-request.d.ts +10 -0
  119. package/package.json +1 -1
@@ -57,7 +57,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
57
57
  const localVarHeaderParameter = {};
58
58
  const localVarQueryParameter = {};
59
59
  // authentication api_key required
60
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["products:full"], configuration);
@@ -94,7 +94,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
94
94
  const localVarHeaderParameter = {};
95
95
  const localVarQueryParameter = {};
96
96
  // authentication api_key required
97
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["products:full"], configuration);
@@ -130,7 +130,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
130
130
  const localVarHeaderParameter = {};
131
131
  const localVarQueryParameter = {};
132
132
  // authentication api_key required
133
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["products:full"], configuration);
@@ -168,7 +168,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
168
168
  const localVarHeaderParameter = {};
169
169
  const localVarQueryParameter = {};
170
170
  // authentication api_key required
171
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["products:full"], configuration);
@@ -202,7 +202,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
202
202
  const localVarHeaderParameter = {};
203
203
  const localVarQueryParameter = {};
204
204
  // authentication api_key required
205
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["products:read", "products:full"], configuration);
@@ -239,7 +239,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
239
239
  const localVarHeaderParameter = {};
240
240
  const localVarQueryParameter = {};
241
241
  // authentication api_key required
242
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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:read", "deals:full"], configuration);
@@ -285,7 +285,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
285
285
  const localVarHeaderParameter = {};
286
286
  const localVarQueryParameter = {};
287
287
  // authentication api_key required
288
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
288
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
289
289
  // authentication oauth2 required
290
290
  // oauth required
291
291
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:read", "products:full"], configuration);
@@ -330,7 +330,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
330
330
  const localVarHeaderParameter = {};
331
331
  const localVarQueryParameter = {};
332
332
  // authentication api_key required
333
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
333
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
334
334
  // authentication oauth2 required
335
335
  // oauth required
336
336
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:read", "products:full"], configuration);
@@ -370,7 +370,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
370
370
  const localVarHeaderParameter = {};
371
371
  const localVarQueryParameter = {};
372
372
  // authentication api_key required
373
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
373
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
374
374
  // authentication oauth2 required
375
375
  // oauth required
376
376
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:read", "products:full"], configuration);
@@ -407,7 +407,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
407
407
  const localVarHeaderParameter = {};
408
408
  const localVarQueryParameter = {};
409
409
  // authentication api_key required
410
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
410
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
411
411
  // authentication oauth2 required
412
412
  // oauth required
413
413
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:read", "products:full"], configuration);
@@ -466,7 +466,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
466
466
  const localVarHeaderParameter = {};
467
467
  const localVarQueryParameter = {};
468
468
  // authentication api_key required
469
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
469
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
470
470
  // authentication oauth2 required
471
471
  // oauth required
472
472
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:read", "products:full", "search:read"], configuration);
@@ -519,7 +519,7 @@ const ProductsApiAxiosParamCreator = function (configuration) {
519
519
  const localVarHeaderParameter = {};
520
520
  const localVarQueryParameter = {};
521
521
  // authentication api_key required
522
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
522
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
523
523
  // authentication oauth2 required
524
524
  // oauth required
525
525
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:full"], configuration);
@@ -60,7 +60,7 @@ const ProjectTemplatesApiAxiosParamCreator = function (configuration) {
60
60
  const localVarHeaderParameter = {};
61
61
  const localVarQueryParameter = {};
62
62
  // authentication api_key required
63
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["projects:read", "projects:full"], configuration);
@@ -92,7 +92,7 @@ const ProjectTemplatesApiAxiosParamCreator = function (configuration) {
92
92
  const localVarHeaderParameter = {};
93
93
  const localVarQueryParameter = {};
94
94
  // authentication api_key required
95
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["projects:read", "projects:full"], configuration);
@@ -132,7 +132,7 @@ const ProjectTemplatesApiAxiosParamCreator = function (configuration) {
132
132
  const localVarHeaderParameter = {};
133
133
  const localVarQueryParameter = {};
134
134
  // authentication api_key required
135
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["projects:read", "projects:full"], configuration);
@@ -166,7 +166,7 @@ const ProjectTemplatesApiAxiosParamCreator = function (configuration) {
166
166
  const localVarHeaderParameter = {};
167
167
  const localVarQueryParameter = {};
168
168
  // authentication api_key required
169
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["projects:read"], configuration);
@@ -57,7 +57,7 @@ const ProjectsApiAxiosParamCreator = function (configuration) {
57
57
  const localVarHeaderParameter = {};
58
58
  const localVarQueryParameter = {};
59
59
  // authentication api_key required
60
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["projects:full"], configuration);
@@ -93,7 +93,7 @@ const ProjectsApiAxiosParamCreator = function (configuration) {
93
93
  const localVarHeaderParameter = {};
94
94
  const localVarQueryParameter = {};
95
95
  // authentication api_key required
96
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["projects:full"], configuration);
@@ -127,7 +127,7 @@ const ProjectsApiAxiosParamCreator = function (configuration) {
127
127
  const localVarHeaderParameter = {};
128
128
  const localVarQueryParameter = {};
129
129
  // authentication api_key required
130
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
130
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
131
131
  // authentication oauth2 required
132
132
  // oauth required
133
133
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["projects:full"], configuration);
@@ -161,7 +161,7 @@ const ProjectsApiAxiosParamCreator = function (configuration) {
161
161
  const localVarHeaderParameter = {};
162
162
  const localVarQueryParameter = {};
163
163
  // authentication api_key required
164
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
164
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
165
165
  // authentication oauth2 required
166
166
  // oauth required
167
167
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["projects:read", "projects:full"], configuration);
@@ -195,7 +195,7 @@ const ProjectsApiAxiosParamCreator = function (configuration) {
195
195
  const localVarHeaderParameter = {};
196
196
  const localVarQueryParameter = {};
197
197
  // authentication api_key required
198
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["projects:read", "projects:full"], configuration);
@@ -229,7 +229,7 @@ const ProjectsApiAxiosParamCreator = function (configuration) {
229
229
  const localVarHeaderParameter = {};
230
230
  const localVarQueryParameter = {};
231
231
  // authentication api_key required
232
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
232
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
233
233
  // authentication oauth2 required
234
234
  // oauth required
235
235
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["projects:read", "projects:full"], configuration);
@@ -263,7 +263,7 @@ const ProjectsApiAxiosParamCreator = function (configuration) {
263
263
  const localVarHeaderParameter = {};
264
264
  const localVarQueryParameter = {};
265
265
  // authentication api_key required
266
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["projects:read", "projects:full"], configuration);
@@ -297,7 +297,7 @@ const ProjectsApiAxiosParamCreator = function (configuration) {
297
297
  const localVarHeaderParameter = {};
298
298
  const localVarQueryParameter = {};
299
299
  // authentication api_key required
300
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
300
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
301
301
  // authentication oauth2 required
302
302
  // oauth required
303
303
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["projects:read", "projects:full"], configuration);
@@ -333,7 +333,7 @@ const ProjectsApiAxiosParamCreator = function (configuration) {
333
333
  const localVarHeaderParameter = {};
334
334
  const localVarQueryParameter = {};
335
335
  // authentication api_key required
336
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
336
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
337
337
  // authentication oauth2 required
338
338
  // oauth required
339
339
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["projects:read", "projects:full"], configuration);
@@ -381,7 +381,7 @@ const ProjectsApiAxiosParamCreator = function (configuration) {
381
381
  const localVarHeaderParameter = {};
382
382
  const localVarQueryParameter = {};
383
383
  // authentication api_key required
384
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
384
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
385
385
  // authentication oauth2 required
386
386
  // oauth required
387
387
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["projects:read", "projects:full"], configuration);
@@ -414,7 +414,7 @@ const ProjectsApiAxiosParamCreator = function (configuration) {
414
414
  const localVarHeaderParameter = {};
415
415
  const localVarQueryParameter = {};
416
416
  // authentication api_key required
417
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
417
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
418
418
  // authentication oauth2 required
419
419
  // oauth required
420
420
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["projects:read", "projects:full"], configuration);
@@ -456,7 +456,7 @@ const ProjectsApiAxiosParamCreator = function (configuration) {
456
456
  const localVarHeaderParameter = {};
457
457
  const localVarQueryParameter = {};
458
458
  // authentication api_key required
459
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["projects:full"], configuration);
@@ -497,7 +497,7 @@ const ProjectsApiAxiosParamCreator = function (configuration) {
497
497
  const localVarHeaderParameter = {};
498
498
  const localVarQueryParameter = {};
499
499
  // authentication api_key required
500
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
500
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
501
501
  // authentication oauth2 required
502
502
  // oauth required
503
503
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["projects:full"], configuration);
@@ -534,7 +534,7 @@ const ProjectsApiAxiosParamCreator = function (configuration) {
534
534
  const localVarHeaderParameter = {};
535
535
  const localVarQueryParameter = {};
536
536
  // authentication api_key required
537
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
537
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
538
538
  // authentication oauth2 required
539
539
  // oauth required
540
540
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["projects:full"], configuration);
@@ -62,7 +62,7 @@ const RecentsApiAxiosParamCreator = function (configuration) {
62
62
  const localVarHeaderParameter = {};
63
63
  const localVarQueryParameter = {};
64
64
  // authentication api_key required
65
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
65
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
66
66
  // authentication oauth2 required
67
67
  // oauth required
68
68
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["recents:read", "search:read"], configuration);
@@ -61,7 +61,7 @@ const RolesApiAxiosParamCreator = function (configuration) {
61
61
  const localVarHeaderParameter = {};
62
62
  const localVarQueryParameter = {};
63
63
  // authentication api_key required
64
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["admin"], configuration);
@@ -94,7 +94,7 @@ const RolesApiAxiosParamCreator = function (configuration) {
94
94
  const localVarHeaderParameter = {};
95
95
  const localVarQueryParameter = {};
96
96
  // authentication api_key required
97
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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 RolesApiAxiosParamCreator = function (configuration) {
131
131
  const localVarHeaderParameter = {};
132
132
  const localVarQueryParameter = {};
133
133
  // authentication api_key required
134
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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);
@@ -167,7 +167,7 @@ const RolesApiAxiosParamCreator = function (configuration) {
167
167
  const localVarHeaderParameter = {};
168
168
  const localVarQueryParameter = {};
169
169
  // authentication api_key required
170
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["admin"], configuration);
@@ -202,7 +202,7 @@ const RolesApiAxiosParamCreator = function (configuration) {
202
202
  const localVarHeaderParameter = {};
203
203
  const localVarQueryParameter = {};
204
204
  // authentication api_key required
205
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["admin"], configuration);
@@ -238,7 +238,7 @@ const RolesApiAxiosParamCreator = function (configuration) {
238
238
  const localVarHeaderParameter = {};
239
239
  const localVarQueryParameter = {};
240
240
  // authentication api_key required
241
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
241
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
242
242
  // authentication oauth2 required
243
243
  // oauth required
244
244
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
@@ -274,7 +274,7 @@ const RolesApiAxiosParamCreator = function (configuration) {
274
274
  const localVarHeaderParameter = {};
275
275
  const localVarQueryParameter = {};
276
276
  // authentication api_key required
277
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
277
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
278
278
  // authentication oauth2 required
279
279
  // oauth required
280
280
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
@@ -315,7 +315,7 @@ const RolesApiAxiosParamCreator = function (configuration) {
315
315
  const localVarHeaderParameter = {};
316
316
  const localVarQueryParameter = {};
317
317
  // authentication api_key required
318
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["admin"], configuration);
@@ -352,7 +352,7 @@ const RolesApiAxiosParamCreator = function (configuration) {
352
352
  const localVarHeaderParameter = {};
353
353
  const localVarQueryParameter = {};
354
354
  // authentication api_key required
355
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
355
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
356
356
  // authentication oauth2 required
357
357
  // oauth required
358
358
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
@@ -384,7 +384,7 @@ const RolesApiAxiosParamCreator = function (configuration) {
384
384
  const localVarHeaderParameter = {};
385
385
  const localVarQueryParameter = {};
386
386
  // authentication api_key required
387
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
387
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
388
388
  // authentication oauth2 required
389
389
  // oauth required
390
390
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
@@ -425,7 +425,7 @@ const RolesApiAxiosParamCreator = function (configuration) {
425
425
  const localVarHeaderParameter = {};
426
426
  const localVarQueryParameter = {};
427
427
  // authentication api_key required
428
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
428
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
429
429
  // authentication oauth2 required
430
430
  // oauth required
431
431
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
@@ -462,7 +462,7 @@ const RolesApiAxiosParamCreator = function (configuration) {
462
462
  const localVarHeaderParameter = {};
463
463
  const localVarQueryParameter = {};
464
464
  // authentication api_key required
465
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
465
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
466
466
  // authentication oauth2 required
467
467
  // oauth required
468
468
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
@@ -57,7 +57,7 @@ const StagesApiAxiosParamCreator = function (configuration) {
57
57
  const localVarHeaderParameter = {};
58
58
  const localVarQueryParameter = {};
59
59
  // authentication api_key required
60
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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 StagesApiAxiosParamCreator = function (configuration) {
93
93
  const localVarHeaderParameter = {};
94
94
  const localVarQueryParameter = {};
95
95
  // authentication api_key required
96
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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 StagesApiAxiosParamCreator = function (configuration) {
126
126
  const localVarHeaderParameter = {};
127
127
  const localVarQueryParameter = {};
128
128
  // authentication api_key required
129
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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);
@@ -164,7 +164,7 @@ const StagesApiAxiosParamCreator = function (configuration) {
164
164
  const localVarHeaderParameter = {};
165
165
  const localVarQueryParameter = {};
166
166
  // authentication api_key required
167
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["deals:read", "deals:full", "admin"], configuration);
@@ -206,7 +206,7 @@ const StagesApiAxiosParamCreator = function (configuration) {
206
206
  const localVarHeaderParameter = {};
207
207
  const localVarQueryParameter = {};
208
208
  // authentication api_key required
209
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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"], configuration);
@@ -254,7 +254,7 @@ const StagesApiAxiosParamCreator = function (configuration) {
254
254
  const localVarHeaderParameter = {};
255
255
  const localVarQueryParameter = {};
256
256
  // authentication api_key required
257
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
257
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
258
258
  // authentication oauth2 required
259
259
  // oauth required
260
260
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "admin"], configuration);
@@ -298,7 +298,7 @@ const StagesApiAxiosParamCreator = function (configuration) {
298
298
  const localVarHeaderParameter = {};
299
299
  const localVarQueryParameter = {};
300
300
  // authentication api_key required
301
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["admin"], configuration);
@@ -57,7 +57,7 @@ const SubscriptionsApiAxiosParamCreator = function (configuration) {
57
57
  const localVarHeaderParameter = {};
58
58
  const localVarQueryParameter = {};
59
59
  // authentication api_key required
60
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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);
@@ -90,7 +90,7 @@ const SubscriptionsApiAxiosParamCreator = function (configuration) {
90
90
  const localVarHeaderParameter = {};
91
91
  const localVarQueryParameter = {};
92
92
  // authentication api_key required
93
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
93
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
94
94
  // authentication oauth2 required
95
95
  // oauth required
96
96
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:full"], configuration);
@@ -127,7 +127,7 @@ const SubscriptionsApiAxiosParamCreator = function (configuration) {
127
127
  const localVarHeaderParameter = {};
128
128
  const localVarQueryParameter = {};
129
129
  // authentication api_key required
130
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
130
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
131
131
  // authentication oauth2 required
132
132
  // oauth required
133
133
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:full"], configuration);
@@ -163,7 +163,7 @@ const SubscriptionsApiAxiosParamCreator = function (configuration) {
163
163
  const localVarHeaderParameter = {};
164
164
  const localVarQueryParameter = {};
165
165
  // authentication api_key required
166
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["deals:full"], configuration);
@@ -197,7 +197,7 @@ const SubscriptionsApiAxiosParamCreator = function (configuration) {
197
197
  const localVarHeaderParameter = {};
198
198
  const localVarQueryParameter = {};
199
199
  // authentication api_key required
200
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["deals:read", "deals:full"], configuration);
@@ -231,7 +231,7 @@ const SubscriptionsApiAxiosParamCreator = function (configuration) {
231
231
  const localVarHeaderParameter = {};
232
232
  const localVarQueryParameter = {};
233
233
  // authentication api_key required
234
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["deals:read", "deals:full"], configuration);
@@ -265,7 +265,7 @@ const SubscriptionsApiAxiosParamCreator = function (configuration) {
265
265
  const localVarHeaderParameter = {};
266
266
  const localVarQueryParameter = {};
267
267
  // authentication api_key required
268
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
268
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
269
269
  // authentication oauth2 required
270
270
  // oauth required
271
271
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full"], configuration);
@@ -300,7 +300,7 @@ const SubscriptionsApiAxiosParamCreator = function (configuration) {
300
300
  const localVarHeaderParameter = {};
301
301
  const localVarQueryParameter = {};
302
302
  // authentication api_key required
303
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
303
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
304
304
  // authentication oauth2 required
305
305
  // oauth required
306
306
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:full"], configuration);
@@ -337,7 +337,7 @@ const SubscriptionsApiAxiosParamCreator = function (configuration) {
337
337
  const localVarHeaderParameter = {};
338
338
  const localVarQueryParameter = {};
339
339
  // authentication api_key required
340
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["deals:full"], configuration);
@@ -57,7 +57,7 @@ const TasksApiAxiosParamCreator = function (configuration) {
57
57
  const localVarHeaderParameter = {};
58
58
  const localVarQueryParameter = {};
59
59
  // authentication api_key required
60
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["projects:full"], configuration);
@@ -93,7 +93,7 @@ const TasksApiAxiosParamCreator = function (configuration) {
93
93
  const localVarHeaderParameter = {};
94
94
  const localVarQueryParameter = {};
95
95
  // authentication api_key required
96
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["projects:full"], configuration);
@@ -127,7 +127,7 @@ const TasksApiAxiosParamCreator = function (configuration) {
127
127
  const localVarHeaderParameter = {};
128
128
  const localVarQueryParameter = {};
129
129
  // authentication api_key required
130
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
130
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
131
131
  // authentication oauth2 required
132
132
  // oauth required
133
133
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["projects:read", "projects:full"], configuration);
@@ -163,7 +163,7 @@ const TasksApiAxiosParamCreator = function (configuration) {
163
163
  const localVarHeaderParameter = {};
164
164
  const localVarQueryParameter = {};
165
165
  // authentication api_key required
166
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["projects:read", "projects:full"], configuration);
@@ -216,7 +216,7 @@ const TasksApiAxiosParamCreator = function (configuration) {
216
216
  const localVarHeaderParameter = {};
217
217
  const localVarQueryParameter = {};
218
218
  // authentication api_key required
219
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
219
+ yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
220
220
  // authentication oauth2 required
221
221
  // oauth required
222
222
  yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["projects:full"], configuration);
@@ -56,7 +56,7 @@ const UserConnectionsApiAxiosParamCreator = function (configuration) {
56
56
  const localVarHeaderParameter = {};
57
57
  const localVarQueryParameter = {};
58
58
  // authentication api_key required
59
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["base"], configuration);
@@ -56,7 +56,7 @@ const UserSettingsApiAxiosParamCreator = function (configuration) {
56
56
  const localVarHeaderParameter = {};
57
57
  const localVarQueryParameter = {};
58
58
  // authentication api_key required
59
- yield (0, common_1.setApiKeyToObject)(localVarQueryParameter, "api_token", configuration);
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", ["base"], configuration);