@emilgroup/claim-sdk 1.40.1-beta.7 → 1.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +0 -10
- package/README.md +2 -2
- package/api/claim-partner-roles-api.ts +6 -613
- package/api/claim-partners-api.ts +0 -504
- package/api/claim-regulations-api.ts +3 -624
- package/api/claim-statuses-api.ts +5 -728
- package/api/claims-api.ts +4 -828
- package/api/health-check-api.ts +0 -62
- package/api/settlements-api.ts +6 -613
- package/api.ts +0 -2
- package/dist/api/claim-partner-roles-api.d.ts +0 -338
- package/dist/api/claim-partner-roles-api.js +0 -505
- package/dist/api/claim-partners-api.d.ts +0 -283
- package/dist/api/claim-partners-api.js +0 -412
- package/dist/api/claim-regulations-api.d.ts +0 -347
- package/dist/api/claim-regulations-api.js +0 -511
- package/dist/api/claim-statuses-api.d.ts +0 -402
- package/dist/api/claim-statuses-api.js +11 -615
- package/dist/api/claims-api.d.ts +0 -457
- package/dist/api/claims-api.js +30 -726
- package/dist/api/health-check-api.d.ts +0 -29
- package/dist/api/health-check-api.js +0 -69
- package/dist/api/settlements-api.d.ts +0 -338
- package/dist/api/settlements-api.js +0 -505
- 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 -1316
- package/dist/api/claim-positions-api.d.ts +0 -740
- package/dist/api/claim-positions-api.js +0 -1157
- 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
|
@@ -31,16 +31,6 @@ export declare const ClaimPartnersApiAxiosParamCreator: (configuration?: Configu
|
|
|
31
31
|
* @throws {RequiredError}
|
|
32
32
|
*/
|
|
33
33
|
createClaimPartner: (claimCode: string, createClaimPartnerRequestDto: CreateClaimPartnerRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
34
|
-
/**
|
|
35
|
-
* This will create a claim partner. **Required Permissions** \"claim-management.partners.create\"
|
|
36
|
-
* @summary Create the claim partner
|
|
37
|
-
* @param {string} claimCode Unique identifier for the claim object.
|
|
38
|
-
* @param {CreateClaimPartnerRequestDto} createClaimPartnerRequestDto
|
|
39
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
40
|
-
* @param {*} [options] Override http request option.
|
|
41
|
-
* @throws {RequiredError}
|
|
42
|
-
*/
|
|
43
|
-
createClaimPartner1: (claimCode: string, createClaimPartnerRequestDto: CreateClaimPartnerRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
44
34
|
/**
|
|
45
35
|
* Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it. **Required Permissions** \"claim-management.partners.delete\"
|
|
46
36
|
* @summary Delete the claim partner
|
|
@@ -50,15 +40,6 @@ export declare const ClaimPartnersApiAxiosParamCreator: (configuration?: Configu
|
|
|
50
40
|
* @throws {RequiredError}
|
|
51
41
|
*/
|
|
52
42
|
deleteClaimPartner: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
53
|
-
/**
|
|
54
|
-
* Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it. **Required Permissions** \"claim-management.partners.delete\"
|
|
55
|
-
* @summary Delete the claim partner
|
|
56
|
-
* @param {number} id
|
|
57
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
58
|
-
* @param {*} [options] Override http request option.
|
|
59
|
-
* @throws {RequiredError}
|
|
60
|
-
*/
|
|
61
|
-
deleteClaimPartner1: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
62
43
|
/**
|
|
63
44
|
* Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information. **Required Permissions** \"claim-management.partners.view\"
|
|
64
45
|
* @summary Retrieve the claim partner
|
|
@@ -68,15 +49,6 @@ export declare const ClaimPartnersApiAxiosParamCreator: (configuration?: Configu
|
|
|
68
49
|
* @throws {RequiredError}
|
|
69
50
|
*/
|
|
70
51
|
getClaimPartner: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
71
|
-
/**
|
|
72
|
-
* Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information. **Required Permissions** \"claim-management.partners.view\"
|
|
73
|
-
* @summary Retrieve the claim partner
|
|
74
|
-
* @param {number} id
|
|
75
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
76
|
-
* @param {*} [options] Override http request option.
|
|
77
|
-
* @throws {RequiredError}
|
|
78
|
-
*/
|
|
79
|
-
getClaimPartner1: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
80
52
|
/**
|
|
81
53
|
* Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partners.view\"
|
|
82
54
|
* @summary List claim partners
|
|
@@ -92,21 +64,6 @@ export declare const ClaimPartnersApiAxiosParamCreator: (configuration?: Configu
|
|
|
92
64
|
* @throws {RequiredError}
|
|
93
65
|
*/
|
|
94
66
|
listClaimPartners: (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
95
|
-
/**
|
|
96
|
-
* Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partners.view\"
|
|
97
|
-
* @summary List claim partners
|
|
98
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
99
|
-
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
100
|
-
* @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.
|
|
101
|
-
* @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: partnerCode, claimPartnerRoleCode, claimCode</i>
|
|
102
|
-
* @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: partnerCode, claimPartnerRoleCode, claimCode</i>
|
|
103
|
-
* @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, createdAt, updatedAt</i>
|
|
104
|
-
* @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: role, partner<i>
|
|
105
|
-
* @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: partnerCode, claimPartnerRoleCode, claimCode</i>
|
|
106
|
-
* @param {*} [options] Override http request option.
|
|
107
|
-
* @throws {RequiredError}
|
|
108
|
-
*/
|
|
109
|
-
listClaimPartners1: (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
110
67
|
};
|
|
111
68
|
/**
|
|
112
69
|
* ClaimPartnersApi - functional programming interface
|
|
@@ -123,16 +80,6 @@ export declare const ClaimPartnersApiFp: (configuration?: Configuration) => {
|
|
|
123
80
|
* @throws {RequiredError}
|
|
124
81
|
*/
|
|
125
82
|
createClaimPartner(claimCode: string, createClaimPartnerRequestDto: CreateClaimPartnerRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateClaimPartnerResponseClass>>;
|
|
126
|
-
/**
|
|
127
|
-
* This will create a claim partner. **Required Permissions** \"claim-management.partners.create\"
|
|
128
|
-
* @summary Create the claim partner
|
|
129
|
-
* @param {string} claimCode Unique identifier for the claim object.
|
|
130
|
-
* @param {CreateClaimPartnerRequestDto} createClaimPartnerRequestDto
|
|
131
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
132
|
-
* @param {*} [options] Override http request option.
|
|
133
|
-
* @throws {RequiredError}
|
|
134
|
-
*/
|
|
135
|
-
createClaimPartner1(claimCode: string, createClaimPartnerRequestDto: CreateClaimPartnerRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateClaimPartnerResponseClass>>;
|
|
136
83
|
/**
|
|
137
84
|
* Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it. **Required Permissions** \"claim-management.partners.delete\"
|
|
138
85
|
* @summary Delete the claim partner
|
|
@@ -142,15 +89,6 @@ export declare const ClaimPartnersApiFp: (configuration?: Configuration) => {
|
|
|
142
89
|
* @throws {RequiredError}
|
|
143
90
|
*/
|
|
144
91
|
deleteClaimPartner(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
145
|
-
/**
|
|
146
|
-
* Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it. **Required Permissions** \"claim-management.partners.delete\"
|
|
147
|
-
* @summary Delete the claim partner
|
|
148
|
-
* @param {number} id
|
|
149
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
150
|
-
* @param {*} [options] Override http request option.
|
|
151
|
-
* @throws {RequiredError}
|
|
152
|
-
*/
|
|
153
|
-
deleteClaimPartner1(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
154
92
|
/**
|
|
155
93
|
* Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information. **Required Permissions** \"claim-management.partners.view\"
|
|
156
94
|
* @summary Retrieve the claim partner
|
|
@@ -160,15 +98,6 @@ export declare const ClaimPartnersApiFp: (configuration?: Configuration) => {
|
|
|
160
98
|
* @throws {RequiredError}
|
|
161
99
|
*/
|
|
162
100
|
getClaimPartner(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetClaimPartnerResponseClass>>;
|
|
163
|
-
/**
|
|
164
|
-
* Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information. **Required Permissions** \"claim-management.partners.view\"
|
|
165
|
-
* @summary Retrieve the claim partner
|
|
166
|
-
* @param {number} id
|
|
167
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
168
|
-
* @param {*} [options] Override http request option.
|
|
169
|
-
* @throws {RequiredError}
|
|
170
|
-
*/
|
|
171
|
-
getClaimPartner1(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetClaimPartnerResponseClass>>;
|
|
172
101
|
/**
|
|
173
102
|
* Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partners.view\"
|
|
174
103
|
* @summary List claim partners
|
|
@@ -184,21 +113,6 @@ export declare const ClaimPartnersApiFp: (configuration?: Configuration) => {
|
|
|
184
113
|
* @throws {RequiredError}
|
|
185
114
|
*/
|
|
186
115
|
listClaimPartners(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListClaimPartnersResponseClass>>;
|
|
187
|
-
/**
|
|
188
|
-
* Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partners.view\"
|
|
189
|
-
* @summary List claim partners
|
|
190
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
191
|
-
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
192
|
-
* @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.
|
|
193
|
-
* @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: partnerCode, claimPartnerRoleCode, claimCode</i>
|
|
194
|
-
* @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: partnerCode, claimPartnerRoleCode, claimCode</i>
|
|
195
|
-
* @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, createdAt, updatedAt</i>
|
|
196
|
-
* @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: role, partner<i>
|
|
197
|
-
* @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: partnerCode, claimPartnerRoleCode, claimCode</i>
|
|
198
|
-
* @param {*} [options] Override http request option.
|
|
199
|
-
* @throws {RequiredError}
|
|
200
|
-
*/
|
|
201
|
-
listClaimPartners1(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListClaimPartnersResponseClass>>;
|
|
202
116
|
};
|
|
203
117
|
/**
|
|
204
118
|
* ClaimPartnersApi - factory interface
|
|
@@ -215,16 +129,6 @@ export declare const ClaimPartnersApiFactory: (configuration?: Configuration, ba
|
|
|
215
129
|
* @throws {RequiredError}
|
|
216
130
|
*/
|
|
217
131
|
createClaimPartner(claimCode: string, createClaimPartnerRequestDto: CreateClaimPartnerRequestDto, authorization?: string, options?: any): AxiosPromise<CreateClaimPartnerResponseClass>;
|
|
218
|
-
/**
|
|
219
|
-
* This will create a claim partner. **Required Permissions** \"claim-management.partners.create\"
|
|
220
|
-
* @summary Create the claim partner
|
|
221
|
-
* @param {string} claimCode Unique identifier for the claim object.
|
|
222
|
-
* @param {CreateClaimPartnerRequestDto} createClaimPartnerRequestDto
|
|
223
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
224
|
-
* @param {*} [options] Override http request option.
|
|
225
|
-
* @throws {RequiredError}
|
|
226
|
-
*/
|
|
227
|
-
createClaimPartner1(claimCode: string, createClaimPartnerRequestDto: CreateClaimPartnerRequestDto, authorization?: string, options?: any): AxiosPromise<CreateClaimPartnerResponseClass>;
|
|
228
132
|
/**
|
|
229
133
|
* Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it. **Required Permissions** \"claim-management.partners.delete\"
|
|
230
134
|
* @summary Delete the claim partner
|
|
@@ -234,15 +138,6 @@ export declare const ClaimPartnersApiFactory: (configuration?: Configuration, ba
|
|
|
234
138
|
* @throws {RequiredError}
|
|
235
139
|
*/
|
|
236
140
|
deleteClaimPartner(id: number, authorization?: string, options?: any): AxiosPromise<void>;
|
|
237
|
-
/**
|
|
238
|
-
* Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it. **Required Permissions** \"claim-management.partners.delete\"
|
|
239
|
-
* @summary Delete the claim partner
|
|
240
|
-
* @param {number} id
|
|
241
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
242
|
-
* @param {*} [options] Override http request option.
|
|
243
|
-
* @throws {RequiredError}
|
|
244
|
-
*/
|
|
245
|
-
deleteClaimPartner1(id: number, authorization?: string, options?: any): AxiosPromise<void>;
|
|
246
141
|
/**
|
|
247
142
|
* Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information. **Required Permissions** \"claim-management.partners.view\"
|
|
248
143
|
* @summary Retrieve the claim partner
|
|
@@ -252,15 +147,6 @@ export declare const ClaimPartnersApiFactory: (configuration?: Configuration, ba
|
|
|
252
147
|
* @throws {RequiredError}
|
|
253
148
|
*/
|
|
254
149
|
getClaimPartner(id: number, authorization?: string, options?: any): AxiosPromise<GetClaimPartnerResponseClass>;
|
|
255
|
-
/**
|
|
256
|
-
* Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information. **Required Permissions** \"claim-management.partners.view\"
|
|
257
|
-
* @summary Retrieve the claim partner
|
|
258
|
-
* @param {number} id
|
|
259
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
260
|
-
* @param {*} [options] Override http request option.
|
|
261
|
-
* @throws {RequiredError}
|
|
262
|
-
*/
|
|
263
|
-
getClaimPartner1(id: number, authorization?: string, options?: any): AxiosPromise<GetClaimPartnerResponseClass>;
|
|
264
150
|
/**
|
|
265
151
|
* Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partners.view\"
|
|
266
152
|
* @summary List claim partners
|
|
@@ -276,21 +162,6 @@ export declare const ClaimPartnersApiFactory: (configuration?: Configuration, ba
|
|
|
276
162
|
* @throws {RequiredError}
|
|
277
163
|
*/
|
|
278
164
|
listClaimPartners(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListClaimPartnersResponseClass>;
|
|
279
|
-
/**
|
|
280
|
-
* Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partners.view\"
|
|
281
|
-
* @summary List claim partners
|
|
282
|
-
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
283
|
-
* @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
284
|
-
* @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.
|
|
285
|
-
* @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: partnerCode, claimPartnerRoleCode, claimCode</i>
|
|
286
|
-
* @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: partnerCode, claimPartnerRoleCode, claimCode</i>
|
|
287
|
-
* @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, createdAt, updatedAt</i>
|
|
288
|
-
* @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: role, partner<i>
|
|
289
|
-
* @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: partnerCode, claimPartnerRoleCode, claimCode</i>
|
|
290
|
-
* @param {*} [options] Override http request option.
|
|
291
|
-
* @throws {RequiredError}
|
|
292
|
-
*/
|
|
293
|
-
listClaimPartners1(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListClaimPartnersResponseClass>;
|
|
294
165
|
};
|
|
295
166
|
/**
|
|
296
167
|
* Request parameters for createClaimPartner operation in ClaimPartnersApi.
|
|
@@ -317,31 +188,6 @@ export interface ClaimPartnersApiCreateClaimPartnerRequest {
|
|
|
317
188
|
*/
|
|
318
189
|
readonly authorization?: string;
|
|
319
190
|
}
|
|
320
|
-
/**
|
|
321
|
-
* Request parameters for createClaimPartner1 operation in ClaimPartnersApi.
|
|
322
|
-
* @export
|
|
323
|
-
* @interface ClaimPartnersApiCreateClaimPartner1Request
|
|
324
|
-
*/
|
|
325
|
-
export interface ClaimPartnersApiCreateClaimPartner1Request {
|
|
326
|
-
/**
|
|
327
|
-
* Unique identifier for the claim object.
|
|
328
|
-
* @type {string}
|
|
329
|
-
* @memberof ClaimPartnersApiCreateClaimPartner1
|
|
330
|
-
*/
|
|
331
|
-
readonly claimCode: string;
|
|
332
|
-
/**
|
|
333
|
-
*
|
|
334
|
-
* @type {CreateClaimPartnerRequestDto}
|
|
335
|
-
* @memberof ClaimPartnersApiCreateClaimPartner1
|
|
336
|
-
*/
|
|
337
|
-
readonly createClaimPartnerRequestDto: CreateClaimPartnerRequestDto;
|
|
338
|
-
/**
|
|
339
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
340
|
-
* @type {string}
|
|
341
|
-
* @memberof ClaimPartnersApiCreateClaimPartner1
|
|
342
|
-
*/
|
|
343
|
-
readonly authorization?: string;
|
|
344
|
-
}
|
|
345
191
|
/**
|
|
346
192
|
* Request parameters for deleteClaimPartner operation in ClaimPartnersApi.
|
|
347
193
|
* @export
|
|
@@ -361,25 +207,6 @@ export interface ClaimPartnersApiDeleteClaimPartnerRequest {
|
|
|
361
207
|
*/
|
|
362
208
|
readonly authorization?: string;
|
|
363
209
|
}
|
|
364
|
-
/**
|
|
365
|
-
* Request parameters for deleteClaimPartner1 operation in ClaimPartnersApi.
|
|
366
|
-
* @export
|
|
367
|
-
* @interface ClaimPartnersApiDeleteClaimPartner1Request
|
|
368
|
-
*/
|
|
369
|
-
export interface ClaimPartnersApiDeleteClaimPartner1Request {
|
|
370
|
-
/**
|
|
371
|
-
*
|
|
372
|
-
* @type {number}
|
|
373
|
-
* @memberof ClaimPartnersApiDeleteClaimPartner1
|
|
374
|
-
*/
|
|
375
|
-
readonly id: number;
|
|
376
|
-
/**
|
|
377
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
378
|
-
* @type {string}
|
|
379
|
-
* @memberof ClaimPartnersApiDeleteClaimPartner1
|
|
380
|
-
*/
|
|
381
|
-
readonly authorization?: string;
|
|
382
|
-
}
|
|
383
210
|
/**
|
|
384
211
|
* Request parameters for getClaimPartner operation in ClaimPartnersApi.
|
|
385
212
|
* @export
|
|
@@ -399,25 +226,6 @@ export interface ClaimPartnersApiGetClaimPartnerRequest {
|
|
|
399
226
|
*/
|
|
400
227
|
readonly authorization?: string;
|
|
401
228
|
}
|
|
402
|
-
/**
|
|
403
|
-
* Request parameters for getClaimPartner1 operation in ClaimPartnersApi.
|
|
404
|
-
* @export
|
|
405
|
-
* @interface ClaimPartnersApiGetClaimPartner1Request
|
|
406
|
-
*/
|
|
407
|
-
export interface ClaimPartnersApiGetClaimPartner1Request {
|
|
408
|
-
/**
|
|
409
|
-
*
|
|
410
|
-
* @type {number}
|
|
411
|
-
* @memberof ClaimPartnersApiGetClaimPartner1
|
|
412
|
-
*/
|
|
413
|
-
readonly id: number;
|
|
414
|
-
/**
|
|
415
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
416
|
-
* @type {string}
|
|
417
|
-
* @memberof ClaimPartnersApiGetClaimPartner1
|
|
418
|
-
*/
|
|
419
|
-
readonly authorization?: string;
|
|
420
|
-
}
|
|
421
229
|
/**
|
|
422
230
|
* Request parameters for listClaimPartners operation in ClaimPartnersApi.
|
|
423
231
|
* @export
|
|
@@ -473,61 +281,6 @@ export interface ClaimPartnersApiListClaimPartnersRequest {
|
|
|
473
281
|
*/
|
|
474
282
|
readonly filters?: string;
|
|
475
283
|
}
|
|
476
|
-
/**
|
|
477
|
-
* Request parameters for listClaimPartners1 operation in ClaimPartnersApi.
|
|
478
|
-
* @export
|
|
479
|
-
* @interface ClaimPartnersApiListClaimPartners1Request
|
|
480
|
-
*/
|
|
481
|
-
export interface ClaimPartnersApiListClaimPartners1Request {
|
|
482
|
-
/**
|
|
483
|
-
* Bearer Token: provided by the login endpoint under the name accessToken.
|
|
484
|
-
* @type {string}
|
|
485
|
-
* @memberof ClaimPartnersApiListClaimPartners1
|
|
486
|
-
*/
|
|
487
|
-
readonly authorization?: string;
|
|
488
|
-
/**
|
|
489
|
-
* A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
490
|
-
* @type {number}
|
|
491
|
-
* @memberof ClaimPartnersApiListClaimPartners1
|
|
492
|
-
*/
|
|
493
|
-
readonly pageSize?: number;
|
|
494
|
-
/**
|
|
495
|
-
* 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.
|
|
496
|
-
* @type {string}
|
|
497
|
-
* @memberof ClaimPartnersApiListClaimPartners1
|
|
498
|
-
*/
|
|
499
|
-
readonly pageToken?: string;
|
|
500
|
-
/**
|
|
501
|
-
* 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: partnerCode, claimPartnerRoleCode, claimCode</i>
|
|
502
|
-
* @type {string}
|
|
503
|
-
* @memberof ClaimPartnersApiListClaimPartners1
|
|
504
|
-
*/
|
|
505
|
-
readonly filter?: string;
|
|
506
|
-
/**
|
|
507
|
-
* Search the response for matches in any searchable field. Use filter instead where possible for improved performance.<br/> <br/> <i>Searchable fields: partnerCode, claimPartnerRoleCode, claimCode</i>
|
|
508
|
-
* @type {string}
|
|
509
|
-
* @memberof ClaimPartnersApiListClaimPartners1
|
|
510
|
-
*/
|
|
511
|
-
readonly search?: string;
|
|
512
|
-
/**
|
|
513
|
-
* 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, createdAt, updatedAt</i>
|
|
514
|
-
* @type {string}
|
|
515
|
-
* @memberof ClaimPartnersApiListClaimPartners1
|
|
516
|
-
*/
|
|
517
|
-
readonly order?: string;
|
|
518
|
-
/**
|
|
519
|
-
* 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: role, partner<i>
|
|
520
|
-
* @type {string}
|
|
521
|
-
* @memberof ClaimPartnersApiListClaimPartners1
|
|
522
|
-
*/
|
|
523
|
-
readonly expand?: string;
|
|
524
|
-
/**
|
|
525
|
-
* Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.<br/> <br/> <i>Allowed values: partnerCode, claimPartnerRoleCode, claimCode</i>
|
|
526
|
-
* @type {string}
|
|
527
|
-
* @memberof ClaimPartnersApiListClaimPartners1
|
|
528
|
-
*/
|
|
529
|
-
readonly filters?: string;
|
|
530
|
-
}
|
|
531
284
|
/**
|
|
532
285
|
* ClaimPartnersApi - object-oriented interface
|
|
533
286
|
* @export
|
|
@@ -544,15 +297,6 @@ export declare class ClaimPartnersApi extends BaseAPI {
|
|
|
544
297
|
* @memberof ClaimPartnersApi
|
|
545
298
|
*/
|
|
546
299
|
createClaimPartner(requestParameters: ClaimPartnersApiCreateClaimPartnerRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateClaimPartnerResponseClass, any, {}>>;
|
|
547
|
-
/**
|
|
548
|
-
* This will create a claim partner. **Required Permissions** \"claim-management.partners.create\"
|
|
549
|
-
* @summary Create the claim partner
|
|
550
|
-
* @param {ClaimPartnersApiCreateClaimPartner1Request} requestParameters Request parameters.
|
|
551
|
-
* @param {*} [options] Override http request option.
|
|
552
|
-
* @throws {RequiredError}
|
|
553
|
-
* @memberof ClaimPartnersApi
|
|
554
|
-
*/
|
|
555
|
-
createClaimPartner1(requestParameters: ClaimPartnersApiCreateClaimPartner1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateClaimPartnerResponseClass, any, {}>>;
|
|
556
300
|
/**
|
|
557
301
|
* Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it. **Required Permissions** \"claim-management.partners.delete\"
|
|
558
302
|
* @summary Delete the claim partner
|
|
@@ -562,15 +306,6 @@ export declare class ClaimPartnersApi extends BaseAPI {
|
|
|
562
306
|
* @memberof ClaimPartnersApi
|
|
563
307
|
*/
|
|
564
308
|
deleteClaimPartner(requestParameters: ClaimPartnersApiDeleteClaimPartnerRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
565
|
-
/**
|
|
566
|
-
* Permanently deletes the claim partner. Supply the unique id that was returned when you created the claim partner and this will delete it. **Required Permissions** \"claim-management.partners.delete\"
|
|
567
|
-
* @summary Delete the claim partner
|
|
568
|
-
* @param {ClaimPartnersApiDeleteClaimPartner1Request} requestParameters Request parameters.
|
|
569
|
-
* @param {*} [options] Override http request option.
|
|
570
|
-
* @throws {RequiredError}
|
|
571
|
-
* @memberof ClaimPartnersApi
|
|
572
|
-
*/
|
|
573
|
-
deleteClaimPartner1(requestParameters: ClaimPartnersApiDeleteClaimPartner1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
574
309
|
/**
|
|
575
310
|
* Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information. **Required Permissions** \"claim-management.partners.view\"
|
|
576
311
|
* @summary Retrieve the claim partner
|
|
@@ -580,15 +315,6 @@ export declare class ClaimPartnersApi extends BaseAPI {
|
|
|
580
315
|
* @memberof ClaimPartnersApi
|
|
581
316
|
*/
|
|
582
317
|
getClaimPartner(requestParameters: ClaimPartnersApiGetClaimPartnerRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetClaimPartnerResponseClass, any, {}>>;
|
|
583
|
-
/**
|
|
584
|
-
* Retrieves the details of the claim partner that was previously created. Supply the unique claim partner id that was returned when you created it and Emil Api will return the corresponding claim partner information. **Required Permissions** \"claim-management.partners.view\"
|
|
585
|
-
* @summary Retrieve the claim partner
|
|
586
|
-
* @param {ClaimPartnersApiGetClaimPartner1Request} requestParameters Request parameters.
|
|
587
|
-
* @param {*} [options] Override http request option.
|
|
588
|
-
* @throws {RequiredError}
|
|
589
|
-
* @memberof ClaimPartnersApi
|
|
590
|
-
*/
|
|
591
|
-
getClaimPartner1(requestParameters: ClaimPartnersApiGetClaimPartner1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetClaimPartnerResponseClass, any, {}>>;
|
|
592
318
|
/**
|
|
593
319
|
* Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partners.view\"
|
|
594
320
|
* @summary List claim partners
|
|
@@ -598,13 +324,4 @@ export declare class ClaimPartnersApi extends BaseAPI {
|
|
|
598
324
|
* @memberof ClaimPartnersApi
|
|
599
325
|
*/
|
|
600
326
|
listClaimPartners(requestParameters?: ClaimPartnersApiListClaimPartnersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListClaimPartnersResponseClass, any, {}>>;
|
|
601
|
-
/**
|
|
602
|
-
* Returns a list of claim partners you have previously created. The claim partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partners.view\"
|
|
603
|
-
* @summary List claim partners
|
|
604
|
-
* @param {ClaimPartnersApiListClaimPartners1Request} requestParameters Request parameters.
|
|
605
|
-
* @param {*} [options] Override http request option.
|
|
606
|
-
* @throws {RequiredError}
|
|
607
|
-
* @memberof ClaimPartnersApi
|
|
608
|
-
*/
|
|
609
|
-
listClaimPartners1(requestParameters?: ClaimPartnersApiListClaimPartners1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListClaimPartnersResponseClass, any, {}>>;
|
|
610
327
|
}
|