pipedrive 30.7.0 → 30.8.0
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/deal-fields-api.js +6 -6
- package/dist/esm/versions/v1/api/organization-fields-api.js +6 -6
- package/dist/esm/versions/v1/api/person-fields-api.js +6 -6
- package/dist/esm/versions/v1/api/product-fields-api.js +6 -6
- package/dist/esm/versions/v2/api/deal-fields-api.js +8 -8
- package/dist/esm/versions/v2/api/organization-fields-api.js +8 -8
- package/dist/esm/versions/v2/api/person-fields-api.js +8 -8
- package/dist/esm/versions/v2/api/product-fields-api.js +8 -8
- package/dist/versions/v1/api/deal-fields-api.js +6 -6
- package/dist/versions/v1/api/organization-fields-api.js +6 -6
- package/dist/versions/v1/api/person-fields-api.js +6 -6
- package/dist/versions/v1/api/product-fields-api.js +6 -6
- package/dist/versions/v2/api/deal-fields-api.js +8 -8
- package/dist/versions/v2/api/organization-fields-api.js +8 -8
- package/dist/versions/v2/api/person-fields-api.js +8 -8
- package/dist/versions/v2/api/product-fields-api.js +8 -8
- package/package.json +1 -1
|
@@ -54,7 +54,7 @@ export const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
54
54
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
55
55
|
// authentication oauth2 required
|
|
56
56
|
// oauth required
|
|
57
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
57
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["deal-fields:full", "admin"], configuration);
|
|
58
58
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
59
59
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
60
60
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -90,7 +90,7 @@ export const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
90
90
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
91
91
|
// authentication oauth2 required
|
|
92
92
|
// oauth required
|
|
93
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
93
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["deal-fields:full", "admin"], configuration);
|
|
94
94
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
95
95
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
96
96
|
localVarRequestOptions.headers = Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions);
|
|
@@ -123,7 +123,7 @@ export const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
123
123
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
124
124
|
// authentication oauth2 required
|
|
125
125
|
// oauth required
|
|
126
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
126
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["deal-fields:full", "admin"], configuration);
|
|
127
127
|
if (ids !== undefined) {
|
|
128
128
|
localVarQueryParameter['ids'] = ids;
|
|
129
129
|
}
|
|
@@ -160,7 +160,7 @@ export const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
160
160
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
161
161
|
// authentication oauth2 required
|
|
162
162
|
// oauth required
|
|
163
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "admin"], configuration);
|
|
163
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "deal-fields:full", "admin"], configuration);
|
|
164
164
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
165
165
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
166
166
|
localVarRequestOptions.headers = Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions);
|
|
@@ -192,7 +192,7 @@ export const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
192
192
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
193
193
|
// authentication oauth2 required
|
|
194
194
|
// oauth required
|
|
195
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "admin"], configuration);
|
|
195
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "deal-fields:full", "admin"], configuration);
|
|
196
196
|
if (start !== undefined) {
|
|
197
197
|
localVarQueryParameter['start'] = start;
|
|
198
198
|
}
|
|
@@ -233,7 +233,7 @@ export const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
233
233
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
234
234
|
// authentication oauth2 required
|
|
235
235
|
// oauth required
|
|
236
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
236
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["deal-fields:full", "admin"], configuration);
|
|
237
237
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
238
238
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
239
239
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -54,7 +54,7 @@ export const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
54
54
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
55
55
|
// authentication oauth2 required
|
|
56
56
|
// oauth required
|
|
57
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
57
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contact-fields:full", "admin"], configuration);
|
|
58
58
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
59
59
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
60
60
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -90,7 +90,7 @@ export const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
90
90
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
91
91
|
// authentication oauth2 required
|
|
92
92
|
// oauth required
|
|
93
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
93
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contact-fields:full", "admin"], configuration);
|
|
94
94
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
95
95
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
96
96
|
localVarRequestOptions.headers = Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions);
|
|
@@ -123,7 +123,7 @@ export const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
123
123
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
124
124
|
// authentication oauth2 required
|
|
125
125
|
// oauth required
|
|
126
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
126
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contact-fields:full", "admin"], configuration);
|
|
127
127
|
if (ids !== undefined) {
|
|
128
128
|
localVarQueryParameter['ids'] = ids;
|
|
129
129
|
}
|
|
@@ -160,7 +160,7 @@ export const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
160
160
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
161
161
|
// authentication oauth2 required
|
|
162
162
|
// oauth required
|
|
163
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "admin"], configuration);
|
|
163
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "contact-fields:full", "admin"], configuration);
|
|
164
164
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
165
165
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
166
166
|
localVarRequestOptions.headers = Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions);
|
|
@@ -192,7 +192,7 @@ export const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
192
192
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
193
193
|
// authentication oauth2 required
|
|
194
194
|
// oauth required
|
|
195
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "admin"], configuration);
|
|
195
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "contact-fields:full", "admin"], configuration);
|
|
196
196
|
if (start !== undefined) {
|
|
197
197
|
localVarQueryParameter['start'] = start;
|
|
198
198
|
}
|
|
@@ -233,7 +233,7 @@ export const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
233
233
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
234
234
|
// authentication oauth2 required
|
|
235
235
|
// oauth required
|
|
236
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
236
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contact-fields:full", "admin"], configuration);
|
|
237
237
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
238
238
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
239
239
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -54,7 +54,7 @@ export const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
54
54
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
55
55
|
// authentication oauth2 required
|
|
56
56
|
// oauth required
|
|
57
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
57
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contact-fields:full", "admin"], configuration);
|
|
58
58
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
59
59
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
60
60
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -90,7 +90,7 @@ export const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
90
90
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
91
91
|
// authentication oauth2 required
|
|
92
92
|
// oauth required
|
|
93
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
93
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contact-fields:full", "admin"], configuration);
|
|
94
94
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
95
95
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
96
96
|
localVarRequestOptions.headers = Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions);
|
|
@@ -123,7 +123,7 @@ export const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
123
123
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
124
124
|
// authentication oauth2 required
|
|
125
125
|
// oauth required
|
|
126
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
126
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contact-fields:full", "admin"], configuration);
|
|
127
127
|
if (ids !== undefined) {
|
|
128
128
|
localVarQueryParameter['ids'] = ids;
|
|
129
129
|
}
|
|
@@ -160,7 +160,7 @@ export const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
160
160
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
161
161
|
// authentication oauth2 required
|
|
162
162
|
// oauth required
|
|
163
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "admin"], configuration);
|
|
163
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "contact-fields:full", "admin"], configuration);
|
|
164
164
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
165
165
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
166
166
|
localVarRequestOptions.headers = Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions);
|
|
@@ -192,7 +192,7 @@ export const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
192
192
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
193
193
|
// authentication oauth2 required
|
|
194
194
|
// oauth required
|
|
195
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "admin"], configuration);
|
|
195
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "contact-fields:full", "admin"], configuration);
|
|
196
196
|
if (start !== undefined) {
|
|
197
197
|
localVarQueryParameter['start'] = start;
|
|
198
198
|
}
|
|
@@ -233,7 +233,7 @@ export const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
233
233
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
234
234
|
// authentication oauth2 required
|
|
235
235
|
// oauth required
|
|
236
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
236
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contact-fields:full", "admin"], configuration);
|
|
237
237
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
238
238
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
239
239
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -54,7 +54,7 @@ export const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
54
54
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
55
55
|
// authentication oauth2 required
|
|
56
56
|
// oauth required
|
|
57
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:full"], configuration);
|
|
57
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["product-fields:full", "products:full"], configuration);
|
|
58
58
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
59
59
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
60
60
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -90,7 +90,7 @@ export const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
90
90
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
91
91
|
// authentication oauth2 required
|
|
92
92
|
// oauth required
|
|
93
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:full"], configuration);
|
|
93
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["product-fields:full", "products:full"], configuration);
|
|
94
94
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
95
95
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
96
96
|
localVarRequestOptions.headers = Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions);
|
|
@@ -123,7 +123,7 @@ export const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
123
123
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
124
124
|
// authentication oauth2 required
|
|
125
125
|
// oauth required
|
|
126
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:full"], configuration);
|
|
126
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["product-fields:full", "products:full"], configuration);
|
|
127
127
|
if (ids !== undefined) {
|
|
128
128
|
localVarQueryParameter['ids'] = ids;
|
|
129
129
|
}
|
|
@@ -160,7 +160,7 @@ export const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
160
160
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
161
161
|
// authentication oauth2 required
|
|
162
162
|
// oauth required
|
|
163
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:read", "products:full"], configuration);
|
|
163
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:read", "product-fields:full", "products:full"], configuration);
|
|
164
164
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
165
165
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
166
166
|
localVarRequestOptions.headers = Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions);
|
|
@@ -192,7 +192,7 @@ export const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
192
192
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
193
193
|
// authentication oauth2 required
|
|
194
194
|
// oauth required
|
|
195
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:read", "products:full"], configuration);
|
|
195
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:read", "product-fields:full", "products:full"], configuration);
|
|
196
196
|
if (start !== undefined) {
|
|
197
197
|
localVarQueryParameter['start'] = start;
|
|
198
198
|
}
|
|
@@ -233,7 +233,7 @@ export const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
233
233
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
234
234
|
// authentication oauth2 required
|
|
235
235
|
// oauth required
|
|
236
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:full"], configuration);
|
|
236
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["product-fields:full", "products:full"], configuration);
|
|
237
237
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
238
238
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
239
239
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -56,7 +56,7 @@ export const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
56
56
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
57
57
|
// authentication oauth2 required
|
|
58
58
|
// oauth required
|
|
59
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
59
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin", "deal-fields:full"], configuration);
|
|
60
60
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
61
61
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
62
62
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -95,7 +95,7 @@ export const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
95
95
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
96
96
|
// authentication oauth2 required
|
|
97
97
|
// oauth required
|
|
98
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["deals:full", "admin"], configuration);
|
|
98
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["deals:full", "admin", "deal-fields:full"], configuration);
|
|
99
99
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
100
100
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
101
101
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -131,7 +131,7 @@ export const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
131
131
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
132
132
|
// authentication oauth2 required
|
|
133
133
|
// oauth required
|
|
134
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
134
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin", "deal-fields:full"], configuration);
|
|
135
135
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
136
136
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
137
137
|
localVarRequestOptions.headers = Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions);
|
|
@@ -168,7 +168,7 @@ export const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
168
168
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
169
169
|
// authentication oauth2 required
|
|
170
170
|
// oauth required
|
|
171
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["deals:full", "admin"], configuration);
|
|
171
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["deals:full", "admin", "deal-fields:full"], configuration);
|
|
172
172
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
173
173
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
174
174
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -205,7 +205,7 @@ export const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
205
205
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
206
206
|
// authentication oauth2 required
|
|
207
207
|
// oauth required
|
|
208
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "admin"], configuration);
|
|
208
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "admin", "deal-fields:full"], configuration);
|
|
209
209
|
if (include_fields !== undefined) {
|
|
210
210
|
localVarQueryParameter['include_fields'] = include_fields;
|
|
211
211
|
}
|
|
@@ -241,7 +241,7 @@ export const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
241
241
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
242
242
|
// authentication oauth2 required
|
|
243
243
|
// oauth required
|
|
244
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "admin"], configuration);
|
|
244
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "admin", "deal-fields:full"], configuration);
|
|
245
245
|
if (include_fields !== undefined) {
|
|
246
246
|
localVarQueryParameter['include_fields'] = include_fields;
|
|
247
247
|
}
|
|
@@ -287,7 +287,7 @@ export const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
287
287
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
288
288
|
// authentication oauth2 required
|
|
289
289
|
// oauth required
|
|
290
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["deals:full", "admin"], configuration);
|
|
290
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["deals:full", "admin", "deal-fields:full"], configuration);
|
|
291
291
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
292
292
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
293
293
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -326,7 +326,7 @@ export const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
326
326
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
327
327
|
// authentication oauth2 required
|
|
328
328
|
// oauth required
|
|
329
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["deals:full", "admin"], configuration);
|
|
329
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["deals:full", "admin", "deal-fields:full"], configuration);
|
|
330
330
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
331
331
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
332
332
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -56,7 +56,7 @@ export const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
56
56
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
57
57
|
// authentication oauth2 required
|
|
58
58
|
// oauth required
|
|
59
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
59
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin", "contact-fields:full"], configuration);
|
|
60
60
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
61
61
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
62
62
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -95,7 +95,7 @@ export const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
95
95
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
96
96
|
// authentication oauth2 required
|
|
97
97
|
// oauth required
|
|
98
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:full", "admin"], configuration);
|
|
98
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:full", "admin", "contact-fields:full"], configuration);
|
|
99
99
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
100
100
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
101
101
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -131,7 +131,7 @@ export const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
131
131
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
132
132
|
// authentication oauth2 required
|
|
133
133
|
// oauth required
|
|
134
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
134
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin", "contact-fields:full"], configuration);
|
|
135
135
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
136
136
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
137
137
|
localVarRequestOptions.headers = Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions);
|
|
@@ -168,7 +168,7 @@ export const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
168
168
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
169
169
|
// authentication oauth2 required
|
|
170
170
|
// oauth required
|
|
171
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:full", "admin"], configuration);
|
|
171
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:full", "admin", "contact-fields:full"], configuration);
|
|
172
172
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
173
173
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
174
174
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -205,7 +205,7 @@ export const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
205
205
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
206
206
|
// authentication oauth2 required
|
|
207
207
|
// oauth required
|
|
208
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "admin"], configuration);
|
|
208
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "admin", "contact-fields:full"], configuration);
|
|
209
209
|
if (include_fields !== undefined) {
|
|
210
210
|
localVarQueryParameter['include_fields'] = include_fields;
|
|
211
211
|
}
|
|
@@ -241,7 +241,7 @@ export const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
241
241
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
242
242
|
// authentication oauth2 required
|
|
243
243
|
// oauth required
|
|
244
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "admin"], configuration);
|
|
244
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "admin", "contact-fields:full"], configuration);
|
|
245
245
|
if (include_fields !== undefined) {
|
|
246
246
|
localVarQueryParameter['include_fields'] = include_fields;
|
|
247
247
|
}
|
|
@@ -287,7 +287,7 @@ export const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
287
287
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
288
288
|
// authentication oauth2 required
|
|
289
289
|
// oauth required
|
|
290
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:full", "admin"], configuration);
|
|
290
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:full", "admin", "contact-fields:full"], configuration);
|
|
291
291
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
292
292
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
293
293
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -326,7 +326,7 @@ export const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
326
326
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
327
327
|
// authentication oauth2 required
|
|
328
328
|
// oauth required
|
|
329
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:full", "admin"], configuration);
|
|
329
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:full", "admin", "contact-fields:full"], configuration);
|
|
330
330
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
331
331
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
332
332
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -56,7 +56,7 @@ export const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
56
56
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
57
57
|
// authentication oauth2 required
|
|
58
58
|
// oauth required
|
|
59
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
59
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin", "contact-fields:full"], configuration);
|
|
60
60
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
61
61
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
62
62
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -95,7 +95,7 @@ export const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
95
95
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
96
96
|
// authentication oauth2 required
|
|
97
97
|
// oauth required
|
|
98
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:full", "admin"], configuration);
|
|
98
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:full", "admin", "contact-fields:full"], configuration);
|
|
99
99
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
100
100
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
101
101
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -131,7 +131,7 @@ export const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
131
131
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
132
132
|
// authentication oauth2 required
|
|
133
133
|
// oauth required
|
|
134
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
134
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["admin", "contact-fields:full"], configuration);
|
|
135
135
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
136
136
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
137
137
|
localVarRequestOptions.headers = Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions);
|
|
@@ -168,7 +168,7 @@ export const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
168
168
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
169
169
|
// authentication oauth2 required
|
|
170
170
|
// oauth required
|
|
171
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:full", "admin"], configuration);
|
|
171
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:full", "admin", "contact-fields:full"], configuration);
|
|
172
172
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
173
173
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
174
174
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -205,7 +205,7 @@ export const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
205
205
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
206
206
|
// authentication oauth2 required
|
|
207
207
|
// oauth required
|
|
208
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "admin"], configuration);
|
|
208
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "admin", "contact-fields:full"], configuration);
|
|
209
209
|
if (include_fields !== undefined) {
|
|
210
210
|
localVarQueryParameter['include_fields'] = include_fields;
|
|
211
211
|
}
|
|
@@ -241,7 +241,7 @@ export const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
241
241
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
242
242
|
// authentication oauth2 required
|
|
243
243
|
// oauth required
|
|
244
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "admin"], configuration);
|
|
244
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "admin", "contact-fields:full"], configuration);
|
|
245
245
|
if (include_fields !== undefined) {
|
|
246
246
|
localVarQueryParameter['include_fields'] = include_fields;
|
|
247
247
|
}
|
|
@@ -287,7 +287,7 @@ export const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
287
287
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
288
288
|
// authentication oauth2 required
|
|
289
289
|
// oauth required
|
|
290
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:full", "admin"], configuration);
|
|
290
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:full", "admin", "contact-fields:full"], configuration);
|
|
291
291
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
292
292
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
293
293
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -326,7 +326,7 @@ export const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
326
326
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
327
327
|
// authentication oauth2 required
|
|
328
328
|
// oauth required
|
|
329
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:full", "admin"], configuration);
|
|
329
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["contacts:full", "admin", "contact-fields:full"], configuration);
|
|
330
330
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
331
331
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
332
332
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -56,7 +56,7 @@ export const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
56
56
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
57
57
|
// authentication oauth2 required
|
|
58
58
|
// oauth required
|
|
59
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:full"], configuration);
|
|
59
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:full", "product-fields:full"], configuration);
|
|
60
60
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
61
61
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
62
62
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -95,7 +95,7 @@ export const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
95
95
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
96
96
|
// authentication oauth2 required
|
|
97
97
|
// oauth required
|
|
98
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:full"], configuration);
|
|
98
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:full", "product-fields:full"], configuration);
|
|
99
99
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
100
100
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
101
101
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -131,7 +131,7 @@ export const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
131
131
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
132
132
|
// authentication oauth2 required
|
|
133
133
|
// oauth required
|
|
134
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:full"], configuration);
|
|
134
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:full", "product-fields:full"], configuration);
|
|
135
135
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
136
136
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
137
137
|
localVarRequestOptions.headers = Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions);
|
|
@@ -168,7 +168,7 @@ export const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
168
168
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
169
169
|
// authentication oauth2 required
|
|
170
170
|
// oauth required
|
|
171
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:full"], configuration);
|
|
171
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:full", "product-fields:full"], configuration);
|
|
172
172
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
173
173
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
174
174
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -205,7 +205,7 @@ export const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
205
205
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
206
206
|
// authentication oauth2 required
|
|
207
207
|
// oauth required
|
|
208
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:read", "products:full"], configuration);
|
|
208
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:read", "products:full", "product-fields:full"], configuration);
|
|
209
209
|
if (include_fields !== undefined) {
|
|
210
210
|
localVarQueryParameter['include_fields'] = include_fields;
|
|
211
211
|
}
|
|
@@ -241,7 +241,7 @@ export const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
241
241
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
242
242
|
// authentication oauth2 required
|
|
243
243
|
// oauth required
|
|
244
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:read", "products:full"], configuration);
|
|
244
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:read", "products:full", "product-fields:full"], configuration);
|
|
245
245
|
if (include_fields !== undefined) {
|
|
246
246
|
localVarQueryParameter['include_fields'] = include_fields;
|
|
247
247
|
}
|
|
@@ -287,7 +287,7 @@ export const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
287
287
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
288
288
|
// authentication oauth2 required
|
|
289
289
|
// oauth required
|
|
290
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:full"], configuration);
|
|
290
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:full", "product-fields:full"], configuration);
|
|
291
291
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
292
292
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
293
293
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -326,7 +326,7 @@ export const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
326
326
|
yield setApiKeyToObject(localVarHeaderParameter, "x-api-token", configuration);
|
|
327
327
|
// authentication oauth2 required
|
|
328
328
|
// oauth required
|
|
329
|
-
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:full"], configuration);
|
|
329
|
+
yield setOAuthToObject(localVarHeaderParameter, "oauth2", ["products:full", "product-fields:full"], configuration);
|
|
330
330
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
331
331
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
332
332
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -60,7 +60,7 @@ const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
60
60
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
61
61
|
// authentication oauth2 required
|
|
62
62
|
// oauth required
|
|
63
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
63
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deal-fields:full", "admin"], configuration);
|
|
64
64
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
65
65
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
66
66
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -96,7 +96,7 @@ const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
96
96
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
97
97
|
// authentication oauth2 required
|
|
98
98
|
// oauth required
|
|
99
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
99
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deal-fields:full", "admin"], configuration);
|
|
100
100
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
101
101
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
102
102
|
localVarRequestOptions.headers = Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions);
|
|
@@ -129,7 +129,7 @@ const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
129
129
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
130
130
|
// authentication oauth2 required
|
|
131
131
|
// oauth required
|
|
132
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
132
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deal-fields:full", "admin"], configuration);
|
|
133
133
|
if (ids !== undefined) {
|
|
134
134
|
localVarQueryParameter['ids'] = ids;
|
|
135
135
|
}
|
|
@@ -166,7 +166,7 @@ const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
166
166
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
167
167
|
// authentication oauth2 required
|
|
168
168
|
// oauth required
|
|
169
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "admin"], configuration);
|
|
169
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "deal-fields:full", "admin"], configuration);
|
|
170
170
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
171
171
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
172
172
|
localVarRequestOptions.headers = Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions);
|
|
@@ -198,7 +198,7 @@ const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
198
198
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
199
199
|
// authentication oauth2 required
|
|
200
200
|
// oauth required
|
|
201
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "admin"], configuration);
|
|
201
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "deal-fields:full", "admin"], configuration);
|
|
202
202
|
if (start !== undefined) {
|
|
203
203
|
localVarQueryParameter['start'] = start;
|
|
204
204
|
}
|
|
@@ -239,7 +239,7 @@ const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
239
239
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
240
240
|
// authentication oauth2 required
|
|
241
241
|
// oauth required
|
|
242
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
242
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deal-fields:full", "admin"], configuration);
|
|
243
243
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
244
244
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
245
245
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -60,7 +60,7 @@ const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
60
60
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
61
61
|
// authentication oauth2 required
|
|
62
62
|
// oauth required
|
|
63
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
63
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contact-fields:full", "admin"], configuration);
|
|
64
64
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
65
65
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
66
66
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -96,7 +96,7 @@ const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
96
96
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
97
97
|
// authentication oauth2 required
|
|
98
98
|
// oauth required
|
|
99
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
99
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contact-fields:full", "admin"], configuration);
|
|
100
100
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
101
101
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
102
102
|
localVarRequestOptions.headers = Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions);
|
|
@@ -129,7 +129,7 @@ const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
129
129
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
130
130
|
// authentication oauth2 required
|
|
131
131
|
// oauth required
|
|
132
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
132
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contact-fields:full", "admin"], configuration);
|
|
133
133
|
if (ids !== undefined) {
|
|
134
134
|
localVarQueryParameter['ids'] = ids;
|
|
135
135
|
}
|
|
@@ -166,7 +166,7 @@ const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
166
166
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
167
167
|
// authentication oauth2 required
|
|
168
168
|
// oauth required
|
|
169
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "admin"], configuration);
|
|
169
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "contact-fields:full", "admin"], configuration);
|
|
170
170
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
171
171
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
172
172
|
localVarRequestOptions.headers = Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions);
|
|
@@ -198,7 +198,7 @@ const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
198
198
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
199
199
|
// authentication oauth2 required
|
|
200
200
|
// oauth required
|
|
201
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "admin"], configuration);
|
|
201
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "contact-fields:full", "admin"], configuration);
|
|
202
202
|
if (start !== undefined) {
|
|
203
203
|
localVarQueryParameter['start'] = start;
|
|
204
204
|
}
|
|
@@ -239,7 +239,7 @@ const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
239
239
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
240
240
|
// authentication oauth2 required
|
|
241
241
|
// oauth required
|
|
242
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
242
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contact-fields:full", "admin"], configuration);
|
|
243
243
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
244
244
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
245
245
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -60,7 +60,7 @@ const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
60
60
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
61
61
|
// authentication oauth2 required
|
|
62
62
|
// oauth required
|
|
63
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
63
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contact-fields:full", "admin"], configuration);
|
|
64
64
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
65
65
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
66
66
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -96,7 +96,7 @@ const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
96
96
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
97
97
|
// authentication oauth2 required
|
|
98
98
|
// oauth required
|
|
99
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
99
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contact-fields:full", "admin"], configuration);
|
|
100
100
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
101
101
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
102
102
|
localVarRequestOptions.headers = Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions);
|
|
@@ -129,7 +129,7 @@ const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
129
129
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
130
130
|
// authentication oauth2 required
|
|
131
131
|
// oauth required
|
|
132
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
132
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contact-fields:full", "admin"], configuration);
|
|
133
133
|
if (ids !== undefined) {
|
|
134
134
|
localVarQueryParameter['ids'] = ids;
|
|
135
135
|
}
|
|
@@ -166,7 +166,7 @@ const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
166
166
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
167
167
|
// authentication oauth2 required
|
|
168
168
|
// oauth required
|
|
169
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "admin"], configuration);
|
|
169
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "contact-fields:full", "admin"], configuration);
|
|
170
170
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
171
171
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
172
172
|
localVarRequestOptions.headers = Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions);
|
|
@@ -198,7 +198,7 @@ const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
198
198
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
199
199
|
// authentication oauth2 required
|
|
200
200
|
// oauth required
|
|
201
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "admin"], configuration);
|
|
201
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "contact-fields:full", "admin"], configuration);
|
|
202
202
|
if (start !== undefined) {
|
|
203
203
|
localVarQueryParameter['start'] = start;
|
|
204
204
|
}
|
|
@@ -239,7 +239,7 @@ const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
239
239
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
240
240
|
// authentication oauth2 required
|
|
241
241
|
// oauth required
|
|
242
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
242
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contact-fields:full", "admin"], configuration);
|
|
243
243
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
244
244
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
245
245
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -60,7 +60,7 @@ const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
60
60
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
61
61
|
// authentication oauth2 required
|
|
62
62
|
// oauth required
|
|
63
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:full"], configuration);
|
|
63
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["product-fields:full", "products:full"], configuration);
|
|
64
64
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
65
65
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
66
66
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -96,7 +96,7 @@ const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
96
96
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
97
97
|
// authentication oauth2 required
|
|
98
98
|
// oauth required
|
|
99
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:full"], configuration);
|
|
99
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["product-fields:full", "products:full"], configuration);
|
|
100
100
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
101
101
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
102
102
|
localVarRequestOptions.headers = Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions);
|
|
@@ -129,7 +129,7 @@ const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
129
129
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
130
130
|
// authentication oauth2 required
|
|
131
131
|
// oauth required
|
|
132
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:full"], configuration);
|
|
132
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["product-fields:full", "products:full"], configuration);
|
|
133
133
|
if (ids !== undefined) {
|
|
134
134
|
localVarQueryParameter['ids'] = ids;
|
|
135
135
|
}
|
|
@@ -166,7 +166,7 @@ const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
166
166
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
167
167
|
// authentication oauth2 required
|
|
168
168
|
// oauth required
|
|
169
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:read", "products:full"], configuration);
|
|
169
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:read", "product-fields:full", "products:full"], configuration);
|
|
170
170
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
171
171
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
172
172
|
localVarRequestOptions.headers = Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions);
|
|
@@ -198,7 +198,7 @@ const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
198
198
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
199
199
|
// authentication oauth2 required
|
|
200
200
|
// oauth required
|
|
201
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:read", "products:full"], configuration);
|
|
201
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:read", "product-fields:full", "products:full"], configuration);
|
|
202
202
|
if (start !== undefined) {
|
|
203
203
|
localVarQueryParameter['start'] = start;
|
|
204
204
|
}
|
|
@@ -239,7 +239,7 @@ const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
239
239
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
240
240
|
// authentication oauth2 required
|
|
241
241
|
// oauth required
|
|
242
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:full"], configuration);
|
|
242
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["product-fields:full", "products:full"], configuration);
|
|
243
243
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
244
244
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
245
245
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -62,7 +62,7 @@ const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
62
62
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
63
63
|
// authentication oauth2 required
|
|
64
64
|
// oauth required
|
|
65
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
65
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin", "deal-fields:full"], configuration);
|
|
66
66
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
67
67
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
68
68
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -101,7 +101,7 @@ const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
101
101
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
102
102
|
// authentication oauth2 required
|
|
103
103
|
// oauth required
|
|
104
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:full", "admin"], configuration);
|
|
104
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:full", "admin", "deal-fields:full"], configuration);
|
|
105
105
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
106
106
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
107
107
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -137,7 +137,7 @@ const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
137
137
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
138
138
|
// authentication oauth2 required
|
|
139
139
|
// oauth required
|
|
140
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
140
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin", "deal-fields:full"], configuration);
|
|
141
141
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
142
142
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
143
143
|
localVarRequestOptions.headers = Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions);
|
|
@@ -174,7 +174,7 @@ const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
174
174
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
175
175
|
// authentication oauth2 required
|
|
176
176
|
// oauth required
|
|
177
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:full", "admin"], configuration);
|
|
177
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:full", "admin", "deal-fields:full"], configuration);
|
|
178
178
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
179
179
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
180
180
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -211,7 +211,7 @@ const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
211
211
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
212
212
|
// authentication oauth2 required
|
|
213
213
|
// oauth required
|
|
214
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "admin"], configuration);
|
|
214
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "admin", "deal-fields:full"], configuration);
|
|
215
215
|
if (include_fields !== undefined) {
|
|
216
216
|
localVarQueryParameter['include_fields'] = include_fields;
|
|
217
217
|
}
|
|
@@ -247,7 +247,7 @@ const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
247
247
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
248
248
|
// authentication oauth2 required
|
|
249
249
|
// oauth required
|
|
250
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "admin"], configuration);
|
|
250
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:read", "deals:full", "admin", "deal-fields:full"], configuration);
|
|
251
251
|
if (include_fields !== undefined) {
|
|
252
252
|
localVarQueryParameter['include_fields'] = include_fields;
|
|
253
253
|
}
|
|
@@ -293,7 +293,7 @@ const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
293
293
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
294
294
|
// authentication oauth2 required
|
|
295
295
|
// oauth required
|
|
296
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:full", "admin"], configuration);
|
|
296
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:full", "admin", "deal-fields:full"], configuration);
|
|
297
297
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
298
298
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
299
299
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -332,7 +332,7 @@ const DealFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
332
332
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
333
333
|
// authentication oauth2 required
|
|
334
334
|
// oauth required
|
|
335
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:full", "admin"], configuration);
|
|
335
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["deals:full", "admin", "deal-fields:full"], configuration);
|
|
336
336
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
337
337
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
338
338
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -62,7 +62,7 @@ const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
62
62
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
63
63
|
// authentication oauth2 required
|
|
64
64
|
// oauth required
|
|
65
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
65
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin", "contact-fields:full"], configuration);
|
|
66
66
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
67
67
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
68
68
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -101,7 +101,7 @@ const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
101
101
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
102
102
|
// authentication oauth2 required
|
|
103
103
|
// oauth required
|
|
104
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:full", "admin"], configuration);
|
|
104
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:full", "admin", "contact-fields:full"], configuration);
|
|
105
105
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
106
106
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
107
107
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -137,7 +137,7 @@ const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
137
137
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
138
138
|
// authentication oauth2 required
|
|
139
139
|
// oauth required
|
|
140
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
140
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin", "contact-fields:full"], configuration);
|
|
141
141
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
142
142
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
143
143
|
localVarRequestOptions.headers = Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions);
|
|
@@ -174,7 +174,7 @@ const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
174
174
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
175
175
|
// authentication oauth2 required
|
|
176
176
|
// oauth required
|
|
177
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:full", "admin"], configuration);
|
|
177
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:full", "admin", "contact-fields:full"], configuration);
|
|
178
178
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
179
179
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
180
180
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -211,7 +211,7 @@ const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
211
211
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
212
212
|
// authentication oauth2 required
|
|
213
213
|
// oauth required
|
|
214
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "admin"], configuration);
|
|
214
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "admin", "contact-fields:full"], configuration);
|
|
215
215
|
if (include_fields !== undefined) {
|
|
216
216
|
localVarQueryParameter['include_fields'] = include_fields;
|
|
217
217
|
}
|
|
@@ -247,7 +247,7 @@ const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
247
247
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
248
248
|
// authentication oauth2 required
|
|
249
249
|
// oauth required
|
|
250
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "admin"], configuration);
|
|
250
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "admin", "contact-fields:full"], configuration);
|
|
251
251
|
if (include_fields !== undefined) {
|
|
252
252
|
localVarQueryParameter['include_fields'] = include_fields;
|
|
253
253
|
}
|
|
@@ -293,7 +293,7 @@ const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
293
293
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
294
294
|
// authentication oauth2 required
|
|
295
295
|
// oauth required
|
|
296
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:full", "admin"], configuration);
|
|
296
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:full", "admin", "contact-fields:full"], configuration);
|
|
297
297
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
298
298
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
299
299
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -332,7 +332,7 @@ const OrganizationFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
332
332
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
333
333
|
// authentication oauth2 required
|
|
334
334
|
// oauth required
|
|
335
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:full", "admin"], configuration);
|
|
335
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:full", "admin", "contact-fields:full"], configuration);
|
|
336
336
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
337
337
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
338
338
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -62,7 +62,7 @@ const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
62
62
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
63
63
|
// authentication oauth2 required
|
|
64
64
|
// oauth required
|
|
65
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
65
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin", "contact-fields:full"], configuration);
|
|
66
66
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
67
67
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
68
68
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -101,7 +101,7 @@ const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
101
101
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
102
102
|
// authentication oauth2 required
|
|
103
103
|
// oauth required
|
|
104
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:full", "admin"], configuration);
|
|
104
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:full", "admin", "contact-fields:full"], configuration);
|
|
105
105
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
106
106
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
107
107
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -137,7 +137,7 @@ const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
137
137
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
138
138
|
// authentication oauth2 required
|
|
139
139
|
// oauth required
|
|
140
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin"], configuration);
|
|
140
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["admin", "contact-fields:full"], configuration);
|
|
141
141
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
142
142
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
143
143
|
localVarRequestOptions.headers = Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions);
|
|
@@ -174,7 +174,7 @@ const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
174
174
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
175
175
|
// authentication oauth2 required
|
|
176
176
|
// oauth required
|
|
177
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:full", "admin"], configuration);
|
|
177
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:full", "admin", "contact-fields:full"], configuration);
|
|
178
178
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
179
179
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
180
180
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -211,7 +211,7 @@ const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
211
211
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
212
212
|
// authentication oauth2 required
|
|
213
213
|
// oauth required
|
|
214
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "admin"], configuration);
|
|
214
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "admin", "contact-fields:full"], configuration);
|
|
215
215
|
if (include_fields !== undefined) {
|
|
216
216
|
localVarQueryParameter['include_fields'] = include_fields;
|
|
217
217
|
}
|
|
@@ -247,7 +247,7 @@ const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
247
247
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
248
248
|
// authentication oauth2 required
|
|
249
249
|
// oauth required
|
|
250
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "admin"], configuration);
|
|
250
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:read", "contacts:full", "admin", "contact-fields:full"], configuration);
|
|
251
251
|
if (include_fields !== undefined) {
|
|
252
252
|
localVarQueryParameter['include_fields'] = include_fields;
|
|
253
253
|
}
|
|
@@ -293,7 +293,7 @@ const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
293
293
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
294
294
|
// authentication oauth2 required
|
|
295
295
|
// oauth required
|
|
296
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:full", "admin"], configuration);
|
|
296
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:full", "admin", "contact-fields:full"], configuration);
|
|
297
297
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
298
298
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
299
299
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -332,7 +332,7 @@ const PersonFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
332
332
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
333
333
|
// authentication oauth2 required
|
|
334
334
|
// oauth required
|
|
335
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:full", "admin"], configuration);
|
|
335
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["contacts:full", "admin", "contact-fields:full"], configuration);
|
|
336
336
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
337
337
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
338
338
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -62,7 +62,7 @@ const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
62
62
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
63
63
|
// authentication oauth2 required
|
|
64
64
|
// oauth required
|
|
65
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:full"], configuration);
|
|
65
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:full", "product-fields:full"], configuration);
|
|
66
66
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
67
67
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
68
68
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -101,7 +101,7 @@ const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
101
101
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
102
102
|
// authentication oauth2 required
|
|
103
103
|
// oauth required
|
|
104
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:full"], configuration);
|
|
104
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:full", "product-fields:full"], configuration);
|
|
105
105
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
106
106
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
107
107
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -137,7 +137,7 @@ const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
137
137
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
138
138
|
// authentication oauth2 required
|
|
139
139
|
// oauth required
|
|
140
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:full"], configuration);
|
|
140
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:full", "product-fields:full"], configuration);
|
|
141
141
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
142
142
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
143
143
|
localVarRequestOptions.headers = Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions);
|
|
@@ -174,7 +174,7 @@ const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
174
174
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
175
175
|
// authentication oauth2 required
|
|
176
176
|
// oauth required
|
|
177
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:full"], configuration);
|
|
177
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:full", "product-fields:full"], configuration);
|
|
178
178
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
179
179
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
180
180
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -211,7 +211,7 @@ const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
211
211
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
212
212
|
// authentication oauth2 required
|
|
213
213
|
// oauth required
|
|
214
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:read", "products:full"], configuration);
|
|
214
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:read", "products:full", "product-fields:full"], configuration);
|
|
215
215
|
if (include_fields !== undefined) {
|
|
216
216
|
localVarQueryParameter['include_fields'] = include_fields;
|
|
217
217
|
}
|
|
@@ -247,7 +247,7 @@ const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
247
247
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
248
248
|
// authentication oauth2 required
|
|
249
249
|
// oauth required
|
|
250
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:read", "products:full"], configuration);
|
|
250
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:read", "products:full", "product-fields:full"], configuration);
|
|
251
251
|
if (include_fields !== undefined) {
|
|
252
252
|
localVarQueryParameter['include_fields'] = include_fields;
|
|
253
253
|
}
|
|
@@ -293,7 +293,7 @@ const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
293
293
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
294
294
|
// authentication oauth2 required
|
|
295
295
|
// oauth required
|
|
296
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:full"], configuration);
|
|
296
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:full", "product-fields:full"], configuration);
|
|
297
297
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
298
298
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
299
299
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -332,7 +332,7 @@ const ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
332
332
|
yield (0, common_1.setApiKeyToObject)(localVarHeaderParameter, "x-api-token", configuration);
|
|
333
333
|
// authentication oauth2 required
|
|
334
334
|
// oauth required
|
|
335
|
-
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:full"], configuration);
|
|
335
|
+
yield (0, common_1.setOAuthToObject)(localVarHeaderParameter, "oauth2", ["products:full", "product-fields:full"], configuration);
|
|
336
336
|
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
337
337
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
338
338
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|