@emilgroup/insurance-sdk-node 1.2.0 → 1.5.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 +19 -5
- package/README.md +2 -2
- package/api/insured-object-types-api.ts +29 -29
- package/api/insured-objects-api.ts +44 -33
- package/api/leads-api.ts +187 -7
- package/api/policies-api.ts +276 -41
- package/api/premium-formulas-api.ts +669 -0
- package/api/product-factors-api.ts +889 -0
- package/api/product-fields-api.ts +843 -0
- package/api/product-versions-api.ts +301 -0
- package/api/products-api.ts +201 -2665
- package/api.ts +9 -1
- package/base.ts +23 -33
- package/common.ts +62 -1
- package/configuration.ts +1 -1
- package/dist/api/insured-object-types-api.d.ts +29 -29
- package/dist/api/insured-object-types-api.js +25 -25
- package/dist/api/insured-objects-api.d.ts +38 -29
- package/dist/api/insured-objects-api.js +31 -27
- package/dist/api/leads-api.d.ts +114 -10
- package/dist/api/leads-api.js +125 -2
- package/dist/api/policies-api.d.ts +171 -41
- package/dist/api/policies-api.js +231 -34
- package/dist/api/premium-formulas-api.d.ts +376 -0
- package/dist/api/premium-formulas-api.js +634 -0
- package/dist/api/product-factors-api.d.ts +493 -0
- package/dist/api/product-factors-api.js +788 -0
- package/dist/api/product-fields-api.d.ts +477 -0
- package/dist/api/product-fields-api.js +757 -0
- package/dist/api/product-versions-api.d.ts +171 -0
- package/dist/api/product-versions-api.js +334 -0
- package/dist/api/products-api.d.ts +25 -1388
- package/dist/api/products-api.js +137 -2118
- package/dist/api.d.ts +5 -1
- package/dist/api.js +5 -1
- package/dist/base.d.ts +2 -3
- package/dist/base.js +20 -22
- package/dist/common.d.ts +27 -1
- package/dist/common.js +36 -3
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/models/calculate-custom-premium-request-dto.d.ts +4 -4
- package/dist/models/calculate-custom-premium-request-dto.js +1 -1
- package/dist/models/calculate-premium-request-dto.d.ts +9 -9
- package/dist/models/calculate-premium-request-dto.js +1 -1
- package/dist/models/create-account-request-dto.d.ts +44 -14
- package/dist/models/create-account-request-dto.js +12 -1
- package/dist/models/create-bank-account-request-dto.d.ts +3 -3
- package/dist/models/create-bank-account-request-dto.js +1 -1
- package/dist/models/create-custom-application-request-dto.d.ts +5 -5
- package/dist/models/create-custom-application-request-dto.js +1 -1
- package/dist/models/create-dummy-policy-request-dto.d.ts +4 -4
- package/dist/models/create-dummy-policy-request-dto.js +1 -1
- package/dist/models/create-insured-object-request-dto.d.ts +5 -5
- package/dist/models/create-insured-object-request-dto.js +1 -1
- package/dist/models/create-insured-object-response-class.d.ts +5 -5
- package/dist/models/create-insured-object-response-class.js +1 -1
- package/dist/models/create-lead-request-dto.d.ts +23 -23
- package/dist/models/create-lead-request-dto.js +1 -1
- package/dist/models/create-lead-response-class.d.ts +25 -0
- package/dist/models/{grpc-policy-object-dto.js → create-lead-response-class.js} +1 -1
- package/dist/models/create-policy-request-dto.d.ts +19 -7
- package/dist/models/create-policy-request-dto.js +1 -1
- package/dist/models/create-policy-response-class.d.ts +1 -1
- package/dist/models/create-policy-response-class.js +1 -1
- package/dist/models/create-premium-formula-request-dto.d.ts +10 -9
- package/dist/models/create-premium-formula-request-dto.js +3 -2
- package/dist/models/create-premium-formula-response-class.d.ts +2 -2
- package/dist/models/create-premium-formula-response-class.js +1 -1
- package/dist/models/create-product-field-request-dto.d.ts +2 -2
- package/dist/models/create-product-field-request-dto.js +1 -1
- package/dist/models/create-product-field-response-class.d.ts +2 -2
- package/dist/models/create-product-field-response-class.js +1 -1
- package/dist/models/create-product-request-dto.d.ts +6 -6
- package/dist/models/create-product-request-dto.js +1 -1
- package/dist/models/create-product-response-class.d.ts +1 -1
- package/dist/models/create-product-response-class.js +1 -1
- package/dist/models/csv-product-factor-dto.d.ts +6 -6
- package/dist/models/csv-product-factor-dto.js +1 -1
- package/dist/models/delete-request-dto.d.ts +2 -2
- package/dist/models/delete-request-dto.js +1 -1
- package/dist/models/{get-insured-object-request-dto.d.ts → delete-response-class.d.ts} +7 -7
- package/dist/models/{to-grpc-create-policy-request-dto.js → delete-response-class.js} +1 -1
- package/dist/models/get-insured-object-response-class.d.ts +2 -2
- package/dist/models/get-insured-object-response-class.js +1 -1
- package/dist/models/get-lead-response-class.d.ts +25 -0
- package/dist/models/{grpc-update-policy-request-dto.js → get-lead-response-class.js} +1 -1
- package/dist/models/{grpc-policy-object-dto.d.ts → get-policy-data-by-date-request-dto.d.ts} +11 -11
- package/dist/models/{get-insured-object-request-dto.js → get-policy-data-by-date-request-dto.js} +1 -1
- package/dist/models/get-policy-request-dto.d.ts +3 -3
- package/dist/models/get-policy-request-dto.js +1 -1
- package/dist/models/get-policy-response-class.d.ts +2 -2
- package/dist/models/get-policy-response-class.js +1 -1
- package/dist/models/get-premium-formula-request-dto.d.ts +2 -2
- package/dist/models/get-premium-formula-request-dto.js +1 -1
- package/dist/models/get-premium-formula-response-class.d.ts +2 -2
- package/dist/models/get-premium-formula-response-class.js +1 -1
- package/dist/models/get-product-factor-response-class.d.ts +2 -2
- package/dist/models/get-product-factor-response-class.js +1 -1
- package/dist/models/get-product-factor-value-request-dto.d.ts +1 -1
- package/dist/models/get-product-factor-value-request-dto.js +1 -1
- package/dist/models/get-product-factor-value-response-class.d.ts +2 -2
- package/dist/models/get-product-factor-value-response-class.js +1 -1
- package/dist/models/get-product-factors-for-version-request-dto.d.ts +4 -4
- package/dist/models/get-product-factors-for-version-request-dto.js +1 -1
- package/dist/models/get-product-factors-for-version-response-class.d.ts +1 -1
- package/dist/models/get-product-factors-for-version-response-class.js +1 -1
- package/dist/models/get-product-field-request-dto.d.ts +2 -2
- package/dist/models/get-product-field-request-dto.js +1 -1
- package/dist/models/get-product-field-response-class.d.ts +2 -2
- package/dist/models/get-product-field-response-class.js +1 -1
- package/dist/models/get-product-request-dto.d.ts +1 -1
- package/dist/models/get-product-request-dto.js +1 -1
- package/dist/models/get-product-response-class.d.ts +1 -1
- package/dist/models/get-product-response-class.js +1 -1
- package/dist/models/get-product-version-request-dto.d.ts +2 -2
- package/dist/models/get-product-version-request-dto.js +1 -1
- package/dist/models/get-product-version-response-class.d.ts +1 -1
- package/dist/models/get-product-version-response-class.js +1 -1
- package/dist/models/grouped-product-factor-class.d.ts +4 -4
- package/dist/models/grouped-product-factor-class.js +1 -1
- package/dist/models/grouped-product-factor-value-class.d.ts +10 -4
- package/dist/models/grouped-product-factor-value-class.js +1 -1
- package/dist/models/grouped-product-factors-response-class.d.ts +1 -1
- package/dist/models/grouped-product-factors-response-class.js +1 -1
- package/dist/models/index.d.ts +15 -5
- package/dist/models/index.js +15 -5
- package/dist/models/insured-object-class.d.ts +13 -13
- package/dist/models/insured-object-class.js +1 -1
- package/dist/models/insured-object-type-class.d.ts +6 -6
- package/dist/models/insured-object-type-class.js +1 -1
- package/dist/models/lead-bank-account-class.d.ts +30 -0
- package/dist/models/lead-bank-account-class.js +15 -0
- package/dist/models/lead-class.d.ts +102 -0
- package/dist/models/lead-class.js +22 -0
- package/dist/models/list-insured-object-types-response-class.d.ts +2 -2
- package/dist/models/list-insured-object-types-response-class.js +1 -1
- package/dist/models/list-insured-objects-response-class.d.ts +5 -4
- package/dist/models/list-insured-objects-response-class.js +1 -1
- package/dist/models/list-leads-response-class.d.ts +31 -0
- package/dist/models/list-leads-response-class.js +15 -0
- package/dist/models/list-policies-response-class.d.ts +2 -2
- package/dist/models/list-policies-response-class.js +1 -1
- package/dist/models/list-premium-formulas-response-class.d.ts +3 -3
- package/dist/models/list-premium-formulas-response-class.js +1 -1
- package/dist/models/list-product-factors-response-class.d.ts +7 -7
- package/dist/models/list-product-factors-response-class.js +1 -1
- package/dist/models/list-product-field-types-response-class.d.ts +6 -5
- package/dist/models/list-product-field-types-response-class.js +1 -1
- package/dist/models/list-product-fields-response-class.d.ts +3 -3
- package/dist/models/list-product-fields-response-class.js +1 -1
- package/dist/models/list-products-response-class.d.ts +4 -4
- package/dist/models/list-products-response-class.js +1 -1
- package/dist/models/list-request-dto.d.ts +6 -6
- package/dist/models/list-request-dto.js +1 -1
- package/dist/models/omit-type-class.d.ts +60 -0
- package/dist/models/omit-type-class.js +15 -0
- package/dist/models/policy-class.d.ts +34 -16
- package/dist/models/policy-class.js +1 -1
- package/dist/models/policy-object-class.d.ts +5 -5
- package/dist/models/policy-object-class.js +1 -1
- package/dist/models/policy-object-dto.d.ts +3 -3
- package/dist/models/policy-object-dto.js +1 -1
- package/dist/models/policy-premium-class.d.ts +5 -5
- package/dist/models/policy-premium-class.js +1 -1
- package/dist/models/policy-premium-item-class.d.ts +7 -7
- package/dist/models/policy-premium-item-class.js +1 -1
- package/dist/models/policy-version-class.d.ts +6 -6
- package/dist/models/policy-version-class.js +1 -1
- package/dist/models/premium-formula-class.d.ts +10 -17
- package/dist/models/premium-formula-class.js +1 -1
- package/dist/models/premium-override-dto.d.ts +7 -6
- package/dist/models/premium-override-dto.js +3 -2
- package/dist/models/premium-override-request-class.d.ts +25 -0
- package/dist/models/premium-override-request-class.js +15 -0
- package/dist/models/premium-override-request-dto.d.ts +2 -2
- package/dist/models/premium-override-request-dto.js +1 -1
- package/dist/models/product-class.d.ts +10 -10
- package/dist/models/product-class.js +1 -1
- package/dist/models/product-factor-class.d.ts +8 -15
- package/dist/models/product-factor-class.js +1 -1
- package/dist/models/product-factor-value-class.d.ts +8 -28
- package/dist/models/product-factor-value-class.js +1 -1
- package/dist/models/product-field-class.d.ts +13 -13
- package/dist/models/product-field-class.js +1 -1
- package/dist/models/product-field-type-class.d.ts +48 -0
- package/dist/models/product-field-type-class.js +15 -0
- package/dist/models/product-version-class.d.ts +15 -8
- package/dist/models/product-version-class.js +8 -1
- package/dist/models/shared-product-field-class.d.ts +114 -0
- package/dist/models/shared-product-field-class.js +15 -0
- package/dist/models/shared-update-premium-formula-request-dto.d.ts +72 -0
- package/dist/models/{create-claim-request-dto.js → shared-update-premium-formula-request-dto.js} +10 -9
- package/dist/models/store-product-factors-request-dto.d.ts +2 -2
- package/dist/models/store-product-factors-request-dto.js +1 -1
- package/dist/models/store-product-factors-response-class.d.ts +1 -1
- package/dist/models/store-product-factors-response-class.js +1 -1
- package/dist/models/suspend-policy-request-dto.d.ts +24 -0
- package/dist/models/suspend-policy-request-dto.js +15 -0
- package/dist/models/suspend-policy-response-class.d.ts +25 -0
- package/dist/models/suspend-policy-response-class.js +15 -0
- package/dist/models/terminate-policy-request-dto.d.ts +3 -3
- package/dist/models/terminate-policy-request-dto.js +1 -1
- package/dist/models/terminate-policy-response-class.d.ts +1 -1
- package/dist/models/terminate-policy-response-class.js +1 -1
- package/dist/models/timeslice-class.d.ts +8 -8
- package/dist/models/timeslice-class.js +1 -1
- package/dist/models/update-insured-object-request-dto.d.ts +6 -6
- package/dist/models/update-insured-object-request-dto.js +1 -1
- package/dist/models/update-lead-request-dto.d.ts +8 -14
- package/dist/models/update-lead-request-dto.js +1 -1
- package/dist/models/update-lead-response-class.d.ts +25 -0
- package/dist/models/update-lead-response-class.js +15 -0
- package/dist/models/update-policy-request-dto.d.ts +24 -5
- package/dist/models/update-policy-request-dto.js +8 -1
- package/dist/models/update-policy-response-class.d.ts +1 -1
- package/dist/models/update-policy-response-class.js +1 -1
- package/dist/models/update-premium-formula-request-dto.d.ts +10 -15
- package/dist/models/update-premium-formula-request-dto.js +3 -2
- package/dist/models/update-premium-formula-response-class.d.ts +2 -2
- package/dist/models/update-premium-formula-response-class.js +1 -1
- package/dist/models/update-product-field-request-dto.d.ts +15 -15
- package/dist/models/update-product-field-request-dto.js +1 -1
- package/dist/models/update-product-field-response-class.d.ts +2 -2
- package/dist/models/update-product-field-response-class.js +1 -1
- package/dist/models/update-product-request-dto.d.ts +5 -5
- package/dist/models/update-product-request-dto.js +1 -1
- package/dist/models/update-product-response-class.d.ts +1 -1
- package/dist/models/update-product-response-class.js +1 -1
- package/dist/models/update-product-version-request-dto.d.ts +5 -5
- package/dist/models/update-product-version-request-dto.js +1 -1
- package/dist/models/update-product-version-response-class.d.ts +1 -1
- package/dist/models/update-product-version-response-class.js +1 -1
- package/dist/models/uploaded-document-dto.d.ts +2 -2
- package/dist/models/uploaded-document-dto.js +1 -1
- package/dist/models/validate-product-factors-request-dto.d.ts +2 -2
- package/dist/models/validate-product-factors-request-dto.js +1 -1
- package/dist/models/withdraw-policy-response-class.d.ts +1 -1
- package/dist/models/withdraw-policy-response-class.js +1 -1
- package/index.ts +1 -1
- package/models/calculate-custom-premium-request-dto.ts +3 -3
- package/models/calculate-premium-request-dto.ts +9 -9
- package/models/create-account-request-dto.ts +48 -14
- package/models/create-bank-account-request-dto.ts +3 -3
- package/models/create-custom-application-request-dto.ts +4 -4
- package/models/create-dummy-policy-request-dto.ts +4 -4
- package/models/create-insured-object-request-dto.ts +5 -5
- package/models/create-insured-object-response-class.ts +5 -5
- package/models/create-lead-request-dto.ts +22 -22
- package/models/create-lead-response-class.ts +31 -0
- package/models/create-policy-request-dto.ts +19 -7
- package/models/create-policy-response-class.ts +1 -1
- package/models/create-premium-formula-request-dto.ts +9 -8
- package/models/create-premium-formula-response-class.ts +2 -2
- package/models/create-product-field-request-dto.ts +1 -1
- package/models/create-product-field-response-class.ts +2 -2
- package/models/create-product-request-dto.ts +5 -5
- package/models/create-product-response-class.ts +1 -1
- package/models/csv-product-factor-dto.ts +6 -6
- package/models/delete-request-dto.ts +2 -2
- package/models/{get-insured-object-request-dto.ts → delete-response-class.ts} +7 -7
- package/models/get-insured-object-response-class.ts +2 -2
- package/models/get-lead-response-class.ts +31 -0
- package/models/{grpc-policy-object-dto.ts → get-policy-data-by-date-request-dto.ts} +11 -11
- package/models/get-policy-request-dto.ts +3 -3
- package/models/get-policy-response-class.ts +2 -2
- package/models/get-premium-formula-request-dto.ts +2 -2
- package/models/get-premium-formula-response-class.ts +2 -2
- package/models/get-product-factor-response-class.ts +2 -2
- package/models/get-product-factor-value-request-dto.ts +1 -1
- package/models/get-product-factor-value-response-class.ts +2 -2
- package/models/get-product-factors-for-version-request-dto.ts +4 -4
- package/models/get-product-factors-for-version-response-class.ts +1 -1
- package/models/get-product-field-request-dto.ts +2 -2
- package/models/get-product-field-response-class.ts +2 -2
- package/models/get-product-request-dto.ts +1 -1
- package/models/get-product-response-class.ts +1 -1
- package/models/get-product-version-request-dto.ts +2 -2
- package/models/get-product-version-response-class.ts +1 -1
- package/models/grouped-product-factor-class.ts +4 -4
- package/models/grouped-product-factor-value-class.ts +10 -4
- package/models/grouped-product-factors-response-class.ts +1 -1
- package/models/index.ts +15 -5
- package/models/insured-object-class.ts +13 -13
- package/models/insured-object-type-class.ts +6 -6
- package/models/lead-bank-account-class.ts +36 -0
- package/models/lead-class.ts +111 -0
- package/models/list-insured-object-types-response-class.ts +2 -2
- package/models/list-insured-objects-response-class.ts +5 -4
- package/models/list-leads-response-class.ts +37 -0
- package/models/list-policies-response-class.ts +2 -2
- package/models/list-premium-formulas-response-class.ts +3 -3
- package/models/list-product-factors-response-class.ts +7 -7
- package/models/list-product-field-types-response-class.ts +6 -5
- package/models/list-product-fields-response-class.ts +3 -3
- package/models/list-products-response-class.ts +4 -4
- package/models/list-request-dto.ts +6 -6
- package/models/omit-type-class.ts +66 -0
- package/models/policy-class.ts +34 -16
- package/models/policy-object-class.ts +5 -5
- package/models/policy-object-dto.ts +3 -3
- package/models/policy-premium-class.ts +5 -5
- package/models/policy-premium-item-class.ts +7 -7
- package/models/policy-version-class.ts +6 -6
- package/models/premium-formula-class.ts +10 -17
- package/models/premium-override-dto.ts +6 -5
- package/models/premium-override-request-class.ts +31 -0
- package/models/premium-override-request-dto.ts +2 -2
- package/models/product-class.ts +10 -10
- package/models/product-factor-class.ts +8 -15
- package/models/product-factor-value-class.ts +8 -28
- package/models/product-field-class.ts +13 -13
- package/models/product-field-type-class.ts +54 -0
- package/models/product-version-class.ts +18 -8
- package/models/shared-product-field-class.ts +120 -0
- package/models/shared-update-premium-formula-request-dto.ts +82 -0
- package/models/store-product-factors-request-dto.ts +2 -2
- package/models/store-product-factors-response-class.ts +1 -1
- package/models/suspend-policy-request-dto.ts +30 -0
- package/models/suspend-policy-response-class.ts +31 -0
- package/models/terminate-policy-request-dto.ts +3 -3
- package/models/terminate-policy-response-class.ts +1 -1
- package/models/timeslice-class.ts +8 -8
- package/models/update-insured-object-request-dto.ts +6 -6
- package/models/update-lead-request-dto.ts +7 -13
- package/models/update-lead-response-class.ts +31 -0
- package/models/update-policy-request-dto.ts +27 -5
- package/models/update-policy-response-class.ts +1 -1
- package/models/update-premium-formula-request-dto.ts +9 -14
- package/models/update-premium-formula-response-class.ts +2 -2
- package/models/update-product-field-request-dto.ts +14 -14
- package/models/update-product-field-response-class.ts +2 -2
- package/models/update-product-request-dto.ts +5 -5
- package/models/update-product-response-class.ts +1 -1
- package/models/update-product-version-request-dto.ts +4 -4
- package/models/update-product-version-response-class.ts +1 -1
- package/models/uploaded-document-dto.ts +2 -2
- package/models/validate-product-factors-request-dto.ts +2 -2
- package/models/withdraw-policy-response-class.ts +1 -1
- package/package.json +3 -4
- package/dist/models/create-claim-request-dto.d.ts +0 -83
- package/dist/models/grpc-update-policy-request-dto.d.ts +0 -50
- package/dist/models/to-grpc-create-policy-request-dto.d.ts +0 -44
- package/models/create-claim-request-dto.ts +0 -93
- package/models/grpc-update-policy-request-dto.ts +0 -56
- package/models/to-grpc-create-policy-request-dto.ts +0 -50
|
@@ -0,0 +1,493 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* EMIL InsuranceService
|
|
3
|
+
* The EMIL InsuranceService API description
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
* Contact: kontakt@emil.de
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
13
|
+
import { Configuration } from '../configuration';
|
|
14
|
+
import { RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import { GetProductFactorResponseClass } from '../models';
|
|
16
|
+
import { GetProductFactorValueResponseClass } from '../models';
|
|
17
|
+
import { GetProductFactorsForVersionResponseClass } from '../models';
|
|
18
|
+
import { GroupedProductFactorsResponseClass } from '../models';
|
|
19
|
+
import { ListProductFactorsResponseClass } from '../models';
|
|
20
|
+
import { StoreProductFactorsResponseClass } from '../models';
|
|
21
|
+
/**
|
|
22
|
+
* ProductFactorsApi - axios parameter creator
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
export declare const ProductFactorsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
26
|
+
/**
|
|
27
|
+
* Retrieves the details of the product factor that was previously created. Supply the unique product factor id that was returned when you created it and Emil Api will return the corresponding product factor information.
|
|
28
|
+
* @summary Retrieve the product factor
|
|
29
|
+
* @param {number} id
|
|
30
|
+
* @param {number} id2 Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
31
|
+
* @param {string} [authorization] Bearer Token
|
|
32
|
+
* @param {string} [expand] Fields to expand response by
|
|
33
|
+
* @param {*} [options] Override http request option.
|
|
34
|
+
* @throws {RequiredError}
|
|
35
|
+
*/
|
|
36
|
+
getProductFactor: (id: number, id2: number, authorization?: string, expand?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
37
|
+
/**
|
|
38
|
+
* Get the value corresponding to a specific product factor.
|
|
39
|
+
* @summary Get product factor value
|
|
40
|
+
* @param {number} productVersionId Product Version Id
|
|
41
|
+
* @param {string} label Product factor label
|
|
42
|
+
* @param {string} key Key for the product factor value
|
|
43
|
+
* @param {string} name Name for the product factor value
|
|
44
|
+
* @param {string} [authorization] Bearer Token
|
|
45
|
+
* @param {*} [options] Override http request option.
|
|
46
|
+
* @throws {RequiredError}
|
|
47
|
+
*/
|
|
48
|
+
getProductFactorValue: (productVersionId: number, label: string, key: string, name: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
49
|
+
/**
|
|
50
|
+
* Returns product factors without values (values=none), or with values if their number less or equal to 200 (values=short), or with all values (values=all - this may take several seconds).
|
|
51
|
+
* @summary Returns all product factors for the product version.
|
|
52
|
+
* @param {number} productVersionId Unique identifier referencing the product Version.
|
|
53
|
+
* @param {string} values Which values to return for every factor (None or Short for short value lists only or All).
|
|
54
|
+
* @param {string} [authorization] Bearer Token
|
|
55
|
+
* @param {boolean} [forPublic] true if this is a call from PublicAPI or false otherwise (default).
|
|
56
|
+
* @param {*} [options] Override http request option.
|
|
57
|
+
* @throws {RequiredError}
|
|
58
|
+
*/
|
|
59
|
+
getProductFactorsForVersion: (productVersionId: number, values: string, authorization?: string, forPublic?: boolean, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
60
|
+
/**
|
|
61
|
+
* Returns a list of product factors you have previously created. The product factors are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
62
|
+
* @summary List product factors
|
|
63
|
+
* @param {string} [authorization] Bearer Token
|
|
64
|
+
* @param {number} [pageSize] Page size.
|
|
65
|
+
* @param {string} [pageToken] Page token.
|
|
66
|
+
* @param {string} [filter] List filter
|
|
67
|
+
* @param {string} [search] Search query.
|
|
68
|
+
* @param {string} [order] Ordering criteria.
|
|
69
|
+
* @param {string} [expand] Extra fields to fetch.
|
|
70
|
+
* @param {*} [options] Override http request option.
|
|
71
|
+
* @throws {RequiredError}
|
|
72
|
+
*/
|
|
73
|
+
listProductFactors: (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
74
|
+
/**
|
|
75
|
+
* Upload a CSV file containing product factors necessary for a product. The columns must be in the following order: group,label,key,name,value. It is advised to validate the file first.
|
|
76
|
+
* @summary Upload product factors
|
|
77
|
+
* @param {string} [authorization] Bearer Token
|
|
78
|
+
* @param {number} [productVersionId]
|
|
79
|
+
* @param {any} [factors]
|
|
80
|
+
* @param {*} [options] Override http request option.
|
|
81
|
+
* @throws {RequiredError}
|
|
82
|
+
*/
|
|
83
|
+
storeProductFactors: (authorization?: string, productVersionId?: number, factors?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
84
|
+
/**
|
|
85
|
+
* Validate a CSV file containing all product factors. The columns must be in the following order: group,label,key,name,value.
|
|
86
|
+
* @summary Validate product factors
|
|
87
|
+
* @param {string} [authorization] Bearer Token
|
|
88
|
+
* @param {any} [factors]
|
|
89
|
+
* @param {*} [options] Override http request option.
|
|
90
|
+
* @throws {RequiredError}
|
|
91
|
+
*/
|
|
92
|
+
validateProductFactors: (authorization?: string, factors?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
93
|
+
};
|
|
94
|
+
/**
|
|
95
|
+
* ProductFactorsApi - functional programming interface
|
|
96
|
+
* @export
|
|
97
|
+
*/
|
|
98
|
+
export declare const ProductFactorsApiFp: (configuration?: Configuration) => {
|
|
99
|
+
/**
|
|
100
|
+
* Retrieves the details of the product factor that was previously created. Supply the unique product factor id that was returned when you created it and Emil Api will return the corresponding product factor information.
|
|
101
|
+
* @summary Retrieve the product factor
|
|
102
|
+
* @param {number} id
|
|
103
|
+
* @param {number} id2 Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
104
|
+
* @param {string} [authorization] Bearer Token
|
|
105
|
+
* @param {string} [expand] Fields to expand response by
|
|
106
|
+
* @param {*} [options] Override http request option.
|
|
107
|
+
* @throws {RequiredError}
|
|
108
|
+
*/
|
|
109
|
+
getProductFactor(id: number, id2: number, authorization?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetProductFactorResponseClass>>;
|
|
110
|
+
/**
|
|
111
|
+
* Get the value corresponding to a specific product factor.
|
|
112
|
+
* @summary Get product factor value
|
|
113
|
+
* @param {number} productVersionId Product Version Id
|
|
114
|
+
* @param {string} label Product factor label
|
|
115
|
+
* @param {string} key Key for the product factor value
|
|
116
|
+
* @param {string} name Name for the product factor value
|
|
117
|
+
* @param {string} [authorization] Bearer Token
|
|
118
|
+
* @param {*} [options] Override http request option.
|
|
119
|
+
* @throws {RequiredError}
|
|
120
|
+
*/
|
|
121
|
+
getProductFactorValue(productVersionId: number, label: string, key: string, name: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetProductFactorValueResponseClass>>;
|
|
122
|
+
/**
|
|
123
|
+
* Returns product factors without values (values=none), or with values if their number less or equal to 200 (values=short), or with all values (values=all - this may take several seconds).
|
|
124
|
+
* @summary Returns all product factors for the product version.
|
|
125
|
+
* @param {number} productVersionId Unique identifier referencing the product Version.
|
|
126
|
+
* @param {string} values Which values to return for every factor (None or Short for short value lists only or All).
|
|
127
|
+
* @param {string} [authorization] Bearer Token
|
|
128
|
+
* @param {boolean} [forPublic] true if this is a call from PublicAPI or false otherwise (default).
|
|
129
|
+
* @param {*} [options] Override http request option.
|
|
130
|
+
* @throws {RequiredError}
|
|
131
|
+
*/
|
|
132
|
+
getProductFactorsForVersion(productVersionId: number, values: string, authorization?: string, forPublic?: boolean, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetProductFactorsForVersionResponseClass>>;
|
|
133
|
+
/**
|
|
134
|
+
* Returns a list of product factors you have previously created. The product factors are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
135
|
+
* @summary List product factors
|
|
136
|
+
* @param {string} [authorization] Bearer Token
|
|
137
|
+
* @param {number} [pageSize] Page size.
|
|
138
|
+
* @param {string} [pageToken] Page token.
|
|
139
|
+
* @param {string} [filter] List filter
|
|
140
|
+
* @param {string} [search] Search query.
|
|
141
|
+
* @param {string} [order] Ordering criteria.
|
|
142
|
+
* @param {string} [expand] Extra fields to fetch.
|
|
143
|
+
* @param {*} [options] Override http request option.
|
|
144
|
+
* @throws {RequiredError}
|
|
145
|
+
*/
|
|
146
|
+
listProductFactors(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListProductFactorsResponseClass>>;
|
|
147
|
+
/**
|
|
148
|
+
* Upload a CSV file containing product factors necessary for a product. The columns must be in the following order: group,label,key,name,value. It is advised to validate the file first.
|
|
149
|
+
* @summary Upload product factors
|
|
150
|
+
* @param {string} [authorization] Bearer Token
|
|
151
|
+
* @param {number} [productVersionId]
|
|
152
|
+
* @param {any} [factors]
|
|
153
|
+
* @param {*} [options] Override http request option.
|
|
154
|
+
* @throws {RequiredError}
|
|
155
|
+
*/
|
|
156
|
+
storeProductFactors(authorization?: string, productVersionId?: number, factors?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StoreProductFactorsResponseClass>>;
|
|
157
|
+
/**
|
|
158
|
+
* Validate a CSV file containing all product factors. The columns must be in the following order: group,label,key,name,value.
|
|
159
|
+
* @summary Validate product factors
|
|
160
|
+
* @param {string} [authorization] Bearer Token
|
|
161
|
+
* @param {any} [factors]
|
|
162
|
+
* @param {*} [options] Override http request option.
|
|
163
|
+
* @throws {RequiredError}
|
|
164
|
+
*/
|
|
165
|
+
validateProductFactors(authorization?: string, factors?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GroupedProductFactorsResponseClass>>;
|
|
166
|
+
};
|
|
167
|
+
/**
|
|
168
|
+
* ProductFactorsApi - factory interface
|
|
169
|
+
* @export
|
|
170
|
+
*/
|
|
171
|
+
export declare const ProductFactorsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
172
|
+
/**
|
|
173
|
+
* Retrieves the details of the product factor that was previously created. Supply the unique product factor id that was returned when you created it and Emil Api will return the corresponding product factor information.
|
|
174
|
+
* @summary Retrieve the product factor
|
|
175
|
+
* @param {number} id
|
|
176
|
+
* @param {number} id2 Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
177
|
+
* @param {string} [authorization] Bearer Token
|
|
178
|
+
* @param {string} [expand] Fields to expand response by
|
|
179
|
+
* @param {*} [options] Override http request option.
|
|
180
|
+
* @throws {RequiredError}
|
|
181
|
+
*/
|
|
182
|
+
getProductFactor(id: number, id2: number, authorization?: string, expand?: string, options?: any): AxiosPromise<GetProductFactorResponseClass>;
|
|
183
|
+
/**
|
|
184
|
+
* Get the value corresponding to a specific product factor.
|
|
185
|
+
* @summary Get product factor value
|
|
186
|
+
* @param {number} productVersionId Product Version Id
|
|
187
|
+
* @param {string} label Product factor label
|
|
188
|
+
* @param {string} key Key for the product factor value
|
|
189
|
+
* @param {string} name Name for the product factor value
|
|
190
|
+
* @param {string} [authorization] Bearer Token
|
|
191
|
+
* @param {*} [options] Override http request option.
|
|
192
|
+
* @throws {RequiredError}
|
|
193
|
+
*/
|
|
194
|
+
getProductFactorValue(productVersionId: number, label: string, key: string, name: string, authorization?: string, options?: any): AxiosPromise<GetProductFactorValueResponseClass>;
|
|
195
|
+
/**
|
|
196
|
+
* Returns product factors without values (values=none), or with values if their number less or equal to 200 (values=short), or with all values (values=all - this may take several seconds).
|
|
197
|
+
* @summary Returns all product factors for the product version.
|
|
198
|
+
* @param {number} productVersionId Unique identifier referencing the product Version.
|
|
199
|
+
* @param {string} values Which values to return for every factor (None or Short for short value lists only or All).
|
|
200
|
+
* @param {string} [authorization] Bearer Token
|
|
201
|
+
* @param {boolean} [forPublic] true if this is a call from PublicAPI or false otherwise (default).
|
|
202
|
+
* @param {*} [options] Override http request option.
|
|
203
|
+
* @throws {RequiredError}
|
|
204
|
+
*/
|
|
205
|
+
getProductFactorsForVersion(productVersionId: number, values: string, authorization?: string, forPublic?: boolean, options?: any): AxiosPromise<GetProductFactorsForVersionResponseClass>;
|
|
206
|
+
/**
|
|
207
|
+
* Returns a list of product factors you have previously created. The product factors are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
208
|
+
* @summary List product factors
|
|
209
|
+
* @param {string} [authorization] Bearer Token
|
|
210
|
+
* @param {number} [pageSize] Page size.
|
|
211
|
+
* @param {string} [pageToken] Page token.
|
|
212
|
+
* @param {string} [filter] List filter
|
|
213
|
+
* @param {string} [search] Search query.
|
|
214
|
+
* @param {string} [order] Ordering criteria.
|
|
215
|
+
* @param {string} [expand] Extra fields to fetch.
|
|
216
|
+
* @param {*} [options] Override http request option.
|
|
217
|
+
* @throws {RequiredError}
|
|
218
|
+
*/
|
|
219
|
+
listProductFactors(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, options?: any): AxiosPromise<ListProductFactorsResponseClass>;
|
|
220
|
+
/**
|
|
221
|
+
* Upload a CSV file containing product factors necessary for a product. The columns must be in the following order: group,label,key,name,value. It is advised to validate the file first.
|
|
222
|
+
* @summary Upload product factors
|
|
223
|
+
* @param {string} [authorization] Bearer Token
|
|
224
|
+
* @param {number} [productVersionId]
|
|
225
|
+
* @param {any} [factors]
|
|
226
|
+
* @param {*} [options] Override http request option.
|
|
227
|
+
* @throws {RequiredError}
|
|
228
|
+
*/
|
|
229
|
+
storeProductFactors(authorization?: string, productVersionId?: number, factors?: any, options?: any): AxiosPromise<StoreProductFactorsResponseClass>;
|
|
230
|
+
/**
|
|
231
|
+
* Validate a CSV file containing all product factors. The columns must be in the following order: group,label,key,name,value.
|
|
232
|
+
* @summary Validate product factors
|
|
233
|
+
* @param {string} [authorization] Bearer Token
|
|
234
|
+
* @param {any} [factors]
|
|
235
|
+
* @param {*} [options] Override http request option.
|
|
236
|
+
* @throws {RequiredError}
|
|
237
|
+
*/
|
|
238
|
+
validateProductFactors(authorization?: string, factors?: any, options?: any): AxiosPromise<GroupedProductFactorsResponseClass>;
|
|
239
|
+
};
|
|
240
|
+
/**
|
|
241
|
+
* Request parameters for getProductFactor operation in ProductFactorsApi.
|
|
242
|
+
* @export
|
|
243
|
+
* @interface ProductFactorsApiGetProductFactorRequest
|
|
244
|
+
*/
|
|
245
|
+
export interface ProductFactorsApiGetProductFactorRequest {
|
|
246
|
+
/**
|
|
247
|
+
*
|
|
248
|
+
* @type {number}
|
|
249
|
+
* @memberof ProductFactorsApiGetProductFactor
|
|
250
|
+
*/
|
|
251
|
+
readonly id: number;
|
|
252
|
+
/**
|
|
253
|
+
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
254
|
+
* @type {number}
|
|
255
|
+
* @memberof ProductFactorsApiGetProductFactor
|
|
256
|
+
*/
|
|
257
|
+
readonly id2: number;
|
|
258
|
+
/**
|
|
259
|
+
* Bearer Token
|
|
260
|
+
* @type {string}
|
|
261
|
+
* @memberof ProductFactorsApiGetProductFactor
|
|
262
|
+
*/
|
|
263
|
+
readonly authorization?: string;
|
|
264
|
+
/**
|
|
265
|
+
* Fields to expand response by
|
|
266
|
+
* @type {string}
|
|
267
|
+
* @memberof ProductFactorsApiGetProductFactor
|
|
268
|
+
*/
|
|
269
|
+
readonly expand?: string;
|
|
270
|
+
}
|
|
271
|
+
/**
|
|
272
|
+
* Request parameters for getProductFactorValue operation in ProductFactorsApi.
|
|
273
|
+
* @export
|
|
274
|
+
* @interface ProductFactorsApiGetProductFactorValueRequest
|
|
275
|
+
*/
|
|
276
|
+
export interface ProductFactorsApiGetProductFactorValueRequest {
|
|
277
|
+
/**
|
|
278
|
+
* Product Version Id
|
|
279
|
+
* @type {number}
|
|
280
|
+
* @memberof ProductFactorsApiGetProductFactorValue
|
|
281
|
+
*/
|
|
282
|
+
readonly productVersionId: number;
|
|
283
|
+
/**
|
|
284
|
+
* Product factor label
|
|
285
|
+
* @type {string}
|
|
286
|
+
* @memberof ProductFactorsApiGetProductFactorValue
|
|
287
|
+
*/
|
|
288
|
+
readonly label: string;
|
|
289
|
+
/**
|
|
290
|
+
* Key for the product factor value
|
|
291
|
+
* @type {string}
|
|
292
|
+
* @memberof ProductFactorsApiGetProductFactorValue
|
|
293
|
+
*/
|
|
294
|
+
readonly key: string;
|
|
295
|
+
/**
|
|
296
|
+
* Name for the product factor value
|
|
297
|
+
* @type {string}
|
|
298
|
+
* @memberof ProductFactorsApiGetProductFactorValue
|
|
299
|
+
*/
|
|
300
|
+
readonly name: string;
|
|
301
|
+
/**
|
|
302
|
+
* Bearer Token
|
|
303
|
+
* @type {string}
|
|
304
|
+
* @memberof ProductFactorsApiGetProductFactorValue
|
|
305
|
+
*/
|
|
306
|
+
readonly authorization?: string;
|
|
307
|
+
}
|
|
308
|
+
/**
|
|
309
|
+
* Request parameters for getProductFactorsForVersion operation in ProductFactorsApi.
|
|
310
|
+
* @export
|
|
311
|
+
* @interface ProductFactorsApiGetProductFactorsForVersionRequest
|
|
312
|
+
*/
|
|
313
|
+
export interface ProductFactorsApiGetProductFactorsForVersionRequest {
|
|
314
|
+
/**
|
|
315
|
+
* Unique identifier referencing the product Version.
|
|
316
|
+
* @type {number}
|
|
317
|
+
* @memberof ProductFactorsApiGetProductFactorsForVersion
|
|
318
|
+
*/
|
|
319
|
+
readonly productVersionId: number;
|
|
320
|
+
/**
|
|
321
|
+
* Which values to return for every factor (None or Short for short value lists only or All).
|
|
322
|
+
* @type {string}
|
|
323
|
+
* @memberof ProductFactorsApiGetProductFactorsForVersion
|
|
324
|
+
*/
|
|
325
|
+
readonly values: string;
|
|
326
|
+
/**
|
|
327
|
+
* Bearer Token
|
|
328
|
+
* @type {string}
|
|
329
|
+
* @memberof ProductFactorsApiGetProductFactorsForVersion
|
|
330
|
+
*/
|
|
331
|
+
readonly authorization?: string;
|
|
332
|
+
/**
|
|
333
|
+
* true if this is a call from PublicAPI or false otherwise (default).
|
|
334
|
+
* @type {boolean}
|
|
335
|
+
* @memberof ProductFactorsApiGetProductFactorsForVersion
|
|
336
|
+
*/
|
|
337
|
+
readonly forPublic?: boolean;
|
|
338
|
+
}
|
|
339
|
+
/**
|
|
340
|
+
* Request parameters for listProductFactors operation in ProductFactorsApi.
|
|
341
|
+
* @export
|
|
342
|
+
* @interface ProductFactorsApiListProductFactorsRequest
|
|
343
|
+
*/
|
|
344
|
+
export interface ProductFactorsApiListProductFactorsRequest {
|
|
345
|
+
/**
|
|
346
|
+
* Bearer Token
|
|
347
|
+
* @type {string}
|
|
348
|
+
* @memberof ProductFactorsApiListProductFactors
|
|
349
|
+
*/
|
|
350
|
+
readonly authorization?: string;
|
|
351
|
+
/**
|
|
352
|
+
* Page size.
|
|
353
|
+
* @type {number}
|
|
354
|
+
* @memberof ProductFactorsApiListProductFactors
|
|
355
|
+
*/
|
|
356
|
+
readonly pageSize?: number;
|
|
357
|
+
/**
|
|
358
|
+
* Page token.
|
|
359
|
+
* @type {string}
|
|
360
|
+
* @memberof ProductFactorsApiListProductFactors
|
|
361
|
+
*/
|
|
362
|
+
readonly pageToken?: string;
|
|
363
|
+
/**
|
|
364
|
+
* List filter
|
|
365
|
+
* @type {string}
|
|
366
|
+
* @memberof ProductFactorsApiListProductFactors
|
|
367
|
+
*/
|
|
368
|
+
readonly filter?: string;
|
|
369
|
+
/**
|
|
370
|
+
* Search query.
|
|
371
|
+
* @type {string}
|
|
372
|
+
* @memberof ProductFactorsApiListProductFactors
|
|
373
|
+
*/
|
|
374
|
+
readonly search?: string;
|
|
375
|
+
/**
|
|
376
|
+
* Ordering criteria.
|
|
377
|
+
* @type {string}
|
|
378
|
+
* @memberof ProductFactorsApiListProductFactors
|
|
379
|
+
*/
|
|
380
|
+
readonly order?: string;
|
|
381
|
+
/**
|
|
382
|
+
* Extra fields to fetch.
|
|
383
|
+
* @type {string}
|
|
384
|
+
* @memberof ProductFactorsApiListProductFactors
|
|
385
|
+
*/
|
|
386
|
+
readonly expand?: string;
|
|
387
|
+
}
|
|
388
|
+
/**
|
|
389
|
+
* Request parameters for storeProductFactors operation in ProductFactorsApi.
|
|
390
|
+
* @export
|
|
391
|
+
* @interface ProductFactorsApiStoreProductFactorsRequest
|
|
392
|
+
*/
|
|
393
|
+
export interface ProductFactorsApiStoreProductFactorsRequest {
|
|
394
|
+
/**
|
|
395
|
+
* Bearer Token
|
|
396
|
+
* @type {string}
|
|
397
|
+
* @memberof ProductFactorsApiStoreProductFactors
|
|
398
|
+
*/
|
|
399
|
+
readonly authorization?: string;
|
|
400
|
+
/**
|
|
401
|
+
*
|
|
402
|
+
* @type {number}
|
|
403
|
+
* @memberof ProductFactorsApiStoreProductFactors
|
|
404
|
+
*/
|
|
405
|
+
readonly productVersionId?: number;
|
|
406
|
+
/**
|
|
407
|
+
*
|
|
408
|
+
* @type {any}
|
|
409
|
+
* @memberof ProductFactorsApiStoreProductFactors
|
|
410
|
+
*/
|
|
411
|
+
readonly factors?: any;
|
|
412
|
+
}
|
|
413
|
+
/**
|
|
414
|
+
* Request parameters for validateProductFactors operation in ProductFactorsApi.
|
|
415
|
+
* @export
|
|
416
|
+
* @interface ProductFactorsApiValidateProductFactorsRequest
|
|
417
|
+
*/
|
|
418
|
+
export interface ProductFactorsApiValidateProductFactorsRequest {
|
|
419
|
+
/**
|
|
420
|
+
* Bearer Token
|
|
421
|
+
* @type {string}
|
|
422
|
+
* @memberof ProductFactorsApiValidateProductFactors
|
|
423
|
+
*/
|
|
424
|
+
readonly authorization?: string;
|
|
425
|
+
/**
|
|
426
|
+
*
|
|
427
|
+
* @type {any}
|
|
428
|
+
* @memberof ProductFactorsApiValidateProductFactors
|
|
429
|
+
*/
|
|
430
|
+
readonly factors?: any;
|
|
431
|
+
}
|
|
432
|
+
/**
|
|
433
|
+
* ProductFactorsApi - object-oriented interface
|
|
434
|
+
* @export
|
|
435
|
+
* @class ProductFactorsApi
|
|
436
|
+
* @extends {BaseAPI}
|
|
437
|
+
*/
|
|
438
|
+
export declare class ProductFactorsApi extends BaseAPI {
|
|
439
|
+
/**
|
|
440
|
+
* Retrieves the details of the product factor that was previously created. Supply the unique product factor id that was returned when you created it and Emil Api will return the corresponding product factor information.
|
|
441
|
+
* @summary Retrieve the product factor
|
|
442
|
+
* @param {ProductFactorsApiGetProductFactorRequest} requestParameters Request parameters.
|
|
443
|
+
* @param {*} [options] Override http request option.
|
|
444
|
+
* @throws {RequiredError}
|
|
445
|
+
* @memberof ProductFactorsApi
|
|
446
|
+
*/
|
|
447
|
+
getProductFactor(requestParameters: ProductFactorsApiGetProductFactorRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetProductFactorResponseClass, any>>;
|
|
448
|
+
/**
|
|
449
|
+
* Get the value corresponding to a specific product factor.
|
|
450
|
+
* @summary Get product factor value
|
|
451
|
+
* @param {ProductFactorsApiGetProductFactorValueRequest} requestParameters Request parameters.
|
|
452
|
+
* @param {*} [options] Override http request option.
|
|
453
|
+
* @throws {RequiredError}
|
|
454
|
+
* @memberof ProductFactorsApi
|
|
455
|
+
*/
|
|
456
|
+
getProductFactorValue(requestParameters: ProductFactorsApiGetProductFactorValueRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetProductFactorValueResponseClass, any>>;
|
|
457
|
+
/**
|
|
458
|
+
* Returns product factors without values (values=none), or with values if their number less or equal to 200 (values=short), or with all values (values=all - this may take several seconds).
|
|
459
|
+
* @summary Returns all product factors for the product version.
|
|
460
|
+
* @param {ProductFactorsApiGetProductFactorsForVersionRequest} requestParameters Request parameters.
|
|
461
|
+
* @param {*} [options] Override http request option.
|
|
462
|
+
* @throws {RequiredError}
|
|
463
|
+
* @memberof ProductFactorsApi
|
|
464
|
+
*/
|
|
465
|
+
getProductFactorsForVersion(requestParameters: ProductFactorsApiGetProductFactorsForVersionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetProductFactorsForVersionResponseClass, any>>;
|
|
466
|
+
/**
|
|
467
|
+
* Returns a list of product factors you have previously created. The product factors are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
468
|
+
* @summary List product factors
|
|
469
|
+
* @param {ProductFactorsApiListProductFactorsRequest} requestParameters Request parameters.
|
|
470
|
+
* @param {*} [options] Override http request option.
|
|
471
|
+
* @throws {RequiredError}
|
|
472
|
+
* @memberof ProductFactorsApi
|
|
473
|
+
*/
|
|
474
|
+
listProductFactors(requestParameters?: ProductFactorsApiListProductFactorsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListProductFactorsResponseClass, any>>;
|
|
475
|
+
/**
|
|
476
|
+
* Upload a CSV file containing product factors necessary for a product. The columns must be in the following order: group,label,key,name,value. It is advised to validate the file first.
|
|
477
|
+
* @summary Upload product factors
|
|
478
|
+
* @param {ProductFactorsApiStoreProductFactorsRequest} requestParameters Request parameters.
|
|
479
|
+
* @param {*} [options] Override http request option.
|
|
480
|
+
* @throws {RequiredError}
|
|
481
|
+
* @memberof ProductFactorsApi
|
|
482
|
+
*/
|
|
483
|
+
storeProductFactors(requestParameters?: ProductFactorsApiStoreProductFactorsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<StoreProductFactorsResponseClass, any>>;
|
|
484
|
+
/**
|
|
485
|
+
* Validate a CSV file containing all product factors. The columns must be in the following order: group,label,key,name,value.
|
|
486
|
+
* @summary Validate product factors
|
|
487
|
+
* @param {ProductFactorsApiValidateProductFactorsRequest} requestParameters Request parameters.
|
|
488
|
+
* @param {*} [options] Override http request option.
|
|
489
|
+
* @throws {RequiredError}
|
|
490
|
+
* @memberof ProductFactorsApi
|
|
491
|
+
*/
|
|
492
|
+
validateProductFactors(requestParameters?: ProductFactorsApiValidateProductFactorsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GroupedProductFactorsResponseClass, any>>;
|
|
493
|
+
}
|