@emilgroup/claim-sdk 1.40.1-beta.8 → 1.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +0 -10
- package/README.md +2 -2
- package/api/claim-partner-roles-api.ts +0 -627
- package/api/claim-partners-api.ts +0 -520
- package/api/claim-regulations-api.ts +5 -646
- package/api/claim-statuses-api.ts +6 -753
- package/api/claims-api.ts +6 -858
- package/api/health-check-api.ts +0 -66
- package/api/settlements-api.ts +0 -627
- package/api.ts +0 -2
- package/dist/api/claim-partner-roles-api.d.ts +0 -358
- package/dist/api/claim-partner-roles-api.js +0 -525
- package/dist/api/claim-partners-api.d.ts +0 -299
- package/dist/api/claim-partners-api.js +0 -428
- package/dist/api/claim-regulations-api.d.ts +0 -367
- package/dist/api/claim-regulations-api.js +0 -531
- package/dist/api/claim-statuses-api.d.ts +0 -426
- package/dist/api/claim-statuses-api.js +14 -642
- package/dist/api/claims-api.d.ts +0 -485
- package/dist/api/claims-api.js +1 -725
- package/dist/api/health-check-api.d.ts +0 -33
- package/dist/api/health-check-api.js +0 -73
- package/dist/api/settlements-api.d.ts +0 -358
- package/dist/api/settlements-api.js +0 -525
- package/dist/api.d.ts +0 -1
- package/dist/api.js +0 -1
- package/dist/models/claim-class.d.ts +0 -6
- package/dist/models/index.d.ts +0 -9
- package/dist/models/index.js +0 -9
- package/dist/models/list-claim-partner-roles-response-class.d.ts +0 -12
- package/dist/models/list-claim-partners-response-class.d.ts +0 -12
- package/dist/models/list-claim-statuses-response-class.d.ts +1 -13
- package/dist/models/list-claims-response-class.d.ts +0 -12
- package/dist/models/list-regulations-response-class.d.ts +0 -12
- package/models/claim-class.ts +0 -6
- package/models/index.ts +0 -9
- package/models/list-claim-partner-roles-response-class.ts +0 -12
- package/models/list-claim-partners-response-class.ts +0 -12
- package/models/list-claim-statuses-response-class.ts +1 -13
- package/models/list-claims-response-class.ts +0 -12
- package/models/list-regulations-response-class.ts +0 -12
- package/package.json +1 -1
- package/api/claim-positions-api.ts +0 -1336
- package/dist/api/claim-positions-api.d.ts +0 -760
- package/dist/api/claim-positions-api.js +0 -1177
- package/dist/models/claim-position-class.d.ts +0 -121
- package/dist/models/claim-position-class.js +0 -15
- package/dist/models/coverage-class.d.ts +0 -72
- package/dist/models/coverage-class.js +0 -21
- package/dist/models/coverage-request-dto.d.ts +0 -41
- package/dist/models/coverage-request-dto.js +0 -20
- package/dist/models/create-claim-position-request-dto.d.ts +0 -73
- package/dist/models/create-claim-position-request-dto.js +0 -15
- package/dist/models/create-claim-position-response-class.d.ts +0 -25
- package/dist/models/create-claim-position-response-class.js +0 -15
- package/dist/models/get-claim-position-response-class.d.ts +0 -25
- package/dist/models/get-claim-position-response-class.js +0 -15
- package/dist/models/list-claim-positions-response-class.d.ts +0 -43
- package/dist/models/list-claim-positions-response-class.js +0 -15
- package/dist/models/update-claim-position-request-dto.d.ts +0 -73
- package/dist/models/update-claim-position-request-dto.js +0 -15
- package/dist/models/update-claim-position-response-class.d.ts +0 -25
- package/dist/models/update-claim-position-response-class.js +0 -15
- package/models/claim-position-class.ts +0 -127
- package/models/coverage-class.ts +0 -81
- package/models/coverage-request-dto.ts +0 -50
- package/models/create-claim-position-request-dto.ts +0 -79
- package/models/create-claim-position-response-class.ts +0 -31
- package/models/get-claim-position-response-class.ts +0 -31
- package/models/list-claim-positions-response-class.ts +0 -49
- package/models/update-claim-position-request-dto.ts +0 -79
- package/models/update-claim-position-response-class.ts +0 -31
|
@@ -34,16 +34,6 @@ export declare const ClaimStatusesApiAxiosParamCreator: (configuration?: Configu
|
|
|
34
34
|
* @throws {RequiredError}
|
|
35
35
|
*/
|
|
36
36
|
createClaimStatus: (createClaimStatusRequestDto: CreateClaimStatusRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
37
|
-
/**
|
|
38
|
-
* This creates a claim status in the database **Required Permissions** \"claim-management.statuses.create\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
39
|
-
* @summary Create the claim status
|
|
40
|
-
* @param {CreateClaimStatusRequestDto} createClaimStatusRequestDto
|
|
41
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
42
|
-
* @param {*} [options] Override http request option.
|
|
43
|
-
* @deprecated
|
|
44
|
-
* @throws {RequiredError}
|
|
45
|
-
*/
|
|
46
|
-
createClaimStatus1: (createClaimStatusRequestDto: CreateClaimStatusRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
47
37
|
/**
|
|
48
38
|
* Permanently deletes the claim status. Supply the unique id that was returned when you created the claim status and this will delete it. **Required Permissions** \"claim-management.statuses.delete\"
|
|
49
39
|
* @summary Delete the claim status
|
|
@@ -53,16 +43,6 @@ export declare const ClaimStatusesApiAxiosParamCreator: (configuration?: Configu
|
|
|
53
43
|
* @throws {RequiredError}
|
|
54
44
|
*/
|
|
55
45
|
deleteClaimStatus: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
56
|
-
/**
|
|
57
|
-
* Permanently deletes the claim status. Supply the unique id that was returned when you created the claim status and this will delete it. **Required Permissions** \"claim-management.statuses.delete\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
58
|
-
* @summary Delete the claim status
|
|
59
|
-
* @param {number} id
|
|
60
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
61
|
-
* @param {*} [options] Override http request option.
|
|
62
|
-
* @deprecated
|
|
63
|
-
* @throws {RequiredError}
|
|
64
|
-
*/
|
|
65
|
-
deleteClaimStatus1: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
66
46
|
/**
|
|
67
47
|
* 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. **Required Permissions** \"claim-management.statuses.view\"
|
|
68
48
|
* @summary Retrieve the claim status
|
|
@@ -72,16 +52,6 @@ export declare const ClaimStatusesApiAxiosParamCreator: (configuration?: Configu
|
|
|
72
52
|
* @throws {RequiredError}
|
|
73
53
|
*/
|
|
74
54
|
getClaimStatus: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
75
|
-
/**
|
|
76
|
-
* 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. **Required Permissions** \"claim-management.statuses.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
77
|
-
* @summary Retrieve the claim status
|
|
78
|
-
* @param {number} id
|
|
79
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
80
|
-
* @param {*} [options] Override http request option.
|
|
81
|
-
* @deprecated
|
|
82
|
-
* @throws {RequiredError}
|
|
83
|
-
*/
|
|
84
|
-
getClaimStatus1: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
85
55
|
/**
|
|
86
56
|
* 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. **Required Permissions** \"claim-management.statuses.view\"
|
|
87
57
|
* @summary List claim statuses
|
|
@@ -97,22 +67,6 @@ export declare const ClaimStatusesApiAxiosParamCreator: (configuration?: Configu
|
|
|
97
67
|
* @throws {RequiredError}
|
|
98
68
|
*/
|
|
99
69
|
listClaimStatuses: (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
100
|
-
/**
|
|
101
|
-
* 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. **Required Permissions** \"claim-management.statuses.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
102
|
-
* @summary List claim statuses
|
|
103
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
104
|
-
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
105
|
-
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
106
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, name, productSlug</i>
|
|
107
|
-
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
108
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id</i>
|
|
109
|
-
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
110
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, name, productSlug</i>
|
|
111
|
-
* @param {*} [options] Override http request option.
|
|
112
|
-
* @deprecated
|
|
113
|
-
* @throws {RequiredError}
|
|
114
|
-
*/
|
|
115
|
-
listClaimStatuses1: (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
116
70
|
/**
|
|
117
71
|
* This will patch the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
118
72
|
* @summary Patch claim status
|
|
@@ -123,17 +77,6 @@ export declare const ClaimStatusesApiAxiosParamCreator: (configuration?: Configu
|
|
|
123
77
|
* @throws {RequiredError}
|
|
124
78
|
*/
|
|
125
79
|
patchClaimStatus: (id: number, patchClaimStatusRequestDto: PatchClaimStatusRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
126
|
-
/**
|
|
127
|
-
* This will patch the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
128
|
-
* @summary Patch claim status
|
|
129
|
-
* @param {number} id
|
|
130
|
-
* @param {PatchClaimStatusRequestDto} patchClaimStatusRequestDto
|
|
131
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
132
|
-
* @param {*} [options] Override http request option.
|
|
133
|
-
* @deprecated
|
|
134
|
-
* @throws {RequiredError}
|
|
135
|
-
*/
|
|
136
|
-
patchClaimStatus1: (id: number, patchClaimStatusRequestDto: PatchClaimStatusRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
137
80
|
/**
|
|
138
81
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
139
82
|
* @summary Update the claim status
|
|
@@ -144,17 +87,6 @@ export declare const ClaimStatusesApiAxiosParamCreator: (configuration?: Configu
|
|
|
144
87
|
* @throws {RequiredError}
|
|
145
88
|
*/
|
|
146
89
|
updateClaimStatus: (id: number, updateClaimStatusRequestDto: UpdateClaimStatusRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
147
|
-
/**
|
|
148
|
-
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
149
|
-
* @summary Update the claim status
|
|
150
|
-
* @param {number} id
|
|
151
|
-
* @param {UpdateClaimStatusRequestDto} updateClaimStatusRequestDto
|
|
152
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
153
|
-
* @param {*} [options] Override http request option.
|
|
154
|
-
* @deprecated
|
|
155
|
-
* @throws {RequiredError}
|
|
156
|
-
*/
|
|
157
|
-
updateClaimStatus1: (id: number, updateClaimStatusRequestDto: UpdateClaimStatusRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
158
90
|
};
|
|
159
91
|
/**
|
|
160
92
|
* ClaimStatusesApi - functional programming interface
|
|
@@ -170,16 +102,6 @@ export declare const ClaimStatusesApiFp: (configuration?: Configuration) => {
|
|
|
170
102
|
* @throws {RequiredError}
|
|
171
103
|
*/
|
|
172
104
|
createClaimStatus(createClaimStatusRequestDto: CreateClaimStatusRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateClaimStatusResponseClass>>;
|
|
173
|
-
/**
|
|
174
|
-
* This creates a claim status in the database **Required Permissions** \"claim-management.statuses.create\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
175
|
-
* @summary Create the claim status
|
|
176
|
-
* @param {CreateClaimStatusRequestDto} createClaimStatusRequestDto
|
|
177
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
178
|
-
* @param {*} [options] Override http request option.
|
|
179
|
-
* @deprecated
|
|
180
|
-
* @throws {RequiredError}
|
|
181
|
-
*/
|
|
182
|
-
createClaimStatus1(createClaimStatusRequestDto: CreateClaimStatusRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateClaimStatusResponseClass>>;
|
|
183
105
|
/**
|
|
184
106
|
* Permanently deletes the claim status. Supply the unique id that was returned when you created the claim status and this will delete it. **Required Permissions** \"claim-management.statuses.delete\"
|
|
185
107
|
* @summary Delete the claim status
|
|
@@ -189,16 +111,6 @@ export declare const ClaimStatusesApiFp: (configuration?: Configuration) => {
|
|
|
189
111
|
* @throws {RequiredError}
|
|
190
112
|
*/
|
|
191
113
|
deleteClaimStatus(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
192
|
-
/**
|
|
193
|
-
* Permanently deletes the claim status. Supply the unique id that was returned when you created the claim status and this will delete it. **Required Permissions** \"claim-management.statuses.delete\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
194
|
-
* @summary Delete the claim status
|
|
195
|
-
* @param {number} id
|
|
196
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
197
|
-
* @param {*} [options] Override http request option.
|
|
198
|
-
* @deprecated
|
|
199
|
-
* @throws {RequiredError}
|
|
200
|
-
*/
|
|
201
|
-
deleteClaimStatus1(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
202
114
|
/**
|
|
203
115
|
* 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. **Required Permissions** \"claim-management.statuses.view\"
|
|
204
116
|
* @summary Retrieve the claim status
|
|
@@ -208,16 +120,6 @@ export declare const ClaimStatusesApiFp: (configuration?: Configuration) => {
|
|
|
208
120
|
* @throws {RequiredError}
|
|
209
121
|
*/
|
|
210
122
|
getClaimStatus(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetClaimStatusResponseClass>>;
|
|
211
|
-
/**
|
|
212
|
-
* 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. **Required Permissions** \"claim-management.statuses.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
213
|
-
* @summary Retrieve the claim status
|
|
214
|
-
* @param {number} id
|
|
215
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
216
|
-
* @param {*} [options] Override http request option.
|
|
217
|
-
* @deprecated
|
|
218
|
-
* @throws {RequiredError}
|
|
219
|
-
*/
|
|
220
|
-
getClaimStatus1(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetClaimStatusResponseClass>>;
|
|
221
123
|
/**
|
|
222
124
|
* 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. **Required Permissions** \"claim-management.statuses.view\"
|
|
223
125
|
* @summary List claim statuses
|
|
@@ -233,22 +135,6 @@ export declare const ClaimStatusesApiFp: (configuration?: Configuration) => {
|
|
|
233
135
|
* @throws {RequiredError}
|
|
234
136
|
*/
|
|
235
137
|
listClaimStatuses(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListClaimStatusesResponseClass>>;
|
|
236
|
-
/**
|
|
237
|
-
* 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. **Required Permissions** \"claim-management.statuses.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
238
|
-
* @summary List claim statuses
|
|
239
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
240
|
-
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
241
|
-
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
242
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, name, productSlug</i>
|
|
243
|
-
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
244
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id</i>
|
|
245
|
-
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
246
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, name, productSlug</i>
|
|
247
|
-
* @param {*} [options] Override http request option.
|
|
248
|
-
* @deprecated
|
|
249
|
-
* @throws {RequiredError}
|
|
250
|
-
*/
|
|
251
|
-
listClaimStatuses1(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListClaimStatusesResponseClass>>;
|
|
252
138
|
/**
|
|
253
139
|
* This will patch the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
254
140
|
* @summary Patch claim status
|
|
@@ -259,17 +145,6 @@ export declare const ClaimStatusesApiFp: (configuration?: Configuration) => {
|
|
|
259
145
|
* @throws {RequiredError}
|
|
260
146
|
*/
|
|
261
147
|
patchClaimStatus(id: number, patchClaimStatusRequestDto: PatchClaimStatusRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatchClaimStatusResponseClass>>;
|
|
262
|
-
/**
|
|
263
|
-
* This will patch the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
264
|
-
* @summary Patch claim status
|
|
265
|
-
* @param {number} id
|
|
266
|
-
* @param {PatchClaimStatusRequestDto} patchClaimStatusRequestDto
|
|
267
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
268
|
-
* @param {*} [options] Override http request option.
|
|
269
|
-
* @deprecated
|
|
270
|
-
* @throws {RequiredError}
|
|
271
|
-
*/
|
|
272
|
-
patchClaimStatus1(id: number, patchClaimStatusRequestDto: PatchClaimStatusRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PatchClaimStatusResponseClass>>;
|
|
273
148
|
/**
|
|
274
149
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
275
150
|
* @summary Update the claim status
|
|
@@ -280,17 +155,6 @@ export declare const ClaimStatusesApiFp: (configuration?: Configuration) => {
|
|
|
280
155
|
* @throws {RequiredError}
|
|
281
156
|
*/
|
|
282
157
|
updateClaimStatus(id: number, updateClaimStatusRequestDto: UpdateClaimStatusRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateClaimStatusResponseClass>>;
|
|
283
|
-
/**
|
|
284
|
-
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
285
|
-
* @summary Update the claim status
|
|
286
|
-
* @param {number} id
|
|
287
|
-
* @param {UpdateClaimStatusRequestDto} updateClaimStatusRequestDto
|
|
288
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
289
|
-
* @param {*} [options] Override http request option.
|
|
290
|
-
* @deprecated
|
|
291
|
-
* @throws {RequiredError}
|
|
292
|
-
*/
|
|
293
|
-
updateClaimStatus1(id: number, updateClaimStatusRequestDto: UpdateClaimStatusRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateClaimStatusResponseClass>>;
|
|
294
158
|
};
|
|
295
159
|
/**
|
|
296
160
|
* ClaimStatusesApi - factory interface
|
|
@@ -306,16 +170,6 @@ export declare const ClaimStatusesApiFactory: (configuration?: Configuration, ba
|
|
|
306
170
|
* @throws {RequiredError}
|
|
307
171
|
*/
|
|
308
172
|
createClaimStatus(createClaimStatusRequestDto: CreateClaimStatusRequestDto, authorization?: string, options?: any): AxiosPromise<CreateClaimStatusResponseClass>;
|
|
309
|
-
/**
|
|
310
|
-
* This creates a claim status in the database **Required Permissions** \"claim-management.statuses.create\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
311
|
-
* @summary Create the claim status
|
|
312
|
-
* @param {CreateClaimStatusRequestDto} createClaimStatusRequestDto
|
|
313
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
314
|
-
* @param {*} [options] Override http request option.
|
|
315
|
-
* @deprecated
|
|
316
|
-
* @throws {RequiredError}
|
|
317
|
-
*/
|
|
318
|
-
createClaimStatus1(createClaimStatusRequestDto: CreateClaimStatusRequestDto, authorization?: string, options?: any): AxiosPromise<CreateClaimStatusResponseClass>;
|
|
319
173
|
/**
|
|
320
174
|
* Permanently deletes the claim status. Supply the unique id that was returned when you created the claim status and this will delete it. **Required Permissions** \"claim-management.statuses.delete\"
|
|
321
175
|
* @summary Delete the claim status
|
|
@@ -325,16 +179,6 @@ export declare const ClaimStatusesApiFactory: (configuration?: Configuration, ba
|
|
|
325
179
|
* @throws {RequiredError}
|
|
326
180
|
*/
|
|
327
181
|
deleteClaimStatus(id: number, authorization?: string, options?: any): AxiosPromise<void>;
|
|
328
|
-
/**
|
|
329
|
-
* Permanently deletes the claim status. Supply the unique id that was returned when you created the claim status and this will delete it. **Required Permissions** \"claim-management.statuses.delete\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
330
|
-
* @summary Delete the claim status
|
|
331
|
-
* @param {number} id
|
|
332
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
333
|
-
* @param {*} [options] Override http request option.
|
|
334
|
-
* @deprecated
|
|
335
|
-
* @throws {RequiredError}
|
|
336
|
-
*/
|
|
337
|
-
deleteClaimStatus1(id: number, authorization?: string, options?: any): AxiosPromise<void>;
|
|
338
182
|
/**
|
|
339
183
|
* 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. **Required Permissions** \"claim-management.statuses.view\"
|
|
340
184
|
* @summary Retrieve the claim status
|
|
@@ -344,16 +188,6 @@ export declare const ClaimStatusesApiFactory: (configuration?: Configuration, ba
|
|
|
344
188
|
* @throws {RequiredError}
|
|
345
189
|
*/
|
|
346
190
|
getClaimStatus(id: number, authorization?: string, options?: any): AxiosPromise<GetClaimStatusResponseClass>;
|
|
347
|
-
/**
|
|
348
|
-
* 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. **Required Permissions** \"claim-management.statuses.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
349
|
-
* @summary Retrieve the claim status
|
|
350
|
-
* @param {number} id
|
|
351
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
352
|
-
* @param {*} [options] Override http request option.
|
|
353
|
-
* @deprecated
|
|
354
|
-
* @throws {RequiredError}
|
|
355
|
-
*/
|
|
356
|
-
getClaimStatus1(id: number, authorization?: string, options?: any): AxiosPromise<GetClaimStatusResponseClass>;
|
|
357
191
|
/**
|
|
358
192
|
* 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. **Required Permissions** \"claim-management.statuses.view\"
|
|
359
193
|
* @summary List claim statuses
|
|
@@ -369,22 +203,6 @@ export declare const ClaimStatusesApiFactory: (configuration?: Configuration, ba
|
|
|
369
203
|
* @throws {RequiredError}
|
|
370
204
|
*/
|
|
371
205
|
listClaimStatuses(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListClaimStatusesResponseClass>;
|
|
372
|
-
/**
|
|
373
|
-
* 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. **Required Permissions** \"claim-management.statuses.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
374
|
-
* @summary List claim statuses
|
|
375
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
376
|
-
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
377
|
-
* @param {string} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
378
|
-
* @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, name, productSlug</i>
|
|
379
|
-
* @param {string} [search] To search the list by any field, pass search=xxx to fetch the result.
|
|
380
|
-
* @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id</i>
|
|
381
|
-
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
382
|
-
* @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, name, productSlug</i>
|
|
383
|
-
* @param {*} [options] Override http request option.
|
|
384
|
-
* @deprecated
|
|
385
|
-
* @throws {RequiredError}
|
|
386
|
-
*/
|
|
387
|
-
listClaimStatuses1(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListClaimStatusesResponseClass>;
|
|
388
206
|
/**
|
|
389
207
|
* This will patch the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
390
208
|
* @summary Patch claim status
|
|
@@ -395,17 +213,6 @@ export declare const ClaimStatusesApiFactory: (configuration?: Configuration, ba
|
|
|
395
213
|
* @throws {RequiredError}
|
|
396
214
|
*/
|
|
397
215
|
patchClaimStatus(id: number, patchClaimStatusRequestDto: PatchClaimStatusRequestDto, authorization?: string, options?: any): AxiosPromise<PatchClaimStatusResponseClass>;
|
|
398
|
-
/**
|
|
399
|
-
* This will patch the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
400
|
-
* @summary Patch claim status
|
|
401
|
-
* @param {number} id
|
|
402
|
-
* @param {PatchClaimStatusRequestDto} patchClaimStatusRequestDto
|
|
403
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
404
|
-
* @param {*} [options] Override http request option.
|
|
405
|
-
* @deprecated
|
|
406
|
-
* @throws {RequiredError}
|
|
407
|
-
*/
|
|
408
|
-
patchClaimStatus1(id: number, patchClaimStatusRequestDto: PatchClaimStatusRequestDto, authorization?: string, options?: any): AxiosPromise<PatchClaimStatusResponseClass>;
|
|
409
216
|
/**
|
|
410
217
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
411
218
|
* @summary Update the claim status
|
|
@@ -416,17 +223,6 @@ export declare const ClaimStatusesApiFactory: (configuration?: Configuration, ba
|
|
|
416
223
|
* @throws {RequiredError}
|
|
417
224
|
*/
|
|
418
225
|
updateClaimStatus(id: number, updateClaimStatusRequestDto: UpdateClaimStatusRequestDto, authorization?: string, options?: any): AxiosPromise<UpdateClaimStatusResponseClass>;
|
|
419
|
-
/**
|
|
420
|
-
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
421
|
-
* @summary Update the claim status
|
|
422
|
-
* @param {number} id
|
|
423
|
-
* @param {UpdateClaimStatusRequestDto} updateClaimStatusRequestDto
|
|
424
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
425
|
-
* @param {*} [options] Override http request option.
|
|
426
|
-
* @deprecated
|
|
427
|
-
* @throws {RequiredError}
|
|
428
|
-
*/
|
|
429
|
-
updateClaimStatus1(id: number, updateClaimStatusRequestDto: UpdateClaimStatusRequestDto, authorization?: string, options?: any): AxiosPromise<UpdateClaimStatusResponseClass>;
|
|
430
226
|
};
|
|
431
227
|
/**
|
|
432
228
|
* Request parameters for createClaimStatus operation in ClaimStatusesApi.
|
|
@@ -447,25 +243,6 @@ export interface ClaimStatusesApiCreateClaimStatusRequest {
|
|
|
447
243
|
*/
|
|
448
244
|
readonly authorization?: string;
|
|
449
245
|
}
|
|
450
|
-
/**
|
|
451
|
-
* Request parameters for createClaimStatus1 operation in ClaimStatusesApi.
|
|
452
|
-
* @export
|
|
453
|
-
* @interface ClaimStatusesApiCreateClaimStatus1Request
|
|
454
|
-
*/
|
|
455
|
-
export interface ClaimStatusesApiCreateClaimStatus1Request {
|
|
456
|
-
/**
|
|
457
|
-
*
|
|
458
|
-
* @type {CreateClaimStatusRequestDto}
|
|
459
|
-
* @memberof ClaimStatusesApiCreateClaimStatus1
|
|
460
|
-
*/
|
|
461
|
-
readonly createClaimStatusRequestDto: CreateClaimStatusRequestDto;
|
|
462
|
-
/**
|
|
463
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
464
|
-
* @type {string}
|
|
465
|
-
* @memberof ClaimStatusesApiCreateClaimStatus1
|
|
466
|
-
*/
|
|
467
|
-
readonly authorization?: string;
|
|
468
|
-
}
|
|
469
246
|
/**
|
|
470
247
|
* Request parameters for deleteClaimStatus operation in ClaimStatusesApi.
|
|
471
248
|
* @export
|
|
@@ -485,25 +262,6 @@ export interface ClaimStatusesApiDeleteClaimStatusRequest {
|
|
|
485
262
|
*/
|
|
486
263
|
readonly authorization?: string;
|
|
487
264
|
}
|
|
488
|
-
/**
|
|
489
|
-
* Request parameters for deleteClaimStatus1 operation in ClaimStatusesApi.
|
|
490
|
-
* @export
|
|
491
|
-
* @interface ClaimStatusesApiDeleteClaimStatus1Request
|
|
492
|
-
*/
|
|
493
|
-
export interface ClaimStatusesApiDeleteClaimStatus1Request {
|
|
494
|
-
/**
|
|
495
|
-
*
|
|
496
|
-
* @type {number}
|
|
497
|
-
* @memberof ClaimStatusesApiDeleteClaimStatus1
|
|
498
|
-
*/
|
|
499
|
-
readonly id: number;
|
|
500
|
-
/**
|
|
501
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
502
|
-
* @type {string}
|
|
503
|
-
* @memberof ClaimStatusesApiDeleteClaimStatus1
|
|
504
|
-
*/
|
|
505
|
-
readonly authorization?: string;
|
|
506
|
-
}
|
|
507
265
|
/**
|
|
508
266
|
* Request parameters for getClaimStatus operation in ClaimStatusesApi.
|
|
509
267
|
* @export
|
|
@@ -523,25 +281,6 @@ export interface ClaimStatusesApiGetClaimStatusRequest {
|
|
|
523
281
|
*/
|
|
524
282
|
readonly authorization?: string;
|
|
525
283
|
}
|
|
526
|
-
/**
|
|
527
|
-
* Request parameters for getClaimStatus1 operation in ClaimStatusesApi.
|
|
528
|
-
* @export
|
|
529
|
-
* @interface ClaimStatusesApiGetClaimStatus1Request
|
|
530
|
-
*/
|
|
531
|
-
export interface ClaimStatusesApiGetClaimStatus1Request {
|
|
532
|
-
/**
|
|
533
|
-
*
|
|
534
|
-
* @type {number}
|
|
535
|
-
* @memberof ClaimStatusesApiGetClaimStatus1
|
|
536
|
-
*/
|
|
537
|
-
readonly id: number;
|
|
538
|
-
/**
|
|
539
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
540
|
-
* @type {string}
|
|
541
|
-
* @memberof ClaimStatusesApiGetClaimStatus1
|
|
542
|
-
*/
|
|
543
|
-
readonly authorization?: string;
|
|
544
|
-
}
|
|
545
284
|
/**
|
|
546
285
|
* Request parameters for listClaimStatuses operation in ClaimStatusesApi.
|
|
547
286
|
* @export
|
|
@@ -597,61 +336,6 @@ export interface ClaimStatusesApiListClaimStatusesRequest {
|
|
|
597
336
|
*/
|
|
598
337
|
readonly filters?: string;
|
|
599
338
|
}
|
|
600
|
-
/**
|
|
601
|
-
* Request parameters for listClaimStatuses1 operation in ClaimStatusesApi.
|
|
602
|
-
* @export
|
|
603
|
-
* @interface ClaimStatusesApiListClaimStatuses1Request
|
|
604
|
-
*/
|
|
605
|
-
export interface ClaimStatusesApiListClaimStatuses1Request {
|
|
606
|
-
/**
|
|
607
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
608
|
-
* @type {string}
|
|
609
|
-
* @memberof ClaimStatusesApiListClaimStatuses1
|
|
610
|
-
*/
|
|
611
|
-
readonly authorization?: string;
|
|
612
|
-
/**
|
|
613
|
-
* A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
614
|
-
* @type {number}
|
|
615
|
-
* @memberof ClaimStatusesApiListClaimStatuses1
|
|
616
|
-
*/
|
|
617
|
-
readonly pageSize?: number;
|
|
618
|
-
/**
|
|
619
|
-
* A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
|
|
620
|
-
* @type {string}
|
|
621
|
-
* @memberof ClaimStatusesApiListClaimStatuses1
|
|
622
|
-
*/
|
|
623
|
-
readonly pageToken?: string;
|
|
624
|
-
/**
|
|
625
|
-
* Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.<br/> <br/> <i>Allowed values: id, name, productSlug</i>
|
|
626
|
-
* @type {string}
|
|
627
|
-
* @memberof ClaimStatusesApiListClaimStatuses1
|
|
628
|
-
*/
|
|
629
|
-
readonly filter?: string;
|
|
630
|
-
/**
|
|
631
|
-
* To search the list by any field, pass search=xxx to fetch the result.
|
|
632
|
-
* @type {string}
|
|
633
|
-
* @memberof ClaimStatusesApiListClaimStatuses1
|
|
634
|
-
*/
|
|
635
|
-
readonly search?: string;
|
|
636
|
-
/**
|
|
637
|
-
* Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.<br/> <br/> <i>Allowed values: id</i>
|
|
638
|
-
* @type {string}
|
|
639
|
-
* @memberof ClaimStatusesApiListClaimStatuses1
|
|
640
|
-
*/
|
|
641
|
-
readonly order?: string;
|
|
642
|
-
/**
|
|
643
|
-
* Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/>
|
|
644
|
-
* @type {string}
|
|
645
|
-
* @memberof ClaimStatusesApiListClaimStatuses1
|
|
646
|
-
*/
|
|
647
|
-
readonly expand?: string;
|
|
648
|
-
/**
|
|
649
|
-
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: id, name, productSlug</i>
|
|
650
|
-
* @type {string}
|
|
651
|
-
* @memberof ClaimStatusesApiListClaimStatuses1
|
|
652
|
-
*/
|
|
653
|
-
readonly filters?: string;
|
|
654
|
-
}
|
|
655
339
|
/**
|
|
656
340
|
* Request parameters for patchClaimStatus operation in ClaimStatusesApi.
|
|
657
341
|
* @export
|
|
@@ -677,31 +361,6 @@ export interface ClaimStatusesApiPatchClaimStatusRequest {
|
|
|
677
361
|
*/
|
|
678
362
|
readonly authorization?: string;
|
|
679
363
|
}
|
|
680
|
-
/**
|
|
681
|
-
* Request parameters for patchClaimStatus1 operation in ClaimStatusesApi.
|
|
682
|
-
* @export
|
|
683
|
-
* @interface ClaimStatusesApiPatchClaimStatus1Request
|
|
684
|
-
*/
|
|
685
|
-
export interface ClaimStatusesApiPatchClaimStatus1Request {
|
|
686
|
-
/**
|
|
687
|
-
*
|
|
688
|
-
* @type {number}
|
|
689
|
-
* @memberof ClaimStatusesApiPatchClaimStatus1
|
|
690
|
-
*/
|
|
691
|
-
readonly id: number;
|
|
692
|
-
/**
|
|
693
|
-
*
|
|
694
|
-
* @type {PatchClaimStatusRequestDto}
|
|
695
|
-
* @memberof ClaimStatusesApiPatchClaimStatus1
|
|
696
|
-
*/
|
|
697
|
-
readonly patchClaimStatusRequestDto: PatchClaimStatusRequestDto;
|
|
698
|
-
/**
|
|
699
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
700
|
-
* @type {string}
|
|
701
|
-
* @memberof ClaimStatusesApiPatchClaimStatus1
|
|
702
|
-
*/
|
|
703
|
-
readonly authorization?: string;
|
|
704
|
-
}
|
|
705
364
|
/**
|
|
706
365
|
* Request parameters for updateClaimStatus operation in ClaimStatusesApi.
|
|
707
366
|
* @export
|
|
@@ -727,31 +386,6 @@ export interface ClaimStatusesApiUpdateClaimStatusRequest {
|
|
|
727
386
|
*/
|
|
728
387
|
readonly authorization?: string;
|
|
729
388
|
}
|
|
730
|
-
/**
|
|
731
|
-
* Request parameters for updateClaimStatus1 operation in ClaimStatusesApi.
|
|
732
|
-
* @export
|
|
733
|
-
* @interface ClaimStatusesApiUpdateClaimStatus1Request
|
|
734
|
-
*/
|
|
735
|
-
export interface ClaimStatusesApiUpdateClaimStatus1Request {
|
|
736
|
-
/**
|
|
737
|
-
*
|
|
738
|
-
* @type {number}
|
|
739
|
-
* @memberof ClaimStatusesApiUpdateClaimStatus1
|
|
740
|
-
*/
|
|
741
|
-
readonly id: number;
|
|
742
|
-
/**
|
|
743
|
-
*
|
|
744
|
-
* @type {UpdateClaimStatusRequestDto}
|
|
745
|
-
* @memberof ClaimStatusesApiUpdateClaimStatus1
|
|
746
|
-
*/
|
|
747
|
-
readonly updateClaimStatusRequestDto: UpdateClaimStatusRequestDto;
|
|
748
|
-
/**
|
|
749
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
750
|
-
* @type {string}
|
|
751
|
-
* @memberof ClaimStatusesApiUpdateClaimStatus1
|
|
752
|
-
*/
|
|
753
|
-
readonly authorization?: string;
|
|
754
|
-
}
|
|
755
389
|
/**
|
|
756
390
|
* ClaimStatusesApi - object-oriented interface
|
|
757
391
|
* @export
|
|
@@ -768,16 +402,6 @@ export declare class ClaimStatusesApi extends BaseAPI {
|
|
|
768
402
|
* @memberof ClaimStatusesApi
|
|
769
403
|
*/
|
|
770
404
|
createClaimStatus(requestParameters: ClaimStatusesApiCreateClaimStatusRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateClaimStatusResponseClass, any, {}>>;
|
|
771
|
-
/**
|
|
772
|
-
* This creates a claim status in the database **Required Permissions** \"claim-management.statuses.create\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
773
|
-
* @summary Create the claim status
|
|
774
|
-
* @param {ClaimStatusesApiCreateClaimStatus1Request} requestParameters Request parameters.
|
|
775
|
-
* @param {*} [options] Override http request option.
|
|
776
|
-
* @deprecated
|
|
777
|
-
* @throws {RequiredError}
|
|
778
|
-
* @memberof ClaimStatusesApi
|
|
779
|
-
*/
|
|
780
|
-
createClaimStatus1(requestParameters: ClaimStatusesApiCreateClaimStatus1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateClaimStatusResponseClass, any, {}>>;
|
|
781
405
|
/**
|
|
782
406
|
* Permanently deletes the claim status. Supply the unique id that was returned when you created the claim status and this will delete it. **Required Permissions** \"claim-management.statuses.delete\"
|
|
783
407
|
* @summary Delete the claim status
|
|
@@ -787,16 +411,6 @@ export declare class ClaimStatusesApi extends BaseAPI {
|
|
|
787
411
|
* @memberof ClaimStatusesApi
|
|
788
412
|
*/
|
|
789
413
|
deleteClaimStatus(requestParameters: ClaimStatusesApiDeleteClaimStatusRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
790
|
-
/**
|
|
791
|
-
* Permanently deletes the claim status. Supply the unique id that was returned when you created the claim status and this will delete it. **Required Permissions** \"claim-management.statuses.delete\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
792
|
-
* @summary Delete the claim status
|
|
793
|
-
* @param {ClaimStatusesApiDeleteClaimStatus1Request} requestParameters Request parameters.
|
|
794
|
-
* @param {*} [options] Override http request option.
|
|
795
|
-
* @deprecated
|
|
796
|
-
* @throws {RequiredError}
|
|
797
|
-
* @memberof ClaimStatusesApi
|
|
798
|
-
*/
|
|
799
|
-
deleteClaimStatus1(requestParameters: ClaimStatusesApiDeleteClaimStatus1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
800
414
|
/**
|
|
801
415
|
* 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. **Required Permissions** \"claim-management.statuses.view\"
|
|
802
416
|
* @summary Retrieve the claim status
|
|
@@ -806,16 +420,6 @@ export declare class ClaimStatusesApi extends BaseAPI {
|
|
|
806
420
|
* @memberof ClaimStatusesApi
|
|
807
421
|
*/
|
|
808
422
|
getClaimStatus(requestParameters: ClaimStatusesApiGetClaimStatusRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetClaimStatusResponseClass, any, {}>>;
|
|
809
|
-
/**
|
|
810
|
-
* 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. **Required Permissions** \"claim-management.statuses.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
811
|
-
* @summary Retrieve the claim status
|
|
812
|
-
* @param {ClaimStatusesApiGetClaimStatus1Request} requestParameters Request parameters.
|
|
813
|
-
* @param {*} [options] Override http request option.
|
|
814
|
-
* @deprecated
|
|
815
|
-
* @throws {RequiredError}
|
|
816
|
-
* @memberof ClaimStatusesApi
|
|
817
|
-
*/
|
|
818
|
-
getClaimStatus1(requestParameters: ClaimStatusesApiGetClaimStatus1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetClaimStatusResponseClass, any, {}>>;
|
|
819
423
|
/**
|
|
820
424
|
* 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. **Required Permissions** \"claim-management.statuses.view\"
|
|
821
425
|
* @summary List claim statuses
|
|
@@ -825,16 +429,6 @@ export declare class ClaimStatusesApi extends BaseAPI {
|
|
|
825
429
|
* @memberof ClaimStatusesApi
|
|
826
430
|
*/
|
|
827
431
|
listClaimStatuses(requestParameters?: ClaimStatusesApiListClaimStatusesRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListClaimStatusesResponseClass, any, {}>>;
|
|
828
|
-
/**
|
|
829
|
-
* 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. **Required Permissions** \"claim-management.statuses.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
830
|
-
* @summary List claim statuses
|
|
831
|
-
* @param {ClaimStatusesApiListClaimStatuses1Request} requestParameters Request parameters.
|
|
832
|
-
* @param {*} [options] Override http request option.
|
|
833
|
-
* @deprecated
|
|
834
|
-
* @throws {RequiredError}
|
|
835
|
-
* @memberof ClaimStatusesApi
|
|
836
|
-
*/
|
|
837
|
-
listClaimStatuses1(requestParameters?: ClaimStatusesApiListClaimStatuses1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListClaimStatusesResponseClass, any, {}>>;
|
|
838
432
|
/**
|
|
839
433
|
* This will patch the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
840
434
|
* @summary Patch claim status
|
|
@@ -844,16 +438,6 @@ export declare class ClaimStatusesApi extends BaseAPI {
|
|
|
844
438
|
* @memberof ClaimStatusesApi
|
|
845
439
|
*/
|
|
846
440
|
patchClaimStatus(requestParameters: ClaimStatusesApiPatchClaimStatusRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatchClaimStatusResponseClass, any, {}>>;
|
|
847
|
-
/**
|
|
848
|
-
* This will patch the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
849
|
-
* @summary Patch claim status
|
|
850
|
-
* @param {ClaimStatusesApiPatchClaimStatus1Request} requestParameters Request parameters.
|
|
851
|
-
* @param {*} [options] Override http request option.
|
|
852
|
-
* @deprecated
|
|
853
|
-
* @throws {RequiredError}
|
|
854
|
-
* @memberof ClaimStatusesApi
|
|
855
|
-
*/
|
|
856
|
-
patchClaimStatus1(requestParameters: ClaimStatusesApiPatchClaimStatus1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PatchClaimStatusResponseClass, any, {}>>;
|
|
857
441
|
/**
|
|
858
442
|
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\"
|
|
859
443
|
* @summary Update the claim status
|
|
@@ -863,14 +447,4 @@ export declare class ClaimStatusesApi extends BaseAPI {
|
|
|
863
447
|
* @memberof ClaimStatusesApi
|
|
864
448
|
*/
|
|
865
449
|
updateClaimStatus(requestParameters: ClaimStatusesApiUpdateClaimStatusRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateClaimStatusResponseClass, any, {}>>;
|
|
866
|
-
/**
|
|
867
|
-
* This will update the identified claim status in the database **Required Permissions** \"claim-management.statuses.update\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
868
|
-
* @summary Update the claim status
|
|
869
|
-
* @param {ClaimStatusesApiUpdateClaimStatus1Request} requestParameters Request parameters.
|
|
870
|
-
* @param {*} [options] Override http request option.
|
|
871
|
-
* @deprecated
|
|
872
|
-
* @throws {RequiredError}
|
|
873
|
-
* @memberof ClaimStatusesApi
|
|
874
|
-
*/
|
|
875
|
-
updateClaimStatus1(requestParameters: ClaimStatusesApiUpdateClaimStatus1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateClaimStatusResponseClass, any, {}>>;
|
|
876
450
|
}
|