@emilgroup/claim-sdk-node 1.11.0 → 1.17.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/.openapi-generator/FILES +14 -0
  2. package/README.md +2 -2
  3. package/api/claim-partner-roles-api.ts +681 -0
  4. package/api/claim-partners-api.ts +574 -0
  5. package/api/claim-statuses-api.ts +24 -10
  6. package/api/claims-api.ts +24 -10
  7. package/api/settlements-api.ts +24 -10
  8. package/api.ts +4 -0
  9. package/dist/api/claim-partner-roles-api.d.ts +384 -0
  10. package/dist/api/claim-partner-roles-api.js +640 -0
  11. package/dist/api/claim-partners-api.d.ts +327 -0
  12. package/dist/api/claim-partners-api.js +547 -0
  13. package/dist/api/claim-statuses-api.d.ts +16 -7
  14. package/dist/api/claim-statuses-api.js +15 -9
  15. package/dist/api/claims-api.d.ts +16 -7
  16. package/dist/api/claims-api.js +15 -9
  17. package/dist/api/settlements-api.d.ts +16 -7
  18. package/dist/api/settlements-api.js +15 -9
  19. package/dist/api.d.ts +2 -0
  20. package/dist/api.js +2 -0
  21. package/dist/models/claim-class.d.ts +13 -1
  22. package/dist/models/claim-partner-class.d.ts +61 -0
  23. package/dist/models/claim-partner-class.js +15 -0
  24. package/dist/models/claim-partner-role-class.d.ts +54 -0
  25. package/dist/models/claim-partner-role-class.js +15 -0
  26. package/dist/models/claim-status-class.d.ts +1 -1
  27. package/dist/models/create-claim-partner-request-dto.d.ts +36 -0
  28. package/dist/models/create-claim-partner-request-dto.js +15 -0
  29. package/dist/models/create-claim-partner-response-class.d.ts +25 -0
  30. package/dist/models/create-claim-partner-response-class.js +15 -0
  31. package/dist/models/create-claim-partner-role-request-dto.d.ts +30 -0
  32. package/dist/models/create-claim-partner-role-request-dto.js +15 -0
  33. package/dist/models/create-claim-partner-role-response-class.d.ts +25 -0
  34. package/dist/models/create-claim-partner-role-response-class.js +15 -0
  35. package/dist/models/create-claim-request-dto.d.ts +9 -3
  36. package/dist/models/create-claim-status-request-dto.d.ts +1 -1
  37. package/dist/models/get-claim-partner-response-class.d.ts +25 -0
  38. package/dist/models/get-claim-partner-response-class.js +15 -0
  39. package/dist/models/get-claim-partner-role-response-class.d.ts +25 -0
  40. package/dist/models/get-claim-partner-role-response-class.js +15 -0
  41. package/dist/models/index.d.ts +12 -0
  42. package/dist/models/index.js +12 -0
  43. package/dist/models/inline-response200.d.ts +6 -6
  44. package/dist/models/inline-response503.d.ts +6 -6
  45. package/dist/models/list-claim-partner-roles-response-class.d.ts +31 -0
  46. package/dist/models/list-claim-partner-roles-response-class.js +15 -0
  47. package/dist/models/list-claim-partners-response-class.d.ts +31 -0
  48. package/dist/models/list-claim-partners-response-class.js +15 -0
  49. package/dist/models/patch-claim-request-dto.d.ts +8 -2
  50. package/dist/models/update-claim-partner-role-request-dto.d.ts +36 -0
  51. package/dist/models/update-claim-partner-role-request-dto.js +15 -0
  52. package/dist/models/update-claim-partner-role-response-class.d.ts +25 -0
  53. package/dist/models/update-claim-partner-role-response-class.js +15 -0
  54. package/dist/models/update-claim-request-dto.d.ts +8 -2
  55. package/models/claim-class.ts +13 -1
  56. package/models/claim-partner-class.ts +67 -0
  57. package/models/claim-partner-role-class.ts +60 -0
  58. package/models/claim-status-class.ts +1 -1
  59. package/models/create-claim-partner-request-dto.ts +42 -0
  60. package/models/create-claim-partner-response-class.ts +31 -0
  61. package/models/create-claim-partner-role-request-dto.ts +36 -0
  62. package/models/create-claim-partner-role-response-class.ts +31 -0
  63. package/models/create-claim-request-dto.ts +9 -3
  64. package/models/create-claim-status-request-dto.ts +1 -1
  65. package/models/get-claim-partner-response-class.ts +31 -0
  66. package/models/get-claim-partner-role-response-class.ts +31 -0
  67. package/models/index.ts +12 -0
  68. package/models/inline-response200.ts +6 -6
  69. package/models/inline-response503.ts +6 -6
  70. package/models/list-claim-partner-roles-response-class.ts +37 -0
  71. package/models/list-claim-partners-response-class.ts +37 -0
  72. package/models/patch-claim-request-dto.ts +8 -2
  73. package/models/update-claim-partner-role-request-dto.ts +42 -0
  74. package/models/update-claim-partner-role-response-class.ts +31 -0
  75. package/models/update-claim-request-dto.ts +8 -2
  76. package/package.json +2 -2
@@ -0,0 +1,327 @@
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 { CreateClaimPartnerRequestDto } from '../models';
16
+ import { CreateClaimPartnerResponseClass } from '../models';
17
+ import { GetClaimPartnerResponseClass } from '../models';
18
+ import { ListClaimPartnersResponseClass } from '../models';
19
+ /**
20
+ * ClaimPartnersApi - axios parameter creator
21
+ * @export
22
+ */
23
+ export declare const ClaimPartnersApiAxiosParamCreator: (configuration?: Configuration) => {
24
+ /**
25
+ * This will create a claim partner.
26
+ * @summary Create the claim partner
27
+ * @param {string} claimCode Unique identifier for the claim object.
28
+ * @param {CreateClaimPartnerRequestDto} createClaimPartnerRequestDto
29
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
30
+ * @param {*} [options] Override http request option.
31
+ * @throws {RequiredError}
32
+ */
33
+ createClaimPartner: (claimCode: string, createClaimPartnerRequestDto: CreateClaimPartnerRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
34
+ /**
35
+ * Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it.
36
+ * @summary Delete the claim partner
37
+ * @param {number} id
38
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
39
+ * @param {*} [options] Override http request option.
40
+ * @throws {RequiredError}
41
+ */
42
+ deleteClaimPartner: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
43
+ /**
44
+ * Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information.
45
+ * @summary Retrieve the claim partner
46
+ * @param {number} id
47
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
48
+ * @param {*} [options] Override http request option.
49
+ * @throws {RequiredError}
50
+ */
51
+ getClaimPartnerRole: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
52
+ /**
53
+ * Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
54
+ * @summary List claim partners
55
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
56
+ * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
57
+ * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
58
+ * @param {'partnerCode' | 'claimPartnerRoleCode' | 'claimCode'} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
59
+ * @param {'partnerCode' | 'claimPartnerRoleCode' | 'claimCode'} [search] Search the list by any field. For instance, if you want to search by code add code&#x3D;xxx in order to fetch the result.
60
+ * @param {'id' | 'createdAt' | 'updatedAt'} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
61
+ * @param {'role' | 'partner'} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
62
+ * @param {any} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
63
+ * @param {*} [options] Override http request option.
64
+ * @throws {RequiredError}
65
+ */
66
+ listClaimPartners: (authorization?: string, pageSize?: any, pageToken?: any, filter?: 'partnerCode' | 'claimPartnerRoleCode' | 'claimCode', search?: 'partnerCode' | 'claimPartnerRoleCode' | 'claimCode', order?: 'id' | 'createdAt' | 'updatedAt', expand?: 'role' | 'partner', filters?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
67
+ };
68
+ /**
69
+ * ClaimPartnersApi - functional programming interface
70
+ * @export
71
+ */
72
+ export declare const ClaimPartnersApiFp: (configuration?: Configuration) => {
73
+ /**
74
+ * This will create a claim partner.
75
+ * @summary Create the claim partner
76
+ * @param {string} claimCode Unique identifier for the claim object.
77
+ * @param {CreateClaimPartnerRequestDto} createClaimPartnerRequestDto
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
+ createClaimPartner(claimCode: string, createClaimPartnerRequestDto: CreateClaimPartnerRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateClaimPartnerResponseClass>>;
83
+ /**
84
+ * Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it.
85
+ * @summary Delete the claim partner
86
+ * @param {number} id
87
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
88
+ * @param {*} [options] Override http request option.
89
+ * @throws {RequiredError}
90
+ */
91
+ deleteClaimPartner(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
92
+ /**
93
+ * Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information.
94
+ * @summary Retrieve the claim partner
95
+ * @param {number} id
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
+ getClaimPartnerRole(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetClaimPartnerResponseClass>>;
101
+ /**
102
+ * Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
103
+ * @summary List claim partners
104
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
105
+ * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
106
+ * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
107
+ * @param {'partnerCode' | 'claimPartnerRoleCode' | 'claimCode'} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
108
+ * @param {'partnerCode' | 'claimPartnerRoleCode' | 'claimCode'} [search] Search the list by any field. For instance, if you want to search by code add code&#x3D;xxx in order to fetch the result.
109
+ * @param {'id' | 'createdAt' | 'updatedAt'} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
110
+ * @param {'role' | 'partner'} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
111
+ * @param {any} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
112
+ * @param {*} [options] Override http request option.
113
+ * @throws {RequiredError}
114
+ */
115
+ listClaimPartners(authorization?: string, pageSize?: any, pageToken?: any, filter?: 'partnerCode' | 'claimPartnerRoleCode' | 'claimCode', search?: 'partnerCode' | 'claimPartnerRoleCode' | 'claimCode', order?: 'id' | 'createdAt' | 'updatedAt', expand?: 'role' | 'partner', filters?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListClaimPartnersResponseClass>>;
116
+ };
117
+ /**
118
+ * ClaimPartnersApi - factory interface
119
+ * @export
120
+ */
121
+ export declare const ClaimPartnersApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
122
+ /**
123
+ * This will create a claim partner.
124
+ * @summary Create the claim partner
125
+ * @param {string} claimCode Unique identifier for the claim object.
126
+ * @param {CreateClaimPartnerRequestDto} createClaimPartnerRequestDto
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
+ createClaimPartner(claimCode: string, createClaimPartnerRequestDto: CreateClaimPartnerRequestDto, authorization?: string, options?: any): AxiosPromise<CreateClaimPartnerResponseClass>;
132
+ /**
133
+ * Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it.
134
+ * @summary Delete the claim partner
135
+ * @param {number} id
136
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
137
+ * @param {*} [options] Override http request option.
138
+ * @throws {RequiredError}
139
+ */
140
+ deleteClaimPartner(id: number, authorization?: string, options?: any): AxiosPromise<void>;
141
+ /**
142
+ * Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information.
143
+ * @summary Retrieve the claim partner
144
+ * @param {number} id
145
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
146
+ * @param {*} [options] Override http request option.
147
+ * @throws {RequiredError}
148
+ */
149
+ getClaimPartnerRole(id: number, authorization?: string, options?: any): AxiosPromise<GetClaimPartnerResponseClass>;
150
+ /**
151
+ * Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
152
+ * @summary List claim partners
153
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
154
+ * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
155
+ * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
156
+ * @param {'partnerCode' | 'claimPartnerRoleCode' | 'claimCode'} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
157
+ * @param {'partnerCode' | 'claimPartnerRoleCode' | 'claimCode'} [search] Search the list by any field. For instance, if you want to search by code add code&#x3D;xxx in order to fetch the result.
158
+ * @param {'id' | 'createdAt' | 'updatedAt'} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
159
+ * @param {'role' | 'partner'} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
160
+ * @param {any} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
161
+ * @param {*} [options] Override http request option.
162
+ * @throws {RequiredError}
163
+ */
164
+ listClaimPartners(authorization?: string, pageSize?: any, pageToken?: any, filter?: 'partnerCode' | 'claimPartnerRoleCode' | 'claimCode', search?: 'partnerCode' | 'claimPartnerRoleCode' | 'claimCode', order?: 'id' | 'createdAt' | 'updatedAt', expand?: 'role' | 'partner', filters?: any, options?: any): AxiosPromise<ListClaimPartnersResponseClass>;
165
+ };
166
+ /**
167
+ * Request parameters for createClaimPartner operation in ClaimPartnersApi.
168
+ * @export
169
+ * @interface ClaimPartnersApiCreateClaimPartnerRequest
170
+ */
171
+ export interface ClaimPartnersApiCreateClaimPartnerRequest {
172
+ /**
173
+ * Unique identifier for the claim object.
174
+ * @type {string}
175
+ * @memberof ClaimPartnersApiCreateClaimPartner
176
+ */
177
+ readonly claimCode: string;
178
+ /**
179
+ *
180
+ * @type {CreateClaimPartnerRequestDto}
181
+ * @memberof ClaimPartnersApiCreateClaimPartner
182
+ */
183
+ readonly createClaimPartnerRequestDto: CreateClaimPartnerRequestDto;
184
+ /**
185
+ * Bearer Token: provided by the login endpoint under the name accessToken.
186
+ * @type {string}
187
+ * @memberof ClaimPartnersApiCreateClaimPartner
188
+ */
189
+ readonly authorization?: string;
190
+ }
191
+ /**
192
+ * Request parameters for deleteClaimPartner operation in ClaimPartnersApi.
193
+ * @export
194
+ * @interface ClaimPartnersApiDeleteClaimPartnerRequest
195
+ */
196
+ export interface ClaimPartnersApiDeleteClaimPartnerRequest {
197
+ /**
198
+ *
199
+ * @type {number}
200
+ * @memberof ClaimPartnersApiDeleteClaimPartner
201
+ */
202
+ readonly id: number;
203
+ /**
204
+ * Bearer Token: provided by the login endpoint under the name accessToken.
205
+ * @type {string}
206
+ * @memberof ClaimPartnersApiDeleteClaimPartner
207
+ */
208
+ readonly authorization?: string;
209
+ }
210
+ /**
211
+ * Request parameters for getClaimPartnerRole operation in ClaimPartnersApi.
212
+ * @export
213
+ * @interface ClaimPartnersApiGetClaimPartnerRoleRequest
214
+ */
215
+ export interface ClaimPartnersApiGetClaimPartnerRoleRequest {
216
+ /**
217
+ *
218
+ * @type {number}
219
+ * @memberof ClaimPartnersApiGetClaimPartnerRole
220
+ */
221
+ readonly id: number;
222
+ /**
223
+ * Bearer Token: provided by the login endpoint under the name accessToken.
224
+ * @type {string}
225
+ * @memberof ClaimPartnersApiGetClaimPartnerRole
226
+ */
227
+ readonly authorization?: string;
228
+ }
229
+ /**
230
+ * Request parameters for listClaimPartners operation in ClaimPartnersApi.
231
+ * @export
232
+ * @interface ClaimPartnersApiListClaimPartnersRequest
233
+ */
234
+ export interface ClaimPartnersApiListClaimPartnersRequest {
235
+ /**
236
+ * Bearer Token: provided by the login endpoint under the name accessToken.
237
+ * @type {string}
238
+ * @memberof ClaimPartnersApiListClaimPartners
239
+ */
240
+ readonly authorization?: string;
241
+ /**
242
+ * A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
243
+ * @type {any}
244
+ * @memberof ClaimPartnersApiListClaimPartners
245
+ */
246
+ readonly pageSize?: any;
247
+ /**
248
+ * 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.
249
+ * @type {any}
250
+ * @memberof ClaimPartnersApiListClaimPartners
251
+ */
252
+ readonly pageToken?: any;
253
+ /**
254
+ * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
255
+ * @type {'partnerCode' | 'claimPartnerRoleCode' | 'claimCode'}
256
+ * @memberof ClaimPartnersApiListClaimPartners
257
+ */
258
+ readonly filter?: 'partnerCode' | 'claimPartnerRoleCode' | 'claimCode';
259
+ /**
260
+ * Search the list by any field. For instance, if you want to search by code add code&#x3D;xxx in order to fetch the result.
261
+ * @type {'partnerCode' | 'claimPartnerRoleCode' | 'claimCode'}
262
+ * @memberof ClaimPartnersApiListClaimPartners
263
+ */
264
+ readonly search?: 'partnerCode' | 'claimPartnerRoleCode' | 'claimCode';
265
+ /**
266
+ * The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
267
+ * @type {'id' | 'createdAt' | 'updatedAt'}
268
+ * @memberof ClaimPartnersApiListClaimPartners
269
+ */
270
+ readonly order?: 'id' | 'createdAt' | 'updatedAt';
271
+ /**
272
+ * Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
273
+ * @type {'role' | 'partner'}
274
+ * @memberof ClaimPartnersApiListClaimPartners
275
+ */
276
+ readonly expand?: 'role' | 'partner';
277
+ /**
278
+ * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
279
+ * @type {any}
280
+ * @memberof ClaimPartnersApiListClaimPartners
281
+ */
282
+ readonly filters?: any;
283
+ }
284
+ /**
285
+ * ClaimPartnersApi - object-oriented interface
286
+ * @export
287
+ * @class ClaimPartnersApi
288
+ * @extends {BaseAPI}
289
+ */
290
+ export declare class ClaimPartnersApi extends BaseAPI {
291
+ /**
292
+ * This will create a claim partner.
293
+ * @summary Create the claim partner
294
+ * @param {ClaimPartnersApiCreateClaimPartnerRequest} requestParameters Request parameters.
295
+ * @param {*} [options] Override http request option.
296
+ * @throws {RequiredError}
297
+ * @memberof ClaimPartnersApi
298
+ */
299
+ createClaimPartner(requestParameters: ClaimPartnersApiCreateClaimPartnerRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateClaimPartnerResponseClass, any>>;
300
+ /**
301
+ * Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it.
302
+ * @summary Delete the claim partner
303
+ * @param {ClaimPartnersApiDeleteClaimPartnerRequest} requestParameters Request parameters.
304
+ * @param {*} [options] Override http request option.
305
+ * @throws {RequiredError}
306
+ * @memberof ClaimPartnersApi
307
+ */
308
+ deleteClaimPartner(requestParameters: ClaimPartnersApiDeleteClaimPartnerRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
309
+ /**
310
+ * Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information.
311
+ * @summary Retrieve the claim partner
312
+ * @param {ClaimPartnersApiGetClaimPartnerRoleRequest} requestParameters Request parameters.
313
+ * @param {*} [options] Override http request option.
314
+ * @throws {RequiredError}
315
+ * @memberof ClaimPartnersApi
316
+ */
317
+ getClaimPartnerRole(requestParameters: ClaimPartnersApiGetClaimPartnerRoleRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetClaimPartnerResponseClass, any>>;
318
+ /**
319
+ * Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
320
+ * @summary List claim partners
321
+ * @param {ClaimPartnersApiListClaimPartnersRequest} requestParameters Request parameters.
322
+ * @param {*} [options] Override http request option.
323
+ * @throws {RequiredError}
324
+ * @memberof ClaimPartnersApi
325
+ */
326
+ listClaimPartners(requestParameters?: ClaimPartnersApiListClaimPartnersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListClaimPartnersResponseClass, any>>;
327
+ }