@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.
Files changed (72) hide show
  1. package/.openapi-generator/FILES +0 -10
  2. package/README.md +2 -2
  3. package/api/claim-partner-roles-api.ts +6 -613
  4. package/api/claim-partners-api.ts +0 -504
  5. package/api/claim-regulations-api.ts +3 -624
  6. package/api/claim-statuses-api.ts +5 -728
  7. package/api/claims-api.ts +4 -828
  8. package/api/health-check-api.ts +0 -62
  9. package/api/settlements-api.ts +6 -613
  10. package/api.ts +0 -2
  11. package/dist/api/claim-partner-roles-api.d.ts +0 -338
  12. package/dist/api/claim-partner-roles-api.js +0 -505
  13. package/dist/api/claim-partners-api.d.ts +0 -283
  14. package/dist/api/claim-partners-api.js +0 -412
  15. package/dist/api/claim-regulations-api.d.ts +0 -347
  16. package/dist/api/claim-regulations-api.js +0 -511
  17. package/dist/api/claim-statuses-api.d.ts +0 -402
  18. package/dist/api/claim-statuses-api.js +11 -615
  19. package/dist/api/claims-api.d.ts +0 -457
  20. package/dist/api/claims-api.js +30 -726
  21. package/dist/api/health-check-api.d.ts +0 -29
  22. package/dist/api/health-check-api.js +0 -69
  23. package/dist/api/settlements-api.d.ts +0 -338
  24. package/dist/api/settlements-api.js +0 -505
  25. package/dist/api.d.ts +0 -1
  26. package/dist/api.js +0 -1
  27. package/dist/models/claim-class.d.ts +0 -6
  28. package/dist/models/index.d.ts +0 -9
  29. package/dist/models/index.js +0 -9
  30. package/dist/models/list-claim-partner-roles-response-class.d.ts +0 -12
  31. package/dist/models/list-claim-partners-response-class.d.ts +0 -12
  32. package/dist/models/list-claim-statuses-response-class.d.ts +1 -13
  33. package/dist/models/list-claims-response-class.d.ts +0 -12
  34. package/dist/models/list-regulations-response-class.d.ts +0 -12
  35. package/models/claim-class.ts +0 -6
  36. package/models/index.ts +0 -9
  37. package/models/list-claim-partner-roles-response-class.ts +0 -12
  38. package/models/list-claim-partners-response-class.ts +0 -12
  39. package/models/list-claim-statuses-response-class.ts +1 -13
  40. package/models/list-claims-response-class.ts +0 -12
  41. package/models/list-regulations-response-class.ts +0 -12
  42. package/package.json +1 -1
  43. package/api/claim-positions-api.ts +0 -1316
  44. package/dist/api/claim-positions-api.d.ts +0 -740
  45. package/dist/api/claim-positions-api.js +0 -1157
  46. package/dist/models/claim-position-class.d.ts +0 -121
  47. package/dist/models/claim-position-class.js +0 -15
  48. package/dist/models/coverage-class.d.ts +0 -72
  49. package/dist/models/coverage-class.js +0 -21
  50. package/dist/models/coverage-request-dto.d.ts +0 -41
  51. package/dist/models/coverage-request-dto.js +0 -20
  52. package/dist/models/create-claim-position-request-dto.d.ts +0 -73
  53. package/dist/models/create-claim-position-request-dto.js +0 -15
  54. package/dist/models/create-claim-position-response-class.d.ts +0 -25
  55. package/dist/models/create-claim-position-response-class.js +0 -15
  56. package/dist/models/get-claim-position-response-class.d.ts +0 -25
  57. package/dist/models/get-claim-position-response-class.js +0 -15
  58. package/dist/models/list-claim-positions-response-class.d.ts +0 -43
  59. package/dist/models/list-claim-positions-response-class.js +0 -15
  60. package/dist/models/update-claim-position-request-dto.d.ts +0 -73
  61. package/dist/models/update-claim-position-request-dto.js +0 -15
  62. package/dist/models/update-claim-position-response-class.d.ts +0 -25
  63. package/dist/models/update-claim-position-response-class.js +0 -15
  64. package/models/claim-position-class.ts +0 -127
  65. package/models/coverage-class.ts +0 -81
  66. package/models/coverage-request-dto.ts +0 -50
  67. package/models/create-claim-position-request-dto.ts +0 -79
  68. package/models/create-claim-position-response-class.ts +0 -31
  69. package/models/get-claim-position-response-class.ts +0 -31
  70. package/models/list-claim-positions-response-class.ts +0 -49
  71. package/models/update-claim-position-request-dto.ts +0 -79
  72. package/models/update-claim-position-response-class.ts +0 -31
@@ -1,740 +0,0 @@
1
- /**
2
- * EMIL ClaimService
3
- * The EMIL ClaimService 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 { CreateClaimPositionRequestDto } from '../models';
16
- import { CreateClaimPositionResponseClass } from '../models';
17
- import { GetClaimPositionResponseClass } from '../models';
18
- import { ListClaimPositionsResponseClass } from '../models';
19
- import { UpdateClaimPositionRequestDto } from '../models';
20
- import { UpdateClaimPositionResponseClass } from '../models';
21
- /**
22
- * ClaimPositionsApi - axios parameter creator
23
- * @export
24
- */
25
- export declare const ClaimPositionsApiAxiosParamCreator: (configuration?: Configuration) => {
26
- /**
27
- * This will create claim position. **Required Permissions** \"claim-management.claims.create\"
28
- * @summary Create the claim position
29
- * @param {CreateClaimPositionRequestDto} createClaimPositionRequestDto
30
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
31
- * @param {*} [options] Override http request option.
32
- * @throws {RequiredError}
33
- */
34
- createClaimPosition: (createClaimPositionRequestDto: CreateClaimPositionRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
35
- /**
36
- * This will create claim position. **Required Permissions** \"claim-management.claims.create\"
37
- * @summary Create the claim position
38
- * @param {CreateClaimPositionRequestDto} createClaimPositionRequestDto
39
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
40
- * @param {*} [options] Override http request option.
41
- * @throws {RequiredError}
42
- */
43
- createClaimPosition1: (createClaimPositionRequestDto: CreateClaimPositionRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
44
- /**
45
- * This will delete claim position. **Required Permissions** \"claim-management.claims.delete\"
46
- * @summary Delete the claim position
47
- * @param {string} code Unique identifier for the object.
48
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
49
- * @param {*} [options] Override http request option.
50
- * @throws {RequiredError}
51
- */
52
- deleteClaimPosition: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
53
- /**
54
- * This will delete claim position. **Required Permissions** \"claim-management.claims.delete\"
55
- * @summary Delete the claim position
56
- * @param {string} code Unique identifier for the object.
57
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
58
- * @param {*} [options] Override http request option.
59
- * @throws {RequiredError}
60
- */
61
- deleteClaimPosition1: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
62
- /**
63
- * This will get claim position. **Required Permissions** \"claim-management.claims.view\"
64
- * @summary Retrieve the claim position
65
- * @param {string} code
66
- * @param {string} expand
67
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
68
- * @param {*} [options] Override http request option.
69
- * @throws {RequiredError}
70
- */
71
- getClaimPosition: (code: string, expand: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
72
- /**
73
- * This will get claim position. **Required Permissions** \"claim-management.claims.view\"
74
- * @summary Retrieve the claim position
75
- * @param {string} code
76
- * @param {string} expand
77
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
78
- * @param {*} [options] Override http request option.
79
- * @throws {RequiredError}
80
- */
81
- getClaimPosition1: (code: string, expand: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
82
- /**
83
- * Retrieves a list of claim positions. **Required Permissions** \"claim-management.claims.view\"
84
- * @summary List claim positions
85
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
86
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
87
- * @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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
88
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, claimCode, positionNumber, category, description, status, order, createdAt, updatedAt&lt;/i&gt;
89
- * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: code, positionNumber, category, description, status&lt;/i&gt;
90
- * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, order, createdAt, updatedAt, procedureDate&lt;/i&gt;
91
- * @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.&lt;br/&gt; &lt;br/&gt;
92
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, claimCode, positionNumber, category, description, status, order, createdAt, updatedAt&lt;/i&gt;
93
- * @param {*} [options] Override http request option.
94
- * @throws {RequiredError}
95
- */
96
- listClaimPositions: (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
97
- /**
98
- * Retrieves a list of claim positions. **Required Permissions** \"claim-management.claims.view\"
99
- * @summary List claim positions
100
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
101
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
102
- * @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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
103
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, claimCode, positionNumber, category, description, status, order, createdAt, updatedAt&lt;/i&gt;
104
- * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: code, positionNumber, category, description, status&lt;/i&gt;
105
- * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, order, createdAt, updatedAt, procedureDate&lt;/i&gt;
106
- * @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.&lt;br/&gt; &lt;br/&gt;
107
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, claimCode, positionNumber, category, description, status, order, createdAt, updatedAt&lt;/i&gt;
108
- * @param {*} [options] Override http request option.
109
- * @throws {RequiredError}
110
- */
111
- listClaimPositions1: (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
112
- /**
113
- * This will update claim position. **Required Permissions** \"claim-management.claims.update\"
114
- * @summary Update the claim position
115
- * @param {string} code
116
- * @param {UpdateClaimPositionRequestDto} updateClaimPositionRequestDto
117
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
118
- * @param {*} [options] Override http request option.
119
- * @throws {RequiredError}
120
- */
121
- updateClaimPosition: (code: string, updateClaimPositionRequestDto: UpdateClaimPositionRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
122
- /**
123
- * This will update claim position. **Required Permissions** \"claim-management.claims.update\"
124
- * @summary Update the claim position
125
- * @param {string} code
126
- * @param {UpdateClaimPositionRequestDto} updateClaimPositionRequestDto
127
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
128
- * @param {*} [options] Override http request option.
129
- * @throws {RequiredError}
130
- */
131
- updateClaimPosition1: (code: string, updateClaimPositionRequestDto: UpdateClaimPositionRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
132
- };
133
- /**
134
- * ClaimPositionsApi - functional programming interface
135
- * @export
136
- */
137
- export declare const ClaimPositionsApiFp: (configuration?: Configuration) => {
138
- /**
139
- * This will create claim position. **Required Permissions** \"claim-management.claims.create\"
140
- * @summary Create the claim position
141
- * @param {CreateClaimPositionRequestDto} createClaimPositionRequestDto
142
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
143
- * @param {*} [options] Override http request option.
144
- * @throws {RequiredError}
145
- */
146
- createClaimPosition(createClaimPositionRequestDto: CreateClaimPositionRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateClaimPositionResponseClass>>;
147
- /**
148
- * This will create claim position. **Required Permissions** \"claim-management.claims.create\"
149
- * @summary Create the claim position
150
- * @param {CreateClaimPositionRequestDto} createClaimPositionRequestDto
151
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
152
- * @param {*} [options] Override http request option.
153
- * @throws {RequiredError}
154
- */
155
- createClaimPosition1(createClaimPositionRequestDto: CreateClaimPositionRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateClaimPositionResponseClass>>;
156
- /**
157
- * This will delete claim position. **Required Permissions** \"claim-management.claims.delete\"
158
- * @summary Delete the claim position
159
- * @param {string} code Unique identifier for the object.
160
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
161
- * @param {*} [options] Override http request option.
162
- * @throws {RequiredError}
163
- */
164
- deleteClaimPosition(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
165
- /**
166
- * This will delete claim position. **Required Permissions** \"claim-management.claims.delete\"
167
- * @summary Delete the claim position
168
- * @param {string} code Unique identifier for the object.
169
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
170
- * @param {*} [options] Override http request option.
171
- * @throws {RequiredError}
172
- */
173
- deleteClaimPosition1(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
174
- /**
175
- * This will get claim position. **Required Permissions** \"claim-management.claims.view\"
176
- * @summary Retrieve the claim position
177
- * @param {string} code
178
- * @param {string} expand
179
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
180
- * @param {*} [options] Override http request option.
181
- * @throws {RequiredError}
182
- */
183
- getClaimPosition(code: string, expand: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetClaimPositionResponseClass>>;
184
- /**
185
- * This will get claim position. **Required Permissions** \"claim-management.claims.view\"
186
- * @summary Retrieve the claim position
187
- * @param {string} code
188
- * @param {string} expand
189
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
190
- * @param {*} [options] Override http request option.
191
- * @throws {RequiredError}
192
- */
193
- getClaimPosition1(code: string, expand: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetClaimPositionResponseClass>>;
194
- /**
195
- * Retrieves a list of claim positions. **Required Permissions** \"claim-management.claims.view\"
196
- * @summary List claim positions
197
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
198
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
199
- * @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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
200
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, claimCode, positionNumber, category, description, status, order, createdAt, updatedAt&lt;/i&gt;
201
- * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: code, positionNumber, category, description, status&lt;/i&gt;
202
- * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, order, createdAt, updatedAt, procedureDate&lt;/i&gt;
203
- * @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.&lt;br/&gt; &lt;br/&gt;
204
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, claimCode, positionNumber, category, description, status, order, createdAt, updatedAt&lt;/i&gt;
205
- * @param {*} [options] Override http request option.
206
- * @throws {RequiredError}
207
- */
208
- listClaimPositions(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListClaimPositionsResponseClass>>;
209
- /**
210
- * Retrieves a list of claim positions. **Required Permissions** \"claim-management.claims.view\"
211
- * @summary List claim positions
212
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
213
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
214
- * @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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
215
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, claimCode, positionNumber, category, description, status, order, createdAt, updatedAt&lt;/i&gt;
216
- * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: code, positionNumber, category, description, status&lt;/i&gt;
217
- * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, order, createdAt, updatedAt, procedureDate&lt;/i&gt;
218
- * @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.&lt;br/&gt; &lt;br/&gt;
219
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, claimCode, positionNumber, category, description, status, order, createdAt, updatedAt&lt;/i&gt;
220
- * @param {*} [options] Override http request option.
221
- * @throws {RequiredError}
222
- */
223
- listClaimPositions1(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListClaimPositionsResponseClass>>;
224
- /**
225
- * This will update claim position. **Required Permissions** \"claim-management.claims.update\"
226
- * @summary Update the claim position
227
- * @param {string} code
228
- * @param {UpdateClaimPositionRequestDto} updateClaimPositionRequestDto
229
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
230
- * @param {*} [options] Override http request option.
231
- * @throws {RequiredError}
232
- */
233
- updateClaimPosition(code: string, updateClaimPositionRequestDto: UpdateClaimPositionRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateClaimPositionResponseClass>>;
234
- /**
235
- * This will update claim position. **Required Permissions** \"claim-management.claims.update\"
236
- * @summary Update the claim position
237
- * @param {string} code
238
- * @param {UpdateClaimPositionRequestDto} updateClaimPositionRequestDto
239
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
240
- * @param {*} [options] Override http request option.
241
- * @throws {RequiredError}
242
- */
243
- updateClaimPosition1(code: string, updateClaimPositionRequestDto: UpdateClaimPositionRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateClaimPositionResponseClass>>;
244
- };
245
- /**
246
- * ClaimPositionsApi - factory interface
247
- * @export
248
- */
249
- export declare const ClaimPositionsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
250
- /**
251
- * This will create claim position. **Required Permissions** \"claim-management.claims.create\"
252
- * @summary Create the claim position
253
- * @param {CreateClaimPositionRequestDto} createClaimPositionRequestDto
254
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
255
- * @param {*} [options] Override http request option.
256
- * @throws {RequiredError}
257
- */
258
- createClaimPosition(createClaimPositionRequestDto: CreateClaimPositionRequestDto, authorization?: string, options?: any): AxiosPromise<CreateClaimPositionResponseClass>;
259
- /**
260
- * This will create claim position. **Required Permissions** \"claim-management.claims.create\"
261
- * @summary Create the claim position
262
- * @param {CreateClaimPositionRequestDto} createClaimPositionRequestDto
263
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
264
- * @param {*} [options] Override http request option.
265
- * @throws {RequiredError}
266
- */
267
- createClaimPosition1(createClaimPositionRequestDto: CreateClaimPositionRequestDto, authorization?: string, options?: any): AxiosPromise<CreateClaimPositionResponseClass>;
268
- /**
269
- * This will delete claim position. **Required Permissions** \"claim-management.claims.delete\"
270
- * @summary Delete the claim position
271
- * @param {string} code Unique identifier for the object.
272
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
273
- * @param {*} [options] Override http request option.
274
- * @throws {RequiredError}
275
- */
276
- deleteClaimPosition(code: string, authorization?: string, options?: any): AxiosPromise<void>;
277
- /**
278
- * This will delete claim position. **Required Permissions** \"claim-management.claims.delete\"
279
- * @summary Delete the claim position
280
- * @param {string} code Unique identifier for the object.
281
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
282
- * @param {*} [options] Override http request option.
283
- * @throws {RequiredError}
284
- */
285
- deleteClaimPosition1(code: string, authorization?: string, options?: any): AxiosPromise<void>;
286
- /**
287
- * This will get claim position. **Required Permissions** \"claim-management.claims.view\"
288
- * @summary Retrieve the claim position
289
- * @param {string} code
290
- * @param {string} expand
291
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
292
- * @param {*} [options] Override http request option.
293
- * @throws {RequiredError}
294
- */
295
- getClaimPosition(code: string, expand: string, authorization?: string, options?: any): AxiosPromise<GetClaimPositionResponseClass>;
296
- /**
297
- * This will get claim position. **Required Permissions** \"claim-management.claims.view\"
298
- * @summary Retrieve the claim position
299
- * @param {string} code
300
- * @param {string} expand
301
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
302
- * @param {*} [options] Override http request option.
303
- * @throws {RequiredError}
304
- */
305
- getClaimPosition1(code: string, expand: string, authorization?: string, options?: any): AxiosPromise<GetClaimPositionResponseClass>;
306
- /**
307
- * Retrieves a list of claim positions. **Required Permissions** \"claim-management.claims.view\"
308
- * @summary List claim positions
309
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
310
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
311
- * @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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
312
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, claimCode, positionNumber, category, description, status, order, createdAt, updatedAt&lt;/i&gt;
313
- * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: code, positionNumber, category, description, status&lt;/i&gt;
314
- * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, order, createdAt, updatedAt, procedureDate&lt;/i&gt;
315
- * @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.&lt;br/&gt; &lt;br/&gt;
316
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, claimCode, positionNumber, category, description, status, order, createdAt, updatedAt&lt;/i&gt;
317
- * @param {*} [options] Override http request option.
318
- * @throws {RequiredError}
319
- */
320
- listClaimPositions(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListClaimPositionsResponseClass>;
321
- /**
322
- * Retrieves a list of claim positions. **Required Permissions** \"claim-management.claims.view\"
323
- * @summary List claim positions
324
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
325
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
326
- * @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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
327
- * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, claimCode, positionNumber, category, description, status, order, createdAt, updatedAt&lt;/i&gt;
328
- * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: code, positionNumber, category, description, status&lt;/i&gt;
329
- * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, order, createdAt, updatedAt, procedureDate&lt;/i&gt;
330
- * @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.&lt;br/&gt; &lt;br/&gt;
331
- * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, claimCode, positionNumber, category, description, status, order, createdAt, updatedAt&lt;/i&gt;
332
- * @param {*} [options] Override http request option.
333
- * @throws {RequiredError}
334
- */
335
- listClaimPositions1(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListClaimPositionsResponseClass>;
336
- /**
337
- * This will update claim position. **Required Permissions** \"claim-management.claims.update\"
338
- * @summary Update the claim position
339
- * @param {string} code
340
- * @param {UpdateClaimPositionRequestDto} updateClaimPositionRequestDto
341
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
342
- * @param {*} [options] Override http request option.
343
- * @throws {RequiredError}
344
- */
345
- updateClaimPosition(code: string, updateClaimPositionRequestDto: UpdateClaimPositionRequestDto, authorization?: string, options?: any): AxiosPromise<UpdateClaimPositionResponseClass>;
346
- /**
347
- * This will update claim position. **Required Permissions** \"claim-management.claims.update\"
348
- * @summary Update the claim position
349
- * @param {string} code
350
- * @param {UpdateClaimPositionRequestDto} updateClaimPositionRequestDto
351
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
352
- * @param {*} [options] Override http request option.
353
- * @throws {RequiredError}
354
- */
355
- updateClaimPosition1(code: string, updateClaimPositionRequestDto: UpdateClaimPositionRequestDto, authorization?: string, options?: any): AxiosPromise<UpdateClaimPositionResponseClass>;
356
- };
357
- /**
358
- * Request parameters for createClaimPosition operation in ClaimPositionsApi.
359
- * @export
360
- * @interface ClaimPositionsApiCreateClaimPositionRequest
361
- */
362
- export interface ClaimPositionsApiCreateClaimPositionRequest {
363
- /**
364
- *
365
- * @type {CreateClaimPositionRequestDto}
366
- * @memberof ClaimPositionsApiCreateClaimPosition
367
- */
368
- readonly createClaimPositionRequestDto: CreateClaimPositionRequestDto;
369
- /**
370
- * Bearer Token: provided by the login endpoint under the name accessToken.
371
- * @type {string}
372
- * @memberof ClaimPositionsApiCreateClaimPosition
373
- */
374
- readonly authorization?: string;
375
- }
376
- /**
377
- * Request parameters for createClaimPosition1 operation in ClaimPositionsApi.
378
- * @export
379
- * @interface ClaimPositionsApiCreateClaimPosition1Request
380
- */
381
- export interface ClaimPositionsApiCreateClaimPosition1Request {
382
- /**
383
- *
384
- * @type {CreateClaimPositionRequestDto}
385
- * @memberof ClaimPositionsApiCreateClaimPosition1
386
- */
387
- readonly createClaimPositionRequestDto: CreateClaimPositionRequestDto;
388
- /**
389
- * Bearer Token: provided by the login endpoint under the name accessToken.
390
- * @type {string}
391
- * @memberof ClaimPositionsApiCreateClaimPosition1
392
- */
393
- readonly authorization?: string;
394
- }
395
- /**
396
- * Request parameters for deleteClaimPosition operation in ClaimPositionsApi.
397
- * @export
398
- * @interface ClaimPositionsApiDeleteClaimPositionRequest
399
- */
400
- export interface ClaimPositionsApiDeleteClaimPositionRequest {
401
- /**
402
- * Unique identifier for the object.
403
- * @type {string}
404
- * @memberof ClaimPositionsApiDeleteClaimPosition
405
- */
406
- readonly code: string;
407
- /**
408
- * Bearer Token: provided by the login endpoint under the name accessToken.
409
- * @type {string}
410
- * @memberof ClaimPositionsApiDeleteClaimPosition
411
- */
412
- readonly authorization?: string;
413
- }
414
- /**
415
- * Request parameters for deleteClaimPosition1 operation in ClaimPositionsApi.
416
- * @export
417
- * @interface ClaimPositionsApiDeleteClaimPosition1Request
418
- */
419
- export interface ClaimPositionsApiDeleteClaimPosition1Request {
420
- /**
421
- * Unique identifier for the object.
422
- * @type {string}
423
- * @memberof ClaimPositionsApiDeleteClaimPosition1
424
- */
425
- readonly code: string;
426
- /**
427
- * Bearer Token: provided by the login endpoint under the name accessToken.
428
- * @type {string}
429
- * @memberof ClaimPositionsApiDeleteClaimPosition1
430
- */
431
- readonly authorization?: string;
432
- }
433
- /**
434
- * Request parameters for getClaimPosition operation in ClaimPositionsApi.
435
- * @export
436
- * @interface ClaimPositionsApiGetClaimPositionRequest
437
- */
438
- export interface ClaimPositionsApiGetClaimPositionRequest {
439
- /**
440
- *
441
- * @type {string}
442
- * @memberof ClaimPositionsApiGetClaimPosition
443
- */
444
- readonly code: string;
445
- /**
446
- *
447
- * @type {string}
448
- * @memberof ClaimPositionsApiGetClaimPosition
449
- */
450
- readonly expand: string;
451
- /**
452
- * Bearer Token: provided by the login endpoint under the name accessToken.
453
- * @type {string}
454
- * @memberof ClaimPositionsApiGetClaimPosition
455
- */
456
- readonly authorization?: string;
457
- }
458
- /**
459
- * Request parameters for getClaimPosition1 operation in ClaimPositionsApi.
460
- * @export
461
- * @interface ClaimPositionsApiGetClaimPosition1Request
462
- */
463
- export interface ClaimPositionsApiGetClaimPosition1Request {
464
- /**
465
- *
466
- * @type {string}
467
- * @memberof ClaimPositionsApiGetClaimPosition1
468
- */
469
- readonly code: string;
470
- /**
471
- *
472
- * @type {string}
473
- * @memberof ClaimPositionsApiGetClaimPosition1
474
- */
475
- readonly expand: string;
476
- /**
477
- * Bearer Token: provided by the login endpoint under the name accessToken.
478
- * @type {string}
479
- * @memberof ClaimPositionsApiGetClaimPosition1
480
- */
481
- readonly authorization?: string;
482
- }
483
- /**
484
- * Request parameters for listClaimPositions operation in ClaimPositionsApi.
485
- * @export
486
- * @interface ClaimPositionsApiListClaimPositionsRequest
487
- */
488
- export interface ClaimPositionsApiListClaimPositionsRequest {
489
- /**
490
- * Bearer Token: provided by the login endpoint under the name accessToken.
491
- * @type {string}
492
- * @memberof ClaimPositionsApiListClaimPositions
493
- */
494
- readonly authorization?: string;
495
- /**
496
- * A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
497
- * @type {number}
498
- * @memberof ClaimPositionsApiListClaimPositions
499
- */
500
- readonly pageSize?: number;
501
- /**
502
- * 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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
503
- * @type {string}
504
- * @memberof ClaimPositionsApiListClaimPositions
505
- */
506
- readonly pageToken?: string;
507
- /**
508
- * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, claimCode, positionNumber, category, description, status, order, createdAt, updatedAt&lt;/i&gt;
509
- * @type {string}
510
- * @memberof ClaimPositionsApiListClaimPositions
511
- */
512
- readonly filter?: string;
513
- /**
514
- * Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: code, positionNumber, category, description, status&lt;/i&gt;
515
- * @type {string}
516
- * @memberof ClaimPositionsApiListClaimPositions
517
- */
518
- readonly search?: string;
519
- /**
520
- * Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, order, createdAt, updatedAt, procedureDate&lt;/i&gt;
521
- * @type {string}
522
- * @memberof ClaimPositionsApiListClaimPositions
523
- */
524
- readonly order?: string;
525
- /**
526
- * 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.&lt;br/&gt; &lt;br/&gt;
527
- * @type {string}
528
- * @memberof ClaimPositionsApiListClaimPositions
529
- */
530
- readonly expand?: string;
531
- /**
532
- * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, claimCode, positionNumber, category, description, status, order, createdAt, updatedAt&lt;/i&gt;
533
- * @type {string}
534
- * @memberof ClaimPositionsApiListClaimPositions
535
- */
536
- readonly filters?: string;
537
- }
538
- /**
539
- * Request parameters for listClaimPositions1 operation in ClaimPositionsApi.
540
- * @export
541
- * @interface ClaimPositionsApiListClaimPositions1Request
542
- */
543
- export interface ClaimPositionsApiListClaimPositions1Request {
544
- /**
545
- * Bearer Token: provided by the login endpoint under the name accessToken.
546
- * @type {string}
547
- * @memberof ClaimPositionsApiListClaimPositions1
548
- */
549
- readonly authorization?: string;
550
- /**
551
- * A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
552
- * @type {number}
553
- * @memberof ClaimPositionsApiListClaimPositions1
554
- */
555
- readonly pageSize?: number;
556
- /**
557
- * 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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
558
- * @type {string}
559
- * @memberof ClaimPositionsApiListClaimPositions1
560
- */
561
- readonly pageToken?: string;
562
- /**
563
- * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, claimCode, positionNumber, category, description, status, order, createdAt, updatedAt&lt;/i&gt;
564
- * @type {string}
565
- * @memberof ClaimPositionsApiListClaimPositions1
566
- */
567
- readonly filter?: string;
568
- /**
569
- * Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: code, positionNumber, category, description, status&lt;/i&gt;
570
- * @type {string}
571
- * @memberof ClaimPositionsApiListClaimPositions1
572
- */
573
- readonly search?: string;
574
- /**
575
- * Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, order, createdAt, updatedAt, procedureDate&lt;/i&gt;
576
- * @type {string}
577
- * @memberof ClaimPositionsApiListClaimPositions1
578
- */
579
- readonly order?: string;
580
- /**
581
- * 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.&lt;br/&gt; &lt;br/&gt;
582
- * @type {string}
583
- * @memberof ClaimPositionsApiListClaimPositions1
584
- */
585
- readonly expand?: string;
586
- /**
587
- * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, claimCode, positionNumber, category, description, status, order, createdAt, updatedAt&lt;/i&gt;
588
- * @type {string}
589
- * @memberof ClaimPositionsApiListClaimPositions1
590
- */
591
- readonly filters?: string;
592
- }
593
- /**
594
- * Request parameters for updateClaimPosition operation in ClaimPositionsApi.
595
- * @export
596
- * @interface ClaimPositionsApiUpdateClaimPositionRequest
597
- */
598
- export interface ClaimPositionsApiUpdateClaimPositionRequest {
599
- /**
600
- *
601
- * @type {string}
602
- * @memberof ClaimPositionsApiUpdateClaimPosition
603
- */
604
- readonly code: string;
605
- /**
606
- *
607
- * @type {UpdateClaimPositionRequestDto}
608
- * @memberof ClaimPositionsApiUpdateClaimPosition
609
- */
610
- readonly updateClaimPositionRequestDto: UpdateClaimPositionRequestDto;
611
- /**
612
- * Bearer Token: provided by the login endpoint under the name accessToken.
613
- * @type {string}
614
- * @memberof ClaimPositionsApiUpdateClaimPosition
615
- */
616
- readonly authorization?: string;
617
- }
618
- /**
619
- * Request parameters for updateClaimPosition1 operation in ClaimPositionsApi.
620
- * @export
621
- * @interface ClaimPositionsApiUpdateClaimPosition1Request
622
- */
623
- export interface ClaimPositionsApiUpdateClaimPosition1Request {
624
- /**
625
- *
626
- * @type {string}
627
- * @memberof ClaimPositionsApiUpdateClaimPosition1
628
- */
629
- readonly code: string;
630
- /**
631
- *
632
- * @type {UpdateClaimPositionRequestDto}
633
- * @memberof ClaimPositionsApiUpdateClaimPosition1
634
- */
635
- readonly updateClaimPositionRequestDto: UpdateClaimPositionRequestDto;
636
- /**
637
- * Bearer Token: provided by the login endpoint under the name accessToken.
638
- * @type {string}
639
- * @memberof ClaimPositionsApiUpdateClaimPosition1
640
- */
641
- readonly authorization?: string;
642
- }
643
- /**
644
- * ClaimPositionsApi - object-oriented interface
645
- * @export
646
- * @class ClaimPositionsApi
647
- * @extends {BaseAPI}
648
- */
649
- export declare class ClaimPositionsApi extends BaseAPI {
650
- /**
651
- * This will create claim position. **Required Permissions** \"claim-management.claims.create\"
652
- * @summary Create the claim position
653
- * @param {ClaimPositionsApiCreateClaimPositionRequest} requestParameters Request parameters.
654
- * @param {*} [options] Override http request option.
655
- * @throws {RequiredError}
656
- * @memberof ClaimPositionsApi
657
- */
658
- createClaimPosition(requestParameters: ClaimPositionsApiCreateClaimPositionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateClaimPositionResponseClass, any, {}>>;
659
- /**
660
- * This will create claim position. **Required Permissions** \"claim-management.claims.create\"
661
- * @summary Create the claim position
662
- * @param {ClaimPositionsApiCreateClaimPosition1Request} requestParameters Request parameters.
663
- * @param {*} [options] Override http request option.
664
- * @throws {RequiredError}
665
- * @memberof ClaimPositionsApi
666
- */
667
- createClaimPosition1(requestParameters: ClaimPositionsApiCreateClaimPosition1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateClaimPositionResponseClass, any, {}>>;
668
- /**
669
- * This will delete claim position. **Required Permissions** \"claim-management.claims.delete\"
670
- * @summary Delete the claim position
671
- * @param {ClaimPositionsApiDeleteClaimPositionRequest} requestParameters Request parameters.
672
- * @param {*} [options] Override http request option.
673
- * @throws {RequiredError}
674
- * @memberof ClaimPositionsApi
675
- */
676
- deleteClaimPosition(requestParameters: ClaimPositionsApiDeleteClaimPositionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
677
- /**
678
- * This will delete claim position. **Required Permissions** \"claim-management.claims.delete\"
679
- * @summary Delete the claim position
680
- * @param {ClaimPositionsApiDeleteClaimPosition1Request} requestParameters Request parameters.
681
- * @param {*} [options] Override http request option.
682
- * @throws {RequiredError}
683
- * @memberof ClaimPositionsApi
684
- */
685
- deleteClaimPosition1(requestParameters: ClaimPositionsApiDeleteClaimPosition1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
686
- /**
687
- * This will get claim position. **Required Permissions** \"claim-management.claims.view\"
688
- * @summary Retrieve the claim position
689
- * @param {ClaimPositionsApiGetClaimPositionRequest} requestParameters Request parameters.
690
- * @param {*} [options] Override http request option.
691
- * @throws {RequiredError}
692
- * @memberof ClaimPositionsApi
693
- */
694
- getClaimPosition(requestParameters: ClaimPositionsApiGetClaimPositionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetClaimPositionResponseClass, any, {}>>;
695
- /**
696
- * This will get claim position. **Required Permissions** \"claim-management.claims.view\"
697
- * @summary Retrieve the claim position
698
- * @param {ClaimPositionsApiGetClaimPosition1Request} requestParameters Request parameters.
699
- * @param {*} [options] Override http request option.
700
- * @throws {RequiredError}
701
- * @memberof ClaimPositionsApi
702
- */
703
- getClaimPosition1(requestParameters: ClaimPositionsApiGetClaimPosition1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetClaimPositionResponseClass, any, {}>>;
704
- /**
705
- * Retrieves a list of claim positions. **Required Permissions** \"claim-management.claims.view\"
706
- * @summary List claim positions
707
- * @param {ClaimPositionsApiListClaimPositionsRequest} requestParameters Request parameters.
708
- * @param {*} [options] Override http request option.
709
- * @throws {RequiredError}
710
- * @memberof ClaimPositionsApi
711
- */
712
- listClaimPositions(requestParameters?: ClaimPositionsApiListClaimPositionsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListClaimPositionsResponseClass, any, {}>>;
713
- /**
714
- * Retrieves a list of claim positions. **Required Permissions** \"claim-management.claims.view\"
715
- * @summary List claim positions
716
- * @param {ClaimPositionsApiListClaimPositions1Request} requestParameters Request parameters.
717
- * @param {*} [options] Override http request option.
718
- * @throws {RequiredError}
719
- * @memberof ClaimPositionsApi
720
- */
721
- listClaimPositions1(requestParameters?: ClaimPositionsApiListClaimPositions1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListClaimPositionsResponseClass, any, {}>>;
722
- /**
723
- * This will update claim position. **Required Permissions** \"claim-management.claims.update\"
724
- * @summary Update the claim position
725
- * @param {ClaimPositionsApiUpdateClaimPositionRequest} requestParameters Request parameters.
726
- * @param {*} [options] Override http request option.
727
- * @throws {RequiredError}
728
- * @memberof ClaimPositionsApi
729
- */
730
- updateClaimPosition(requestParameters: ClaimPositionsApiUpdateClaimPositionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateClaimPositionResponseClass, any, {}>>;
731
- /**
732
- * This will update claim position. **Required Permissions** \"claim-management.claims.update\"
733
- * @summary Update the claim position
734
- * @param {ClaimPositionsApiUpdateClaimPosition1Request} requestParameters Request parameters.
735
- * @param {*} [options] Override http request option.
736
- * @throws {RequiredError}
737
- * @memberof ClaimPositionsApi
738
- */
739
- updateClaimPosition1(requestParameters: ClaimPositionsApiUpdateClaimPosition1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateClaimPositionResponseClass, any, {}>>;
740
- }