@emilgroup/claim-sdk-node 1.41.1-beta.0 → 1.41.1-beta.2

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.
@@ -30,14 +30,15 @@ export declare const ClaimPartnersApiAxiosParamCreator: (configuration?: Configu
30
30
  * @param {*} [options] Override http request option.
31
31
  * @throws {RequiredError}
32
32
  */
33
- createClaimPartner0: (claimCode: string, createClaimPartnerRequestDto: CreateClaimPartnerRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
33
+ createClaimPartner: (claimCode: string, createClaimPartnerRequestDto: CreateClaimPartnerRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
34
34
  /**
35
- * This will create a claim partner. **Required Permissions** \"claim-management.partners.create\"
35
+ * This will create a claim partner. **Required Permissions** \"claim-management.partners.create\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
36
36
  * @summary Create the claim partner
37
37
  * @param {string} claimCode Unique identifier for the claim object.
38
38
  * @param {CreateClaimPartnerRequestDto} createClaimPartnerRequestDto
39
39
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
40
40
  * @param {*} [options] Override http request option.
41
+ * @deprecated
41
42
  * @throws {RequiredError}
42
43
  */
43
44
  createClaimPartner1: (claimCode: string, createClaimPartnerRequestDto: CreateClaimPartnerRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -49,13 +50,14 @@ export declare const ClaimPartnersApiAxiosParamCreator: (configuration?: Configu
49
50
  * @param {*} [options] Override http request option.
50
51
  * @throws {RequiredError}
51
52
  */
52
- deleteClaimPartner0: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
53
+ deleteClaimPartner: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
53
54
  /**
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
+ * 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\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
55
56
  * @summary Delete the claim partner
56
57
  * @param {number} id
57
58
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
58
59
  * @param {*} [options] Override http request option.
60
+ * @deprecated
59
61
  * @throws {RequiredError}
60
62
  */
61
63
  deleteClaimPartner1: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -67,13 +69,14 @@ export declare const ClaimPartnersApiAxiosParamCreator: (configuration?: Configu
67
69
  * @param {*} [options] Override http request option.
68
70
  * @throws {RequiredError}
69
71
  */
70
- getClaimPartner0: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
72
+ getClaimPartner: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
71
73
  /**
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\"
74
+ * 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\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
73
75
  * @summary Retrieve the claim partner
74
76
  * @param {number} id
75
77
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
76
78
  * @param {*} [options] Override http request option.
79
+ * @deprecated
77
80
  * @throws {RequiredError}
78
81
  */
79
82
  getClaimPartner1: (id: number, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -91,9 +94,9 @@ export declare const ClaimPartnersApiAxiosParamCreator: (configuration?: Configu
91
94
  * @param {*} [options] Override http request option.
92
95
  * @throws {RequiredError}
93
96
  */
94
- listClaimPartners0: (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
97
+ listClaimPartners: (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
95
98
  /**
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\"
99
+ * 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\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
97
100
  * @summary List claim partners
98
101
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
99
102
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -104,6 +107,7 @@ export declare const ClaimPartnersApiAxiosParamCreator: (configuration?: Configu
104
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: role, partner&lt;i&gt;
105
108
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: partnerCode, claimPartnerRoleCode, claimCode&lt;/i&gt;
106
109
  * @param {*} [options] Override http request option.
110
+ * @deprecated
107
111
  * @throws {RequiredError}
108
112
  */
109
113
  listClaimPartners1: (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
@@ -122,14 +126,15 @@ export declare const ClaimPartnersApiFp: (configuration?: Configuration) => {
122
126
  * @param {*} [options] Override http request option.
123
127
  * @throws {RequiredError}
124
128
  */
125
- createClaimPartner0(claimCode: string, createClaimPartnerRequestDto: CreateClaimPartnerRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateClaimPartnerResponseClass>>;
129
+ createClaimPartner(claimCode: string, createClaimPartnerRequestDto: CreateClaimPartnerRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateClaimPartnerResponseClass>>;
126
130
  /**
127
- * This will create a claim partner. **Required Permissions** \"claim-management.partners.create\"
131
+ * This will create a claim partner. **Required Permissions** \"claim-management.partners.create\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
128
132
  * @summary Create the claim partner
129
133
  * @param {string} claimCode Unique identifier for the claim object.
130
134
  * @param {CreateClaimPartnerRequestDto} createClaimPartnerRequestDto
131
135
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
132
136
  * @param {*} [options] Override http request option.
137
+ * @deprecated
133
138
  * @throws {RequiredError}
134
139
  */
135
140
  createClaimPartner1(claimCode: string, createClaimPartnerRequestDto: CreateClaimPartnerRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateClaimPartnerResponseClass>>;
@@ -141,13 +146,14 @@ export declare const ClaimPartnersApiFp: (configuration?: Configuration) => {
141
146
  * @param {*} [options] Override http request option.
142
147
  * @throws {RequiredError}
143
148
  */
144
- deleteClaimPartner0(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
149
+ deleteClaimPartner(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
145
150
  /**
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\"
151
+ * 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\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
147
152
  * @summary Delete the claim partner
148
153
  * @param {number} id
149
154
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
150
155
  * @param {*} [options] Override http request option.
156
+ * @deprecated
151
157
  * @throws {RequiredError}
152
158
  */
153
159
  deleteClaimPartner1(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
@@ -159,13 +165,14 @@ export declare const ClaimPartnersApiFp: (configuration?: Configuration) => {
159
165
  * @param {*} [options] Override http request option.
160
166
  * @throws {RequiredError}
161
167
  */
162
- getClaimPartner0(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetClaimPartnerResponseClass>>;
168
+ getClaimPartner(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetClaimPartnerResponseClass>>;
163
169
  /**
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\"
170
+ * 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\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
165
171
  * @summary Retrieve the claim partner
166
172
  * @param {number} id
167
173
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
168
174
  * @param {*} [options] Override http request option.
175
+ * @deprecated
169
176
  * @throws {RequiredError}
170
177
  */
171
178
  getClaimPartner1(id: number, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetClaimPartnerResponseClass>>;
@@ -183,9 +190,9 @@ export declare const ClaimPartnersApiFp: (configuration?: Configuration) => {
183
190
  * @param {*} [options] Override http request option.
184
191
  * @throws {RequiredError}
185
192
  */
186
- listClaimPartners0(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>>;
193
+ 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
194
  /**
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\"
195
+ * 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\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
189
196
  * @summary List claim partners
190
197
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
191
198
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -196,6 +203,7 @@ export declare const ClaimPartnersApiFp: (configuration?: Configuration) => {
196
203
  * @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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: role, partner&lt;i&gt;
197
204
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: partnerCode, claimPartnerRoleCode, claimCode&lt;/i&gt;
198
205
  * @param {*} [options] Override http request option.
206
+ * @deprecated
199
207
  * @throws {RequiredError}
200
208
  */
201
209
  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>>;
@@ -214,14 +222,15 @@ export declare const ClaimPartnersApiFactory: (configuration?: Configuration, ba
214
222
  * @param {*} [options] Override http request option.
215
223
  * @throws {RequiredError}
216
224
  */
217
- createClaimPartner0(claimCode: string, createClaimPartnerRequestDto: CreateClaimPartnerRequestDto, authorization?: string, options?: any): AxiosPromise<CreateClaimPartnerResponseClass>;
225
+ createClaimPartner(claimCode: string, createClaimPartnerRequestDto: CreateClaimPartnerRequestDto, authorization?: string, options?: any): AxiosPromise<CreateClaimPartnerResponseClass>;
218
226
  /**
219
- * This will create a claim partner. **Required Permissions** \"claim-management.partners.create\"
227
+ * This will create a claim partner. **Required Permissions** \"claim-management.partners.create\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
220
228
  * @summary Create the claim partner
221
229
  * @param {string} claimCode Unique identifier for the claim object.
222
230
  * @param {CreateClaimPartnerRequestDto} createClaimPartnerRequestDto
223
231
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
224
232
  * @param {*} [options] Override http request option.
233
+ * @deprecated
225
234
  * @throws {RequiredError}
226
235
  */
227
236
  createClaimPartner1(claimCode: string, createClaimPartnerRequestDto: CreateClaimPartnerRequestDto, authorization?: string, options?: any): AxiosPromise<CreateClaimPartnerResponseClass>;
@@ -233,13 +242,14 @@ export declare const ClaimPartnersApiFactory: (configuration?: Configuration, ba
233
242
  * @param {*} [options] Override http request option.
234
243
  * @throws {RequiredError}
235
244
  */
236
- deleteClaimPartner0(id: number, authorization?: string, options?: any): AxiosPromise<void>;
245
+ deleteClaimPartner(id: number, authorization?: string, options?: any): AxiosPromise<void>;
237
246
  /**
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\"
247
+ * 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\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
239
248
  * @summary Delete the claim partner
240
249
  * @param {number} id
241
250
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
242
251
  * @param {*} [options] Override http request option.
252
+ * @deprecated
243
253
  * @throws {RequiredError}
244
254
  */
245
255
  deleteClaimPartner1(id: number, authorization?: string, options?: any): AxiosPromise<void>;
@@ -251,13 +261,14 @@ export declare const ClaimPartnersApiFactory: (configuration?: Configuration, ba
251
261
  * @param {*} [options] Override http request option.
252
262
  * @throws {RequiredError}
253
263
  */
254
- getClaimPartner0(id: number, authorization?: string, options?: any): AxiosPromise<GetClaimPartnerResponseClass>;
264
+ getClaimPartner(id: number, authorization?: string, options?: any): AxiosPromise<GetClaimPartnerResponseClass>;
255
265
  /**
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\"
266
+ * 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\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
257
267
  * @summary Retrieve the claim partner
258
268
  * @param {number} id
259
269
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
260
270
  * @param {*} [options] Override http request option.
271
+ * @deprecated
261
272
  * @throws {RequiredError}
262
273
  */
263
274
  getClaimPartner1(id: number, authorization?: string, options?: any): AxiosPromise<GetClaimPartnerResponseClass>;
@@ -275,9 +286,9 @@ export declare const ClaimPartnersApiFactory: (configuration?: Configuration, ba
275
286
  * @param {*} [options] Override http request option.
276
287
  * @throws {RequiredError}
277
288
  */
278
- listClaimPartners0(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListClaimPartnersResponseClass>;
289
+ listClaimPartners(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListClaimPartnersResponseClass>;
279
290
  /**
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\"
291
+ * 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\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
281
292
  * @summary List claim partners
282
293
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
283
294
  * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
@@ -288,32 +299,33 @@ export declare const ClaimPartnersApiFactory: (configuration?: Configuration, ba
288
299
  * @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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: role, partner&lt;i&gt;
289
300
  * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: partnerCode, claimPartnerRoleCode, claimCode&lt;/i&gt;
290
301
  * @param {*} [options] Override http request option.
302
+ * @deprecated
291
303
  * @throws {RequiredError}
292
304
  */
293
305
  listClaimPartners1(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListClaimPartnersResponseClass>;
294
306
  };
295
307
  /**
296
- * Request parameters for createClaimPartner0 operation in ClaimPartnersApi.
308
+ * Request parameters for createClaimPartner operation in ClaimPartnersApi.
297
309
  * @export
298
- * @interface ClaimPartnersApiCreateClaimPartner0Request
310
+ * @interface ClaimPartnersApiCreateClaimPartnerRequest
299
311
  */
300
- export interface ClaimPartnersApiCreateClaimPartner0Request {
312
+ export interface ClaimPartnersApiCreateClaimPartnerRequest {
301
313
  /**
302
314
  * Unique identifier for the claim object.
303
315
  * @type {string}
304
- * @memberof ClaimPartnersApiCreateClaimPartner0
316
+ * @memberof ClaimPartnersApiCreateClaimPartner
305
317
  */
306
318
  readonly claimCode: string;
307
319
  /**
308
320
  *
309
321
  * @type {CreateClaimPartnerRequestDto}
310
- * @memberof ClaimPartnersApiCreateClaimPartner0
322
+ * @memberof ClaimPartnersApiCreateClaimPartner
311
323
  */
312
324
  readonly createClaimPartnerRequestDto: CreateClaimPartnerRequestDto;
313
325
  /**
314
326
  * Bearer Token: provided by the login endpoint under the name accessToken.
315
327
  * @type {string}
316
- * @memberof ClaimPartnersApiCreateClaimPartner0
328
+ * @memberof ClaimPartnersApiCreateClaimPartner
317
329
  */
318
330
  readonly authorization?: string;
319
331
  }
@@ -343,21 +355,21 @@ export interface ClaimPartnersApiCreateClaimPartner1Request {
343
355
  readonly authorization?: string;
344
356
  }
345
357
  /**
346
- * Request parameters for deleteClaimPartner0 operation in ClaimPartnersApi.
358
+ * Request parameters for deleteClaimPartner operation in ClaimPartnersApi.
347
359
  * @export
348
- * @interface ClaimPartnersApiDeleteClaimPartner0Request
360
+ * @interface ClaimPartnersApiDeleteClaimPartnerRequest
349
361
  */
350
- export interface ClaimPartnersApiDeleteClaimPartner0Request {
362
+ export interface ClaimPartnersApiDeleteClaimPartnerRequest {
351
363
  /**
352
364
  *
353
365
  * @type {number}
354
- * @memberof ClaimPartnersApiDeleteClaimPartner0
366
+ * @memberof ClaimPartnersApiDeleteClaimPartner
355
367
  */
356
368
  readonly id: number;
357
369
  /**
358
370
  * Bearer Token: provided by the login endpoint under the name accessToken.
359
371
  * @type {string}
360
- * @memberof ClaimPartnersApiDeleteClaimPartner0
372
+ * @memberof ClaimPartnersApiDeleteClaimPartner
361
373
  */
362
374
  readonly authorization?: string;
363
375
  }
@@ -381,21 +393,21 @@ export interface ClaimPartnersApiDeleteClaimPartner1Request {
381
393
  readonly authorization?: string;
382
394
  }
383
395
  /**
384
- * Request parameters for getClaimPartner0 operation in ClaimPartnersApi.
396
+ * Request parameters for getClaimPartner operation in ClaimPartnersApi.
385
397
  * @export
386
- * @interface ClaimPartnersApiGetClaimPartner0Request
398
+ * @interface ClaimPartnersApiGetClaimPartnerRequest
387
399
  */
388
- export interface ClaimPartnersApiGetClaimPartner0Request {
400
+ export interface ClaimPartnersApiGetClaimPartnerRequest {
389
401
  /**
390
402
  *
391
403
  * @type {number}
392
- * @memberof ClaimPartnersApiGetClaimPartner0
404
+ * @memberof ClaimPartnersApiGetClaimPartner
393
405
  */
394
406
  readonly id: number;
395
407
  /**
396
408
  * Bearer Token: provided by the login endpoint under the name accessToken.
397
409
  * @type {string}
398
- * @memberof ClaimPartnersApiGetClaimPartner0
410
+ * @memberof ClaimPartnersApiGetClaimPartner
399
411
  */
400
412
  readonly authorization?: string;
401
413
  }
@@ -419,57 +431,57 @@ export interface ClaimPartnersApiGetClaimPartner1Request {
419
431
  readonly authorization?: string;
420
432
  }
421
433
  /**
422
- * Request parameters for listClaimPartners0 operation in ClaimPartnersApi.
434
+ * Request parameters for listClaimPartners operation in ClaimPartnersApi.
423
435
  * @export
424
- * @interface ClaimPartnersApiListClaimPartners0Request
436
+ * @interface ClaimPartnersApiListClaimPartnersRequest
425
437
  */
426
- export interface ClaimPartnersApiListClaimPartners0Request {
438
+ export interface ClaimPartnersApiListClaimPartnersRequest {
427
439
  /**
428
440
  * Bearer Token: provided by the login endpoint under the name accessToken.
429
441
  * @type {string}
430
- * @memberof ClaimPartnersApiListClaimPartners0
442
+ * @memberof ClaimPartnersApiListClaimPartners
431
443
  */
432
444
  readonly authorization?: string;
433
445
  /**
434
446
  * A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
435
447
  * @type {number}
436
- * @memberof ClaimPartnersApiListClaimPartners0
448
+ * @memberof ClaimPartnersApiListClaimPartners
437
449
  */
438
450
  readonly pageSize?: number;
439
451
  /**
440
452
  * A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
441
453
  * @type {string}
442
- * @memberof ClaimPartnersApiListClaimPartners0
454
+ * @memberof ClaimPartnersApiListClaimPartners
443
455
  */
444
456
  readonly pageToken?: string;
445
457
  /**
446
458
  * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: partnerCode, claimPartnerRoleCode, claimCode&lt;/i&gt;
447
459
  * @type {string}
448
- * @memberof ClaimPartnersApiListClaimPartners0
460
+ * @memberof ClaimPartnersApiListClaimPartners
449
461
  */
450
462
  readonly filter?: string;
451
463
  /**
452
464
  * Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: partnerCode, claimPartnerRoleCode, claimCode&lt;/i&gt;
453
465
  * @type {string}
454
- * @memberof ClaimPartnersApiListClaimPartners0
466
+ * @memberof ClaimPartnersApiListClaimPartners
455
467
  */
456
468
  readonly search?: string;
457
469
  /**
458
470
  * Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt, updatedAt&lt;/i&gt;
459
471
  * @type {string}
460
- * @memberof ClaimPartnersApiListClaimPartners0
472
+ * @memberof ClaimPartnersApiListClaimPartners
461
473
  */
462
474
  readonly order?: string;
463
475
  /**
464
476
  * 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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: role, partner&lt;i&gt;
465
477
  * @type {string}
466
- * @memberof ClaimPartnersApiListClaimPartners0
478
+ * @memberof ClaimPartnersApiListClaimPartners
467
479
  */
468
480
  readonly expand?: string;
469
481
  /**
470
482
  * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: partnerCode, claimPartnerRoleCode, claimCode&lt;/i&gt;
471
483
  * @type {string}
472
- * @memberof ClaimPartnersApiListClaimPartners0
484
+ * @memberof ClaimPartnersApiListClaimPartners
473
485
  */
474
486
  readonly filters?: string;
475
487
  }
@@ -538,17 +550,18 @@ export declare class ClaimPartnersApi extends BaseAPI {
538
550
  /**
539
551
  * This will create a claim partner. **Required Permissions** \"claim-management.partners.create\"
540
552
  * @summary Create the claim partner
541
- * @param {ClaimPartnersApiCreateClaimPartner0Request} requestParameters Request parameters.
553
+ * @param {ClaimPartnersApiCreateClaimPartnerRequest} requestParameters Request parameters.
542
554
  * @param {*} [options] Override http request option.
543
555
  * @throws {RequiredError}
544
556
  * @memberof ClaimPartnersApi
545
557
  */
546
- createClaimPartner0(requestParameters: ClaimPartnersApiCreateClaimPartner0Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateClaimPartnerResponseClass, any, {}>>;
558
+ createClaimPartner(requestParameters: ClaimPartnersApiCreateClaimPartnerRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateClaimPartnerResponseClass, any, {}>>;
547
559
  /**
548
- * This will create a claim partner. **Required Permissions** \"claim-management.partners.create\"
560
+ * This will create a claim partner. **Required Permissions** \"claim-management.partners.create\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
549
561
  * @summary Create the claim partner
550
562
  * @param {ClaimPartnersApiCreateClaimPartner1Request} requestParameters Request parameters.
551
563
  * @param {*} [options] Override http request option.
564
+ * @deprecated
552
565
  * @throws {RequiredError}
553
566
  * @memberof ClaimPartnersApi
554
567
  */
@@ -556,17 +569,18 @@ export declare class ClaimPartnersApi extends BaseAPI {
556
569
  /**
557
570
  * 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
571
  * @summary Delete the claim partner
559
- * @param {ClaimPartnersApiDeleteClaimPartner0Request} requestParameters Request parameters.
572
+ * @param {ClaimPartnersApiDeleteClaimPartnerRequest} requestParameters Request parameters.
560
573
  * @param {*} [options] Override http request option.
561
574
  * @throws {RequiredError}
562
575
  * @memberof ClaimPartnersApi
563
576
  */
564
- deleteClaimPartner0(requestParameters: ClaimPartnersApiDeleteClaimPartner0Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
577
+ deleteClaimPartner(requestParameters: ClaimPartnersApiDeleteClaimPartnerRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
565
578
  /**
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\"
579
+ * 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\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
567
580
  * @summary Delete the claim partner
568
581
  * @param {ClaimPartnersApiDeleteClaimPartner1Request} requestParameters Request parameters.
569
582
  * @param {*} [options] Override http request option.
583
+ * @deprecated
570
584
  * @throws {RequiredError}
571
585
  * @memberof ClaimPartnersApi
572
586
  */
@@ -574,17 +588,18 @@ export declare class ClaimPartnersApi extends BaseAPI {
574
588
  /**
575
589
  * 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
590
  * @summary Retrieve the claim partner
577
- * @param {ClaimPartnersApiGetClaimPartner0Request} requestParameters Request parameters.
591
+ * @param {ClaimPartnersApiGetClaimPartnerRequest} requestParameters Request parameters.
578
592
  * @param {*} [options] Override http request option.
579
593
  * @throws {RequiredError}
580
594
  * @memberof ClaimPartnersApi
581
595
  */
582
- getClaimPartner0(requestParameters: ClaimPartnersApiGetClaimPartner0Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetClaimPartnerResponseClass, any, {}>>;
596
+ getClaimPartner(requestParameters: ClaimPartnersApiGetClaimPartnerRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetClaimPartnerResponseClass, any, {}>>;
583
597
  /**
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\"
598
+ * 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\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
585
599
  * @summary Retrieve the claim partner
586
600
  * @param {ClaimPartnersApiGetClaimPartner1Request} requestParameters Request parameters.
587
601
  * @param {*} [options] Override http request option.
602
+ * @deprecated
588
603
  * @throws {RequiredError}
589
604
  * @memberof ClaimPartnersApi
590
605
  */
@@ -592,17 +607,18 @@ export declare class ClaimPartnersApi extends BaseAPI {
592
607
  /**
593
608
  * 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
609
  * @summary List claim partners
595
- * @param {ClaimPartnersApiListClaimPartners0Request} requestParameters Request parameters.
610
+ * @param {ClaimPartnersApiListClaimPartnersRequest} requestParameters Request parameters.
596
611
  * @param {*} [options] Override http request option.
597
612
  * @throws {RequiredError}
598
613
  * @memberof ClaimPartnersApi
599
614
  */
600
- listClaimPartners0(requestParameters?: ClaimPartnersApiListClaimPartners0Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListClaimPartnersResponseClass, any, {}>>;
615
+ listClaimPartners(requestParameters?: ClaimPartnersApiListClaimPartnersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListClaimPartnersResponseClass, any, {}>>;
601
616
  /**
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\"
617
+ * 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\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
603
618
  * @summary List claim partners
604
619
  * @param {ClaimPartnersApiListClaimPartners1Request} requestParameters Request parameters.
605
620
  * @param {*} [options] Override http request option.
621
+ * @deprecated
606
622
  * @throws {RequiredError}
607
623
  * @memberof ClaimPartnersApi
608
624
  */