@emilgroup/claim-sdk 1.40.1-beta.7 → 1.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +0 -10
- package/README.md +2 -2
- package/api/claim-partner-roles-api.ts +6 -613
- package/api/claim-partners-api.ts +0 -504
- package/api/claim-regulations-api.ts +3 -624
- package/api/claim-statuses-api.ts +5 -728
- package/api/claims-api.ts +4 -828
- package/api/health-check-api.ts +0 -62
- package/api/settlements-api.ts +6 -613
- package/api.ts +0 -2
- package/dist/api/claim-partner-roles-api.d.ts +0 -338
- package/dist/api/claim-partner-roles-api.js +0 -505
- package/dist/api/claim-partners-api.d.ts +0 -283
- package/dist/api/claim-partners-api.js +0 -412
- package/dist/api/claim-regulations-api.d.ts +0 -347
- package/dist/api/claim-regulations-api.js +0 -511
- package/dist/api/claim-statuses-api.d.ts +0 -402
- package/dist/api/claim-statuses-api.js +11 -615
- package/dist/api/claims-api.d.ts +0 -457
- package/dist/api/claims-api.js +30 -726
- package/dist/api/health-check-api.d.ts +0 -29
- package/dist/api/health-check-api.js +0 -69
- package/dist/api/settlements-api.d.ts +0 -338
- package/dist/api/settlements-api.js +0 -505
- package/dist/api.d.ts +0 -1
- package/dist/api.js +0 -1
- package/dist/models/claim-class.d.ts +0 -6
- package/dist/models/index.d.ts +0 -9
- package/dist/models/index.js +0 -9
- package/dist/models/list-claim-partner-roles-response-class.d.ts +0 -12
- package/dist/models/list-claim-partners-response-class.d.ts +0 -12
- package/dist/models/list-claim-statuses-response-class.d.ts +1 -13
- package/dist/models/list-claims-response-class.d.ts +0 -12
- package/dist/models/list-regulations-response-class.d.ts +0 -12
- package/models/claim-class.ts +0 -6
- package/models/index.ts +0 -9
- package/models/list-claim-partner-roles-response-class.ts +0 -12
- package/models/list-claim-partners-response-class.ts +0 -12
- package/models/list-claim-statuses-response-class.ts +1 -13
- package/models/list-claims-response-class.ts +0 -12
- package/models/list-regulations-response-class.ts +0 -12
- package/package.json +1 -1
- package/api/claim-positions-api.ts +0 -1316
- package/dist/api/claim-positions-api.d.ts +0 -740
- package/dist/api/claim-positions-api.js +0 -1157
- package/dist/models/claim-position-class.d.ts +0 -121
- package/dist/models/claim-position-class.js +0 -15
- package/dist/models/coverage-class.d.ts +0 -72
- package/dist/models/coverage-class.js +0 -21
- package/dist/models/coverage-request-dto.d.ts +0 -41
- package/dist/models/coverage-request-dto.js +0 -20
- package/dist/models/create-claim-position-request-dto.d.ts +0 -73
- package/dist/models/create-claim-position-request-dto.js +0 -15
- package/dist/models/create-claim-position-response-class.d.ts +0 -25
- package/dist/models/create-claim-position-response-class.js +0 -15
- package/dist/models/get-claim-position-response-class.d.ts +0 -25
- package/dist/models/get-claim-position-response-class.js +0 -15
- package/dist/models/list-claim-positions-response-class.d.ts +0 -43
- package/dist/models/list-claim-positions-response-class.js +0 -15
- package/dist/models/update-claim-position-request-dto.d.ts +0 -73
- package/dist/models/update-claim-position-request-dto.js +0 -15
- package/dist/models/update-claim-position-response-class.d.ts +0 -25
- package/dist/models/update-claim-position-response-class.js +0 -15
- package/models/claim-position-class.ts +0 -127
- package/models/coverage-class.ts +0 -81
- package/models/coverage-request-dto.ts +0 -50
- package/models/create-claim-position-request-dto.ts +0 -79
- package/models/create-claim-position-response-class.ts +0 -31
- package/models/get-claim-position-response-class.ts +0 -31
- package/models/list-claim-positions-response-class.ts +0 -49
- package/models/update-claim-position-request-dto.ts +0 -79
- package/models/update-claim-position-response-class.ts +0 -31
package/dist/api/claims-api.d.ts
CHANGED
|
@@ -35,15 +35,6 @@ export declare const ClaimsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
35
35
|
* @throws {RequiredError}
|
|
36
36
|
*/
|
|
37
37
|
createClaim: (createClaimRequestDto: CreateClaimRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
38
|
-
/**
|
|
39
|
-
* This will create a claim in the database **Required Permissions** \"claim-management.claims.create\"
|
|
40
|
-
* @summary Create the claim
|
|
41
|
-
* @param {CreateClaimRequestDto} createClaimRequestDto
|
|
42
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
43
|
-
* @param {*} [options] Override http request option.
|
|
44
|
-
* @throws {RequiredError}
|
|
45
|
-
*/
|
|
46
|
-
createClaim1: (createClaimRequestDto: CreateClaimRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
47
38
|
/**
|
|
48
39
|
* This will delete the requested claim from the database. **Required Permissions** \"claim-management.claims.delete\"
|
|
49
40
|
* @summary Delete the claim
|
|
@@ -53,15 +44,6 @@ export declare const ClaimsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
53
44
|
* @throws {RequiredError}
|
|
54
45
|
*/
|
|
55
46
|
deleteClaim: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
56
|
-
/**
|
|
57
|
-
* This will delete the requested claim from the database. **Required Permissions** \"claim-management.claims.delete\"
|
|
58
|
-
* @summary Delete the claim
|
|
59
|
-
* @param {string} code
|
|
60
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
61
|
-
* @param {*} [options] Override http request option.
|
|
62
|
-
* @throws {RequiredError}
|
|
63
|
-
*/
|
|
64
|
-
deleteClaim1: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
65
47
|
/**
|
|
66
48
|
* This will fetch the identified claim from the database by code **Required Permissions** \"claim-management.claims.view\"
|
|
67
49
|
* @summary Retrieve the claim
|
|
@@ -71,15 +53,6 @@ export declare const ClaimsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
71
53
|
* @throws {RequiredError}
|
|
72
54
|
*/
|
|
73
55
|
getClaim: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
74
|
-
/**
|
|
75
|
-
* This will fetch the identified claim from the database by code **Required Permissions** \"claim-management.claims.view\"
|
|
76
|
-
* @summary Retrieve the claim
|
|
77
|
-
* @param {string} code
|
|
78
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
79
|
-
* @param {*} [options] Override http request option.
|
|
80
|
-
* @throws {RequiredError}
|
|
81
|
-
*/
|
|
82
|
-
getClaim1: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
83
56
|
/**
|
|
84
57
|
* This endpoint will calculate and get the regulation summary for a claim. **Required Permissions** \"claim-management.claims.view\", \"claim-management.regulations.view\"
|
|
85
58
|
* @summary Retrieve the claim regulation summary
|
|
@@ -89,15 +62,6 @@ export declare const ClaimsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
89
62
|
* @throws {RequiredError}
|
|
90
63
|
*/
|
|
91
64
|
getClaimRegulationSummary: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
92
|
-
/**
|
|
93
|
-
* This endpoint will calculate and get the regulation summary for a claim. **Required Permissions** \"claim-management.claims.view\", \"claim-management.regulations.view\"
|
|
94
|
-
* @summary Retrieve the claim regulation summary
|
|
95
|
-
* @param {string} code Unique identifier for the object.
|
|
96
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
97
|
-
* @param {*} [options] Override http request option.
|
|
98
|
-
* @throws {RequiredError}
|
|
99
|
-
*/
|
|
100
|
-
getClaimRegulationSummary1: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
101
65
|
/**
|
|
102
66
|
* Returns a list of claims you have previously created. The claims are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.claims.view\"
|
|
103
67
|
* @summary List claims
|
|
@@ -113,21 +77,6 @@ export declare const ClaimsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
113
77
|
* @throws {RequiredError}
|
|
114
78
|
*/
|
|
115
79
|
listClaims: (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
116
|
-
/**
|
|
117
|
-
* Returns a list of claims you have previously created. The claims are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.claims.view\"
|
|
118
|
-
* @summary List claims
|
|
119
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
120
|
-
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
121
|
-
* @param {string} [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.
|
|
122
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: policyNumber, productId, accountCode, insuredObjectId, policyCode</i>
|
|
123
|
-
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: code, policyCode, accountCode, productName, claimNumber, policyNumber, damageDate, notificationDate, description, status</i>
|
|
124
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, accountCode, status, claimNumber, policyNumber, damageDate, notificationDate, description, createdAt, updatedAt</i>
|
|
125
|
-
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: partners<i>
|
|
126
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: policyNumber, productId, accountCode, insuredObjectId, policyCode</i>
|
|
127
|
-
* @param {*} [options] Override http request option.
|
|
128
|
-
* @throws {RequiredError}
|
|
129
|
-
*/
|
|
130
|
-
listClaims1: (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
131
80
|
/**
|
|
132
81
|
* Updates the identified claim by setting the values of the provided parameters. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.claims.update\"
|
|
133
82
|
* @summary Patch the claim
|
|
@@ -138,16 +87,6 @@ export declare const ClaimsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
138
87
|
* @throws {RequiredError}
|
|
139
88
|
*/
|
|
140
89
|
patchClaim: (code: string, patchClaimRequestDto: PatchClaimRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
141
|
-
/**
|
|
142
|
-
* Updates the identified claim by setting the values of the provided parameters. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.claims.update\"
|
|
143
|
-
* @summary Patch the claim
|
|
144
|
-
* @param {string} code
|
|
145
|
-
* @param {PatchClaimRequestDto} patchClaimRequestDto
|
|
146
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
147
|
-
* @param {*} [options] Override http request option.
|
|
148
|
-
* @throws {RequiredError}
|
|
149
|
-
*/
|
|
150
|
-
patchClaim1: (code: string, patchClaimRequestDto: PatchClaimRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
151
90
|
/**
|
|
152
91
|
* This will update the identified claim in the database **Required Permissions** \"claim-management.claims.update\"
|
|
153
92
|
* @summary Update the claim
|
|
@@ -158,16 +97,6 @@ export declare const ClaimsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
158
97
|
* @throws {RequiredError}
|
|
159
98
|
*/
|
|
160
99
|
updateClaim: (code: string, updateClaimRequestDto: UpdateClaimRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
161
|
-
/**
|
|
162
|
-
* This will update the identified claim in the database **Required Permissions** \"claim-management.claims.update\"
|
|
163
|
-
* @summary Update the claim
|
|
164
|
-
* @param {string} code
|
|
165
|
-
* @param {UpdateClaimRequestDto} updateClaimRequestDto
|
|
166
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
167
|
-
* @param {*} [options] Override http request option.
|
|
168
|
-
* @throws {RequiredError}
|
|
169
|
-
*/
|
|
170
|
-
updateClaim1: (code: string, updateClaimRequestDto: UpdateClaimRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
171
100
|
};
|
|
172
101
|
/**
|
|
173
102
|
* ClaimsApi - functional programming interface
|
|
@@ -183,15 +112,6 @@ export declare const ClaimsApiFp: (configuration?: Configuration) => {
|
|
|
183
112
|
* @throws {RequiredError}
|
|
184
113
|
*/
|
|
185
114
|
createClaim(createClaimRequestDto: CreateClaimRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateClaimResponseClass>>;
|
|
186
|
-
/**
|
|
187
|
-
* This will create a claim in the database **Required Permissions** \"claim-management.claims.create\"
|
|
188
|
-
* @summary Create the claim
|
|
189
|
-
* @param {CreateClaimRequestDto} createClaimRequestDto
|
|
190
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
191
|
-
* @param {*} [options] Override http request option.
|
|
192
|
-
* @throws {RequiredError}
|
|
193
|
-
*/
|
|
194
|
-
createClaim1(createClaimRequestDto: CreateClaimRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateClaimResponseClass>>;
|
|
195
115
|
/**
|
|
196
116
|
* This will delete the requested claim from the database. **Required Permissions** \"claim-management.claims.delete\"
|
|
197
117
|
* @summary Delete the claim
|
|
@@ -201,15 +121,6 @@ export declare const ClaimsApiFp: (configuration?: Configuration) => {
|
|
|
201
121
|
* @throws {RequiredError}
|
|
202
122
|
*/
|
|
203
123
|
deleteClaim(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
204
|
-
/**
|
|
205
|
-
* This will delete the requested claim from the database. **Required Permissions** \"claim-management.claims.delete\"
|
|
206
|
-
* @summary Delete the claim
|
|
207
|
-
* @param {string} code
|
|
208
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
209
|
-
* @param {*} [options] Override http request option.
|
|
210
|
-
* @throws {RequiredError}
|
|
211
|
-
*/
|
|
212
|
-
deleteClaim1(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
213
124
|
/**
|
|
214
125
|
* This will fetch the identified claim from the database by code **Required Permissions** \"claim-management.claims.view\"
|
|
215
126
|
* @summary Retrieve the claim
|
|
@@ -219,15 +130,6 @@ export declare const ClaimsApiFp: (configuration?: Configuration) => {
|
|
|
219
130
|
* @throws {RequiredError}
|
|
220
131
|
*/
|
|
221
132
|
getClaim(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetClaimResponseClass>>;
|
|
222
|
-
/**
|
|
223
|
-
* This will fetch the identified claim from the database by code **Required Permissions** \"claim-management.claims.view\"
|
|
224
|
-
* @summary Retrieve the claim
|
|
225
|
-
* @param {string} code
|
|
226
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
227
|
-
* @param {*} [options] Override http request option.
|
|
228
|
-
* @throws {RequiredError}
|
|
229
|
-
*/
|
|
230
|
-
getClaim1(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetClaimResponseClass>>;
|
|
231
133
|
/**
|
|
232
134
|
* This endpoint will calculate and get the regulation summary for a claim. **Required Permissions** \"claim-management.claims.view\", \"claim-management.regulations.view\"
|
|
233
135
|
* @summary Retrieve the claim regulation summary
|
|
@@ -237,15 +139,6 @@ export declare const ClaimsApiFp: (configuration?: Configuration) => {
|
|
|
237
139
|
* @throws {RequiredError}
|
|
238
140
|
*/
|
|
239
141
|
getClaimRegulationSummary(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RegulationSummaryResponseClass>>;
|
|
240
|
-
/**
|
|
241
|
-
* This endpoint will calculate and get the regulation summary for a claim. **Required Permissions** \"claim-management.claims.view\", \"claim-management.regulations.view\"
|
|
242
|
-
* @summary Retrieve the claim regulation summary
|
|
243
|
-
* @param {string} code Unique identifier for the object.
|
|
244
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
245
|
-
* @param {*} [options] Override http request option.
|
|
246
|
-
* @throws {RequiredError}
|
|
247
|
-
*/
|
|
248
|
-
getClaimRegulationSummary1(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RegulationSummaryResponseClass>>;
|
|
249
142
|
/**
|
|
250
143
|
* Returns a list of claims you have previously created. The claims are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.claims.view\"
|
|
251
144
|
* @summary List claims
|
|
@@ -261,21 +154,6 @@ export declare const ClaimsApiFp: (configuration?: Configuration) => {
|
|
|
261
154
|
* @throws {RequiredError}
|
|
262
155
|
*/
|
|
263
156
|
listClaims(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListClaimsResponseClass>>;
|
|
264
|
-
/**
|
|
265
|
-
* Returns a list of claims you have previously created. The claims are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.claims.view\"
|
|
266
|
-
* @summary List claims
|
|
267
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
268
|
-
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
269
|
-
* @param {string} [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.
|
|
270
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: policyNumber, productId, accountCode, insuredObjectId, policyCode</i>
|
|
271
|
-
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: code, policyCode, accountCode, productName, claimNumber, policyNumber, damageDate, notificationDate, description, status</i>
|
|
272
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, accountCode, status, claimNumber, policyNumber, damageDate, notificationDate, description, createdAt, updatedAt</i>
|
|
273
|
-
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: partners<i>
|
|
274
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: policyNumber, productId, accountCode, insuredObjectId, policyCode</i>
|
|
275
|
-
* @param {*} [options] Override http request option.
|
|
276
|
-
* @throws {RequiredError}
|
|
277
|
-
*/
|
|
278
|
-
listClaims1(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListClaimsResponseClass>>;
|
|
279
157
|
/**
|
|
280
158
|
* Updates the identified claim by setting the values of the provided parameters. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.claims.update\"
|
|
281
159
|
* @summary Patch the claim
|
|
@@ -286,16 +164,6 @@ export declare const ClaimsApiFp: (configuration?: Configuration) => {
|
|
|
286
164
|
* @throws {RequiredError}
|
|
287
165
|
*/
|
|
288
166
|
patchClaim(code: string, patchClaimRequestDto: PatchClaimRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatchClaimResponseClass>>;
|
|
289
|
-
/**
|
|
290
|
-
* Updates the identified claim by setting the values of the provided parameters. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.claims.update\"
|
|
291
|
-
* @summary Patch the claim
|
|
292
|
-
* @param {string} code
|
|
293
|
-
* @param {PatchClaimRequestDto} patchClaimRequestDto
|
|
294
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
295
|
-
* @param {*} [options] Override http request option.
|
|
296
|
-
* @throws {RequiredError}
|
|
297
|
-
*/
|
|
298
|
-
patchClaim1(code: string, patchClaimRequestDto: PatchClaimRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatchClaimResponseClass>>;
|
|
299
167
|
/**
|
|
300
168
|
* This will update the identified claim in the database **Required Permissions** \"claim-management.claims.update\"
|
|
301
169
|
* @summary Update the claim
|
|
@@ -306,16 +174,6 @@ export declare const ClaimsApiFp: (configuration?: Configuration) => {
|
|
|
306
174
|
* @throws {RequiredError}
|
|
307
175
|
*/
|
|
308
176
|
updateClaim(code: string, updateClaimRequestDto: UpdateClaimRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateClaimResponseClass>>;
|
|
309
|
-
/**
|
|
310
|
-
* This will update the identified claim in the database **Required Permissions** \"claim-management.claims.update\"
|
|
311
|
-
* @summary Update the claim
|
|
312
|
-
* @param {string} code
|
|
313
|
-
* @param {UpdateClaimRequestDto} updateClaimRequestDto
|
|
314
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
315
|
-
* @param {*} [options] Override http request option.
|
|
316
|
-
* @throws {RequiredError}
|
|
317
|
-
*/
|
|
318
|
-
updateClaim1(code: string, updateClaimRequestDto: UpdateClaimRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateClaimResponseClass>>;
|
|
319
177
|
};
|
|
320
178
|
/**
|
|
321
179
|
* ClaimsApi - factory interface
|
|
@@ -331,15 +189,6 @@ export declare const ClaimsApiFactory: (configuration?: Configuration, basePath?
|
|
|
331
189
|
* @throws {RequiredError}
|
|
332
190
|
*/
|
|
333
191
|
createClaim(createClaimRequestDto: CreateClaimRequestDto, authorization?: string, options?: any): AxiosPromise<CreateClaimResponseClass>;
|
|
334
|
-
/**
|
|
335
|
-
* This will create a claim in the database **Required Permissions** \"claim-management.claims.create\"
|
|
336
|
-
* @summary Create the claim
|
|
337
|
-
* @param {CreateClaimRequestDto} createClaimRequestDto
|
|
338
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
339
|
-
* @param {*} [options] Override http request option.
|
|
340
|
-
* @throws {RequiredError}
|
|
341
|
-
*/
|
|
342
|
-
createClaim1(createClaimRequestDto: CreateClaimRequestDto, authorization?: string, options?: any): AxiosPromise<CreateClaimResponseClass>;
|
|
343
192
|
/**
|
|
344
193
|
* This will delete the requested claim from the database. **Required Permissions** \"claim-management.claims.delete\"
|
|
345
194
|
* @summary Delete the claim
|
|
@@ -349,15 +198,6 @@ export declare const ClaimsApiFactory: (configuration?: Configuration, basePath?
|
|
|
349
198
|
* @throws {RequiredError}
|
|
350
199
|
*/
|
|
351
200
|
deleteClaim(code: string, authorization?: string, options?: any): AxiosPromise<void>;
|
|
352
|
-
/**
|
|
353
|
-
* This will delete the requested claim from the database. **Required Permissions** \"claim-management.claims.delete\"
|
|
354
|
-
* @summary Delete the claim
|
|
355
|
-
* @param {string} code
|
|
356
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
357
|
-
* @param {*} [options] Override http request option.
|
|
358
|
-
* @throws {RequiredError}
|
|
359
|
-
*/
|
|
360
|
-
deleteClaim1(code: string, authorization?: string, options?: any): AxiosPromise<void>;
|
|
361
201
|
/**
|
|
362
202
|
* This will fetch the identified claim from the database by code **Required Permissions** \"claim-management.claims.view\"
|
|
363
203
|
* @summary Retrieve the claim
|
|
@@ -367,15 +207,6 @@ export declare const ClaimsApiFactory: (configuration?: Configuration, basePath?
|
|
|
367
207
|
* @throws {RequiredError}
|
|
368
208
|
*/
|
|
369
209
|
getClaim(code: string, authorization?: string, options?: any): AxiosPromise<GetClaimResponseClass>;
|
|
370
|
-
/**
|
|
371
|
-
* This will fetch the identified claim from the database by code **Required Permissions** \"claim-management.claims.view\"
|
|
372
|
-
* @summary Retrieve the claim
|
|
373
|
-
* @param {string} code
|
|
374
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
375
|
-
* @param {*} [options] Override http request option.
|
|
376
|
-
* @throws {RequiredError}
|
|
377
|
-
*/
|
|
378
|
-
getClaim1(code: string, authorization?: string, options?: any): AxiosPromise<GetClaimResponseClass>;
|
|
379
210
|
/**
|
|
380
211
|
* This endpoint will calculate and get the regulation summary for a claim. **Required Permissions** \"claim-management.claims.view\", \"claim-management.regulations.view\"
|
|
381
212
|
* @summary Retrieve the claim regulation summary
|
|
@@ -385,15 +216,6 @@ export declare const ClaimsApiFactory: (configuration?: Configuration, basePath?
|
|
|
385
216
|
* @throws {RequiredError}
|
|
386
217
|
*/
|
|
387
218
|
getClaimRegulationSummary(code: string, authorization?: string, options?: any): AxiosPromise<RegulationSummaryResponseClass>;
|
|
388
|
-
/**
|
|
389
|
-
* This endpoint will calculate and get the regulation summary for a claim. **Required Permissions** \"claim-management.claims.view\", \"claim-management.regulations.view\"
|
|
390
|
-
* @summary Retrieve the claim regulation summary
|
|
391
|
-
* @param {string} code Unique identifier for the object.
|
|
392
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
393
|
-
* @param {*} [options] Override http request option.
|
|
394
|
-
* @throws {RequiredError}
|
|
395
|
-
*/
|
|
396
|
-
getClaimRegulationSummary1(code: string, authorization?: string, options?: any): AxiosPromise<RegulationSummaryResponseClass>;
|
|
397
219
|
/**
|
|
398
220
|
* Returns a list of claims you have previously created. The claims are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.claims.view\"
|
|
399
221
|
* @summary List claims
|
|
@@ -409,21 +231,6 @@ export declare const ClaimsApiFactory: (configuration?: Configuration, basePath?
|
|
|
409
231
|
* @throws {RequiredError}
|
|
410
232
|
*/
|
|
411
233
|
listClaims(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListClaimsResponseClass>;
|
|
412
|
-
/**
|
|
413
|
-
* Returns a list of claims you have previously created. The claims are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.claims.view\"
|
|
414
|
-
* @summary List claims
|
|
415
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
416
|
-
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
417
|
-
* @param {string} [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.
|
|
418
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: policyNumber, productId, accountCode, insuredObjectId, policyCode</i>
|
|
419
|
-
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: code, policyCode, accountCode, productName, claimNumber, policyNumber, damageDate, notificationDate, description, status</i>
|
|
420
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, accountCode, status, claimNumber, policyNumber, damageDate, notificationDate, description, createdAt, updatedAt</i>
|
|
421
|
-
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: partners<i>
|
|
422
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: policyNumber, productId, accountCode, insuredObjectId, policyCode</i>
|
|
423
|
-
* @param {*} [options] Override http request option.
|
|
424
|
-
* @throws {RequiredError}
|
|
425
|
-
*/
|
|
426
|
-
listClaims1(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListClaimsResponseClass>;
|
|
427
234
|
/**
|
|
428
235
|
* Updates the identified claim by setting the values of the provided parameters. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.claims.update\"
|
|
429
236
|
* @summary Patch the claim
|
|
@@ -434,16 +241,6 @@ export declare const ClaimsApiFactory: (configuration?: Configuration, basePath?
|
|
|
434
241
|
* @throws {RequiredError}
|
|
435
242
|
*/
|
|
436
243
|
patchClaim(code: string, patchClaimRequestDto: PatchClaimRequestDto, authorization?: string, options?: any): AxiosPromise<PatchClaimResponseClass>;
|
|
437
|
-
/**
|
|
438
|
-
* Updates the identified claim by setting the values of the provided parameters. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.claims.update\"
|
|
439
|
-
* @summary Patch the claim
|
|
440
|
-
* @param {string} code
|
|
441
|
-
* @param {PatchClaimRequestDto} patchClaimRequestDto
|
|
442
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
443
|
-
* @param {*} [options] Override http request option.
|
|
444
|
-
* @throws {RequiredError}
|
|
445
|
-
*/
|
|
446
|
-
patchClaim1(code: string, patchClaimRequestDto: PatchClaimRequestDto, authorization?: string, options?: any): AxiosPromise<PatchClaimResponseClass>;
|
|
447
244
|
/**
|
|
448
245
|
* This will update the identified claim in the database **Required Permissions** \"claim-management.claims.update\"
|
|
449
246
|
* @summary Update the claim
|
|
@@ -454,16 +251,6 @@ export declare const ClaimsApiFactory: (configuration?: Configuration, basePath?
|
|
|
454
251
|
* @throws {RequiredError}
|
|
455
252
|
*/
|
|
456
253
|
updateClaim(code: string, updateClaimRequestDto: UpdateClaimRequestDto, authorization?: string, options?: any): AxiosPromise<UpdateClaimResponseClass>;
|
|
457
|
-
/**
|
|
458
|
-
* This will update the identified claim in the database **Required Permissions** \"claim-management.claims.update\"
|
|
459
|
-
* @summary Update the claim
|
|
460
|
-
* @param {string} code
|
|
461
|
-
* @param {UpdateClaimRequestDto} updateClaimRequestDto
|
|
462
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
463
|
-
* @param {*} [options] Override http request option.
|
|
464
|
-
* @throws {RequiredError}
|
|
465
|
-
*/
|
|
466
|
-
updateClaim1(code: string, updateClaimRequestDto: UpdateClaimRequestDto, authorization?: string, options?: any): AxiosPromise<UpdateClaimResponseClass>;
|
|
467
254
|
};
|
|
468
255
|
/**
|
|
469
256
|
* Request parameters for createClaim operation in ClaimsApi.
|
|
@@ -484,25 +271,6 @@ export interface ClaimsApiCreateClaimRequest {
|
|
|
484
271
|
*/
|
|
485
272
|
readonly authorization?: string;
|
|
486
273
|
}
|
|
487
|
-
/**
|
|
488
|
-
* Request parameters for createClaim1 operation in ClaimsApi.
|
|
489
|
-
* @export
|
|
490
|
-
* @interface ClaimsApiCreateClaim1Request
|
|
491
|
-
*/
|
|
492
|
-
export interface ClaimsApiCreateClaim1Request {
|
|
493
|
-
/**
|
|
494
|
-
*
|
|
495
|
-
* @type {CreateClaimRequestDto}
|
|
496
|
-
* @memberof ClaimsApiCreateClaim1
|
|
497
|
-
*/
|
|
498
|
-
readonly createClaimRequestDto: CreateClaimRequestDto;
|
|
499
|
-
/**
|
|
500
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
501
|
-
* @type {string}
|
|
502
|
-
* @memberof ClaimsApiCreateClaim1
|
|
503
|
-
*/
|
|
504
|
-
readonly authorization?: string;
|
|
505
|
-
}
|
|
506
274
|
/**
|
|
507
275
|
* Request parameters for deleteClaim operation in ClaimsApi.
|
|
508
276
|
* @export
|
|
@@ -522,25 +290,6 @@ export interface ClaimsApiDeleteClaimRequest {
|
|
|
522
290
|
*/
|
|
523
291
|
readonly authorization?: string;
|
|
524
292
|
}
|
|
525
|
-
/**
|
|
526
|
-
* Request parameters for deleteClaim1 operation in ClaimsApi.
|
|
527
|
-
* @export
|
|
528
|
-
* @interface ClaimsApiDeleteClaim1Request
|
|
529
|
-
*/
|
|
530
|
-
export interface ClaimsApiDeleteClaim1Request {
|
|
531
|
-
/**
|
|
532
|
-
*
|
|
533
|
-
* @type {string}
|
|
534
|
-
* @memberof ClaimsApiDeleteClaim1
|
|
535
|
-
*/
|
|
536
|
-
readonly code: string;
|
|
537
|
-
/**
|
|
538
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
539
|
-
* @type {string}
|
|
540
|
-
* @memberof ClaimsApiDeleteClaim1
|
|
541
|
-
*/
|
|
542
|
-
readonly authorization?: string;
|
|
543
|
-
}
|
|
544
293
|
/**
|
|
545
294
|
* Request parameters for getClaim operation in ClaimsApi.
|
|
546
295
|
* @export
|
|
@@ -560,25 +309,6 @@ export interface ClaimsApiGetClaimRequest {
|
|
|
560
309
|
*/
|
|
561
310
|
readonly authorization?: string;
|
|
562
311
|
}
|
|
563
|
-
/**
|
|
564
|
-
* Request parameters for getClaim1 operation in ClaimsApi.
|
|
565
|
-
* @export
|
|
566
|
-
* @interface ClaimsApiGetClaim1Request
|
|
567
|
-
*/
|
|
568
|
-
export interface ClaimsApiGetClaim1Request {
|
|
569
|
-
/**
|
|
570
|
-
*
|
|
571
|
-
* @type {string}
|
|
572
|
-
* @memberof ClaimsApiGetClaim1
|
|
573
|
-
*/
|
|
574
|
-
readonly code: string;
|
|
575
|
-
/**
|
|
576
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
577
|
-
* @type {string}
|
|
578
|
-
* @memberof ClaimsApiGetClaim1
|
|
579
|
-
*/
|
|
580
|
-
readonly authorization?: string;
|
|
581
|
-
}
|
|
582
312
|
/**
|
|
583
313
|
* Request parameters for getClaimRegulationSummary operation in ClaimsApi.
|
|
584
314
|
* @export
|
|
@@ -598,25 +328,6 @@ export interface ClaimsApiGetClaimRegulationSummaryRequest {
|
|
|
598
328
|
*/
|
|
599
329
|
readonly authorization?: string;
|
|
600
330
|
}
|
|
601
|
-
/**
|
|
602
|
-
* Request parameters for getClaimRegulationSummary1 operation in ClaimsApi.
|
|
603
|
-
* @export
|
|
604
|
-
* @interface ClaimsApiGetClaimRegulationSummary1Request
|
|
605
|
-
*/
|
|
606
|
-
export interface ClaimsApiGetClaimRegulationSummary1Request {
|
|
607
|
-
/**
|
|
608
|
-
* Unique identifier for the object.
|
|
609
|
-
* @type {string}
|
|
610
|
-
* @memberof ClaimsApiGetClaimRegulationSummary1
|
|
611
|
-
*/
|
|
612
|
-
readonly code: string;
|
|
613
|
-
/**
|
|
614
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
615
|
-
* @type {string}
|
|
616
|
-
* @memberof ClaimsApiGetClaimRegulationSummary1
|
|
617
|
-
*/
|
|
618
|
-
readonly authorization?: string;
|
|
619
|
-
}
|
|
620
331
|
/**
|
|
621
332
|
* Request parameters for listClaims operation in ClaimsApi.
|
|
622
333
|
* @export
|
|
@@ -672,61 +383,6 @@ export interface ClaimsApiListClaimsRequest {
|
|
|
672
383
|
*/
|
|
673
384
|
readonly filters?: string;
|
|
674
385
|
}
|
|
675
|
-
/**
|
|
676
|
-
* Request parameters for listClaims1 operation in ClaimsApi.
|
|
677
|
-
* @export
|
|
678
|
-
* @interface ClaimsApiListClaims1Request
|
|
679
|
-
*/
|
|
680
|
-
export interface ClaimsApiListClaims1Request {
|
|
681
|
-
/**
|
|
682
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
683
|
-
* @type {string}
|
|
684
|
-
* @memberof ClaimsApiListClaims1
|
|
685
|
-
*/
|
|
686
|
-
readonly authorization?: string;
|
|
687
|
-
/**
|
|
688
|
-
* A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
689
|
-
* @type {number}
|
|
690
|
-
* @memberof ClaimsApiListClaims1
|
|
691
|
-
*/
|
|
692
|
-
readonly pageSize?: number;
|
|
693
|
-
/**
|
|
694
|
-
* 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.
|
|
695
|
-
* @type {string}
|
|
696
|
-
* @memberof ClaimsApiListClaims1
|
|
697
|
-
*/
|
|
698
|
-
readonly pageToken?: string;
|
|
699
|
-
/**
|
|
700
|
-
* Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: policyNumber, productId, accountCode, insuredObjectId, policyCode</i>
|
|
701
|
-
* @type {string}
|
|
702
|
-
* @memberof ClaimsApiListClaims1
|
|
703
|
-
*/
|
|
704
|
-
readonly filter?: string;
|
|
705
|
-
/**
|
|
706
|
-
* Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: code, policyCode, accountCode, productName, claimNumber, policyNumber, damageDate, notificationDate, description, status</i>
|
|
707
|
-
* @type {string}
|
|
708
|
-
* @memberof ClaimsApiListClaims1
|
|
709
|
-
*/
|
|
710
|
-
readonly search?: string;
|
|
711
|
-
/**
|
|
712
|
-
* Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id, accountCode, status, claimNumber, policyNumber, damageDate, notificationDate, description, createdAt, updatedAt</i>
|
|
713
|
-
* @type {string}
|
|
714
|
-
* @memberof ClaimsApiListClaims1
|
|
715
|
-
*/
|
|
716
|
-
readonly order?: string;
|
|
717
|
-
/**
|
|
718
|
-
* Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: partners<i>
|
|
719
|
-
* @type {string}
|
|
720
|
-
* @memberof ClaimsApiListClaims1
|
|
721
|
-
*/
|
|
722
|
-
readonly expand?: string;
|
|
723
|
-
/**
|
|
724
|
-
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: policyNumber, productId, accountCode, insuredObjectId, policyCode</i>
|
|
725
|
-
* @type {string}
|
|
726
|
-
* @memberof ClaimsApiListClaims1
|
|
727
|
-
*/
|
|
728
|
-
readonly filters?: string;
|
|
729
|
-
}
|
|
730
386
|
/**
|
|
731
387
|
* Request parameters for patchClaim operation in ClaimsApi.
|
|
732
388
|
* @export
|
|
@@ -752,31 +408,6 @@ export interface ClaimsApiPatchClaimRequest {
|
|
|
752
408
|
*/
|
|
753
409
|
readonly authorization?: string;
|
|
754
410
|
}
|
|
755
|
-
/**
|
|
756
|
-
* Request parameters for patchClaim1 operation in ClaimsApi.
|
|
757
|
-
* @export
|
|
758
|
-
* @interface ClaimsApiPatchClaim1Request
|
|
759
|
-
*/
|
|
760
|
-
export interface ClaimsApiPatchClaim1Request {
|
|
761
|
-
/**
|
|
762
|
-
*
|
|
763
|
-
* @type {string}
|
|
764
|
-
* @memberof ClaimsApiPatchClaim1
|
|
765
|
-
*/
|
|
766
|
-
readonly code: string;
|
|
767
|
-
/**
|
|
768
|
-
*
|
|
769
|
-
* @type {PatchClaimRequestDto}
|
|
770
|
-
* @memberof ClaimsApiPatchClaim1
|
|
771
|
-
*/
|
|
772
|
-
readonly patchClaimRequestDto: PatchClaimRequestDto;
|
|
773
|
-
/**
|
|
774
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
775
|
-
* @type {string}
|
|
776
|
-
* @memberof ClaimsApiPatchClaim1
|
|
777
|
-
*/
|
|
778
|
-
readonly authorization?: string;
|
|
779
|
-
}
|
|
780
411
|
/**
|
|
781
412
|
* Request parameters for updateClaim operation in ClaimsApi.
|
|
782
413
|
* @export
|
|
@@ -802,31 +433,6 @@ export interface ClaimsApiUpdateClaimRequest {
|
|
|
802
433
|
*/
|
|
803
434
|
readonly authorization?: string;
|
|
804
435
|
}
|
|
805
|
-
/**
|
|
806
|
-
* Request parameters for updateClaim1 operation in ClaimsApi.
|
|
807
|
-
* @export
|
|
808
|
-
* @interface ClaimsApiUpdateClaim1Request
|
|
809
|
-
*/
|
|
810
|
-
export interface ClaimsApiUpdateClaim1Request {
|
|
811
|
-
/**
|
|
812
|
-
*
|
|
813
|
-
* @type {string}
|
|
814
|
-
* @memberof ClaimsApiUpdateClaim1
|
|
815
|
-
*/
|
|
816
|
-
readonly code: string;
|
|
817
|
-
/**
|
|
818
|
-
*
|
|
819
|
-
* @type {UpdateClaimRequestDto}
|
|
820
|
-
* @memberof ClaimsApiUpdateClaim1
|
|
821
|
-
*/
|
|
822
|
-
readonly updateClaimRequestDto: UpdateClaimRequestDto;
|
|
823
|
-
/**
|
|
824
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
825
|
-
* @type {string}
|
|
826
|
-
* @memberof ClaimsApiUpdateClaim1
|
|
827
|
-
*/
|
|
828
|
-
readonly authorization?: string;
|
|
829
|
-
}
|
|
830
436
|
/**
|
|
831
437
|
* ClaimsApi - object-oriented interface
|
|
832
438
|
* @export
|
|
@@ -843,15 +449,6 @@ export declare class ClaimsApi extends BaseAPI {
|
|
|
843
449
|
* @memberof ClaimsApi
|
|
844
450
|
*/
|
|
845
451
|
createClaim(requestParameters: ClaimsApiCreateClaimRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateClaimResponseClass, any, {}>>;
|
|
846
|
-
/**
|
|
847
|
-
* This will create a claim in the database **Required Permissions** \"claim-management.claims.create\"
|
|
848
|
-
* @summary Create the claim
|
|
849
|
-
* @param {ClaimsApiCreateClaim1Request} requestParameters Request parameters.
|
|
850
|
-
* @param {*} [options] Override http request option.
|
|
851
|
-
* @throws {RequiredError}
|
|
852
|
-
* @memberof ClaimsApi
|
|
853
|
-
*/
|
|
854
|
-
createClaim1(requestParameters: ClaimsApiCreateClaim1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateClaimResponseClass, any, {}>>;
|
|
855
452
|
/**
|
|
856
453
|
* This will delete the requested claim from the database. **Required Permissions** \"claim-management.claims.delete\"
|
|
857
454
|
* @summary Delete the claim
|
|
@@ -861,15 +458,6 @@ export declare class ClaimsApi extends BaseAPI {
|
|
|
861
458
|
* @memberof ClaimsApi
|
|
862
459
|
*/
|
|
863
460
|
deleteClaim(requestParameters: ClaimsApiDeleteClaimRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
864
|
-
/**
|
|
865
|
-
* This will delete the requested claim from the database. **Required Permissions** \"claim-management.claims.delete\"
|
|
866
|
-
* @summary Delete the claim
|
|
867
|
-
* @param {ClaimsApiDeleteClaim1Request} requestParameters Request parameters.
|
|
868
|
-
* @param {*} [options] Override http request option.
|
|
869
|
-
* @throws {RequiredError}
|
|
870
|
-
* @memberof ClaimsApi
|
|
871
|
-
*/
|
|
872
|
-
deleteClaim1(requestParameters: ClaimsApiDeleteClaim1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
873
461
|
/**
|
|
874
462
|
* This will fetch the identified claim from the database by code **Required Permissions** \"claim-management.claims.view\"
|
|
875
463
|
* @summary Retrieve the claim
|
|
@@ -879,15 +467,6 @@ export declare class ClaimsApi extends BaseAPI {
|
|
|
879
467
|
* @memberof ClaimsApi
|
|
880
468
|
*/
|
|
881
469
|
getClaim(requestParameters: ClaimsApiGetClaimRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetClaimResponseClass, any, {}>>;
|
|
882
|
-
/**
|
|
883
|
-
* This will fetch the identified claim from the database by code **Required Permissions** \"claim-management.claims.view\"
|
|
884
|
-
* @summary Retrieve the claim
|
|
885
|
-
* @param {ClaimsApiGetClaim1Request} requestParameters Request parameters.
|
|
886
|
-
* @param {*} [options] Override http request option.
|
|
887
|
-
* @throws {RequiredError}
|
|
888
|
-
* @memberof ClaimsApi
|
|
889
|
-
*/
|
|
890
|
-
getClaim1(requestParameters: ClaimsApiGetClaim1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetClaimResponseClass, any, {}>>;
|
|
891
470
|
/**
|
|
892
471
|
* This endpoint will calculate and get the regulation summary for a claim. **Required Permissions** \"claim-management.claims.view\", \"claim-management.regulations.view\"
|
|
893
472
|
* @summary Retrieve the claim regulation summary
|
|
@@ -897,15 +476,6 @@ export declare class ClaimsApi extends BaseAPI {
|
|
|
897
476
|
* @memberof ClaimsApi
|
|
898
477
|
*/
|
|
899
478
|
getClaimRegulationSummary(requestParameters: ClaimsApiGetClaimRegulationSummaryRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RegulationSummaryResponseClass, any, {}>>;
|
|
900
|
-
/**
|
|
901
|
-
* This endpoint will calculate and get the regulation summary for a claim. **Required Permissions** \"claim-management.claims.view\", \"claim-management.regulations.view\"
|
|
902
|
-
* @summary Retrieve the claim regulation summary
|
|
903
|
-
* @param {ClaimsApiGetClaimRegulationSummary1Request} requestParameters Request parameters.
|
|
904
|
-
* @param {*} [options] Override http request option.
|
|
905
|
-
* @throws {RequiredError}
|
|
906
|
-
* @memberof ClaimsApi
|
|
907
|
-
*/
|
|
908
|
-
getClaimRegulationSummary1(requestParameters: ClaimsApiGetClaimRegulationSummary1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RegulationSummaryResponseClass, any, {}>>;
|
|
909
479
|
/**
|
|
910
480
|
* Returns a list of claims you have previously created. The claims are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.claims.view\"
|
|
911
481
|
* @summary List claims
|
|
@@ -915,15 +485,6 @@ export declare class ClaimsApi extends BaseAPI {
|
|
|
915
485
|
* @memberof ClaimsApi
|
|
916
486
|
*/
|
|
917
487
|
listClaims(requestParameters?: ClaimsApiListClaimsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListClaimsResponseClass, any, {}>>;
|
|
918
|
-
/**
|
|
919
|
-
* Returns a list of claims you have previously created. The claims are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.claims.view\"
|
|
920
|
-
* @summary List claims
|
|
921
|
-
* @param {ClaimsApiListClaims1Request} requestParameters Request parameters.
|
|
922
|
-
* @param {*} [options] Override http request option.
|
|
923
|
-
* @throws {RequiredError}
|
|
924
|
-
* @memberof ClaimsApi
|
|
925
|
-
*/
|
|
926
|
-
listClaims1(requestParameters?: ClaimsApiListClaims1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListClaimsResponseClass, any, {}>>;
|
|
927
488
|
/**
|
|
928
489
|
* Updates the identified claim by setting the values of the provided parameters. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.claims.update\"
|
|
929
490
|
* @summary Patch the claim
|
|
@@ -933,15 +494,6 @@ export declare class ClaimsApi extends BaseAPI {
|
|
|
933
494
|
* @memberof ClaimsApi
|
|
934
495
|
*/
|
|
935
496
|
patchClaim(requestParameters: ClaimsApiPatchClaimRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatchClaimResponseClass, any, {}>>;
|
|
936
|
-
/**
|
|
937
|
-
* Updates the identified claim by setting the values of the provided parameters. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.claims.update\"
|
|
938
|
-
* @summary Patch the claim
|
|
939
|
-
* @param {ClaimsApiPatchClaim1Request} requestParameters Request parameters.
|
|
940
|
-
* @param {*} [options] Override http request option.
|
|
941
|
-
* @throws {RequiredError}
|
|
942
|
-
* @memberof ClaimsApi
|
|
943
|
-
*/
|
|
944
|
-
patchClaim1(requestParameters: ClaimsApiPatchClaim1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatchClaimResponseClass, any, {}>>;
|
|
945
497
|
/**
|
|
946
498
|
* This will update the identified claim in the database **Required Permissions** \"claim-management.claims.update\"
|
|
947
499
|
* @summary Update the claim
|
|
@@ -951,13 +503,4 @@ export declare class ClaimsApi extends BaseAPI {
|
|
|
951
503
|
* @memberof ClaimsApi
|
|
952
504
|
*/
|
|
953
505
|
updateClaim(requestParameters: ClaimsApiUpdateClaimRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateClaimResponseClass, any, {}>>;
|
|
954
|
-
/**
|
|
955
|
-
* This will update the identified claim in the database **Required Permissions** \"claim-management.claims.update\"
|
|
956
|
-
* @summary Update the claim
|
|
957
|
-
* @param {ClaimsApiUpdateClaim1Request} requestParameters Request parameters.
|
|
958
|
-
* @param {*} [options] Override http request option.
|
|
959
|
-
* @throws {RequiredError}
|
|
960
|
-
* @memberof ClaimsApi
|
|
961
|
-
*/
|
|
962
|
-
updateClaim1(requestParameters: ClaimsApiUpdateClaim1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateClaimResponseClass, any, {}>>;
|
|
963
506
|
}
|