@emilgroup/tenant-sdk 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +57 -14
- package/README.md +2 -2
- package/api/alerts-api.ts +860 -0
- package/api/custom-schema-api.ts +60 -52
- package/api/dashboard-api.ts +792 -0
- package/api/data-report-api.ts +75 -65
- package/api/data-report-executor-api.ts +26 -10
- package/api/invite-users-api.ts +79 -75
- package/api/reports-api.ts +860 -0
- package/api/scenario-analysis-api.ts +977 -0
- package/api/settings-api.ts +484 -0
- package/api/tariff-comparisons-api.ts +381 -0
- package/api/{invite-organizations-api.ts → user-subscription-api.ts} +161 -139
- package/api/users-api.ts +148 -138
- package/api.ts +14 -4
- package/dist/api/alerts-api.d.ts +479 -0
- package/dist/api/alerts-api.js +752 -0
- package/dist/api/custom-schema-api.d.ts +42 -42
- package/dist/api/custom-schema-api.js +38 -31
- package/dist/api/dashboard-api.d.ts +434 -0
- package/dist/api/dashboard-api.js +724 -0
- package/dist/api/data-report-api.d.ts +52 -52
- package/dist/api/data-report-api.js +49 -40
- package/dist/api/data-report-executor-api.d.ts +16 -7
- package/dist/api/data-report-executor-api.js +17 -9
- package/dist/api/invite-users-api.d.ts +60 -63
- package/dist/api/invite-users-api.js +49 -40
- package/dist/api/reports-api.d.ts +479 -0
- package/dist/api/reports-api.js +752 -0
- package/dist/api/scenario-analysis-api.d.ts +529 -0
- package/dist/api/scenario-analysis-api.js +895 -0
- package/dist/api/settings-api.d.ts +264 -0
- package/dist/api/settings-api.js +509 -0
- package/dist/api/tariff-comparisons-api.d.ts +206 -0
- package/dist/api/{organizations-api.js → tariff-comparisons-api.js} +158 -99
- package/dist/api/{organizations-api.d.ts → user-subscription-api.d.ts} +103 -88
- package/dist/api/{invite-organizations-api.js → user-subscription-api.js} +114 -106
- package/dist/api/users-api.d.ts +109 -113
- package/dist/api/users-api.js +93 -76
- package/dist/api.d.ts +7 -2
- package/dist/api.js +7 -2
- package/dist/models/alert-class.d.ts +90 -0
- package/dist/models/alert-history-class.d.ts +108 -0
- package/dist/models/assign-user-roles-request-dto.d.ts +2 -2
- package/dist/models/channel-response-class.d.ts +30 -0
- package/dist/models/compare-tariffs-request-dto.d.ts +37 -0
- package/dist/models/compare-tariffs-request-dto.js +22 -0
- package/dist/models/compare-tariffs-response-class.d.ts +31 -0
- package/dist/models/condition-dto.d.ts +43 -0
- package/dist/models/condition-dto.js +22 -0
- package/dist/models/create-alert-request-dto.d.ts +79 -0
- package/dist/models/create-alert-request-dto.js +27 -0
- package/dist/models/create-alert-response-class.d.ts +25 -0
- package/dist/models/create-custom-schema-request-dto.d.ts +0 -1
- package/dist/models/create-custom-schema-request-dto.js +1 -2
- package/dist/models/create-dashboard-request-dto.d.ts +70 -0
- package/dist/models/create-dashboard-request-dto.js +29 -0
- package/dist/models/create-dashboard-response-class.d.ts +25 -0
- package/dist/models/create-report-request-dto.d.ts +49 -0
- package/dist/models/create-report-request-dto.js +22 -0
- package/dist/models/create-report-response-class.d.ts +25 -0
- package/dist/models/create-scenario-analysis-request-dto.d.ts +74 -0
- package/dist/models/create-scenario-analysis-request-dto.js +22 -0
- package/dist/models/create-scenario-analysis-response-class.d.ts +25 -0
- package/dist/models/dashboard-class.d.ts +78 -0
- package/dist/models/get-alert-response-class.d.ts +25 -0
- package/dist/models/get-dashboard-response-class.d.ts +25 -0
- package/dist/models/{delete-response-class.d.ts → get-embedded-url-response-class.d.ts} +6 -6
- package/dist/models/get-report-response-class.d.ts +25 -0
- package/dist/models/get-report-response-class.js +15 -0
- package/dist/models/get-scenario-analysis-response-class.d.ts +25 -0
- package/dist/models/get-scenario-analysis-response-class.js +15 -0
- package/dist/models/grouped-tariff-class.d.ts +30 -0
- package/dist/models/grouped-tariff-class.js +15 -0
- package/dist/models/index.d.ts +50 -12
- package/dist/models/index.js +50 -12
- package/dist/models/{enable-users-response-class.d.ts → insurance-company-response-class.d.ts} +6 -6
- package/dist/models/insurance-company-response-class.js +15 -0
- package/dist/models/{disable-users-response-class.d.ts → insurance-response-class.d.ts} +6 -6
- package/dist/models/insurance-response-class.js +15 -0
- package/dist/models/invite-user-request-dto.d.ts +2 -8
- package/dist/models/invite-users-request-dto.d.ts +2 -2
- package/dist/models/{list-organizations-response-class.d.ts → list-alert-history-response-class.d.ts} +9 -9
- package/dist/models/list-alert-history-response-class.js +15 -0
- package/dist/models/list-alerts-response-class.d.ts +31 -0
- package/dist/models/list-alerts-response-class.js +15 -0
- package/dist/models/list-channels-response-class.d.ts +25 -0
- package/dist/models/list-channels-response-class.js +15 -0
- package/dist/models/list-dashboards-response-class.d.ts +31 -0
- package/dist/models/list-dashboards-response-class.js +15 -0
- package/dist/models/list-insurance-companies-response-class.d.ts +25 -0
- package/dist/models/list-insurance-companies-response-class.js +15 -0
- package/dist/models/list-report-history-response-class.d.ts +31 -0
- package/dist/models/list-report-history-response-class.js +15 -0
- package/dist/models/list-reports-response-class.d.ts +31 -0
- package/dist/models/list-reports-response-class.js +15 -0
- package/dist/models/list-scenario-analyses-response-class.d.ts +31 -0
- package/dist/models/list-scenario-analyses-response-class.js +15 -0
- package/dist/models/list-scenario-analysis-dates-response-class.d.ts +25 -0
- package/dist/models/list-scenario-analysis-dates-response-class.js +15 -0
- package/dist/models/list-tariff-insurance-companies-response-class.d.ts +25 -0
- package/dist/models/list-tariff-insurance-companies-response-class.js +15 -0
- package/dist/models/list-tariffs-response-class.d.ts +25 -0
- package/dist/models/list-tariffs-response-class.js +15 -0
- package/dist/models/{list-org-invitations-response-class.d.ts → list-user-subscriptions-response-class.d.ts} +8 -8
- package/dist/models/list-user-subscriptions-response-class.js +15 -0
- package/dist/models/{batch-delete-response-class.d.ts → manage-subscription-request-dto.d.ts} +5 -5
- package/dist/models/manage-subscription-request-dto.js +15 -0
- package/dist/models/manage-subscription-response-class.d.ts +25 -0
- package/dist/models/manage-subscription-response-class.js +15 -0
- package/dist/models/report-class.d.ts +66 -0
- package/dist/models/report-class.js +15 -0
- package/dist/models/report-history-class.d.ts +48 -0
- package/dist/models/report-history-class.js +15 -0
- package/dist/models/scenario-analysis-class.d.ts +108 -0
- package/dist/models/scenario-analysis-class.js +15 -0
- package/dist/models/scenario-analysis-date-response-class.d.ts +36 -0
- package/dist/models/scenario-analysis-date-response-class.js +15 -0
- package/dist/models/set-setting-request-dto.d.ts +4 -10
- package/dist/models/set-tenant-setting-response-class.d.ts +36 -0
- package/dist/models/set-tenant-setting-response-class.js +15 -0
- package/dist/models/subscription-class.d.ts +2 -9
- package/dist/models/update-alert-request-dto.d.ts +72 -0
- package/dist/models/update-alert-request-dto.js +21 -0
- package/dist/models/update-alert-response-class.d.ts +25 -0
- package/dist/models/update-alert-response-class.js +15 -0
- package/dist/models/update-custom-schema-request-dto.d.ts +0 -1
- package/dist/models/update-custom-schema-request-dto.js +1 -2
- package/dist/models/update-dashboard-request-dto.d.ts +76 -0
- package/dist/models/update-dashboard-request-dto.js +29 -0
- package/dist/models/update-dashboard-response-class.d.ts +25 -0
- package/dist/models/update-dashboard-response-class.js +15 -0
- package/dist/models/update-report-request-dto.d.ts +55 -0
- package/dist/models/update-report-request-dto.js +22 -0
- package/dist/models/update-report-response-class.d.ts +25 -0
- package/dist/models/update-report-response-class.js +15 -0
- package/dist/models/update-scenario-analysis-request-dto.d.ts +74 -0
- package/dist/models/update-scenario-analysis-request-dto.js +22 -0
- package/dist/models/update-scenario-analysis-response-class.d.ts +25 -0
- package/dist/models/update-scenario-analysis-response-class.js +15 -0
- package/dist/models/user-class.d.ts +5 -13
- package/models/alert-class.ts +96 -0
- package/models/alert-history-class.ts +114 -0
- package/models/assign-user-roles-request-dto.ts +2 -2
- package/models/channel-response-class.ts +36 -0
- package/models/compare-tariffs-request-dto.ts +46 -0
- package/models/compare-tariffs-response-class.ts +37 -0
- package/models/condition-dto.ts +52 -0
- package/models/create-alert-request-dto.ts +89 -0
- package/models/create-alert-response-class.ts +31 -0
- package/models/create-custom-schema-request-dto.ts +1 -2
- package/models/create-dashboard-request-dto.ts +81 -0
- package/models/create-dashboard-response-class.ts +31 -0
- package/models/create-report-request-dto.ts +58 -0
- package/models/create-report-response-class.ts +31 -0
- package/models/create-scenario-analysis-request-dto.ts +83 -0
- package/models/create-scenario-analysis-response-class.ts +31 -0
- package/models/dashboard-class.ts +84 -0
- package/models/get-alert-response-class.ts +31 -0
- package/models/get-dashboard-response-class.ts +31 -0
- package/models/{disable-users-response-class.ts → get-embedded-url-response-class.ts} +6 -6
- package/models/get-report-response-class.ts +31 -0
- package/models/get-scenario-analysis-response-class.ts +31 -0
- package/models/grouped-tariff-class.ts +36 -0
- package/models/index.ts +50 -12
- package/models/{enable-users-response-class.ts → insurance-company-response-class.ts} +6 -6
- package/models/{delete-response-class.ts → insurance-response-class.ts} +6 -6
- package/models/invite-user-request-dto.ts +2 -8
- package/models/invite-users-request-dto.ts +2 -2
- package/models/{list-organizations-response-class.ts → list-alert-history-response-class.ts} +9 -9
- package/models/list-alerts-response-class.ts +37 -0
- package/models/list-channels-response-class.ts +31 -0
- package/models/list-dashboards-response-class.ts +37 -0
- package/models/list-insurance-companies-response-class.ts +31 -0
- package/models/list-report-history-response-class.ts +37 -0
- package/models/list-reports-response-class.ts +37 -0
- package/models/list-scenario-analyses-response-class.ts +37 -0
- package/models/list-scenario-analysis-dates-response-class.ts +31 -0
- package/models/list-tariff-insurance-companies-response-class.ts +31 -0
- package/models/list-tariffs-response-class.ts +31 -0
- package/models/{list-org-invitations-response-class.ts → list-user-subscriptions-response-class.ts} +8 -8
- package/models/{batch-delete-response-class.ts → manage-subscription-request-dto.ts} +5 -5
- package/models/manage-subscription-response-class.ts +31 -0
- package/models/report-class.ts +72 -0
- package/models/report-history-class.ts +54 -0
- package/models/scenario-analysis-class.ts +114 -0
- package/models/scenario-analysis-date-response-class.ts +42 -0
- package/models/set-setting-request-dto.ts +4 -10
- package/models/set-tenant-setting-response-class.ts +42 -0
- package/models/subscription-class.ts +2 -9
- package/models/update-alert-request-dto.ts +81 -0
- package/models/update-alert-response-class.ts +31 -0
- package/models/update-custom-schema-request-dto.ts +1 -2
- package/models/update-dashboard-request-dto.ts +87 -0
- package/models/update-dashboard-response-class.ts +31 -0
- package/models/update-report-request-dto.ts +64 -0
- package/models/update-report-response-class.ts +31 -0
- package/models/update-scenario-analysis-request-dto.ts +83 -0
- package/models/update-scenario-analysis-response-class.ts +31 -0
- package/models/user-class.ts +5 -13
- package/package.json +1 -1
- package/api/organizations-api.ts +0 -339
- package/dist/api/invite-organizations-api.d.ts +0 -198
- package/dist/models/get-organization-response-class.d.ts +0 -25
- package/dist/models/invite-org-request-dto.d.ts +0 -78
- package/dist/models/invite-users-response-class.d.ts +0 -24
- package/dist/models/org-invitation-class.d.ts +0 -103
- package/dist/models/org-invitation-response-class.d.ts +0 -25
- package/dist/models/organization-class.d.ts +0 -84
- package/models/get-organization-response-class.ts +0 -31
- package/models/invite-org-request-dto.ts +0 -84
- package/models/invite-users-response-class.ts +0 -30
- package/models/org-invitation-class.ts +0 -109
- package/models/org-invitation-response-class.ts +0 -31
- package/models/organization-class.ts +0 -90
- /package/dist/models/{batch-delete-response-class.js → alert-class.js} +0 -0
- /package/dist/models/{delete-response-class.js → alert-history-class.js} +0 -0
- /package/dist/models/{disable-users-response-class.js → channel-response-class.js} +0 -0
- /package/dist/models/{enable-users-response-class.js → compare-tariffs-response-class.js} +0 -0
- /package/dist/models/{get-organization-response-class.js → create-alert-response-class.js} +0 -0
- /package/dist/models/{invite-org-request-dto.js → create-dashboard-response-class.js} +0 -0
- /package/dist/models/{invite-users-response-class.js → create-report-response-class.js} +0 -0
- /package/dist/models/{list-org-invitations-response-class.js → create-scenario-analysis-response-class.js} +0 -0
- /package/dist/models/{list-organizations-response-class.js → dashboard-class.js} +0 -0
- /package/dist/models/{org-invitation-class.js → get-alert-response-class.js} +0 -0
- /package/dist/models/{org-invitation-response-class.js → get-dashboard-response-class.js} +0 -0
- /package/dist/models/{organization-class.js → get-embedded-url-response-class.js} +0 -0
|
@@ -0,0 +1,529 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* EMIL Tenant Service
|
|
3
|
+
* The EMIL TenantService 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 { CreateScenarioAnalysisRequestDto } from '../models';
|
|
16
|
+
import { CreateScenarioAnalysisResponseClass } from '../models';
|
|
17
|
+
import { GetScenarioAnalysisResponseClass } from '../models';
|
|
18
|
+
import { ListChannelsResponseClass } from '../models';
|
|
19
|
+
import { ListInsuranceCompaniesResponseClass } from '../models';
|
|
20
|
+
import { ListScenarioAnalysesResponseClass } from '../models';
|
|
21
|
+
import { ListScenarioAnalysisDatesResponseClass } from '../models';
|
|
22
|
+
import { UpdateScenarioAnalysisRequestDto } from '../models';
|
|
23
|
+
import { UpdateScenarioAnalysisResponseClass } from '../models';
|
|
24
|
+
/**
|
|
25
|
+
* ScenarioAnalysisApi - axios parameter creator
|
|
26
|
+
* @export
|
|
27
|
+
*/
|
|
28
|
+
export declare const ScenarioAnalysisApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @param {CreateScenarioAnalysisRequestDto} createScenarioAnalysisRequestDto
|
|
32
|
+
* @param {string} [authorization] Bearer Token
|
|
33
|
+
* @param {*} [options] Override http request option.
|
|
34
|
+
* @throws {RequiredError}
|
|
35
|
+
*/
|
|
36
|
+
createScenarioAnalysis: (createScenarioAnalysisRequestDto: CreateScenarioAnalysisRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @param {number} id
|
|
40
|
+
* @param {string} [authorization] Bearer Token
|
|
41
|
+
* @param {*} [options] Override http request option.
|
|
42
|
+
* @throws {RequiredError}
|
|
43
|
+
*/
|
|
44
|
+
deleteScenarioAnalysis: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @param {string} code
|
|
48
|
+
* @param {string} code2 code
|
|
49
|
+
* @param {string} [authorization] Bearer Token
|
|
50
|
+
* @param {string} [expand] Fields to expand response by
|
|
51
|
+
* @param {*} [options] Override http request option.
|
|
52
|
+
* @throws {RequiredError}
|
|
53
|
+
*/
|
|
54
|
+
getScenarioAnalysis: (code: string, code2: string, authorization?: string, expand?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @param {string} [authorization] Bearer Token
|
|
58
|
+
* @param {'car' | 'homeowner' | 'household' | 'privateLiability'} [product] Product type [ car | homeowner | household | private-liability ]
|
|
59
|
+
* @param {*} [options] Override http request option.
|
|
60
|
+
* @throws {RequiredError}
|
|
61
|
+
*/
|
|
62
|
+
listChannels: (authorization?: string, product?: 'car' | 'homeowner' | 'household' | 'privateLiability', options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
63
|
+
/**
|
|
64
|
+
*
|
|
65
|
+
* @param {string} [authorization] Bearer Token
|
|
66
|
+
* @param {'car' | 'homeowner' | 'household' | 'privateLiability'} [product] Product type [ car | homeowner | household | private-liability ]
|
|
67
|
+
* @param {*} [options] Override http request option.
|
|
68
|
+
* @throws {RequiredError}
|
|
69
|
+
*/
|
|
70
|
+
listInsuranceCompanies: (authorization?: string, product?: 'car' | 'homeowner' | 'household' | 'privateLiability', options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @param {string} [authorization] Bearer Token
|
|
74
|
+
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
75
|
+
* @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
76
|
+
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
77
|
+
* @param {any} [search] Search the list by any field. For instance, if you want to search by code add code=xxx in order to fetch the result.
|
|
78
|
+
* @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
|
|
79
|
+
* @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
80
|
+
* @param {*} [options] Override http request option.
|
|
81
|
+
* @throws {RequiredError}
|
|
82
|
+
*/
|
|
83
|
+
listScenarioAnalyses: (authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
84
|
+
/**
|
|
85
|
+
*
|
|
86
|
+
* @param {string} [authorization] Bearer Token
|
|
87
|
+
* @param {'car' | 'homeowner' | 'household' | 'privateLiability'} [product] Product type [ car | homeowner | household | private-liability ]
|
|
88
|
+
* @param {*} [options] Override http request option.
|
|
89
|
+
* @throws {RequiredError}
|
|
90
|
+
*/
|
|
91
|
+
listScenarioAnalysisDates: (authorization?: string, product?: 'car' | 'homeowner' | 'household' | 'privateLiability', options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @param {string} code
|
|
95
|
+
* @param {UpdateScenarioAnalysisRequestDto} updateScenarioAnalysisRequestDto
|
|
96
|
+
* @param {string} [authorization] Bearer Token
|
|
97
|
+
* @param {*} [options] Override http request option.
|
|
98
|
+
* @throws {RequiredError}
|
|
99
|
+
*/
|
|
100
|
+
updateScenarioAnalysis: (code: string, updateScenarioAnalysisRequestDto: UpdateScenarioAnalysisRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
101
|
+
};
|
|
102
|
+
/**
|
|
103
|
+
* ScenarioAnalysisApi - functional programming interface
|
|
104
|
+
* @export
|
|
105
|
+
*/
|
|
106
|
+
export declare const ScenarioAnalysisApiFp: (configuration?: Configuration) => {
|
|
107
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
* @param {CreateScenarioAnalysisRequestDto} createScenarioAnalysisRequestDto
|
|
110
|
+
* @param {string} [authorization] Bearer Token
|
|
111
|
+
* @param {*} [options] Override http request option.
|
|
112
|
+
* @throws {RequiredError}
|
|
113
|
+
*/
|
|
114
|
+
createScenarioAnalysis(createScenarioAnalysisRequestDto: CreateScenarioAnalysisRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateScenarioAnalysisResponseClass>>;
|
|
115
|
+
/**
|
|
116
|
+
*
|
|
117
|
+
* @param {number} id
|
|
118
|
+
* @param {string} [authorization] Bearer Token
|
|
119
|
+
* @param {*} [options] Override http request option.
|
|
120
|
+
* @throws {RequiredError}
|
|
121
|
+
*/
|
|
122
|
+
deleteScenarioAnalysis(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
123
|
+
/**
|
|
124
|
+
*
|
|
125
|
+
* @param {string} code
|
|
126
|
+
* @param {string} code2 code
|
|
127
|
+
* @param {string} [authorization] Bearer Token
|
|
128
|
+
* @param {string} [expand] Fields to expand response by
|
|
129
|
+
* @param {*} [options] Override http request option.
|
|
130
|
+
* @throws {RequiredError}
|
|
131
|
+
*/
|
|
132
|
+
getScenarioAnalysis(code: string, code2: string, authorization?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetScenarioAnalysisResponseClass>>;
|
|
133
|
+
/**
|
|
134
|
+
*
|
|
135
|
+
* @param {string} [authorization] Bearer Token
|
|
136
|
+
* @param {'car' | 'homeowner' | 'household' | 'privateLiability'} [product] Product type [ car | homeowner | household | private-liability ]
|
|
137
|
+
* @param {*} [options] Override http request option.
|
|
138
|
+
* @throws {RequiredError}
|
|
139
|
+
*/
|
|
140
|
+
listChannels(authorization?: string, product?: 'car' | 'homeowner' | 'household' | 'privateLiability', options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListChannelsResponseClass>>;
|
|
141
|
+
/**
|
|
142
|
+
*
|
|
143
|
+
* @param {string} [authorization] Bearer Token
|
|
144
|
+
* @param {'car' | 'homeowner' | 'household' | 'privateLiability'} [product] Product type [ car | homeowner | household | private-liability ]
|
|
145
|
+
* @param {*} [options] Override http request option.
|
|
146
|
+
* @throws {RequiredError}
|
|
147
|
+
*/
|
|
148
|
+
listInsuranceCompanies(authorization?: string, product?: 'car' | 'homeowner' | 'household' | 'privateLiability', options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListInsuranceCompaniesResponseClass>>;
|
|
149
|
+
/**
|
|
150
|
+
*
|
|
151
|
+
* @param {string} [authorization] Bearer Token
|
|
152
|
+
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
153
|
+
* @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
154
|
+
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
155
|
+
* @param {any} [search] Search the list by any field. For instance, if you want to search by code add code=xxx in order to fetch the result.
|
|
156
|
+
* @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
|
|
157
|
+
* @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
158
|
+
* @param {*} [options] Override http request option.
|
|
159
|
+
* @throws {RequiredError}
|
|
160
|
+
*/
|
|
161
|
+
listScenarioAnalyses(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListScenarioAnalysesResponseClass>>;
|
|
162
|
+
/**
|
|
163
|
+
*
|
|
164
|
+
* @param {string} [authorization] Bearer Token
|
|
165
|
+
* @param {'car' | 'homeowner' | 'household' | 'privateLiability'} [product] Product type [ car | homeowner | household | private-liability ]
|
|
166
|
+
* @param {*} [options] Override http request option.
|
|
167
|
+
* @throws {RequiredError}
|
|
168
|
+
*/
|
|
169
|
+
listScenarioAnalysisDates(authorization?: string, product?: 'car' | 'homeowner' | 'household' | 'privateLiability', options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListScenarioAnalysisDatesResponseClass>>;
|
|
170
|
+
/**
|
|
171
|
+
*
|
|
172
|
+
* @param {string} code
|
|
173
|
+
* @param {UpdateScenarioAnalysisRequestDto} updateScenarioAnalysisRequestDto
|
|
174
|
+
* @param {string} [authorization] Bearer Token
|
|
175
|
+
* @param {*} [options] Override http request option.
|
|
176
|
+
* @throws {RequiredError}
|
|
177
|
+
*/
|
|
178
|
+
updateScenarioAnalysis(code: string, updateScenarioAnalysisRequestDto: UpdateScenarioAnalysisRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateScenarioAnalysisResponseClass>>;
|
|
179
|
+
};
|
|
180
|
+
/**
|
|
181
|
+
* ScenarioAnalysisApi - factory interface
|
|
182
|
+
* @export
|
|
183
|
+
*/
|
|
184
|
+
export declare const ScenarioAnalysisApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
185
|
+
/**
|
|
186
|
+
*
|
|
187
|
+
* @param {CreateScenarioAnalysisRequestDto} createScenarioAnalysisRequestDto
|
|
188
|
+
* @param {string} [authorization] Bearer Token
|
|
189
|
+
* @param {*} [options] Override http request option.
|
|
190
|
+
* @throws {RequiredError}
|
|
191
|
+
*/
|
|
192
|
+
createScenarioAnalysis(createScenarioAnalysisRequestDto: CreateScenarioAnalysisRequestDto, authorization?: string, options?: any): AxiosPromise<CreateScenarioAnalysisResponseClass>;
|
|
193
|
+
/**
|
|
194
|
+
*
|
|
195
|
+
* @param {number} id
|
|
196
|
+
* @param {string} [authorization] Bearer Token
|
|
197
|
+
* @param {*} [options] Override http request option.
|
|
198
|
+
* @throws {RequiredError}
|
|
199
|
+
*/
|
|
200
|
+
deleteScenarioAnalysis(id: number, authorization?: string, options?: any): AxiosPromise<void>;
|
|
201
|
+
/**
|
|
202
|
+
*
|
|
203
|
+
* @param {string} code
|
|
204
|
+
* @param {string} code2 code
|
|
205
|
+
* @param {string} [authorization] Bearer Token
|
|
206
|
+
* @param {string} [expand] Fields to expand response by
|
|
207
|
+
* @param {*} [options] Override http request option.
|
|
208
|
+
* @throws {RequiredError}
|
|
209
|
+
*/
|
|
210
|
+
getScenarioAnalysis(code: string, code2: string, authorization?: string, expand?: string, options?: any): AxiosPromise<GetScenarioAnalysisResponseClass>;
|
|
211
|
+
/**
|
|
212
|
+
*
|
|
213
|
+
* @param {string} [authorization] Bearer Token
|
|
214
|
+
* @param {'car' | 'homeowner' | 'household' | 'privateLiability'} [product] Product type [ car | homeowner | household | private-liability ]
|
|
215
|
+
* @param {*} [options] Override http request option.
|
|
216
|
+
* @throws {RequiredError}
|
|
217
|
+
*/
|
|
218
|
+
listChannels(authorization?: string, product?: 'car' | 'homeowner' | 'household' | 'privateLiability', options?: any): AxiosPromise<ListChannelsResponseClass>;
|
|
219
|
+
/**
|
|
220
|
+
*
|
|
221
|
+
* @param {string} [authorization] Bearer Token
|
|
222
|
+
* @param {'car' | 'homeowner' | 'household' | 'privateLiability'} [product] Product type [ car | homeowner | household | private-liability ]
|
|
223
|
+
* @param {*} [options] Override http request option.
|
|
224
|
+
* @throws {RequiredError}
|
|
225
|
+
*/
|
|
226
|
+
listInsuranceCompanies(authorization?: string, product?: 'car' | 'homeowner' | 'household' | 'privateLiability', options?: any): AxiosPromise<ListInsuranceCompaniesResponseClass>;
|
|
227
|
+
/**
|
|
228
|
+
*
|
|
229
|
+
* @param {string} [authorization] Bearer Token
|
|
230
|
+
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
231
|
+
* @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
232
|
+
* @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
233
|
+
* @param {any} [search] Search the list by any field. For instance, if you want to search by code add code=xxx in order to fetch the result.
|
|
234
|
+
* @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
|
|
235
|
+
* @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
236
|
+
* @param {*} [options] Override http request option.
|
|
237
|
+
* @throws {RequiredError}
|
|
238
|
+
*/
|
|
239
|
+
listScenarioAnalyses(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, options?: any): AxiosPromise<ListScenarioAnalysesResponseClass>;
|
|
240
|
+
/**
|
|
241
|
+
*
|
|
242
|
+
* @param {string} [authorization] Bearer Token
|
|
243
|
+
* @param {'car' | 'homeowner' | 'household' | 'privateLiability'} [product] Product type [ car | homeowner | household | private-liability ]
|
|
244
|
+
* @param {*} [options] Override http request option.
|
|
245
|
+
* @throws {RequiredError}
|
|
246
|
+
*/
|
|
247
|
+
listScenarioAnalysisDates(authorization?: string, product?: 'car' | 'homeowner' | 'household' | 'privateLiability', options?: any): AxiosPromise<ListScenarioAnalysisDatesResponseClass>;
|
|
248
|
+
/**
|
|
249
|
+
*
|
|
250
|
+
* @param {string} code
|
|
251
|
+
* @param {UpdateScenarioAnalysisRequestDto} updateScenarioAnalysisRequestDto
|
|
252
|
+
* @param {string} [authorization] Bearer Token
|
|
253
|
+
* @param {*} [options] Override http request option.
|
|
254
|
+
* @throws {RequiredError}
|
|
255
|
+
*/
|
|
256
|
+
updateScenarioAnalysis(code: string, updateScenarioAnalysisRequestDto: UpdateScenarioAnalysisRequestDto, authorization?: string, options?: any): AxiosPromise<UpdateScenarioAnalysisResponseClass>;
|
|
257
|
+
};
|
|
258
|
+
/**
|
|
259
|
+
* Request parameters for createScenarioAnalysis operation in ScenarioAnalysisApi.
|
|
260
|
+
* @export
|
|
261
|
+
* @interface ScenarioAnalysisApiCreateScenarioAnalysisRequest
|
|
262
|
+
*/
|
|
263
|
+
export interface ScenarioAnalysisApiCreateScenarioAnalysisRequest {
|
|
264
|
+
/**
|
|
265
|
+
*
|
|
266
|
+
* @type {CreateScenarioAnalysisRequestDto}
|
|
267
|
+
* @memberof ScenarioAnalysisApiCreateScenarioAnalysis
|
|
268
|
+
*/
|
|
269
|
+
readonly createScenarioAnalysisRequestDto: CreateScenarioAnalysisRequestDto;
|
|
270
|
+
/**
|
|
271
|
+
* Bearer Token
|
|
272
|
+
* @type {string}
|
|
273
|
+
* @memberof ScenarioAnalysisApiCreateScenarioAnalysis
|
|
274
|
+
*/
|
|
275
|
+
readonly authorization?: string;
|
|
276
|
+
}
|
|
277
|
+
/**
|
|
278
|
+
* Request parameters for deleteScenarioAnalysis operation in ScenarioAnalysisApi.
|
|
279
|
+
* @export
|
|
280
|
+
* @interface ScenarioAnalysisApiDeleteScenarioAnalysisRequest
|
|
281
|
+
*/
|
|
282
|
+
export interface ScenarioAnalysisApiDeleteScenarioAnalysisRequest {
|
|
283
|
+
/**
|
|
284
|
+
*
|
|
285
|
+
* @type {number}
|
|
286
|
+
* @memberof ScenarioAnalysisApiDeleteScenarioAnalysis
|
|
287
|
+
*/
|
|
288
|
+
readonly id: number;
|
|
289
|
+
/**
|
|
290
|
+
* Bearer Token
|
|
291
|
+
* @type {string}
|
|
292
|
+
* @memberof ScenarioAnalysisApiDeleteScenarioAnalysis
|
|
293
|
+
*/
|
|
294
|
+
readonly authorization?: string;
|
|
295
|
+
}
|
|
296
|
+
/**
|
|
297
|
+
* Request parameters for getScenarioAnalysis operation in ScenarioAnalysisApi.
|
|
298
|
+
* @export
|
|
299
|
+
* @interface ScenarioAnalysisApiGetScenarioAnalysisRequest
|
|
300
|
+
*/
|
|
301
|
+
export interface ScenarioAnalysisApiGetScenarioAnalysisRequest {
|
|
302
|
+
/**
|
|
303
|
+
*
|
|
304
|
+
* @type {string}
|
|
305
|
+
* @memberof ScenarioAnalysisApiGetScenarioAnalysis
|
|
306
|
+
*/
|
|
307
|
+
readonly code: string;
|
|
308
|
+
/**
|
|
309
|
+
* code
|
|
310
|
+
* @type {string}
|
|
311
|
+
* @memberof ScenarioAnalysisApiGetScenarioAnalysis
|
|
312
|
+
*/
|
|
313
|
+
readonly code2: string;
|
|
314
|
+
/**
|
|
315
|
+
* Bearer Token
|
|
316
|
+
* @type {string}
|
|
317
|
+
* @memberof ScenarioAnalysisApiGetScenarioAnalysis
|
|
318
|
+
*/
|
|
319
|
+
readonly authorization?: string;
|
|
320
|
+
/**
|
|
321
|
+
* Fields to expand response by
|
|
322
|
+
* @type {string}
|
|
323
|
+
* @memberof ScenarioAnalysisApiGetScenarioAnalysis
|
|
324
|
+
*/
|
|
325
|
+
readonly expand?: string;
|
|
326
|
+
}
|
|
327
|
+
/**
|
|
328
|
+
* Request parameters for listChannels operation in ScenarioAnalysisApi.
|
|
329
|
+
* @export
|
|
330
|
+
* @interface ScenarioAnalysisApiListChannelsRequest
|
|
331
|
+
*/
|
|
332
|
+
export interface ScenarioAnalysisApiListChannelsRequest {
|
|
333
|
+
/**
|
|
334
|
+
* Bearer Token
|
|
335
|
+
* @type {string}
|
|
336
|
+
* @memberof ScenarioAnalysisApiListChannels
|
|
337
|
+
*/
|
|
338
|
+
readonly authorization?: string;
|
|
339
|
+
/**
|
|
340
|
+
* Product type [ car | homeowner | household | private-liability ]
|
|
341
|
+
* @type {'car' | 'homeowner' | 'household' | 'privateLiability'}
|
|
342
|
+
* @memberof ScenarioAnalysisApiListChannels
|
|
343
|
+
*/
|
|
344
|
+
readonly product?: 'car' | 'homeowner' | 'household' | 'privateLiability';
|
|
345
|
+
}
|
|
346
|
+
/**
|
|
347
|
+
* Request parameters for listInsuranceCompanies operation in ScenarioAnalysisApi.
|
|
348
|
+
* @export
|
|
349
|
+
* @interface ScenarioAnalysisApiListInsuranceCompaniesRequest
|
|
350
|
+
*/
|
|
351
|
+
export interface ScenarioAnalysisApiListInsuranceCompaniesRequest {
|
|
352
|
+
/**
|
|
353
|
+
* Bearer Token
|
|
354
|
+
* @type {string}
|
|
355
|
+
* @memberof ScenarioAnalysisApiListInsuranceCompanies
|
|
356
|
+
*/
|
|
357
|
+
readonly authorization?: string;
|
|
358
|
+
/**
|
|
359
|
+
* Product type [ car | homeowner | household | private-liability ]
|
|
360
|
+
* @type {'car' | 'homeowner' | 'household' | 'privateLiability'}
|
|
361
|
+
* @memberof ScenarioAnalysisApiListInsuranceCompanies
|
|
362
|
+
*/
|
|
363
|
+
readonly product?: 'car' | 'homeowner' | 'household' | 'privateLiability';
|
|
364
|
+
}
|
|
365
|
+
/**
|
|
366
|
+
* Request parameters for listScenarioAnalyses operation in ScenarioAnalysisApi.
|
|
367
|
+
* @export
|
|
368
|
+
* @interface ScenarioAnalysisApiListScenarioAnalysesRequest
|
|
369
|
+
*/
|
|
370
|
+
export interface ScenarioAnalysisApiListScenarioAnalysesRequest {
|
|
371
|
+
/**
|
|
372
|
+
* Bearer Token
|
|
373
|
+
* @type {string}
|
|
374
|
+
* @memberof ScenarioAnalysisApiListScenarioAnalyses
|
|
375
|
+
*/
|
|
376
|
+
readonly authorization?: string;
|
|
377
|
+
/**
|
|
378
|
+
* A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
|
|
379
|
+
* @type {any}
|
|
380
|
+
* @memberof ScenarioAnalysisApiListScenarioAnalyses
|
|
381
|
+
*/
|
|
382
|
+
readonly pageSize?: any;
|
|
383
|
+
/**
|
|
384
|
+
* A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
385
|
+
* @type {any}
|
|
386
|
+
* @memberof ScenarioAnalysisApiListScenarioAnalyses
|
|
387
|
+
*/
|
|
388
|
+
readonly pageToken?: any;
|
|
389
|
+
/**
|
|
390
|
+
* Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
|
|
391
|
+
* @type {any}
|
|
392
|
+
* @memberof ScenarioAnalysisApiListScenarioAnalyses
|
|
393
|
+
*/
|
|
394
|
+
readonly filter?: any;
|
|
395
|
+
/**
|
|
396
|
+
* Search the list by any field. For instance, if you want to search by code add code=xxx in order to fetch the result.
|
|
397
|
+
* @type {any}
|
|
398
|
+
* @memberof ScenarioAnalysisApiListScenarioAnalyses
|
|
399
|
+
*/
|
|
400
|
+
readonly search?: any;
|
|
401
|
+
/**
|
|
402
|
+
* The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
|
|
403
|
+
* @type {any}
|
|
404
|
+
* @memberof ScenarioAnalysisApiListScenarioAnalyses
|
|
405
|
+
*/
|
|
406
|
+
readonly order?: any;
|
|
407
|
+
/**
|
|
408
|
+
* Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
|
|
409
|
+
* @type {any}
|
|
410
|
+
* @memberof ScenarioAnalysisApiListScenarioAnalyses
|
|
411
|
+
*/
|
|
412
|
+
readonly expand?: any;
|
|
413
|
+
}
|
|
414
|
+
/**
|
|
415
|
+
* Request parameters for listScenarioAnalysisDates operation in ScenarioAnalysisApi.
|
|
416
|
+
* @export
|
|
417
|
+
* @interface ScenarioAnalysisApiListScenarioAnalysisDatesRequest
|
|
418
|
+
*/
|
|
419
|
+
export interface ScenarioAnalysisApiListScenarioAnalysisDatesRequest {
|
|
420
|
+
/**
|
|
421
|
+
* Bearer Token
|
|
422
|
+
* @type {string}
|
|
423
|
+
* @memberof ScenarioAnalysisApiListScenarioAnalysisDates
|
|
424
|
+
*/
|
|
425
|
+
readonly authorization?: string;
|
|
426
|
+
/**
|
|
427
|
+
* Product type [ car | homeowner | household | private-liability ]
|
|
428
|
+
* @type {'car' | 'homeowner' | 'household' | 'privateLiability'}
|
|
429
|
+
* @memberof ScenarioAnalysisApiListScenarioAnalysisDates
|
|
430
|
+
*/
|
|
431
|
+
readonly product?: 'car' | 'homeowner' | 'household' | 'privateLiability';
|
|
432
|
+
}
|
|
433
|
+
/**
|
|
434
|
+
* Request parameters for updateScenarioAnalysis operation in ScenarioAnalysisApi.
|
|
435
|
+
* @export
|
|
436
|
+
* @interface ScenarioAnalysisApiUpdateScenarioAnalysisRequest
|
|
437
|
+
*/
|
|
438
|
+
export interface ScenarioAnalysisApiUpdateScenarioAnalysisRequest {
|
|
439
|
+
/**
|
|
440
|
+
*
|
|
441
|
+
* @type {string}
|
|
442
|
+
* @memberof ScenarioAnalysisApiUpdateScenarioAnalysis
|
|
443
|
+
*/
|
|
444
|
+
readonly code: string;
|
|
445
|
+
/**
|
|
446
|
+
*
|
|
447
|
+
* @type {UpdateScenarioAnalysisRequestDto}
|
|
448
|
+
* @memberof ScenarioAnalysisApiUpdateScenarioAnalysis
|
|
449
|
+
*/
|
|
450
|
+
readonly updateScenarioAnalysisRequestDto: UpdateScenarioAnalysisRequestDto;
|
|
451
|
+
/**
|
|
452
|
+
* Bearer Token
|
|
453
|
+
* @type {string}
|
|
454
|
+
* @memberof ScenarioAnalysisApiUpdateScenarioAnalysis
|
|
455
|
+
*/
|
|
456
|
+
readonly authorization?: string;
|
|
457
|
+
}
|
|
458
|
+
/**
|
|
459
|
+
* ScenarioAnalysisApi - object-oriented interface
|
|
460
|
+
* @export
|
|
461
|
+
* @class ScenarioAnalysisApi
|
|
462
|
+
* @extends {BaseAPI}
|
|
463
|
+
*/
|
|
464
|
+
export declare class ScenarioAnalysisApi extends BaseAPI {
|
|
465
|
+
/**
|
|
466
|
+
*
|
|
467
|
+
* @param {ScenarioAnalysisApiCreateScenarioAnalysisRequest} requestParameters Request parameters.
|
|
468
|
+
* @param {*} [options] Override http request option.
|
|
469
|
+
* @throws {RequiredError}
|
|
470
|
+
* @memberof ScenarioAnalysisApi
|
|
471
|
+
*/
|
|
472
|
+
createScenarioAnalysis(requestParameters: ScenarioAnalysisApiCreateScenarioAnalysisRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateScenarioAnalysisResponseClass, any>>;
|
|
473
|
+
/**
|
|
474
|
+
*
|
|
475
|
+
* @param {ScenarioAnalysisApiDeleteScenarioAnalysisRequest} requestParameters Request parameters.
|
|
476
|
+
* @param {*} [options] Override http request option.
|
|
477
|
+
* @throws {RequiredError}
|
|
478
|
+
* @memberof ScenarioAnalysisApi
|
|
479
|
+
*/
|
|
480
|
+
deleteScenarioAnalysis(requestParameters: ScenarioAnalysisApiDeleteScenarioAnalysisRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
481
|
+
/**
|
|
482
|
+
*
|
|
483
|
+
* @param {ScenarioAnalysisApiGetScenarioAnalysisRequest} requestParameters Request parameters.
|
|
484
|
+
* @param {*} [options] Override http request option.
|
|
485
|
+
* @throws {RequiredError}
|
|
486
|
+
* @memberof ScenarioAnalysisApi
|
|
487
|
+
*/
|
|
488
|
+
getScenarioAnalysis(requestParameters: ScenarioAnalysisApiGetScenarioAnalysisRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetScenarioAnalysisResponseClass, any>>;
|
|
489
|
+
/**
|
|
490
|
+
*
|
|
491
|
+
* @param {ScenarioAnalysisApiListChannelsRequest} requestParameters Request parameters.
|
|
492
|
+
* @param {*} [options] Override http request option.
|
|
493
|
+
* @throws {RequiredError}
|
|
494
|
+
* @memberof ScenarioAnalysisApi
|
|
495
|
+
*/
|
|
496
|
+
listChannels(requestParameters?: ScenarioAnalysisApiListChannelsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListChannelsResponseClass, any>>;
|
|
497
|
+
/**
|
|
498
|
+
*
|
|
499
|
+
* @param {ScenarioAnalysisApiListInsuranceCompaniesRequest} requestParameters Request parameters.
|
|
500
|
+
* @param {*} [options] Override http request option.
|
|
501
|
+
* @throws {RequiredError}
|
|
502
|
+
* @memberof ScenarioAnalysisApi
|
|
503
|
+
*/
|
|
504
|
+
listInsuranceCompanies(requestParameters?: ScenarioAnalysisApiListInsuranceCompaniesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListInsuranceCompaniesResponseClass, any>>;
|
|
505
|
+
/**
|
|
506
|
+
*
|
|
507
|
+
* @param {ScenarioAnalysisApiListScenarioAnalysesRequest} requestParameters Request parameters.
|
|
508
|
+
* @param {*} [options] Override http request option.
|
|
509
|
+
* @throws {RequiredError}
|
|
510
|
+
* @memberof ScenarioAnalysisApi
|
|
511
|
+
*/
|
|
512
|
+
listScenarioAnalyses(requestParameters?: ScenarioAnalysisApiListScenarioAnalysesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListScenarioAnalysesResponseClass, any>>;
|
|
513
|
+
/**
|
|
514
|
+
*
|
|
515
|
+
* @param {ScenarioAnalysisApiListScenarioAnalysisDatesRequest} requestParameters Request parameters.
|
|
516
|
+
* @param {*} [options] Override http request option.
|
|
517
|
+
* @throws {RequiredError}
|
|
518
|
+
* @memberof ScenarioAnalysisApi
|
|
519
|
+
*/
|
|
520
|
+
listScenarioAnalysisDates(requestParameters?: ScenarioAnalysisApiListScenarioAnalysisDatesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListScenarioAnalysisDatesResponseClass, any>>;
|
|
521
|
+
/**
|
|
522
|
+
*
|
|
523
|
+
* @param {ScenarioAnalysisApiUpdateScenarioAnalysisRequest} requestParameters Request parameters.
|
|
524
|
+
* @param {*} [options] Override http request option.
|
|
525
|
+
* @throws {RequiredError}
|
|
526
|
+
* @memberof ScenarioAnalysisApi
|
|
527
|
+
*/
|
|
528
|
+
updateScenarioAnalysis(requestParameters: ScenarioAnalysisApiUpdateScenarioAnalysisRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateScenarioAnalysisResponseClass, any>>;
|
|
529
|
+
}
|