@emilgroup/claim-sdk-node 1.10.0 → 1.16.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 (125) 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/configuration.ts +1 -1
  10. package/dist/api/claim-partner-roles-api.d.ts +384 -0
  11. package/dist/api/claim-partner-roles-api.js +640 -0
  12. package/dist/api/claim-partners-api.d.ts +327 -0
  13. package/dist/api/claim-partners-api.js +547 -0
  14. package/dist/api/claim-statuses-api.d.ts +318 -0
  15. package/dist/api/claim-statuses-api.js +541 -0
  16. package/dist/api/claims-api.d.ts +450 -0
  17. package/dist/api/claims-api.js +739 -0
  18. package/dist/api/default-api.d.ts +66 -0
  19. package/dist/api/default-api.js +200 -0
  20. package/dist/api/settlements-api.d.ts +384 -0
  21. package/dist/api/settlements-api.js +640 -0
  22. package/dist/api.d.ts +17 -0
  23. package/dist/api.js +35 -0
  24. package/dist/base.d.ts +78 -0
  25. package/dist/base.js +394 -0
  26. package/dist/common.d.ts +92 -0
  27. package/dist/common.js +277 -0
  28. package/dist/configuration.d.ts +90 -0
  29. package/dist/configuration.js +51 -0
  30. package/dist/index.d.ts +15 -0
  31. package/dist/index.js +36 -0
  32. package/dist/models/claim-class.d.ts +168 -0
  33. package/dist/models/claim-class.js +15 -0
  34. package/dist/models/claim-partner-class.d.ts +61 -0
  35. package/dist/models/claim-partner-class.js +15 -0
  36. package/dist/models/claim-partner-role-class.d.ts +54 -0
  37. package/dist/models/claim-partner-role-class.js +15 -0
  38. package/dist/models/claim-status-class.d.ts +36 -0
  39. package/dist/models/claim-status-class.js +15 -0
  40. package/dist/models/create-claim-partner-request-dto.d.ts +36 -0
  41. package/dist/models/create-claim-partner-request-dto.js +15 -0
  42. package/dist/models/create-claim-partner-response-class.d.ts +25 -0
  43. package/dist/models/create-claim-partner-response-class.js +15 -0
  44. package/dist/models/create-claim-partner-role-request-dto.d.ts +30 -0
  45. package/dist/models/create-claim-partner-role-request-dto.js +15 -0
  46. package/dist/models/create-claim-partner-role-response-class.d.ts +25 -0
  47. package/dist/models/create-claim-partner-role-response-class.js +15 -0
  48. package/dist/models/create-claim-request-dto.d.ts +132 -0
  49. package/dist/models/create-claim-request-dto.js +15 -0
  50. package/dist/models/create-claim-response-class.d.ts +25 -0
  51. package/dist/models/create-claim-response-class.js +15 -0
  52. package/dist/models/create-claim-status-request-dto.d.ts +30 -0
  53. package/dist/models/create-claim-status-request-dto.js +15 -0
  54. package/dist/models/create-claim-status-response-class.d.ts +25 -0
  55. package/dist/models/create-claim-status-response-class.js +15 -0
  56. package/dist/models/create-settlement-request-dto.d.ts +48 -0
  57. package/dist/models/create-settlement-request-dto.js +15 -0
  58. package/dist/models/create-settlement-response-class.d.ts +25 -0
  59. package/dist/models/create-settlement-response-class.js +15 -0
  60. package/dist/models/get-claim-partner-response-class.d.ts +25 -0
  61. package/dist/models/get-claim-partner-response-class.js +15 -0
  62. package/dist/models/get-claim-partner-role-response-class.d.ts +25 -0
  63. package/dist/models/get-claim-partner-role-response-class.js +15 -0
  64. package/dist/models/get-claim-response-class.d.ts +25 -0
  65. package/dist/models/get-claim-response-class.js +15 -0
  66. package/dist/models/get-claim-status-response-class.d.ts +25 -0
  67. package/dist/models/get-claim-status-response-class.js +15 -0
  68. package/dist/models/get-settlement-response-class.d.ts +25 -0
  69. package/dist/models/get-settlement-response-class.js +15 -0
  70. package/dist/models/index.d.ts +35 -0
  71. package/dist/models/index.js +51 -0
  72. package/dist/models/inline-response200.d.ts +54 -0
  73. package/dist/models/inline-response200.js +15 -0
  74. package/dist/models/inline-response503.d.ts +54 -0
  75. package/dist/models/inline-response503.js +15 -0
  76. package/dist/models/list-claim-partner-roles-response-class.d.ts +31 -0
  77. package/dist/models/list-claim-partner-roles-response-class.js +15 -0
  78. package/dist/models/list-claim-partners-response-class.d.ts +31 -0
  79. package/dist/models/list-claim-partners-response-class.js +15 -0
  80. package/dist/models/list-claim-statuses-response-class.d.ts +31 -0
  81. package/dist/models/list-claim-statuses-response-class.js +15 -0
  82. package/dist/models/list-claims-response-class.d.ts +31 -0
  83. package/dist/models/list-claims-response-class.js +15 -0
  84. package/dist/models/list-settlements-response-class.d.ts +31 -0
  85. package/dist/models/list-settlements-response-class.js +15 -0
  86. package/dist/models/patch-claim-request-dto.d.ts +126 -0
  87. package/dist/models/patch-claim-request-dto.js +15 -0
  88. package/dist/models/patch-claim-response-class.d.ts +25 -0
  89. package/dist/models/patch-claim-response-class.js +15 -0
  90. package/dist/models/settlement-class.d.ts +78 -0
  91. package/dist/models/settlement-class.js +15 -0
  92. package/dist/models/update-claim-partner-role-request-dto.d.ts +36 -0
  93. package/dist/models/update-claim-partner-role-request-dto.js +15 -0
  94. package/dist/models/update-claim-partner-role-response-class.d.ts +25 -0
  95. package/dist/models/update-claim-partner-role-response-class.js +15 -0
  96. package/dist/models/update-claim-request-dto.d.ts +126 -0
  97. package/dist/models/update-claim-request-dto.js +15 -0
  98. package/dist/models/update-claim-response-class.d.ts +25 -0
  99. package/dist/models/update-claim-response-class.js +15 -0
  100. package/dist/models/update-settlement-request-dto.d.ts +54 -0
  101. package/dist/models/update-settlement-request-dto.js +15 -0
  102. package/dist/models/update-settlement-response-class.d.ts +25 -0
  103. package/dist/models/update-settlement-response-class.js +15 -0
  104. package/models/claim-class.ts +13 -1
  105. package/models/claim-partner-class.ts +67 -0
  106. package/models/claim-partner-role-class.ts +60 -0
  107. package/models/claim-status-class.ts +1 -1
  108. package/models/create-claim-partner-request-dto.ts +42 -0
  109. package/models/create-claim-partner-response-class.ts +31 -0
  110. package/models/create-claim-partner-role-request-dto.ts +36 -0
  111. package/models/create-claim-partner-role-response-class.ts +31 -0
  112. package/models/create-claim-request-dto.ts +19 -13
  113. package/models/create-claim-status-request-dto.ts +1 -1
  114. package/models/get-claim-partner-response-class.ts +31 -0
  115. package/models/get-claim-partner-role-response-class.ts +31 -0
  116. package/models/index.ts +12 -0
  117. package/models/inline-response200.ts +6 -6
  118. package/models/inline-response503.ts +6 -6
  119. package/models/list-claim-partner-roles-response-class.ts +37 -0
  120. package/models/list-claim-partners-response-class.ts +37 -0
  121. package/models/patch-claim-request-dto.ts +8 -8
  122. package/models/update-claim-partner-role-request-dto.ts +42 -0
  123. package/models/update-claim-partner-role-response-class.ts +31 -0
  124. package/models/update-claim-request-dto.ts +20 -20
  125. package/package.json +1 -1
@@ -0,0 +1,318 @@
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 { CreateClaimStatusRequestDto } from '../models';
16
+ import { CreateClaimStatusResponseClass } from '../models';
17
+ import { GetClaimStatusResponseClass } from '../models';
18
+ import { ListClaimStatusesResponseClass } from '../models';
19
+ /**
20
+ * ClaimStatusesApi - axios parameter creator
21
+ * @export
22
+ */
23
+ export declare const ClaimStatusesApiAxiosParamCreator: (configuration?: Configuration) => {
24
+ /**
25
+ * This creates a claim status in the database
26
+ * @summary Create the claim status
27
+ * @param {CreateClaimStatusRequestDto} createClaimStatusRequestDto
28
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
29
+ * @param {*} [options] Override http request option.
30
+ * @throws {RequiredError}
31
+ */
32
+ createClaimStatus: (createClaimStatusRequestDto: CreateClaimStatusRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
33
+ /**
34
+ * Permanently deletes the claim status. Supply the unique id that was returned when you created the claim status and this will delete it.
35
+ * @summary Delete the claim status
36
+ * @param {number} id
37
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
38
+ * @param {*} [options] Override http request option.
39
+ * @throws {RequiredError}
40
+ */
41
+ deleteClaimStatus: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
42
+ /**
43
+ * Retrieves the details of the claim status that was previously created. Supply the unique claim status id that was returned when you created it and Emil Api will return the corresponding claim status information.
44
+ * @summary Retrieve the claim status
45
+ * @param {number} id
46
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
47
+ * @param {*} [options] Override http request option.
48
+ * @throws {RequiredError}
49
+ */
50
+ getClaimStatus: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
51
+ /**
52
+ * Returns a list of claim statuses you have previously created. The claim statuses are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
53
+ * @summary List claim statuses
54
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
55
+ * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
56
+ * @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.
57
+ * @param {'id' | 'name' | 'productSlug'} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
58
+ * @param {any} [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.
59
+ * @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
60
+ * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
61
+ * @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.
62
+ * @param {*} [options] Override http request option.
63
+ * @throws {RequiredError}
64
+ */
65
+ listClaimStatuses: (authorization?: string, pageSize?: any, pageToken?: any, filter?: 'id' | 'name' | 'productSlug', search?: any, order?: any, expand?: any, filters?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
66
+ };
67
+ /**
68
+ * ClaimStatusesApi - functional programming interface
69
+ * @export
70
+ */
71
+ export declare const ClaimStatusesApiFp: (configuration?: Configuration) => {
72
+ /**
73
+ * This creates a claim status in the database
74
+ * @summary Create the claim status
75
+ * @param {CreateClaimStatusRequestDto} createClaimStatusRequestDto
76
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
77
+ * @param {*} [options] Override http request option.
78
+ * @throws {RequiredError}
79
+ */
80
+ createClaimStatus(createClaimStatusRequestDto: CreateClaimStatusRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateClaimStatusResponseClass>>;
81
+ /**
82
+ * Permanently deletes the claim status. Supply the unique id that was returned when you created the claim status and this will delete it.
83
+ * @summary Delete the claim status
84
+ * @param {number} id
85
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
86
+ * @param {*} [options] Override http request option.
87
+ * @throws {RequiredError}
88
+ */
89
+ deleteClaimStatus(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
90
+ /**
91
+ * Retrieves the details of the claim status that was previously created. Supply the unique claim status id that was returned when you created it and Emil Api will return the corresponding claim status information.
92
+ * @summary Retrieve the claim status
93
+ * @param {number} id
94
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
95
+ * @param {*} [options] Override http request option.
96
+ * @throws {RequiredError}
97
+ */
98
+ getClaimStatus(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetClaimStatusResponseClass>>;
99
+ /**
100
+ * Returns a list of claim statuses you have previously created. The claim statuses are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
101
+ * @summary List claim statuses
102
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
103
+ * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
104
+ * @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.
105
+ * @param {'id' | 'name' | 'productSlug'} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
106
+ * @param {any} [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.
107
+ * @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
108
+ * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
109
+ * @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.
110
+ * @param {*} [options] Override http request option.
111
+ * @throws {RequiredError}
112
+ */
113
+ listClaimStatuses(authorization?: string, pageSize?: any, pageToken?: any, filter?: 'id' | 'name' | 'productSlug', search?: any, order?: any, expand?: any, filters?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListClaimStatusesResponseClass>>;
114
+ };
115
+ /**
116
+ * ClaimStatusesApi - factory interface
117
+ * @export
118
+ */
119
+ export declare const ClaimStatusesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
120
+ /**
121
+ * This creates a claim status in the database
122
+ * @summary Create the claim status
123
+ * @param {CreateClaimStatusRequestDto} createClaimStatusRequestDto
124
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
125
+ * @param {*} [options] Override http request option.
126
+ * @throws {RequiredError}
127
+ */
128
+ createClaimStatus(createClaimStatusRequestDto: CreateClaimStatusRequestDto, authorization?: string, options?: any): AxiosPromise<CreateClaimStatusResponseClass>;
129
+ /**
130
+ * Permanently deletes the claim status. Supply the unique id that was returned when you created the claim status and this will delete it.
131
+ * @summary Delete the claim status
132
+ * @param {number} id
133
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
134
+ * @param {*} [options] Override http request option.
135
+ * @throws {RequiredError}
136
+ */
137
+ deleteClaimStatus(id: number, authorization?: string, options?: any): AxiosPromise<void>;
138
+ /**
139
+ * Retrieves the details of the claim status that was previously created. Supply the unique claim status id that was returned when you created it and Emil Api will return the corresponding claim status information.
140
+ * @summary Retrieve the claim status
141
+ * @param {number} id
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
+ getClaimStatus(id: number, authorization?: string, options?: any): AxiosPromise<GetClaimStatusResponseClass>;
147
+ /**
148
+ * Returns a list of claim statuses you have previously created. The claim statuses are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
149
+ * @summary List claim statuses
150
+ * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
151
+ * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
152
+ * @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.
153
+ * @param {'id' | 'name' | 'productSlug'} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
154
+ * @param {any} [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.
155
+ * @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
156
+ * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
157
+ * @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.
158
+ * @param {*} [options] Override http request option.
159
+ * @throws {RequiredError}
160
+ */
161
+ listClaimStatuses(authorization?: string, pageSize?: any, pageToken?: any, filter?: 'id' | 'name' | 'productSlug', search?: any, order?: any, expand?: any, filters?: any, options?: any): AxiosPromise<ListClaimStatusesResponseClass>;
162
+ };
163
+ /**
164
+ * Request parameters for createClaimStatus operation in ClaimStatusesApi.
165
+ * @export
166
+ * @interface ClaimStatusesApiCreateClaimStatusRequest
167
+ */
168
+ export interface ClaimStatusesApiCreateClaimStatusRequest {
169
+ /**
170
+ *
171
+ * @type {CreateClaimStatusRequestDto}
172
+ * @memberof ClaimStatusesApiCreateClaimStatus
173
+ */
174
+ readonly createClaimStatusRequestDto: CreateClaimStatusRequestDto;
175
+ /**
176
+ * Bearer Token: provided by the login endpoint under the name accessToken.
177
+ * @type {string}
178
+ * @memberof ClaimStatusesApiCreateClaimStatus
179
+ */
180
+ readonly authorization?: string;
181
+ }
182
+ /**
183
+ * Request parameters for deleteClaimStatus operation in ClaimStatusesApi.
184
+ * @export
185
+ * @interface ClaimStatusesApiDeleteClaimStatusRequest
186
+ */
187
+ export interface ClaimStatusesApiDeleteClaimStatusRequest {
188
+ /**
189
+ *
190
+ * @type {number}
191
+ * @memberof ClaimStatusesApiDeleteClaimStatus
192
+ */
193
+ readonly id: number;
194
+ /**
195
+ * Bearer Token: provided by the login endpoint under the name accessToken.
196
+ * @type {string}
197
+ * @memberof ClaimStatusesApiDeleteClaimStatus
198
+ */
199
+ readonly authorization?: string;
200
+ }
201
+ /**
202
+ * Request parameters for getClaimStatus operation in ClaimStatusesApi.
203
+ * @export
204
+ * @interface ClaimStatusesApiGetClaimStatusRequest
205
+ */
206
+ export interface ClaimStatusesApiGetClaimStatusRequest {
207
+ /**
208
+ *
209
+ * @type {number}
210
+ * @memberof ClaimStatusesApiGetClaimStatus
211
+ */
212
+ readonly id: number;
213
+ /**
214
+ * Bearer Token: provided by the login endpoint under the name accessToken.
215
+ * @type {string}
216
+ * @memberof ClaimStatusesApiGetClaimStatus
217
+ */
218
+ readonly authorization?: string;
219
+ }
220
+ /**
221
+ * Request parameters for listClaimStatuses operation in ClaimStatusesApi.
222
+ * @export
223
+ * @interface ClaimStatusesApiListClaimStatusesRequest
224
+ */
225
+ export interface ClaimStatusesApiListClaimStatusesRequest {
226
+ /**
227
+ * Bearer Token: provided by the login endpoint under the name accessToken.
228
+ * @type {string}
229
+ * @memberof ClaimStatusesApiListClaimStatuses
230
+ */
231
+ readonly authorization?: string;
232
+ /**
233
+ * A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
234
+ * @type {any}
235
+ * @memberof ClaimStatusesApiListClaimStatuses
236
+ */
237
+ readonly pageSize?: any;
238
+ /**
239
+ * 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.
240
+ * @type {any}
241
+ * @memberof ClaimStatusesApiListClaimStatuses
242
+ */
243
+ readonly pageToken?: any;
244
+ /**
245
+ * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
246
+ * @type {'id' | 'name' | 'productSlug'}
247
+ * @memberof ClaimStatusesApiListClaimStatuses
248
+ */
249
+ readonly filter?: 'id' | 'name' | 'productSlug';
250
+ /**
251
+ * 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.
252
+ * @type {any}
253
+ * @memberof ClaimStatusesApiListClaimStatuses
254
+ */
255
+ readonly search?: any;
256
+ /**
257
+ * 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.
258
+ * @type {any}
259
+ * @memberof ClaimStatusesApiListClaimStatuses
260
+ */
261
+ readonly order?: any;
262
+ /**
263
+ * 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.
264
+ * @type {any}
265
+ * @memberof ClaimStatusesApiListClaimStatuses
266
+ */
267
+ readonly expand?: any;
268
+ /**
269
+ * 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.
270
+ * @type {any}
271
+ * @memberof ClaimStatusesApiListClaimStatuses
272
+ */
273
+ readonly filters?: any;
274
+ }
275
+ /**
276
+ * ClaimStatusesApi - object-oriented interface
277
+ * @export
278
+ * @class ClaimStatusesApi
279
+ * @extends {BaseAPI}
280
+ */
281
+ export declare class ClaimStatusesApi extends BaseAPI {
282
+ /**
283
+ * This creates a claim status in the database
284
+ * @summary Create the claim status
285
+ * @param {ClaimStatusesApiCreateClaimStatusRequest} requestParameters Request parameters.
286
+ * @param {*} [options] Override http request option.
287
+ * @throws {RequiredError}
288
+ * @memberof ClaimStatusesApi
289
+ */
290
+ createClaimStatus(requestParameters: ClaimStatusesApiCreateClaimStatusRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateClaimStatusResponseClass, any>>;
291
+ /**
292
+ * Permanently deletes the claim status. Supply the unique id that was returned when you created the claim status and this will delete it.
293
+ * @summary Delete the claim status
294
+ * @param {ClaimStatusesApiDeleteClaimStatusRequest} requestParameters Request parameters.
295
+ * @param {*} [options] Override http request option.
296
+ * @throws {RequiredError}
297
+ * @memberof ClaimStatusesApi
298
+ */
299
+ deleteClaimStatus(requestParameters: ClaimStatusesApiDeleteClaimStatusRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
300
+ /**
301
+ * Retrieves the details of the claim status that was previously created. Supply the unique claim status id that was returned when you created it and Emil Api will return the corresponding claim status information.
302
+ * @summary Retrieve the claim status
303
+ * @param {ClaimStatusesApiGetClaimStatusRequest} requestParameters Request parameters.
304
+ * @param {*} [options] Override http request option.
305
+ * @throws {RequiredError}
306
+ * @memberof ClaimStatusesApi
307
+ */
308
+ getClaimStatus(requestParameters: ClaimStatusesApiGetClaimStatusRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetClaimStatusResponseClass, any>>;
309
+ /**
310
+ * Returns a list of claim statuses you have previously created. The claim statuses are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
311
+ * @summary List claim statuses
312
+ * @param {ClaimStatusesApiListClaimStatusesRequest} requestParameters Request parameters.
313
+ * @param {*} [options] Override http request option.
314
+ * @throws {RequiredError}
315
+ * @memberof ClaimStatusesApi
316
+ */
317
+ listClaimStatuses(requestParameters?: ClaimStatusesApiListClaimStatusesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListClaimStatusesResponseClass, any>>;
318
+ }