@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
|
@@ -30,16 +30,6 @@ export declare const ClaimRegulationsApiAxiosParamCreator: (configuration?: Conf
|
|
|
30
30
|
* @throws {RequiredError}
|
|
31
31
|
*/
|
|
32
32
|
createClaimRegulation: (createRegulationItemRequestDto: CreateRegulationItemRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
33
|
-
/**
|
|
34
|
-
* This endpoint will create a new regulation item for a claim **Required Permissions** \"claim-management.regulations.create\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
35
|
-
* @summary Create the claim regulation item
|
|
36
|
-
* @param {CreateRegulationItemRequestDto} createRegulationItemRequestDto
|
|
37
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
38
|
-
* @param {*} [options] Override http request option.
|
|
39
|
-
* @deprecated
|
|
40
|
-
* @throws {RequiredError}
|
|
41
|
-
*/
|
|
42
|
-
createClaimRegulation1: (createRegulationItemRequestDto: CreateRegulationItemRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
43
33
|
/**
|
|
44
34
|
* This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\"
|
|
45
35
|
* @summary Delete the claim regulation item
|
|
@@ -49,16 +39,6 @@ export declare const ClaimRegulationsApiAxiosParamCreator: (configuration?: Conf
|
|
|
49
39
|
* @throws {RequiredError}
|
|
50
40
|
*/
|
|
51
41
|
deleteClaimRegulations: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
52
|
-
/**
|
|
53
|
-
* This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
54
|
-
* @summary Delete the claim regulation item
|
|
55
|
-
* @param {string} code Unique identifier for the object.
|
|
56
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
57
|
-
* @param {*} [options] Override http request option.
|
|
58
|
-
* @deprecated
|
|
59
|
-
* @throws {RequiredError}
|
|
60
|
-
*/
|
|
61
|
-
deleteClaimRegulations1: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
62
42
|
/**
|
|
63
43
|
* Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information. **Required Permissions** \"claim-management.regulations.view\"
|
|
64
44
|
* @summary Retrieve the claim regulation item
|
|
@@ -69,17 +49,6 @@ export declare const ClaimRegulationsApiAxiosParamCreator: (configuration?: Conf
|
|
|
69
49
|
* @throws {RequiredError}
|
|
70
50
|
*/
|
|
71
51
|
getClaimRegulation: (code: string, authorization?: string, expand?: 'claim', options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
72
|
-
/**
|
|
73
|
-
* Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information. **Required Permissions** \"claim-management.regulations.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
74
|
-
* @summary Retrieve the claim regulation item
|
|
75
|
-
* @param {string} code
|
|
76
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
77
|
-
* @param {'claim'} [expand]
|
|
78
|
-
* @param {*} [options] Override http request option.
|
|
79
|
-
* @deprecated
|
|
80
|
-
* @throws {RequiredError}
|
|
81
|
-
*/
|
|
82
|
-
getClaimRegulation1: (code: string, authorization?: string, expand?: 'claim', options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
83
52
|
/**
|
|
84
53
|
* Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.regulations.view\"
|
|
85
54
|
* @summary List claim regulation items
|
|
@@ -95,22 +64,6 @@ export declare const ClaimRegulationsApiAxiosParamCreator: (configuration?: Conf
|
|
|
95
64
|
* @throws {RequiredError}
|
|
96
65
|
*/
|
|
97
66
|
listClaimRegulations: (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
98
|
-
/**
|
|
99
|
-
* Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.regulations.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
100
|
-
* @summary List claim regulation items
|
|
101
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
102
|
-
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
103
|
-
* @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.
|
|
104
|
-
* @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: code, claimCode, amount, bookingDate, currency, regulationItemType, payoutDetails.payoutType, payoutDetails.payoutStatus, regressDetails.recoveryType, regressDetails.recoveryStatus, reserveDetails.reserveType</i>
|
|
105
|
-
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: code, claimCode, currency</i>
|
|
106
|
-
* @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: amount, bookingDate, createdAt, updatedAt</i>
|
|
107
|
-
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: claim<i>
|
|
108
|
-
* @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: code, claimCode, amount, bookingDate, currency, regulationItemType, payoutDetails.payoutType, payoutDetails.payoutStatus, regressDetails.recoveryType, regressDetails.recoveryStatus, reserveDetails.reserveType</i>
|
|
109
|
-
* @param {*} [options] Override http request option.
|
|
110
|
-
* @deprecated
|
|
111
|
-
* @throws {RequiredError}
|
|
112
|
-
*/
|
|
113
|
-
listClaimRegulations1: (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
114
67
|
/**
|
|
115
68
|
* Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created. **Required Permissions** \"claim-management.regulations.update\"
|
|
116
69
|
* @summary Update the claim regulation item
|
|
@@ -121,17 +74,6 @@ export declare const ClaimRegulationsApiAxiosParamCreator: (configuration?: Conf
|
|
|
121
74
|
* @throws {RequiredError}
|
|
122
75
|
*/
|
|
123
76
|
updateClaimRegulation: (code: string, updateRegulationItemRequestDto: UpdateRegulationItemRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
124
|
-
/**
|
|
125
|
-
* Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created. **Required Permissions** \"claim-management.regulations.update\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
126
|
-
* @summary Update the claim regulation item
|
|
127
|
-
* @param {string} code Unique identifier for the object.
|
|
128
|
-
* @param {UpdateRegulationItemRequestDto} updateRegulationItemRequestDto
|
|
129
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
130
|
-
* @param {*} [options] Override http request option.
|
|
131
|
-
* @deprecated
|
|
132
|
-
* @throws {RequiredError}
|
|
133
|
-
*/
|
|
134
|
-
updateClaimRegulation1: (code: string, updateRegulationItemRequestDto: UpdateRegulationItemRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
135
77
|
};
|
|
136
78
|
/**
|
|
137
79
|
* ClaimRegulationsApi - functional programming interface
|
|
@@ -147,16 +89,6 @@ export declare const ClaimRegulationsApiFp: (configuration?: Configuration) => {
|
|
|
147
89
|
* @throws {RequiredError}
|
|
148
90
|
*/
|
|
149
91
|
createClaimRegulation(createRegulationItemRequestDto: CreateRegulationItemRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RegulationItemResponseClass>>;
|
|
150
|
-
/**
|
|
151
|
-
* This endpoint will create a new regulation item for a claim **Required Permissions** \"claim-management.regulations.create\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
152
|
-
* @summary Create the claim regulation item
|
|
153
|
-
* @param {CreateRegulationItemRequestDto} createRegulationItemRequestDto
|
|
154
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
155
|
-
* @param {*} [options] Override http request option.
|
|
156
|
-
* @deprecated
|
|
157
|
-
* @throws {RequiredError}
|
|
158
|
-
*/
|
|
159
|
-
createClaimRegulation1(createRegulationItemRequestDto: CreateRegulationItemRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RegulationItemResponseClass>>;
|
|
160
92
|
/**
|
|
161
93
|
* This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\"
|
|
162
94
|
* @summary Delete the claim regulation item
|
|
@@ -166,16 +98,6 @@ export declare const ClaimRegulationsApiFp: (configuration?: Configuration) => {
|
|
|
166
98
|
* @throws {RequiredError}
|
|
167
99
|
*/
|
|
168
100
|
deleteClaimRegulations(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
169
|
-
/**
|
|
170
|
-
* This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
171
|
-
* @summary Delete the claim regulation item
|
|
172
|
-
* @param {string} code Unique identifier for the object.
|
|
173
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
174
|
-
* @param {*} [options] Override http request option.
|
|
175
|
-
* @deprecated
|
|
176
|
-
* @throws {RequiredError}
|
|
177
|
-
*/
|
|
178
|
-
deleteClaimRegulations1(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
179
101
|
/**
|
|
180
102
|
* Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information. **Required Permissions** \"claim-management.regulations.view\"
|
|
181
103
|
* @summary Retrieve the claim regulation item
|
|
@@ -186,17 +108,6 @@ export declare const ClaimRegulationsApiFp: (configuration?: Configuration) => {
|
|
|
186
108
|
* @throws {RequiredError}
|
|
187
109
|
*/
|
|
188
110
|
getClaimRegulation(code: string, authorization?: string, expand?: 'claim', options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RegulationItemResponseClass>>;
|
|
189
|
-
/**
|
|
190
|
-
* Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information. **Required Permissions** \"claim-management.regulations.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
191
|
-
* @summary Retrieve the claim regulation item
|
|
192
|
-
* @param {string} code
|
|
193
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
194
|
-
* @param {'claim'} [expand]
|
|
195
|
-
* @param {*} [options] Override http request option.
|
|
196
|
-
* @deprecated
|
|
197
|
-
* @throws {RequiredError}
|
|
198
|
-
*/
|
|
199
|
-
getClaimRegulation1(code: string, authorization?: string, expand?: 'claim', options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RegulationItemResponseClass>>;
|
|
200
111
|
/**
|
|
201
112
|
* Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.regulations.view\"
|
|
202
113
|
* @summary List claim regulation items
|
|
@@ -212,22 +123,6 @@ export declare const ClaimRegulationsApiFp: (configuration?: Configuration) => {
|
|
|
212
123
|
* @throws {RequiredError}
|
|
213
124
|
*/
|
|
214
125
|
listClaimRegulations(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListRegulationsResponseClass>>;
|
|
215
|
-
/**
|
|
216
|
-
* Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.regulations.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
217
|
-
* @summary List claim regulation items
|
|
218
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
219
|
-
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
220
|
-
* @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.
|
|
221
|
-
* @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: code, claimCode, amount, bookingDate, currency, regulationItemType, payoutDetails.payoutType, payoutDetails.payoutStatus, regressDetails.recoveryType, regressDetails.recoveryStatus, reserveDetails.reserveType</i>
|
|
222
|
-
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: code, claimCode, currency</i>
|
|
223
|
-
* @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: amount, bookingDate, createdAt, updatedAt</i>
|
|
224
|
-
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: claim<i>
|
|
225
|
-
* @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: code, claimCode, amount, bookingDate, currency, regulationItemType, payoutDetails.payoutType, payoutDetails.payoutStatus, regressDetails.recoveryType, regressDetails.recoveryStatus, reserveDetails.reserveType</i>
|
|
226
|
-
* @param {*} [options] Override http request option.
|
|
227
|
-
* @deprecated
|
|
228
|
-
* @throws {RequiredError}
|
|
229
|
-
*/
|
|
230
|
-
listClaimRegulations1(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListRegulationsResponseClass>>;
|
|
231
126
|
/**
|
|
232
127
|
* Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created. **Required Permissions** \"claim-management.regulations.update\"
|
|
233
128
|
* @summary Update the claim regulation item
|
|
@@ -238,17 +133,6 @@ export declare const ClaimRegulationsApiFp: (configuration?: Configuration) => {
|
|
|
238
133
|
* @throws {RequiredError}
|
|
239
134
|
*/
|
|
240
135
|
updateClaimRegulation(code: string, updateRegulationItemRequestDto: UpdateRegulationItemRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RegulationItemResponseClass>>;
|
|
241
|
-
/**
|
|
242
|
-
* Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created. **Required Permissions** \"claim-management.regulations.update\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
243
|
-
* @summary Update the claim regulation item
|
|
244
|
-
* @param {string} code Unique identifier for the object.
|
|
245
|
-
* @param {UpdateRegulationItemRequestDto} updateRegulationItemRequestDto
|
|
246
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
247
|
-
* @param {*} [options] Override http request option.
|
|
248
|
-
* @deprecated
|
|
249
|
-
* @throws {RequiredError}
|
|
250
|
-
*/
|
|
251
|
-
updateClaimRegulation1(code: string, updateRegulationItemRequestDto: UpdateRegulationItemRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RegulationItemResponseClass>>;
|
|
252
136
|
};
|
|
253
137
|
/**
|
|
254
138
|
* ClaimRegulationsApi - factory interface
|
|
@@ -264,16 +148,6 @@ export declare const ClaimRegulationsApiFactory: (configuration?: Configuration,
|
|
|
264
148
|
* @throws {RequiredError}
|
|
265
149
|
*/
|
|
266
150
|
createClaimRegulation(createRegulationItemRequestDto: CreateRegulationItemRequestDto, authorization?: string, options?: any): AxiosPromise<RegulationItemResponseClass>;
|
|
267
|
-
/**
|
|
268
|
-
* This endpoint will create a new regulation item for a claim **Required Permissions** \"claim-management.regulations.create\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
269
|
-
* @summary Create the claim regulation item
|
|
270
|
-
* @param {CreateRegulationItemRequestDto} createRegulationItemRequestDto
|
|
271
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
272
|
-
* @param {*} [options] Override http request option.
|
|
273
|
-
* @deprecated
|
|
274
|
-
* @throws {RequiredError}
|
|
275
|
-
*/
|
|
276
|
-
createClaimRegulation1(createRegulationItemRequestDto: CreateRegulationItemRequestDto, authorization?: string, options?: any): AxiosPromise<RegulationItemResponseClass>;
|
|
277
151
|
/**
|
|
278
152
|
* This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\"
|
|
279
153
|
* @summary Delete the claim regulation item
|
|
@@ -283,16 +157,6 @@ export declare const ClaimRegulationsApiFactory: (configuration?: Configuration,
|
|
|
283
157
|
* @throws {RequiredError}
|
|
284
158
|
*/
|
|
285
159
|
deleteClaimRegulations(code: string, authorization?: string, options?: any): AxiosPromise<void>;
|
|
286
|
-
/**
|
|
287
|
-
* This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
288
|
-
* @summary Delete the claim regulation item
|
|
289
|
-
* @param {string} code Unique identifier for the object.
|
|
290
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
291
|
-
* @param {*} [options] Override http request option.
|
|
292
|
-
* @deprecated
|
|
293
|
-
* @throws {RequiredError}
|
|
294
|
-
*/
|
|
295
|
-
deleteClaimRegulations1(code: string, authorization?: string, options?: any): AxiosPromise<void>;
|
|
296
160
|
/**
|
|
297
161
|
* Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information. **Required Permissions** \"claim-management.regulations.view\"
|
|
298
162
|
* @summary Retrieve the claim regulation item
|
|
@@ -303,17 +167,6 @@ export declare const ClaimRegulationsApiFactory: (configuration?: Configuration,
|
|
|
303
167
|
* @throws {RequiredError}
|
|
304
168
|
*/
|
|
305
169
|
getClaimRegulation(code: string, authorization?: string, expand?: 'claim', options?: any): AxiosPromise<RegulationItemResponseClass>;
|
|
306
|
-
/**
|
|
307
|
-
* Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information. **Required Permissions** \"claim-management.regulations.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
308
|
-
* @summary Retrieve the claim regulation item
|
|
309
|
-
* @param {string} code
|
|
310
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
311
|
-
* @param {'claim'} [expand]
|
|
312
|
-
* @param {*} [options] Override http request option.
|
|
313
|
-
* @deprecated
|
|
314
|
-
* @throws {RequiredError}
|
|
315
|
-
*/
|
|
316
|
-
getClaimRegulation1(code: string, authorization?: string, expand?: 'claim', options?: any): AxiosPromise<RegulationItemResponseClass>;
|
|
317
170
|
/**
|
|
318
171
|
* Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.regulations.view\"
|
|
319
172
|
* @summary List claim regulation items
|
|
@@ -329,22 +182,6 @@ export declare const ClaimRegulationsApiFactory: (configuration?: Configuration,
|
|
|
329
182
|
* @throws {RequiredError}
|
|
330
183
|
*/
|
|
331
184
|
listClaimRegulations(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListRegulationsResponseClass>;
|
|
332
|
-
/**
|
|
333
|
-
* Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.regulations.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
334
|
-
* @summary List claim regulation items
|
|
335
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
336
|
-
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
337
|
-
* @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.
|
|
338
|
-
* @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: code, claimCode, amount, bookingDate, currency, regulationItemType, payoutDetails.payoutType, payoutDetails.payoutStatus, regressDetails.recoveryType, regressDetails.recoveryStatus, reserveDetails.reserveType</i>
|
|
339
|
-
* @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: code, claimCode, currency</i>
|
|
340
|
-
* @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: amount, bookingDate, createdAt, updatedAt</i>
|
|
341
|
-
* @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: claim<i>
|
|
342
|
-
* @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: code, claimCode, amount, bookingDate, currency, regulationItemType, payoutDetails.payoutType, payoutDetails.payoutStatus, regressDetails.recoveryType, regressDetails.recoveryStatus, reserveDetails.reserveType</i>
|
|
343
|
-
* @param {*} [options] Override http request option.
|
|
344
|
-
* @deprecated
|
|
345
|
-
* @throws {RequiredError}
|
|
346
|
-
*/
|
|
347
|
-
listClaimRegulations1(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListRegulationsResponseClass>;
|
|
348
185
|
/**
|
|
349
186
|
* Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created. **Required Permissions** \"claim-management.regulations.update\"
|
|
350
187
|
* @summary Update the claim regulation item
|
|
@@ -355,17 +192,6 @@ export declare const ClaimRegulationsApiFactory: (configuration?: Configuration,
|
|
|
355
192
|
* @throws {RequiredError}
|
|
356
193
|
*/
|
|
357
194
|
updateClaimRegulation(code: string, updateRegulationItemRequestDto: UpdateRegulationItemRequestDto, authorization?: string, options?: any): AxiosPromise<RegulationItemResponseClass>;
|
|
358
|
-
/**
|
|
359
|
-
* Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created. **Required Permissions** \"claim-management.regulations.update\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
360
|
-
* @summary Update the claim regulation item
|
|
361
|
-
* @param {string} code Unique identifier for the object.
|
|
362
|
-
* @param {UpdateRegulationItemRequestDto} updateRegulationItemRequestDto
|
|
363
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
364
|
-
* @param {*} [options] Override http request option.
|
|
365
|
-
* @deprecated
|
|
366
|
-
* @throws {RequiredError}
|
|
367
|
-
*/
|
|
368
|
-
updateClaimRegulation1(code: string, updateRegulationItemRequestDto: UpdateRegulationItemRequestDto, authorization?: string, options?: any): AxiosPromise<RegulationItemResponseClass>;
|
|
369
195
|
};
|
|
370
196
|
/**
|
|
371
197
|
* Request parameters for createClaimRegulation operation in ClaimRegulationsApi.
|
|
@@ -386,25 +212,6 @@ export interface ClaimRegulationsApiCreateClaimRegulationRequest {
|
|
|
386
212
|
*/
|
|
387
213
|
readonly authorization?: string;
|
|
388
214
|
}
|
|
389
|
-
/**
|
|
390
|
-
* Request parameters for createClaimRegulation1 operation in ClaimRegulationsApi.
|
|
391
|
-
* @export
|
|
392
|
-
* @interface ClaimRegulationsApiCreateClaimRegulation1Request
|
|
393
|
-
*/
|
|
394
|
-
export interface ClaimRegulationsApiCreateClaimRegulation1Request {
|
|
395
|
-
/**
|
|
396
|
-
*
|
|
397
|
-
* @type {CreateRegulationItemRequestDto}
|
|
398
|
-
* @memberof ClaimRegulationsApiCreateClaimRegulation1
|
|
399
|
-
*/
|
|
400
|
-
readonly createRegulationItemRequestDto: CreateRegulationItemRequestDto;
|
|
401
|
-
/**
|
|
402
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
403
|
-
* @type {string}
|
|
404
|
-
* @memberof ClaimRegulationsApiCreateClaimRegulation1
|
|
405
|
-
*/
|
|
406
|
-
readonly authorization?: string;
|
|
407
|
-
}
|
|
408
215
|
/**
|
|
409
216
|
* Request parameters for deleteClaimRegulations operation in ClaimRegulationsApi.
|
|
410
217
|
* @export
|
|
@@ -424,25 +231,6 @@ export interface ClaimRegulationsApiDeleteClaimRegulationsRequest {
|
|
|
424
231
|
*/
|
|
425
232
|
readonly authorization?: string;
|
|
426
233
|
}
|
|
427
|
-
/**
|
|
428
|
-
* Request parameters for deleteClaimRegulations1 operation in ClaimRegulationsApi.
|
|
429
|
-
* @export
|
|
430
|
-
* @interface ClaimRegulationsApiDeleteClaimRegulations1Request
|
|
431
|
-
*/
|
|
432
|
-
export interface ClaimRegulationsApiDeleteClaimRegulations1Request {
|
|
433
|
-
/**
|
|
434
|
-
* Unique identifier for the object.
|
|
435
|
-
* @type {string}
|
|
436
|
-
* @memberof ClaimRegulationsApiDeleteClaimRegulations1
|
|
437
|
-
*/
|
|
438
|
-
readonly code: string;
|
|
439
|
-
/**
|
|
440
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
441
|
-
* @type {string}
|
|
442
|
-
* @memberof ClaimRegulationsApiDeleteClaimRegulations1
|
|
443
|
-
*/
|
|
444
|
-
readonly authorization?: string;
|
|
445
|
-
}
|
|
446
234
|
/**
|
|
447
235
|
* Request parameters for getClaimRegulation operation in ClaimRegulationsApi.
|
|
448
236
|
* @export
|
|
@@ -468,31 +256,6 @@ export interface ClaimRegulationsApiGetClaimRegulationRequest {
|
|
|
468
256
|
*/
|
|
469
257
|
readonly expand?: 'claim';
|
|
470
258
|
}
|
|
471
|
-
/**
|
|
472
|
-
* Request parameters for getClaimRegulation1 operation in ClaimRegulationsApi.
|
|
473
|
-
* @export
|
|
474
|
-
* @interface ClaimRegulationsApiGetClaimRegulation1Request
|
|
475
|
-
*/
|
|
476
|
-
export interface ClaimRegulationsApiGetClaimRegulation1Request {
|
|
477
|
-
/**
|
|
478
|
-
*
|
|
479
|
-
* @type {string}
|
|
480
|
-
* @memberof ClaimRegulationsApiGetClaimRegulation1
|
|
481
|
-
*/
|
|
482
|
-
readonly code: string;
|
|
483
|
-
/**
|
|
484
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
485
|
-
* @type {string}
|
|
486
|
-
* @memberof ClaimRegulationsApiGetClaimRegulation1
|
|
487
|
-
*/
|
|
488
|
-
readonly authorization?: string;
|
|
489
|
-
/**
|
|
490
|
-
*
|
|
491
|
-
* @type {'claim'}
|
|
492
|
-
* @memberof ClaimRegulationsApiGetClaimRegulation1
|
|
493
|
-
*/
|
|
494
|
-
readonly expand?: 'claim';
|
|
495
|
-
}
|
|
496
259
|
/**
|
|
497
260
|
* Request parameters for listClaimRegulations operation in ClaimRegulationsApi.
|
|
498
261
|
* @export
|
|
@@ -548,61 +311,6 @@ export interface ClaimRegulationsApiListClaimRegulationsRequest {
|
|
|
548
311
|
*/
|
|
549
312
|
readonly filters?: string;
|
|
550
313
|
}
|
|
551
|
-
/**
|
|
552
|
-
* Request parameters for listClaimRegulations1 operation in ClaimRegulationsApi.
|
|
553
|
-
* @export
|
|
554
|
-
* @interface ClaimRegulationsApiListClaimRegulations1Request
|
|
555
|
-
*/
|
|
556
|
-
export interface ClaimRegulationsApiListClaimRegulations1Request {
|
|
557
|
-
/**
|
|
558
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
559
|
-
* @type {string}
|
|
560
|
-
* @memberof ClaimRegulationsApiListClaimRegulations1
|
|
561
|
-
*/
|
|
562
|
-
readonly authorization?: string;
|
|
563
|
-
/**
|
|
564
|
-
* A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
565
|
-
* @type {number}
|
|
566
|
-
* @memberof ClaimRegulationsApiListClaimRegulations1
|
|
567
|
-
*/
|
|
568
|
-
readonly pageSize?: number;
|
|
569
|
-
/**
|
|
570
|
-
* 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.
|
|
571
|
-
* @type {string}
|
|
572
|
-
* @memberof ClaimRegulationsApiListClaimRegulations1
|
|
573
|
-
*/
|
|
574
|
-
readonly pageToken?: string;
|
|
575
|
-
/**
|
|
576
|
-
* 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: code, claimCode, amount, bookingDate, currency, regulationItemType, payoutDetails.payoutType, payoutDetails.payoutStatus, regressDetails.recoveryType, regressDetails.recoveryStatus, reserveDetails.reserveType</i>
|
|
577
|
-
* @type {string}
|
|
578
|
-
* @memberof ClaimRegulationsApiListClaimRegulations1
|
|
579
|
-
*/
|
|
580
|
-
readonly filter?: string;
|
|
581
|
-
/**
|
|
582
|
-
* Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: code, claimCode, currency</i>
|
|
583
|
-
* @type {string}
|
|
584
|
-
* @memberof ClaimRegulationsApiListClaimRegulations1
|
|
585
|
-
*/
|
|
586
|
-
readonly search?: string;
|
|
587
|
-
/**
|
|
588
|
-
* 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: amount, bookingDate, createdAt, updatedAt</i>
|
|
589
|
-
* @type {string}
|
|
590
|
-
* @memberof ClaimRegulationsApiListClaimRegulations1
|
|
591
|
-
*/
|
|
592
|
-
readonly order?: string;
|
|
593
|
-
/**
|
|
594
|
-
* Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.<br/> <br/> <i>Allowed values: claim<i>
|
|
595
|
-
* @type {string}
|
|
596
|
-
* @memberof ClaimRegulationsApiListClaimRegulations1
|
|
597
|
-
*/
|
|
598
|
-
readonly expand?: string;
|
|
599
|
-
/**
|
|
600
|
-
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: code, claimCode, amount, bookingDate, currency, regulationItemType, payoutDetails.payoutType, payoutDetails.payoutStatus, regressDetails.recoveryType, regressDetails.recoveryStatus, reserveDetails.reserveType</i>
|
|
601
|
-
* @type {string}
|
|
602
|
-
* @memberof ClaimRegulationsApiListClaimRegulations1
|
|
603
|
-
*/
|
|
604
|
-
readonly filters?: string;
|
|
605
|
-
}
|
|
606
314
|
/**
|
|
607
315
|
* Request parameters for updateClaimRegulation operation in ClaimRegulationsApi.
|
|
608
316
|
* @export
|
|
@@ -628,31 +336,6 @@ export interface ClaimRegulationsApiUpdateClaimRegulationRequest {
|
|
|
628
336
|
*/
|
|
629
337
|
readonly authorization?: string;
|
|
630
338
|
}
|
|
631
|
-
/**
|
|
632
|
-
* Request parameters for updateClaimRegulation1 operation in ClaimRegulationsApi.
|
|
633
|
-
* @export
|
|
634
|
-
* @interface ClaimRegulationsApiUpdateClaimRegulation1Request
|
|
635
|
-
*/
|
|
636
|
-
export interface ClaimRegulationsApiUpdateClaimRegulation1Request {
|
|
637
|
-
/**
|
|
638
|
-
* Unique identifier for the object.
|
|
639
|
-
* @type {string}
|
|
640
|
-
* @memberof ClaimRegulationsApiUpdateClaimRegulation1
|
|
641
|
-
*/
|
|
642
|
-
readonly code: string;
|
|
643
|
-
/**
|
|
644
|
-
*
|
|
645
|
-
* @type {UpdateRegulationItemRequestDto}
|
|
646
|
-
* @memberof ClaimRegulationsApiUpdateClaimRegulation1
|
|
647
|
-
*/
|
|
648
|
-
readonly updateRegulationItemRequestDto: UpdateRegulationItemRequestDto;
|
|
649
|
-
/**
|
|
650
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
651
|
-
* @type {string}
|
|
652
|
-
* @memberof ClaimRegulationsApiUpdateClaimRegulation1
|
|
653
|
-
*/
|
|
654
|
-
readonly authorization?: string;
|
|
655
|
-
}
|
|
656
339
|
/**
|
|
657
340
|
* ClaimRegulationsApi - object-oriented interface
|
|
658
341
|
* @export
|
|
@@ -669,16 +352,6 @@ export declare class ClaimRegulationsApi extends BaseAPI {
|
|
|
669
352
|
* @memberof ClaimRegulationsApi
|
|
670
353
|
*/
|
|
671
354
|
createClaimRegulation(requestParameters: ClaimRegulationsApiCreateClaimRegulationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RegulationItemResponseClass, any, {}>>;
|
|
672
|
-
/**
|
|
673
|
-
* This endpoint will create a new regulation item for a claim **Required Permissions** \"claim-management.regulations.create\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
674
|
-
* @summary Create the claim regulation item
|
|
675
|
-
* @param {ClaimRegulationsApiCreateClaimRegulation1Request} requestParameters Request parameters.
|
|
676
|
-
* @param {*} [options] Override http request option.
|
|
677
|
-
* @deprecated
|
|
678
|
-
* @throws {RequiredError}
|
|
679
|
-
* @memberof ClaimRegulationsApi
|
|
680
|
-
*/
|
|
681
|
-
createClaimRegulation1(requestParameters: ClaimRegulationsApiCreateClaimRegulation1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RegulationItemResponseClass, any, {}>>;
|
|
682
355
|
/**
|
|
683
356
|
* This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\"
|
|
684
357
|
* @summary Delete the claim regulation item
|
|
@@ -688,16 +361,6 @@ export declare class ClaimRegulationsApi extends BaseAPI {
|
|
|
688
361
|
* @memberof ClaimRegulationsApi
|
|
689
362
|
*/
|
|
690
363
|
deleteClaimRegulations(requestParameters: ClaimRegulationsApiDeleteClaimRegulationsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
691
|
-
/**
|
|
692
|
-
* This will delete the regulation item identified by the code. **Required Permissions** \"claim-management.regulations.delete\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
693
|
-
* @summary Delete the claim regulation item
|
|
694
|
-
* @param {ClaimRegulationsApiDeleteClaimRegulations1Request} requestParameters Request parameters.
|
|
695
|
-
* @param {*} [options] Override http request option.
|
|
696
|
-
* @deprecated
|
|
697
|
-
* @throws {RequiredError}
|
|
698
|
-
* @memberof ClaimRegulationsApi
|
|
699
|
-
*/
|
|
700
|
-
deleteClaimRegulations1(requestParameters: ClaimRegulationsApiDeleteClaimRegulations1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
701
364
|
/**
|
|
702
365
|
* Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information. **Required Permissions** \"claim-management.regulations.view\"
|
|
703
366
|
* @summary Retrieve the claim regulation item
|
|
@@ -707,16 +370,6 @@ export declare class ClaimRegulationsApi extends BaseAPI {
|
|
|
707
370
|
* @memberof ClaimRegulationsApi
|
|
708
371
|
*/
|
|
709
372
|
getClaimRegulation(requestParameters: ClaimRegulationsApiGetClaimRegulationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RegulationItemResponseClass, any, {}>>;
|
|
710
|
-
/**
|
|
711
|
-
* Retrieves the details of the claim regulation item that was previously created. Supply the unique claim regulation item code that was returned when you created it and Emil Api will return the corresponding claim regulation item information. **Required Permissions** \"claim-management.regulations.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
712
|
-
* @summary Retrieve the claim regulation item
|
|
713
|
-
* @param {ClaimRegulationsApiGetClaimRegulation1Request} requestParameters Request parameters.
|
|
714
|
-
* @param {*} [options] Override http request option.
|
|
715
|
-
* @deprecated
|
|
716
|
-
* @throws {RequiredError}
|
|
717
|
-
* @memberof ClaimRegulationsApi
|
|
718
|
-
*/
|
|
719
|
-
getClaimRegulation1(requestParameters: ClaimRegulationsApiGetClaimRegulation1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RegulationItemResponseClass, any, {}>>;
|
|
720
373
|
/**
|
|
721
374
|
* Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.regulations.view\"
|
|
722
375
|
* @summary List claim regulation items
|
|
@@ -726,16 +379,6 @@ export declare class ClaimRegulationsApi extends BaseAPI {
|
|
|
726
379
|
* @memberof ClaimRegulationsApi
|
|
727
380
|
*/
|
|
728
381
|
listClaimRegulations(requestParameters?: ClaimRegulationsApiListClaimRegulationsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListRegulationsResponseClass, any, {}>>;
|
|
729
|
-
/**
|
|
730
|
-
* Returns a list of claim regulation items you have previously created. The claim regulation items are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.regulations.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
731
|
-
* @summary List claim regulation items
|
|
732
|
-
* @param {ClaimRegulationsApiListClaimRegulations1Request} requestParameters Request parameters.
|
|
733
|
-
* @param {*} [options] Override http request option.
|
|
734
|
-
* @deprecated
|
|
735
|
-
* @throws {RequiredError}
|
|
736
|
-
* @memberof ClaimRegulationsApi
|
|
737
|
-
*/
|
|
738
|
-
listClaimRegulations1(requestParameters?: ClaimRegulationsApiListClaimRegulations1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListRegulationsResponseClass, any, {}>>;
|
|
739
382
|
/**
|
|
740
383
|
* Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created. **Required Permissions** \"claim-management.regulations.update\"
|
|
741
384
|
* @summary Update the claim regulation item
|
|
@@ -745,14 +388,4 @@ export declare class ClaimRegulationsApi extends BaseAPI {
|
|
|
745
388
|
* @memberof ClaimRegulationsApi
|
|
746
389
|
*/
|
|
747
390
|
updateClaimRegulation(requestParameters: ClaimRegulationsApiUpdateClaimRegulationRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RegulationItemResponseClass, any, {}>>;
|
|
748
|
-
/**
|
|
749
|
-
* Update a regulation item status and some other fields identified by it\'s code. A Regulation item type cannot be changed once created e.g. to change a regulation from PAYOUT to RESERVE. In case of mistakes the current regulation item should be deleted and another item should be created. **Required Permissions** \"claim-management.regulations.update\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
|
|
750
|
-
* @summary Update the claim regulation item
|
|
751
|
-
* @param {ClaimRegulationsApiUpdateClaimRegulation1Request} requestParameters Request parameters.
|
|
752
|
-
* @param {*} [options] Override http request option.
|
|
753
|
-
* @deprecated
|
|
754
|
-
* @throws {RequiredError}
|
|
755
|
-
* @memberof ClaimRegulationsApi
|
|
756
|
-
*/
|
|
757
|
-
updateClaimRegulation1(requestParameters: ClaimRegulationsApiUpdateClaimRegulation1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<RegulationItemResponseClass, any, {}>>;
|
|
758
391
|
}
|