pipedrive 26.0.0 → 27.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/versions/v1/api/activities-api.js +7 -7
- package/dist/esm/versions/v1/api/activity-fields-api.js +1 -1
- package/dist/esm/versions/v1/api/activity-types-api.js +5 -5
- package/dist/esm/versions/v1/api/billing-api.js +1 -1
- package/dist/esm/versions/v1/api/call-logs-api.js +5 -5
- package/dist/esm/versions/v1/api/channels-api.js +4 -4
- package/dist/esm/versions/v1/api/currencies-api.js +1 -1
- package/dist/esm/versions/v1/api/deal-fields-api.js +6 -6
- package/dist/esm/versions/v1/api/deals-api.js +33 -33
- package/dist/esm/versions/v1/api/files-api.js +8 -8
- package/dist/esm/versions/v1/api/filters-api.js +7 -7
- package/dist/esm/versions/v1/api/goals-api.js +5 -5
- package/dist/esm/versions/v1/api/item-search-api.js +2 -2
- package/dist/esm/versions/v1/api/lead-labels-api.js +4 -4
- package/dist/esm/versions/v1/api/lead-sources-api.js +1 -1
- package/dist/esm/versions/v1/api/leads-api.js +8 -8
- package/dist/esm/versions/v1/api/legacy-teams-api.js +8 -8
- package/dist/esm/versions/v1/api/mailbox-api.js +6 -6
- package/dist/esm/versions/v1/api/meetings-api.js +2 -2
- package/dist/esm/versions/v1/api/note-fields-api.js +1 -1
- package/dist/esm/versions/v1/api/notes-api.js +10 -10
- package/dist/esm/versions/v1/api/organization-fields-api.js +6 -6
- package/dist/esm/versions/v1/api/organization-relationships-api.js +5 -5
- package/dist/esm/versions/v1/api/organizations-api.js +20 -20
- package/dist/esm/versions/v1/api/permission-sets-api.js +3 -3
- package/dist/esm/versions/v1/api/person-fields-api.js +6 -6
- package/dist/esm/versions/v1/api/persons-api.js +22 -22
- package/dist/esm/versions/v1/api/pipelines-api.js +8 -8
- package/dist/esm/versions/v1/api/product-fields-api.js +6 -6
- package/dist/esm/versions/v1/api/products-api.js +12 -12
- package/dist/esm/versions/v1/api/project-templates-api.js +4 -4
- package/dist/esm/versions/v1/api/projects-api.js +14 -14
- package/dist/esm/versions/v1/api/recents-api.js +1 -1
- package/dist/esm/versions/v1/api/roles-api.js +12 -12
- package/dist/esm/versions/v1/api/stages-api.js +7 -7
- package/dist/esm/versions/v1/api/subscriptions-api.js +9 -9
- package/dist/esm/versions/v1/api/tasks-api.js +5 -5
- package/dist/esm/versions/v1/api/user-connections-api.js +1 -1
- package/dist/esm/versions/v1/api/user-settings-api.js +1 -1
- package/dist/esm/versions/v1/api/users-api.js +10 -10
- package/dist/esm/versions/v1/api/webhooks-api.js +3 -3
- package/dist/esm/versions/v1/models/base-deal.d.ts +5 -0
- package/dist/esm/versions/v1/models/new-deal-parameters.d.ts +10 -0
- package/dist/esm/versions/v1/models/update-deal-parameters.d.ts +5 -0
- package/dist/esm/versions/v2/api/activities-api.js +5 -5
- package/dist/esm/versions/v2/api/beta-api.js +8 -8
- package/dist/esm/versions/v2/api/deals-api.js +26 -26
- package/dist/esm/versions/v2/api/item-search-api.js +2 -2
- package/dist/esm/versions/v2/api/leads-api.js +3 -3
- package/dist/esm/versions/v2/api/organizations-api.js +10 -10
- package/dist/esm/versions/v2/api/persons-api.js +10 -10
- package/dist/esm/versions/v2/api/pipelines-api.js +5 -5
- package/dist/esm/versions/v2/api/products-api.js +14 -14
- package/dist/esm/versions/v2/api/stages-api.js +5 -5
- package/dist/esm/versions/v2/api/users-api.js +1 -1
- package/dist/esm/versions/v2/models/add-deal-request.d.ts +10 -0
- package/dist/esm/versions/v2/models/deal-item.d.ts +4 -4
- package/dist/esm/versions/v2/models/deal-item1.d.ts +4 -4
- package/dist/esm/versions/v2/models/update-deal-request.d.ts +10 -0
- package/dist/versions/v1/api/activities-api.js +7 -7
- package/dist/versions/v1/api/activity-fields-api.js +1 -1
- package/dist/versions/v1/api/activity-types-api.js +5 -5
- package/dist/versions/v1/api/billing-api.js +1 -1
- package/dist/versions/v1/api/call-logs-api.js +5 -5
- package/dist/versions/v1/api/channels-api.js +4 -4
- package/dist/versions/v1/api/currencies-api.js +1 -1
- package/dist/versions/v1/api/deal-fields-api.js +6 -6
- package/dist/versions/v1/api/deals-api.js +33 -33
- package/dist/versions/v1/api/files-api.js +8 -8
- package/dist/versions/v1/api/filters-api.js +7 -7
- package/dist/versions/v1/api/goals-api.js +5 -5
- package/dist/versions/v1/api/item-search-api.js +2 -2
- package/dist/versions/v1/api/lead-labels-api.js +4 -4
- package/dist/versions/v1/api/lead-sources-api.js +1 -1
- package/dist/versions/v1/api/leads-api.js +8 -8
- package/dist/versions/v1/api/legacy-teams-api.js +8 -8
- package/dist/versions/v1/api/mailbox-api.js +6 -6
- package/dist/versions/v1/api/meetings-api.js +2 -2
- package/dist/versions/v1/api/note-fields-api.js +1 -1
- package/dist/versions/v1/api/notes-api.js +10 -10
- package/dist/versions/v1/api/organization-fields-api.js +6 -6
- package/dist/versions/v1/api/organization-relationships-api.js +5 -5
- package/dist/versions/v1/api/organizations-api.js +20 -20
- package/dist/versions/v1/api/permission-sets-api.js +3 -3
- package/dist/versions/v1/api/person-fields-api.js +6 -6
- package/dist/versions/v1/api/persons-api.js +22 -22
- package/dist/versions/v1/api/pipelines-api.js +8 -8
- package/dist/versions/v1/api/product-fields-api.js +6 -6
- package/dist/versions/v1/api/products-api.js +12 -12
- package/dist/versions/v1/api/project-templates-api.js +4 -4
- package/dist/versions/v1/api/projects-api.js +14 -14
- package/dist/versions/v1/api/recents-api.js +1 -1
- package/dist/versions/v1/api/roles-api.js +12 -12
- package/dist/versions/v1/api/stages-api.js +7 -7
- package/dist/versions/v1/api/subscriptions-api.js +9 -9
- package/dist/versions/v1/api/tasks-api.js +5 -5
- package/dist/versions/v1/api/user-connections-api.js +1 -1
- package/dist/versions/v1/api/user-settings-api.js +1 -1
- package/dist/versions/v1/api/users-api.js +10 -10
- package/dist/versions/v1/api/webhooks-api.js +3 -3
- package/dist/versions/v1/models/base-deal.d.ts +5 -0
- package/dist/versions/v1/models/new-deal-parameters.d.ts +10 -0
- package/dist/versions/v1/models/update-deal-parameters.d.ts +5 -0
- package/dist/versions/v2/api/activities-api.js +5 -5
- package/dist/versions/v2/api/beta-api.js +8 -8
- package/dist/versions/v2/api/deals-api.js +26 -26
- package/dist/versions/v2/api/item-search-api.js +2 -2
- package/dist/versions/v2/api/leads-api.js +3 -3
- package/dist/versions/v2/api/organizations-api.js +10 -10
- package/dist/versions/v2/api/persons-api.js +10 -10
- package/dist/versions/v2/api/pipelines-api.js +5 -5
- package/dist/versions/v2/api/products-api.js +14 -14
- package/dist/versions/v2/api/stages-api.js +5 -5
- package/dist/versions/v2/api/users-api.js +1 -1
- package/dist/versions/v2/models/add-deal-request.d.ts +10 -0
- package/dist/versions/v2/models/deal-item.d.ts +4 -4
- package/dist/versions/v2/models/deal-item1.d.ts +4 -4
- package/dist/versions/v2/models/update-deal-request.d.ts +10 -0
- package/package.json +1 -1
@@ -57,7 +57,7 @@ const OrganizationsApiAxiosParamCreator = 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);
|
@@ -94,7 +94,7 @@ const OrganizationsApiAxiosParamCreator = 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", ["contacts:full"], configuration);
|
@@ -130,7 +130,7 @@ const OrganizationsApiAxiosParamCreator = 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", ["contacts:full"], configuration);
|
@@ -168,7 +168,7 @@ const OrganizationsApiAxiosParamCreator = 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", ["contacts:full"], configuration);
|
@@ -201,7 +201,7 @@ const OrganizationsApiAxiosParamCreator = 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", ["contacts:full"], configuration);
|
@@ -238,7 +238,7 @@ const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
238
238
|
const localVarHeaderParameter = {};
|
239
239
|
const localVarQueryParameter = {};
|
240
240
|
// authentication api_key required
|
241
|
-
yield (0, common_1.setApiKeyToObject)(
|
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", ["contacts:read", "contacts:full"], configuration);
|
@@ -276,7 +276,7 @@ const OrganizationsApiAxiosParamCreator = 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", ["activities:read", "activities:full"], configuration);
|
@@ -324,7 +324,7 @@ const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
324
324
|
const localVarHeaderParameter = {};
|
325
325
|
const localVarQueryParameter = {};
|
326
326
|
// authentication api_key required
|
327
|
-
yield (0, common_1.setApiKeyToObject)(
|
327
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
328
328
|
// authentication oauth2 required
|
329
329
|
// oauth required
|
330
330
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["recents:read"], configuration);
|
@@ -369,7 +369,7 @@ const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
369
369
|
const localVarHeaderParameter = {};
|
370
370
|
const localVarQueryParameter = {};
|
371
371
|
// authentication api_key required
|
372
|
-
yield (0, common_1.setApiKeyToObject)(
|
372
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
373
373
|
// authentication oauth2 required
|
374
374
|
// oauth required
|
375
375
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full"], configuration);
|
@@ -421,7 +421,7 @@ const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
421
421
|
const localVarHeaderParameter = {};
|
422
422
|
const localVarQueryParameter = {};
|
423
423
|
// authentication api_key required
|
424
|
-
yield (0, common_1.setApiKeyToObject)(
|
424
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
425
425
|
// authentication oauth2 required
|
426
426
|
// oauth required
|
427
427
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full"], configuration);
|
@@ -464,7 +464,7 @@ const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
464
464
|
const localVarHeaderParameter = {};
|
465
465
|
const localVarQueryParameter = {};
|
466
466
|
// authentication api_key required
|
467
|
-
yield (0, common_1.setApiKeyToObject)(
|
467
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
468
468
|
// authentication oauth2 required
|
469
469
|
// oauth required
|
470
470
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full"], configuration);
|
@@ -500,7 +500,7 @@ const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
500
500
|
const localVarHeaderParameter = {};
|
501
501
|
const localVarQueryParameter = {};
|
502
502
|
// authentication api_key required
|
503
|
-
yield (0, common_1.setApiKeyToObject)(
|
503
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
504
504
|
// authentication oauth2 required
|
505
505
|
// oauth required
|
506
506
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["mail:read", "mail:full"], configuration);
|
@@ -542,7 +542,7 @@ const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
542
542
|
const localVarHeaderParameter = {};
|
543
543
|
const localVarQueryParameter = {};
|
544
544
|
// authentication api_key required
|
545
|
-
yield (0, common_1.setApiKeyToObject)(
|
545
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
546
546
|
// authentication oauth2 required
|
547
547
|
// oauth required
|
548
548
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full"], configuration);
|
@@ -586,7 +586,7 @@ const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
586
586
|
const localVarHeaderParameter = {};
|
587
587
|
const localVarQueryParameter = {};
|
588
588
|
// authentication api_key required
|
589
|
-
yield (0, common_1.setApiKeyToObject)(
|
589
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
590
590
|
// authentication oauth2 required
|
591
591
|
// oauth required
|
592
592
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["recents:read"], configuration);
|
@@ -632,7 +632,7 @@ const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
632
632
|
const localVarHeaderParameter = {};
|
633
633
|
const localVarQueryParameter = {};
|
634
634
|
// authentication api_key required
|
635
|
-
yield (0, common_1.setApiKeyToObject)(
|
635
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
636
636
|
// authentication oauth2 required
|
637
637
|
// oauth required
|
638
638
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full"], configuration);
|
@@ -668,7 +668,7 @@ const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
668
668
|
const localVarHeaderParameter = {};
|
669
669
|
const localVarQueryParameter = {};
|
670
670
|
// authentication api_key required
|
671
|
-
yield (0, common_1.setApiKeyToObject)(
|
671
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
672
672
|
// authentication oauth2 required
|
673
673
|
// oauth required
|
674
674
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full"], configuration);
|
@@ -722,7 +722,7 @@ const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
722
722
|
const localVarHeaderParameter = {};
|
723
723
|
const localVarQueryParameter = {};
|
724
724
|
// authentication api_key required
|
725
|
-
yield (0, common_1.setApiKeyToObject)(
|
725
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
726
726
|
// authentication oauth2 required
|
727
727
|
// oauth required
|
728
728
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full"], configuration);
|
@@ -775,7 +775,7 @@ const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
775
775
|
const localVarHeaderParameter = {};
|
776
776
|
const localVarQueryParameter = {};
|
777
777
|
// authentication api_key required
|
778
|
-
yield (0, common_1.setApiKeyToObject)(
|
778
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
779
779
|
// authentication oauth2 required
|
780
780
|
// oauth required
|
781
781
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:full"], configuration);
|
@@ -814,7 +814,7 @@ const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
814
814
|
const localVarHeaderParameter = {};
|
815
815
|
const localVarQueryParameter = {};
|
816
816
|
// authentication api_key required
|
817
|
-
yield (0, common_1.setApiKeyToObject)(
|
817
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
818
818
|
// authentication oauth2 required
|
819
819
|
// oauth required
|
820
820
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "search:read"], configuration);
|
@@ -864,7 +864,7 @@ const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
864
864
|
const localVarHeaderParameter = {};
|
865
865
|
const localVarQueryParameter = {};
|
866
866
|
// authentication api_key required
|
867
|
-
yield (0, common_1.setApiKeyToObject)(
|
867
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
868
868
|
// authentication oauth2 required
|
869
869
|
// oauth required
|
870
870
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:full"], configuration);
|
@@ -60,7 +60,7 @@ const PermissionSetsApiAxiosParamCreator = 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", ["admin"], configuration);
|
@@ -96,7 +96,7 @@ const PermissionSetsApiAxiosParamCreator = function (configuration) {
|
|
96
96
|
const localVarHeaderParameter = {};
|
97
97
|
const localVarQueryParameter = {};
|
98
98
|
// authentication api_key required
|
99
|
-
yield (0, common_1.setApiKeyToObject)(
|
99
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
100
100
|
// authentication oauth2 required
|
101
101
|
// oauth required
|
102
102
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
@@ -133,7 +133,7 @@ const PermissionSetsApiAxiosParamCreator = 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", ["admin"], configuration);
|
@@ -57,7 +57,7 @@ const PersonFieldsApiAxiosParamCreator = 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 PersonFieldsApiAxiosParamCreator = 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 PersonFieldsApiAxiosParamCreator = 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 PersonFieldsApiAxiosParamCreator = 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 PersonFieldsApiAxiosParamCreator = 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 PersonFieldsApiAxiosParamCreator = 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 PersonsApiAxiosParamCreator = 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);
|
@@ -94,7 +94,7 @@ const PersonsApiAxiosParamCreator = 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", ["contacts:full"], configuration);
|
@@ -138,7 +138,7 @@ const PersonsApiAxiosParamCreator = function (configuration) {
|
|
138
138
|
const localVarQueryParameter = {};
|
139
139
|
const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
|
140
140
|
// authentication api_key required
|
141
|
-
yield (0, common_1.setApiKeyToObject)(
|
141
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
142
142
|
// authentication oauth2 required
|
143
143
|
// oauth required
|
144
144
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:full"], configuration);
|
@@ -189,7 +189,7 @@ const PersonsApiAxiosParamCreator = function (configuration) {
|
|
189
189
|
const localVarHeaderParameter = {};
|
190
190
|
const localVarQueryParameter = {};
|
191
191
|
// authentication api_key required
|
192
|
-
yield (0, common_1.setApiKeyToObject)(
|
192
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
193
193
|
// authentication oauth2 required
|
194
194
|
// oauth required
|
195
195
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:full"], configuration);
|
@@ -227,7 +227,7 @@ const PersonsApiAxiosParamCreator = function (configuration) {
|
|
227
227
|
const localVarHeaderParameter = {};
|
228
228
|
const localVarQueryParameter = {};
|
229
229
|
// authentication api_key required
|
230
|
-
yield (0, common_1.setApiKeyToObject)(
|
230
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
231
231
|
// authentication oauth2 required
|
232
232
|
// oauth required
|
233
233
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:full"], configuration);
|
@@ -261,7 +261,7 @@ const PersonsApiAxiosParamCreator = function (configuration) {
|
|
261
261
|
const localVarHeaderParameter = {};
|
262
262
|
const localVarQueryParameter = {};
|
263
263
|
// authentication api_key required
|
264
|
-
yield (0, common_1.setApiKeyToObject)(
|
264
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
265
265
|
// authentication oauth2 required
|
266
266
|
// oauth required
|
267
267
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:full"], configuration);
|
@@ -294,7 +294,7 @@ const PersonsApiAxiosParamCreator = function (configuration) {
|
|
294
294
|
const localVarHeaderParameter = {};
|
295
295
|
const localVarQueryParameter = {};
|
296
296
|
// authentication api_key required
|
297
|
-
yield (0, common_1.setApiKeyToObject)(
|
297
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
298
298
|
// authentication oauth2 required
|
299
299
|
// oauth required
|
300
300
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:full"], configuration);
|
@@ -331,7 +331,7 @@ const PersonsApiAxiosParamCreator = function (configuration) {
|
|
331
331
|
const localVarHeaderParameter = {};
|
332
332
|
const localVarQueryParameter = {};
|
333
333
|
// authentication api_key required
|
334
|
-
yield (0, common_1.setApiKeyToObject)(
|
334
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
335
335
|
// authentication oauth2 required
|
336
336
|
// oauth required
|
337
337
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full"], configuration);
|
@@ -369,7 +369,7 @@ const PersonsApiAxiosParamCreator = function (configuration) {
|
|
369
369
|
const localVarHeaderParameter = {};
|
370
370
|
const localVarQueryParameter = {};
|
371
371
|
// authentication api_key required
|
372
|
-
yield (0, common_1.setApiKeyToObject)(
|
372
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
373
373
|
// authentication oauth2 required
|
374
374
|
// oauth required
|
375
375
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["activities:read", "activities:full"], configuration);
|
@@ -417,7 +417,7 @@ const PersonsApiAxiosParamCreator = function (configuration) {
|
|
417
417
|
const localVarHeaderParameter = {};
|
418
418
|
const localVarQueryParameter = {};
|
419
419
|
// authentication api_key required
|
420
|
-
yield (0, common_1.setApiKeyToObject)(
|
420
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
421
421
|
// authentication oauth2 required
|
422
422
|
// oauth required
|
423
423
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["recents:read"], configuration);
|
@@ -461,7 +461,7 @@ const PersonsApiAxiosParamCreator = function (configuration) {
|
|
461
461
|
const localVarHeaderParameter = {};
|
462
462
|
const localVarQueryParameter = {};
|
463
463
|
// authentication api_key required
|
464
|
-
yield (0, common_1.setApiKeyToObject)(
|
464
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
465
465
|
// authentication oauth2 required
|
466
466
|
// oauth required
|
467
467
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full"], configuration);
|
@@ -510,7 +510,7 @@ const PersonsApiAxiosParamCreator = function (configuration) {
|
|
510
510
|
const localVarHeaderParameter = {};
|
511
511
|
const localVarQueryParameter = {};
|
512
512
|
// authentication api_key required
|
513
|
-
yield (0, common_1.setApiKeyToObject)(
|
513
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
514
514
|
// authentication oauth2 required
|
515
515
|
// oauth required
|
516
516
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full"], configuration);
|
@@ -553,7 +553,7 @@ const PersonsApiAxiosParamCreator = function (configuration) {
|
|
553
553
|
const localVarHeaderParameter = {};
|
554
554
|
const localVarQueryParameter = {};
|
555
555
|
// authentication api_key required
|
556
|
-
yield (0, common_1.setApiKeyToObject)(
|
556
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
557
557
|
// authentication oauth2 required
|
558
558
|
// oauth required
|
559
559
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full"], configuration);
|
@@ -589,7 +589,7 @@ const PersonsApiAxiosParamCreator = function (configuration) {
|
|
589
589
|
const localVarHeaderParameter = {};
|
590
590
|
const localVarQueryParameter = {};
|
591
591
|
// authentication api_key required
|
592
|
-
yield (0, common_1.setApiKeyToObject)(
|
592
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
593
593
|
// authentication oauth2 required
|
594
594
|
// oauth required
|
595
595
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["mail:read", "mail:full"], configuration);
|
@@ -631,7 +631,7 @@ const PersonsApiAxiosParamCreator = function (configuration) {
|
|
631
631
|
const localVarHeaderParameter = {};
|
632
632
|
const localVarQueryParameter = {};
|
633
633
|
// authentication api_key required
|
634
|
-
yield (0, common_1.setApiKeyToObject)(
|
634
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
635
635
|
// authentication oauth2 required
|
636
636
|
// oauth required
|
637
637
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full"], configuration);
|
@@ -675,7 +675,7 @@ const PersonsApiAxiosParamCreator = function (configuration) {
|
|
675
675
|
const localVarHeaderParameter = {};
|
676
676
|
const localVarQueryParameter = {};
|
677
677
|
// authentication api_key required
|
678
|
-
yield (0, common_1.setApiKeyToObject)(
|
678
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
679
679
|
// authentication oauth2 required
|
680
680
|
// oauth required
|
681
681
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["recents:read"], configuration);
|
@@ -721,7 +721,7 @@ const PersonsApiAxiosParamCreator = function (configuration) {
|
|
721
721
|
const localVarHeaderParameter = {};
|
722
722
|
const localVarQueryParameter = {};
|
723
723
|
// authentication api_key required
|
724
|
-
yield (0, common_1.setApiKeyToObject)(
|
724
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
725
725
|
// authentication oauth2 required
|
726
726
|
// oauth required
|
727
727
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full"], configuration);
|
@@ -757,7 +757,7 @@ const PersonsApiAxiosParamCreator = function (configuration) {
|
|
757
757
|
const localVarHeaderParameter = {};
|
758
758
|
const localVarQueryParameter = {};
|
759
759
|
// authentication api_key required
|
760
|
-
yield (0, common_1.setApiKeyToObject)(
|
760
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
761
761
|
// authentication oauth2 required
|
762
762
|
// oauth required
|
763
763
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full"], configuration);
|
@@ -811,7 +811,7 @@ const PersonsApiAxiosParamCreator = function (configuration) {
|
|
811
811
|
const localVarHeaderParameter = {};
|
812
812
|
const localVarQueryParameter = {};
|
813
813
|
// authentication api_key required
|
814
|
-
yield (0, common_1.setApiKeyToObject)(
|
814
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
815
815
|
// authentication oauth2 required
|
816
816
|
// oauth required
|
817
817
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full"], configuration);
|
@@ -864,7 +864,7 @@ const PersonsApiAxiosParamCreator = function (configuration) {
|
|
864
864
|
const localVarHeaderParameter = {};
|
865
865
|
const localVarQueryParameter = {};
|
866
866
|
// authentication api_key required
|
867
|
-
yield (0, common_1.setApiKeyToObject)(
|
867
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
868
868
|
// authentication oauth2 required
|
869
869
|
// oauth required
|
870
870
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:full"], configuration);
|
@@ -905,7 +905,7 @@ const PersonsApiAxiosParamCreator = function (configuration) {
|
|
905
905
|
const localVarHeaderParameter = {};
|
906
906
|
const localVarQueryParameter = {};
|
907
907
|
// authentication api_key required
|
908
|
-
yield (0, common_1.setApiKeyToObject)(
|
908
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
909
909
|
// authentication oauth2 required
|
910
910
|
// oauth required
|
911
911
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "search:read"], configuration);
|
@@ -961,7 +961,7 @@ const PersonsApiAxiosParamCreator = function (configuration) {
|
|
961
961
|
const localVarHeaderParameter = {};
|
962
962
|
const localVarQueryParameter = {};
|
963
963
|
// authentication api_key required
|
964
|
-
yield (0, common_1.setApiKeyToObject)(
|
964
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
965
965
|
// authentication oauth2 required
|
966
966
|
// oauth required
|
967
967
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:full"], configuration);
|
@@ -57,7 +57,7 @@ const PipelinesApiAxiosParamCreator = 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 PipelinesApiAxiosParamCreator = 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);
|
@@ -128,7 +128,7 @@ const PipelinesApiAxiosParamCreator = 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", ["deals:read", "deals:full", "admin"], configuration);
|
@@ -172,7 +172,7 @@ const PipelinesApiAxiosParamCreator = function (configuration) {
|
|
172
172
|
const localVarHeaderParameter = {};
|
173
173
|
const localVarQueryParameter = {};
|
174
174
|
// authentication api_key required
|
175
|
-
yield (0, common_1.setApiKeyToObject)(
|
175
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
176
176
|
// authentication oauth2 required
|
177
177
|
// oauth required
|
178
178
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full"], configuration);
|
@@ -227,7 +227,7 @@ const PipelinesApiAxiosParamCreator = function (configuration) {
|
|
227
227
|
const localVarHeaderParameter = {};
|
228
228
|
const localVarQueryParameter = {};
|
229
229
|
// authentication api_key required
|
230
|
-
yield (0, common_1.setApiKeyToObject)(
|
230
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
231
231
|
// authentication oauth2 required
|
232
232
|
// oauth required
|
233
233
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full"], configuration);
|
@@ -292,7 +292,7 @@ const PipelinesApiAxiosParamCreator = function (configuration) {
|
|
292
292
|
const localVarHeaderParameter = {};
|
293
293
|
const localVarQueryParameter = {};
|
294
294
|
// authentication api_key required
|
295
|
-
yield (0, common_1.setApiKeyToObject)(
|
295
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
296
296
|
// authentication oauth2 required
|
297
297
|
// oauth required
|
298
298
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full"], configuration);
|
@@ -335,7 +335,7 @@ const PipelinesApiAxiosParamCreator = function (configuration) {
|
|
335
335
|
const localVarHeaderParameter = {};
|
336
336
|
const localVarQueryParameter = {};
|
337
337
|
// authentication api_key required
|
338
|
-
yield (0, common_1.setApiKeyToObject)(
|
338
|
+
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
339
339
|
// authentication oauth2 required
|
340
340
|
// oauth required
|
341
341
|
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "admin"], configuration);
|
@@ -370,7 +370,7 @@ const PipelinesApiAxiosParamCreator = function (configuration) {
|
|
370
370
|
const localVarHeaderParameter = {};
|
371
371
|
const localVarQueryParameter = {};
|
372
372
|
// authentication api_key required
|
373
|
-
yield (0, common_1.setApiKeyToObject)(
|
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", ["admin"], configuration);
|
@@ -57,7 +57,7 @@ const ProductFieldsApiAxiosParamCreator = 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", ["products:full"], configuration);
|
@@ -93,7 +93,7 @@ const ProductFieldsApiAxiosParamCreator = 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", ["products:full"], configuration);
|
@@ -126,7 +126,7 @@ const ProductFieldsApiAxiosParamCreator = 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", ["products:full"], configuration);
|
@@ -163,7 +163,7 @@ const ProductFieldsApiAxiosParamCreator = 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", ["products:read", "products:full"], configuration);
|
@@ -195,7 +195,7 @@ const ProductFieldsApiAxiosParamCreator = 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", ["products:read", "products:full"], configuration);
|
@@ -236,7 +236,7 @@ const ProductFieldsApiAxiosParamCreator = 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", ["products:full"], configuration);
|