@emilgroup/insurance-sdk 1.72.1-beta.9 → 1.73.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/.openapi-generator/FILES +0 -1
- package/README.md +2 -2
- package/dist/api/booking-funnel-versions-api.js +8 -25
- package/dist/api/booking-funnels-api.js +20 -53
- package/dist/api/commission-agreement-items-api.js +17 -46
- package/dist/api/commission-agreement-products-api.js +17 -46
- package/dist/api/commission-agreement-versions-api.js +14 -39
- package/dist/api/commission-agreements-api.js +17 -46
- package/dist/api/commission-recipients-api.js +17 -46
- package/dist/api/emil-functions-api.js +35 -88
- package/dist/api/health-check-api.js +5 -18
- package/dist/api/insured-object-types-api.js +5 -18
- package/dist/api/insured-objects-api.js +14 -39
- package/dist/api/lead-statuses-api.js +17 -46
- package/dist/api/lead-versions-api.js +8 -25
- package/dist/api/leads-api.js +32 -81
- package/dist/api/named-ranges-api.js +20 -53
- package/dist/api/partner-links-api.js +20 -53
- package/dist/api/partner-roles-api.js +17 -46
- package/dist/api/policies-api.js +50 -123
- package/dist/api/premium-formulas-api.js +20 -53
- package/dist/api/product-factors-api.js +23 -60
- package/dist/api/product-fields-api.js +23 -60
- package/dist/api/product-versions-api.js +8 -25
- package/dist/api/products-api.js +20 -53
- package/dist/api/status-transition-rules-api.js +20 -53
- package/dist/base.js +5 -5
- package/dist/common.d.ts +1 -1
- package/dist/common.js +2 -2
- package/dist/models/create-product-field-request-dto.d.ts +0 -22
- package/dist/models/create-product-field-request-dto.js +1 -9
- package/dist/models/index.d.ts +0 -1
- package/dist/models/index.js +0 -1
- package/dist/models/product-field-class.d.ts +0 -34
- package/dist/models/product-field-class.js +0 -9
- package/dist/models/shared-product-field-class.d.ts +0 -34
- package/dist/models/shared-product-field-class.js +0 -9
- package/dist/models/update-product-field-request-dto.d.ts +0 -22
- package/dist/models/update-product-field-request-dto.js +1 -9
- package/models/create-product-field-request-dto.ts +0 -24
- package/models/index.ts +0 -1
- package/models/product-field-class.ts +0 -38
- package/models/shared-product-field-class.ts +0 -38
- package/models/update-product-field-request-dto.ts +0 -24
- package/package.json +3 -3
- package/dist/models/create-product-version-request-dto.d.ts +0 -30
- package/dist/models/create-product-version-request-dto.js +0 -15
- package/models/create-product-version-request-dto.ts +0 -36
|
@@ -48,8 +48,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
48
48
|
});
|
|
49
49
|
};
|
|
50
50
|
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
51
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g
|
|
52
|
-
return g
|
|
51
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
52
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
53
53
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
54
54
|
function step(op) {
|
|
55
55
|
if (f) throw new TypeError("Generator is already executing.");
|
|
@@ -74,15 +74,6 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
74
74
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
75
75
|
}
|
|
76
76
|
};
|
|
77
|
-
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
78
|
-
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
79
|
-
if (ar || !(i in from)) {
|
|
80
|
-
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
81
|
-
ar[i] = from[i];
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
85
|
-
};
|
|
86
77
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
87
78
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
88
79
|
};
|
|
@@ -109,14 +100,10 @@ var PremiumFormulasApiAxiosParamCreator = function (configuration) {
|
|
|
109
100
|
* @param {*} [options] Override http request option.
|
|
110
101
|
* @throws {RequiredError}
|
|
111
102
|
*/
|
|
112
|
-
createPremiumFormula: function (
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
args_1[_i - 2] = arguments[_i];
|
|
116
|
-
}
|
|
117
|
-
return __awaiter(_this, __spreadArray([createPremiumFormulaRequestDto_1, authorization_1], args_1, true), void 0, function (createPremiumFormulaRequestDto, authorization, options) {
|
|
103
|
+
createPremiumFormula: function (createPremiumFormulaRequestDto, authorization, options) {
|
|
104
|
+
if (options === void 0) { options = {}; }
|
|
105
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
118
106
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
119
|
-
if (options === void 0) { options = {}; }
|
|
120
107
|
return __generator(this, function (_a) {
|
|
121
108
|
switch (_a.label) {
|
|
122
109
|
case 0:
|
|
@@ -162,14 +149,10 @@ var PremiumFormulasApiAxiosParamCreator = function (configuration) {
|
|
|
162
149
|
* @param {*} [options] Override http request option.
|
|
163
150
|
* @throws {RequiredError}
|
|
164
151
|
*/
|
|
165
|
-
deletePremiumFormula: function (
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
args_1[_i - 2] = arguments[_i];
|
|
169
|
-
}
|
|
170
|
-
return __awaiter(_this, __spreadArray([id_1, authorization_1], args_1, true), void 0, function (id, authorization, options) {
|
|
152
|
+
deletePremiumFormula: function (id, authorization, options) {
|
|
153
|
+
if (options === void 0) { options = {}; }
|
|
154
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
171
155
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
172
|
-
if (options === void 0) { options = {}; }
|
|
173
156
|
return __generator(this, function (_a) {
|
|
174
157
|
switch (_a.label) {
|
|
175
158
|
case 0:
|
|
@@ -214,14 +197,10 @@ var PremiumFormulasApiAxiosParamCreator = function (configuration) {
|
|
|
214
197
|
* @param {*} [options] Override http request option.
|
|
215
198
|
* @throws {RequiredError}
|
|
216
199
|
*/
|
|
217
|
-
getPremiumFormula: function (
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
args_1[_i - 2] = arguments[_i];
|
|
221
|
-
}
|
|
222
|
-
return __awaiter(_this, __spreadArray([id_1, authorization_1], args_1, true), void 0, function (id, authorization, options) {
|
|
200
|
+
getPremiumFormula: function (id, authorization, options) {
|
|
201
|
+
if (options === void 0) { options = {}; }
|
|
202
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
223
203
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
224
|
-
if (options === void 0) { options = {}; }
|
|
225
204
|
return __generator(this, function (_a) {
|
|
226
205
|
switch (_a.label) {
|
|
227
206
|
case 0:
|
|
@@ -272,14 +251,10 @@ var PremiumFormulasApiAxiosParamCreator = function (configuration) {
|
|
|
272
251
|
* @param {*} [options] Override http request option.
|
|
273
252
|
* @throws {RequiredError}
|
|
274
253
|
*/
|
|
275
|
-
listPremiumFormulas: function (
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
args_1[_i - 8] = arguments[_i];
|
|
279
|
-
}
|
|
280
|
-
return __awaiter(_this, __spreadArray([authorization_1, pageSize_1, pageToken_1, filter_1, search_1, order_1, expand_1, filters_1], args_1, true), void 0, function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
254
|
+
listPremiumFormulas: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
255
|
+
if (options === void 0) { options = {}; }
|
|
256
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
281
257
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
282
|
-
if (options === void 0) { options = {}; }
|
|
283
258
|
return __generator(this, function (_a) {
|
|
284
259
|
switch (_a.label) {
|
|
285
260
|
case 0:
|
|
@@ -342,14 +317,10 @@ var PremiumFormulasApiAxiosParamCreator = function (configuration) {
|
|
|
342
317
|
* @param {*} [options] Override http request option.
|
|
343
318
|
* @throws {RequiredError}
|
|
344
319
|
*/
|
|
345
|
-
swapPremiumFormulasOrder: function (
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
args_1[_i - 2] = arguments[_i];
|
|
349
|
-
}
|
|
350
|
-
return __awaiter(_this, __spreadArray([swapPremiumFormulasOrderRequestDto_1, authorization_1], args_1, true), void 0, function (swapPremiumFormulasOrderRequestDto, authorization, options) {
|
|
320
|
+
swapPremiumFormulasOrder: function (swapPremiumFormulasOrderRequestDto, authorization, options) {
|
|
321
|
+
if (options === void 0) { options = {}; }
|
|
322
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
351
323
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
352
|
-
if (options === void 0) { options = {}; }
|
|
353
324
|
return __generator(this, function (_a) {
|
|
354
325
|
switch (_a.label) {
|
|
355
326
|
case 0:
|
|
@@ -396,14 +367,10 @@ var PremiumFormulasApiAxiosParamCreator = function (configuration) {
|
|
|
396
367
|
* @param {*} [options] Override http request option.
|
|
397
368
|
* @throws {RequiredError}
|
|
398
369
|
*/
|
|
399
|
-
updatePremiumFormula: function (
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
args_1[_i - 3] = arguments[_i];
|
|
403
|
-
}
|
|
404
|
-
return __awaiter(_this, __spreadArray([id_1, updatePremiumFormulaRequestDto_1, authorization_1], args_1, true), void 0, function (id, updatePremiumFormulaRequestDto, authorization, options) {
|
|
370
|
+
updatePremiumFormula: function (id, updatePremiumFormulaRequestDto, authorization, options) {
|
|
371
|
+
if (options === void 0) { options = {}; }
|
|
372
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
405
373
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
406
|
-
if (options === void 0) { options = {}; }
|
|
407
374
|
return __generator(this, function (_a) {
|
|
408
375
|
switch (_a.label) {
|
|
409
376
|
case 0:
|
|
@@ -48,8 +48,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
48
48
|
});
|
|
49
49
|
};
|
|
50
50
|
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
51
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g
|
|
52
|
-
return g
|
|
51
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
52
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
53
53
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
54
54
|
function step(op) {
|
|
55
55
|
if (f) throw new TypeError("Generator is already executing.");
|
|
@@ -74,15 +74,6 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
74
74
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
75
75
|
}
|
|
76
76
|
};
|
|
77
|
-
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
78
|
-
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
79
|
-
if (ar || !(i in from)) {
|
|
80
|
-
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
81
|
-
ar[i] = from[i];
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
85
|
-
};
|
|
86
77
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
87
78
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
88
79
|
};
|
|
@@ -108,14 +99,10 @@ var ProductFactorsApiAxiosParamCreator = function (configuration) {
|
|
|
108
99
|
* @param {*} [options] Override http request option.
|
|
109
100
|
* @throws {RequiredError}
|
|
110
101
|
*/
|
|
111
|
-
deleteProductFactor: function (
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
args_1[_i - 2] = arguments[_i];
|
|
115
|
-
}
|
|
116
|
-
return __awaiter(_this, __spreadArray([id_1, authorization_1], args_1, true), void 0, function (id, authorization, options) {
|
|
102
|
+
deleteProductFactor: function (id, authorization, options) {
|
|
103
|
+
if (options === void 0) { options = {}; }
|
|
104
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
117
105
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
118
|
-
if (options === void 0) { options = {}; }
|
|
119
106
|
return __generator(this, function (_a) {
|
|
120
107
|
switch (_a.label) {
|
|
121
108
|
case 0:
|
|
@@ -162,14 +149,10 @@ var ProductFactorsApiAxiosParamCreator = function (configuration) {
|
|
|
162
149
|
* @param {*} [options] Override http request option.
|
|
163
150
|
* @throws {RequiredError}
|
|
164
151
|
*/
|
|
165
|
-
getProductFactor: function (
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
args_1[_i - 4] = arguments[_i];
|
|
169
|
-
}
|
|
170
|
-
return __awaiter(_this, __spreadArray([id_1, id2_1, authorization_1, expand_1], args_1, true), void 0, function (id, id2, authorization, expand, options) {
|
|
152
|
+
getProductFactor: function (id, id2, authorization, expand, options) {
|
|
153
|
+
if (options === void 0) { options = {}; }
|
|
154
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
171
155
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
172
|
-
if (options === void 0) { options = {}; }
|
|
173
156
|
return __generator(this, function (_a) {
|
|
174
157
|
switch (_a.label) {
|
|
175
158
|
case 0:
|
|
@@ -225,14 +208,10 @@ var ProductFactorsApiAxiosParamCreator = function (configuration) {
|
|
|
225
208
|
* @param {*} [options] Override http request option.
|
|
226
209
|
* @throws {RequiredError}
|
|
227
210
|
*/
|
|
228
|
-
getProductFactorValue: function (
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
args_1[_i - 5] = arguments[_i];
|
|
232
|
-
}
|
|
233
|
-
return __awaiter(_this, __spreadArray([productVersionId_1, label_1, key_1, name_1, authorization_1], args_1, true), void 0, function (productVersionId, label, key, name, authorization, options) {
|
|
211
|
+
getProductFactorValue: function (productVersionId, label, key, name, authorization, options) {
|
|
212
|
+
if (options === void 0) { options = {}; }
|
|
213
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
234
214
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
235
|
-
if (options === void 0) { options = {}; }
|
|
236
215
|
return __generator(this, function (_a) {
|
|
237
216
|
switch (_a.label) {
|
|
238
217
|
case 0:
|
|
@@ -296,14 +275,10 @@ var ProductFactorsApiAxiosParamCreator = function (configuration) {
|
|
|
296
275
|
* @param {*} [options] Override http request option.
|
|
297
276
|
* @throws {RequiredError}
|
|
298
277
|
*/
|
|
299
|
-
getProductFactorsForVersion: function (
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
args_1[_i - 4] = arguments[_i];
|
|
303
|
-
}
|
|
304
|
-
return __awaiter(_this, __spreadArray([productVersionId_1, values_1, authorization_1, forPublic_1], args_1, true), void 0, function (productVersionId, values, authorization, forPublic, options) {
|
|
278
|
+
getProductFactorsForVersion: function (productVersionId, values, authorization, forPublic, options) {
|
|
279
|
+
if (options === void 0) { options = {}; }
|
|
280
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
305
281
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
306
|
-
if (options === void 0) { options = {}; }
|
|
307
282
|
return __generator(this, function (_a) {
|
|
308
283
|
switch (_a.label) {
|
|
309
284
|
case 0:
|
|
@@ -364,14 +339,10 @@ var ProductFactorsApiAxiosParamCreator = function (configuration) {
|
|
|
364
339
|
* @param {*} [options] Override http request option.
|
|
365
340
|
* @throws {RequiredError}
|
|
366
341
|
*/
|
|
367
|
-
listProductFactors: function (
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
args_1[_i - 8] = arguments[_i];
|
|
371
|
-
}
|
|
372
|
-
return __awaiter(_this, __spreadArray([authorization_1, pageSize_1, pageToken_1, filter_1, search_1, order_1, expand_1, filters_1], args_1, true), void 0, function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
342
|
+
listProductFactors: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
343
|
+
if (options === void 0) { options = {}; }
|
|
344
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
373
345
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
374
|
-
if (options === void 0) { options = {}; }
|
|
375
346
|
return __generator(this, function (_a) {
|
|
376
347
|
switch (_a.label) {
|
|
377
348
|
case 0:
|
|
@@ -435,14 +406,10 @@ var ProductFactorsApiAxiosParamCreator = function (configuration) {
|
|
|
435
406
|
* @param {*} [options] Override http request option.
|
|
436
407
|
* @throws {RequiredError}
|
|
437
408
|
*/
|
|
438
|
-
storeProductFactors: function (
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
args_1[_i - 3] = arguments[_i];
|
|
442
|
-
}
|
|
443
|
-
return __awaiter(_this, __spreadArray([authorization_1, productVersionId_1, factors_1], args_1, true), void 0, function (authorization, productVersionId, factors, options) {
|
|
409
|
+
storeProductFactors: function (authorization, productVersionId, factors, options) {
|
|
410
|
+
if (options === void 0) { options = {}; }
|
|
411
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
444
412
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, localVarFormParams, headersFromBaseOptions;
|
|
445
|
-
if (options === void 0) { options = {}; }
|
|
446
413
|
return __generator(this, function (_a) {
|
|
447
414
|
switch (_a.label) {
|
|
448
415
|
case 0:
|
|
@@ -492,14 +459,10 @@ var ProductFactorsApiAxiosParamCreator = function (configuration) {
|
|
|
492
459
|
* @param {*} [options] Override http request option.
|
|
493
460
|
* @throws {RequiredError}
|
|
494
461
|
*/
|
|
495
|
-
validateProductFactors: function (
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
args_1[_i - 2] = arguments[_i];
|
|
499
|
-
}
|
|
500
|
-
return __awaiter(_this, __spreadArray([authorization_1, factors_1], args_1, true), void 0, function (authorization, factors, options) {
|
|
462
|
+
validateProductFactors: function (authorization, factors, options) {
|
|
463
|
+
if (options === void 0) { options = {}; }
|
|
464
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
501
465
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, localVarFormParams, headersFromBaseOptions;
|
|
502
|
-
if (options === void 0) { options = {}; }
|
|
503
466
|
return __generator(this, function (_a) {
|
|
504
467
|
switch (_a.label) {
|
|
505
468
|
case 0:
|
|
@@ -48,8 +48,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
48
48
|
});
|
|
49
49
|
};
|
|
50
50
|
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
51
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g
|
|
52
|
-
return g
|
|
51
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
52
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
53
53
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
54
54
|
function step(op) {
|
|
55
55
|
if (f) throw new TypeError("Generator is already executing.");
|
|
@@ -74,15 +74,6 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
74
74
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
75
75
|
}
|
|
76
76
|
};
|
|
77
|
-
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
78
|
-
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
79
|
-
if (ar || !(i in from)) {
|
|
80
|
-
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
81
|
-
ar[i] = from[i];
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
85
|
-
};
|
|
86
77
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
87
78
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
88
79
|
};
|
|
@@ -109,14 +100,10 @@ var ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
109
100
|
* @param {*} [options] Override http request option.
|
|
110
101
|
* @throws {RequiredError}
|
|
111
102
|
*/
|
|
112
|
-
createProductField: function (
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
args_1[_i - 2] = arguments[_i];
|
|
116
|
-
}
|
|
117
|
-
return __awaiter(_this, __spreadArray([createProductFieldRequestDto_1, authorization_1], args_1, true), void 0, function (createProductFieldRequestDto, authorization, options) {
|
|
103
|
+
createProductField: function (createProductFieldRequestDto, authorization, options) {
|
|
104
|
+
if (options === void 0) { options = {}; }
|
|
105
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
118
106
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
119
|
-
if (options === void 0) { options = {}; }
|
|
120
107
|
return __generator(this, function (_a) {
|
|
121
108
|
switch (_a.label) {
|
|
122
109
|
case 0:
|
|
@@ -162,14 +149,10 @@ var ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
162
149
|
* @param {*} [options] Override http request option.
|
|
163
150
|
* @throws {RequiredError}
|
|
164
151
|
*/
|
|
165
|
-
deleteProductField: function (
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
args_1[_i - 2] = arguments[_i];
|
|
169
|
-
}
|
|
170
|
-
return __awaiter(_this, __spreadArray([id_1, authorization_1], args_1, true), void 0, function (id, authorization, options) {
|
|
152
|
+
deleteProductField: function (id, authorization, options) {
|
|
153
|
+
if (options === void 0) { options = {}; }
|
|
154
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
171
155
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
172
|
-
if (options === void 0) { options = {}; }
|
|
173
156
|
return __generator(this, function (_a) {
|
|
174
157
|
switch (_a.label) {
|
|
175
158
|
case 0:
|
|
@@ -214,14 +197,10 @@ var ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
214
197
|
* @param {*} [options] Override http request option.
|
|
215
198
|
* @throws {RequiredError}
|
|
216
199
|
*/
|
|
217
|
-
getProductField: function (
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
args_1[_i - 2] = arguments[_i];
|
|
221
|
-
}
|
|
222
|
-
return __awaiter(_this, __spreadArray([id_1, authorization_1], args_1, true), void 0, function (id, authorization, options) {
|
|
200
|
+
getProductField: function (id, authorization, options) {
|
|
201
|
+
if (options === void 0) { options = {}; }
|
|
202
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
223
203
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
224
|
-
if (options === void 0) { options = {}; }
|
|
225
204
|
return __generator(this, function (_a) {
|
|
226
205
|
switch (_a.label) {
|
|
227
206
|
case 0:
|
|
@@ -272,14 +251,10 @@ var ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
272
251
|
* @param {*} [options] Override http request option.
|
|
273
252
|
* @throws {RequiredError}
|
|
274
253
|
*/
|
|
275
|
-
listProductFieldTypes: function (
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
args_1[_i - 8] = arguments[_i];
|
|
279
|
-
}
|
|
280
|
-
return __awaiter(_this, __spreadArray([authorization_1, pageSize_1, pageToken_1, filter_1, search_1, order_1, expand_1, filters_1], args_1, true), void 0, function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
254
|
+
listProductFieldTypes: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
255
|
+
if (options === void 0) { options = {}; }
|
|
256
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
281
257
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
282
|
-
if (options === void 0) { options = {}; }
|
|
283
258
|
return __generator(this, function (_a) {
|
|
284
259
|
switch (_a.label) {
|
|
285
260
|
case 0:
|
|
@@ -348,14 +323,10 @@ var ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
348
323
|
* @param {*} [options] Override http request option.
|
|
349
324
|
* @throws {RequiredError}
|
|
350
325
|
*/
|
|
351
|
-
listProductFields: function (
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
args_1[_i - 8] = arguments[_i];
|
|
355
|
-
}
|
|
356
|
-
return __awaiter(_this, __spreadArray([authorization_1, pageSize_1, pageToken_1, filter_1, search_1, order_1, expand_1, filters_1], args_1, true), void 0, function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
326
|
+
listProductFields: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
|
|
327
|
+
if (options === void 0) { options = {}; }
|
|
328
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
357
329
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
358
|
-
if (options === void 0) { options = {}; }
|
|
359
330
|
return __generator(this, function (_a) {
|
|
360
331
|
switch (_a.label) {
|
|
361
332
|
case 0:
|
|
@@ -418,14 +389,10 @@ var ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
418
389
|
* @param {*} [options] Override http request option.
|
|
419
390
|
* @throws {RequiredError}
|
|
420
391
|
*/
|
|
421
|
-
swapProductFieldsOrder: function (
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
args_1[_i - 2] = arguments[_i];
|
|
425
|
-
}
|
|
426
|
-
return __awaiter(_this, __spreadArray([swapProductFieldsOrderRequestDto_1, authorization_1], args_1, true), void 0, function (swapProductFieldsOrderRequestDto, authorization, options) {
|
|
392
|
+
swapProductFieldsOrder: function (swapProductFieldsOrderRequestDto, authorization, options) {
|
|
393
|
+
if (options === void 0) { options = {}; }
|
|
394
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
427
395
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
428
|
-
if (options === void 0) { options = {}; }
|
|
429
396
|
return __generator(this, function (_a) {
|
|
430
397
|
switch (_a.label) {
|
|
431
398
|
case 0:
|
|
@@ -472,14 +439,10 @@ var ProductFieldsApiAxiosParamCreator = function (configuration) {
|
|
|
472
439
|
* @param {*} [options] Override http request option.
|
|
473
440
|
* @throws {RequiredError}
|
|
474
441
|
*/
|
|
475
|
-
updateProductField: function (
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
args_1[_i - 3] = arguments[_i];
|
|
479
|
-
}
|
|
480
|
-
return __awaiter(_this, __spreadArray([id_1, updateProductFieldRequestDto_1, authorization_1], args_1, true), void 0, function (id, updateProductFieldRequestDto, authorization, options) {
|
|
442
|
+
updateProductField: function (id, updateProductFieldRequestDto, authorization, options) {
|
|
443
|
+
if (options === void 0) { options = {}; }
|
|
444
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
481
445
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
482
|
-
if (options === void 0) { options = {}; }
|
|
483
446
|
return __generator(this, function (_a) {
|
|
484
447
|
switch (_a.label) {
|
|
485
448
|
case 0:
|
|
@@ -48,8 +48,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
48
48
|
});
|
|
49
49
|
};
|
|
50
50
|
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
51
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g
|
|
52
|
-
return g
|
|
51
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
52
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
53
53
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
54
54
|
function step(op) {
|
|
55
55
|
if (f) throw new TypeError("Generator is already executing.");
|
|
@@ -74,15 +74,6 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
|
74
74
|
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
75
75
|
}
|
|
76
76
|
};
|
|
77
|
-
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
78
|
-
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
79
|
-
if (ar || !(i in from)) {
|
|
80
|
-
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
81
|
-
ar[i] = from[i];
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
85
|
-
};
|
|
86
77
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
87
78
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
88
79
|
};
|
|
@@ -112,14 +103,10 @@ var ProductVersionsApiAxiosParamCreator = function (configuration) {
|
|
|
112
103
|
* @param {*} [options] Override http request option.
|
|
113
104
|
* @throws {RequiredError}
|
|
114
105
|
*/
|
|
115
|
-
getProductVersion: function (
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
args_1[_i - 5] = arguments[_i];
|
|
119
|
-
}
|
|
120
|
-
return __awaiter(_this, __spreadArray([id_1, id2_1, authorization_1, filter_1, expand_1], args_1, true), void 0, function (id, id2, authorization, filter, expand, options) {
|
|
106
|
+
getProductVersion: function (id, id2, authorization, filter, expand, options) {
|
|
107
|
+
if (options === void 0) { options = {}; }
|
|
108
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
121
109
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
122
|
-
if (options === void 0) { options = {}; }
|
|
123
110
|
return __generator(this, function (_a) {
|
|
124
111
|
switch (_a.label) {
|
|
125
112
|
case 0:
|
|
@@ -176,14 +163,10 @@ var ProductVersionsApiAxiosParamCreator = function (configuration) {
|
|
|
176
163
|
* @param {*} [options] Override http request option.
|
|
177
164
|
* @throws {RequiredError}
|
|
178
165
|
*/
|
|
179
|
-
updateProductVersion: function (
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
args_1[_i - 3] = arguments[_i];
|
|
183
|
-
}
|
|
184
|
-
return __awaiter(_this, __spreadArray([id_1, updateProductVersionRequestDto_1, authorization_1], args_1, true), void 0, function (id, updateProductVersionRequestDto, authorization, options) {
|
|
166
|
+
updateProductVersion: function (id, updateProductVersionRequestDto, authorization, options) {
|
|
167
|
+
if (options === void 0) { options = {}; }
|
|
168
|
+
return __awaiter(_this, void 0, void 0, function () {
|
|
185
169
|
var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
186
|
-
if (options === void 0) { options = {}; }
|
|
187
170
|
return __generator(this, function (_a) {
|
|
188
171
|
switch (_a.label) {
|
|
189
172
|
case 0:
|