@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.
Files changed (72) hide show
  1. package/.openapi-generator/FILES +0 -10
  2. package/README.md +2 -2
  3. package/api/claim-partner-roles-api.ts +0 -627
  4. package/api/claim-partners-api.ts +0 -520
  5. package/api/claim-regulations-api.ts +5 -646
  6. package/api/claim-statuses-api.ts +6 -753
  7. package/api/claims-api.ts +6 -858
  8. package/api/health-check-api.ts +0 -66
  9. package/api/settlements-api.ts +0 -627
  10. package/api.ts +0 -2
  11. package/dist/api/claim-partner-roles-api.d.ts +0 -358
  12. package/dist/api/claim-partner-roles-api.js +0 -525
  13. package/dist/api/claim-partners-api.d.ts +0 -299
  14. package/dist/api/claim-partners-api.js +0 -428
  15. package/dist/api/claim-regulations-api.d.ts +0 -367
  16. package/dist/api/claim-regulations-api.js +0 -531
  17. package/dist/api/claim-statuses-api.d.ts +0 -426
  18. package/dist/api/claim-statuses-api.js +14 -642
  19. package/dist/api/claims-api.d.ts +0 -485
  20. package/dist/api/claims-api.js +1 -725
  21. package/dist/api/health-check-api.d.ts +0 -33
  22. package/dist/api/health-check-api.js +0 -73
  23. package/dist/api/settlements-api.d.ts +0 -358
  24. package/dist/api/settlements-api.js +0 -525
  25. package/dist/api.d.ts +0 -1
  26. package/dist/api.js +0 -1
  27. package/dist/models/claim-class.d.ts +0 -6
  28. package/dist/models/index.d.ts +0 -9
  29. package/dist/models/index.js +0 -9
  30. package/dist/models/list-claim-partner-roles-response-class.d.ts +0 -12
  31. package/dist/models/list-claim-partners-response-class.d.ts +0 -12
  32. package/dist/models/list-claim-statuses-response-class.d.ts +1 -13
  33. package/dist/models/list-claims-response-class.d.ts +0 -12
  34. package/dist/models/list-regulations-response-class.d.ts +0 -12
  35. package/models/claim-class.ts +0 -6
  36. package/models/index.ts +0 -9
  37. package/models/list-claim-partner-roles-response-class.ts +0 -12
  38. package/models/list-claim-partners-response-class.ts +0 -12
  39. package/models/list-claim-statuses-response-class.ts +1 -13
  40. package/models/list-claims-response-class.ts +0 -12
  41. package/models/list-regulations-response-class.ts +0 -12
  42. package/package.json +1 -1
  43. package/api/claim-positions-api.ts +0 -1336
  44. package/dist/api/claim-positions-api.d.ts +0 -760
  45. package/dist/api/claim-positions-api.js +0 -1177
  46. package/dist/models/claim-position-class.d.ts +0 -121
  47. package/dist/models/claim-position-class.js +0 -15
  48. package/dist/models/coverage-class.d.ts +0 -72
  49. package/dist/models/coverage-class.js +0 -21
  50. package/dist/models/coverage-request-dto.d.ts +0 -41
  51. package/dist/models/coverage-request-dto.js +0 -20
  52. package/dist/models/create-claim-position-request-dto.d.ts +0 -73
  53. package/dist/models/create-claim-position-request-dto.js +0 -15
  54. package/dist/models/create-claim-position-response-class.d.ts +0 -25
  55. package/dist/models/create-claim-position-response-class.js +0 -15
  56. package/dist/models/get-claim-position-response-class.d.ts +0 -25
  57. package/dist/models/get-claim-position-response-class.js +0 -15
  58. package/dist/models/list-claim-positions-response-class.d.ts +0 -43
  59. package/dist/models/list-claim-positions-response-class.js +0 -15
  60. package/dist/models/update-claim-position-request-dto.d.ts +0 -73
  61. package/dist/models/update-claim-position-request-dto.js +0 -15
  62. package/dist/models/update-claim-position-response-class.d.ts +0 -25
  63. package/dist/models/update-claim-position-response-class.js +0 -15
  64. package/models/claim-position-class.ts +0 -127
  65. package/models/coverage-class.ts +0 -81
  66. package/models/coverage-request-dto.ts +0 -50
  67. package/models/create-claim-position-request-dto.ts +0 -79
  68. package/models/create-claim-position-response-class.ts +0 -31
  69. package/models/get-claim-position-response-class.ts +0 -31
  70. package/models/list-claim-positions-response-class.ts +0 -49
  71. package/models/update-claim-position-request-dto.ts +0 -79
  72. package/models/update-claim-position-response-class.ts +0 -31
package/api.ts CHANGED
@@ -22,7 +22,6 @@ import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObj
22
22
  import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from './base';
23
23
  import { ClaimPartnerRolesApi } from './api';
24
24
  import { ClaimPartnersApi } from './api';
25
- import { ClaimPositionsApi } from './api';
26
25
  import { ClaimRegulationsApi } from './api';
27
26
  import { ClaimStatusesApi } from './api';
28
27
  import { ClaimsApi } from './api';
@@ -32,7 +31,6 @@ import { SettlementsApi } from './api';
32
31
 
33
32
  export * from './api/claim-partner-roles-api';
34
33
  export * from './api/claim-partners-api';
35
- export * from './api/claim-positions-api';
36
34
  export * from './api/claim-regulations-api';
37
35
  export * from './api/claim-statuses-api';
38
36
  export * from './api/claims-api';
@@ -32,16 +32,6 @@ export declare const ClaimPartnerRolesApiAxiosParamCreator: (configuration?: Con
32
32
  * @throws {RequiredError}
33
33
  */
34
34
  createClaimPartnerRole: (createClaimPartnerRoleRequestDto: CreateClaimPartnerRoleRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
35
- /**
36
- * This will create a claim partner role. **Required Permissions** \"claim-management.partner-roles.create\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
37
- * @summary Create the claim partner role
38
- * @param {CreateClaimPartnerRoleRequestDto} createClaimPartnerRoleRequestDto
39
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
40
- * @param {*} [options] Override http request option.
41
- * @deprecated
42
- * @throws {RequiredError}
43
- */
44
- createClaimPartnerRole1: (createClaimPartnerRoleRequestDto: CreateClaimPartnerRoleRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
45
35
  /**
46
36
  * Permanently deletes the claim partner role. Supply the unique code that was returned when you created the claim partner role and this will delete it. **Required Permissions** \"claim-management.partner-roles.delete\"
47
37
  * @summary Delete the claim partner role
@@ -51,16 +41,6 @@ export declare const ClaimPartnerRolesApiAxiosParamCreator: (configuration?: Con
51
41
  * @throws {RequiredError}
52
42
  */
53
43
  deleteClaimPartnerRole: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
54
- /**
55
- * Permanently deletes the claim partner role. Supply the unique code that was returned when you created the claim partner role and this will delete it. **Required Permissions** \"claim-management.partner-roles.delete\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
56
- * @summary Delete the claim partner role
57
- * @param {string} code Unique identifier for the object.
58
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
59
- * @param {*} [options] Override http request option.
60
- * @deprecated
61
- * @throws {RequiredError}
62
- */
63
- deleteClaimPartnerRole1: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
64
44
  /**
65
45
  * Retrieves the details of the claim partner role that was previously created. Supply the unique claim partner role code that was returned when you created it and Emil Api will return the corresponding claim partner role information. **Required Permissions** \"claim-management.partner-roles.view\"
66
46
  * @summary Retrieve the claim partner role
@@ -70,16 +50,6 @@ export declare const ClaimPartnerRolesApiAxiosParamCreator: (configuration?: Con
70
50
  * @throws {RequiredError}
71
51
  */
72
52
  getClaimPartnerRole: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
73
- /**
74
- * Retrieves the details of the claim partner role that was previously created. Supply the unique claim partner role code that was returned when you created it and Emil Api will return the corresponding claim partner role information. **Required Permissions** \"claim-management.partner-roles.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
75
- * @summary Retrieve the claim partner role
76
- * @param {string} code Unique identifier for the object.
77
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
78
- * @param {*} [options] Override http request option.
79
- * @deprecated
80
- * @throws {RequiredError}
81
- */
82
- getClaimPartnerRole1: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
83
53
  /**
84
54
  * Returns a list of claim partner roles you have previously created. The claim partner roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partner-roles.view\"
85
55
  * @summary List claim partner roles
@@ -95,22 +65,6 @@ export declare const ClaimPartnerRolesApiAxiosParamCreator: (configuration?: Con
95
65
  * @throws {RequiredError}
96
66
  */
97
67
  listClaimPartnerRole: (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 partner roles you have previously created. The claim partner roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partner-roles.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 partner roles
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&#x3D;1, your subsequent call can include pageToken&#x3D;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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: name, productSlug&lt;/i&gt;
105
- * @param {string} [search] 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: name, productSlug&lt;/i&gt;
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.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, name, productSlug, createdAt, updatedAt&lt;/i&gt;
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;
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: name, productSlug&lt;/i&gt;
109
- * @param {*} [options] Override http request option.
110
- * @deprecated
111
- * @throws {RequiredError}
112
- */
113
- listClaimPartnerRole1: (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
114
68
  /**
115
69
  * Updates the specified claim partner role by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.partner-roles.update\"
116
70
  * @summary Update the claim partner role
@@ -121,17 +75,6 @@ export declare const ClaimPartnerRolesApiAxiosParamCreator: (configuration?: Con
121
75
  * @throws {RequiredError}
122
76
  */
123
77
  updateClaimPartnerRole: (code: string, updateClaimPartnerRoleRequestDto: UpdateClaimPartnerRoleRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
124
- /**
125
- * Updates the specified claim partner role by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.partner-roles.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 partner role
127
- * @param {string} code Unique identifier for the object.
128
- * @param {UpdateClaimPartnerRoleRequestDto} updateClaimPartnerRoleRequestDto
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
- updateClaimPartnerRole1: (code: string, updateClaimPartnerRoleRequestDto: UpdateClaimPartnerRoleRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
135
78
  };
136
79
  /**
137
80
  * ClaimPartnerRolesApi - functional programming interface
@@ -147,16 +90,6 @@ export declare const ClaimPartnerRolesApiFp: (configuration?: Configuration) =>
147
90
  * @throws {RequiredError}
148
91
  */
149
92
  createClaimPartnerRole(createClaimPartnerRoleRequestDto: CreateClaimPartnerRoleRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateClaimPartnerRoleResponseClass>>;
150
- /**
151
- * This will create a claim partner role. **Required Permissions** \"claim-management.partner-roles.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 partner role
153
- * @param {CreateClaimPartnerRoleRequestDto} createClaimPartnerRoleRequestDto
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
- createClaimPartnerRole1(createClaimPartnerRoleRequestDto: CreateClaimPartnerRoleRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateClaimPartnerRoleResponseClass>>;
160
93
  /**
161
94
  * Permanently deletes the claim partner role. Supply the unique code that was returned when you created the claim partner role and this will delete it. **Required Permissions** \"claim-management.partner-roles.delete\"
162
95
  * @summary Delete the claim partner role
@@ -166,16 +99,6 @@ export declare const ClaimPartnerRolesApiFp: (configuration?: Configuration) =>
166
99
  * @throws {RequiredError}
167
100
  */
168
101
  deleteClaimPartnerRole(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
169
- /**
170
- * Permanently deletes the claim partner role. Supply the unique code that was returned when you created the claim partner role and this will delete it. **Required Permissions** \"claim-management.partner-roles.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 partner role
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
- deleteClaimPartnerRole1(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
179
102
  /**
180
103
  * Retrieves the details of the claim partner role that was previously created. Supply the unique claim partner role code that was returned when you created it and Emil Api will return the corresponding claim partner role information. **Required Permissions** \"claim-management.partner-roles.view\"
181
104
  * @summary Retrieve the claim partner role
@@ -185,16 +108,6 @@ export declare const ClaimPartnerRolesApiFp: (configuration?: Configuration) =>
185
108
  * @throws {RequiredError}
186
109
  */
187
110
  getClaimPartnerRole(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetClaimPartnerRoleResponseClass>>;
188
- /**
189
- * Retrieves the details of the claim partner role that was previously created. Supply the unique claim partner role code that was returned when you created it and Emil Api will return the corresponding claim partner role information. **Required Permissions** \"claim-management.partner-roles.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
190
- * @summary Retrieve the claim partner role
191
- * @param {string} code Unique identifier for the object.
192
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
193
- * @param {*} [options] Override http request option.
194
- * @deprecated
195
- * @throws {RequiredError}
196
- */
197
- getClaimPartnerRole1(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetClaimPartnerRoleResponseClass>>;
198
111
  /**
199
112
  * Returns a list of claim partner roles you have previously created. The claim partner roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partner-roles.view\"
200
113
  * @summary List claim partner roles
@@ -210,22 +123,6 @@ export declare const ClaimPartnerRolesApiFp: (configuration?: Configuration) =>
210
123
  * @throws {RequiredError}
211
124
  */
212
125
  listClaimPartnerRole(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListClaimPartnerRolesResponseClass>>;
213
- /**
214
- * Returns a list of claim partner roles you have previously created. The claim partner roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partner-roles.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
215
- * @summary List claim partner roles
216
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
217
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
218
- * @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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
219
- * @param {string} [filter] 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: name, productSlug&lt;/i&gt;
220
- * @param {string} [search] 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: name, productSlug&lt;/i&gt;
221
- * @param {string} [order] 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, name, productSlug, createdAt, updatedAt&lt;/i&gt;
222
- * @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;
223
- * @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: name, productSlug&lt;/i&gt;
224
- * @param {*} [options] Override http request option.
225
- * @deprecated
226
- * @throws {RequiredError}
227
- */
228
- listClaimPartnerRole1(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListClaimPartnerRolesResponseClass>>;
229
126
  /**
230
127
  * Updates the specified claim partner role by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.partner-roles.update\"
231
128
  * @summary Update the claim partner role
@@ -236,17 +133,6 @@ export declare const ClaimPartnerRolesApiFp: (configuration?: Configuration) =>
236
133
  * @throws {RequiredError}
237
134
  */
238
135
  updateClaimPartnerRole(code: string, updateClaimPartnerRoleRequestDto: UpdateClaimPartnerRoleRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateClaimPartnerRoleResponseClass>>;
239
- /**
240
- * Updates the specified claim partner role by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.partner-roles.update\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
241
- * @summary Update the claim partner role
242
- * @param {string} code Unique identifier for the object.
243
- * @param {UpdateClaimPartnerRoleRequestDto} updateClaimPartnerRoleRequestDto
244
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
245
- * @param {*} [options] Override http request option.
246
- * @deprecated
247
- * @throws {RequiredError}
248
- */
249
- updateClaimPartnerRole1(code: string, updateClaimPartnerRoleRequestDto: UpdateClaimPartnerRoleRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateClaimPartnerRoleResponseClass>>;
250
136
  };
251
137
  /**
252
138
  * ClaimPartnerRolesApi - factory interface
@@ -262,16 +148,6 @@ export declare const ClaimPartnerRolesApiFactory: (configuration?: Configuration
262
148
  * @throws {RequiredError}
263
149
  */
264
150
  createClaimPartnerRole(createClaimPartnerRoleRequestDto: CreateClaimPartnerRoleRequestDto, authorization?: string, options?: any): AxiosPromise<CreateClaimPartnerRoleResponseClass>;
265
- /**
266
- * This will create a claim partner role. **Required Permissions** \"claim-management.partner-roles.create\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
267
- * @summary Create the claim partner role
268
- * @param {CreateClaimPartnerRoleRequestDto} createClaimPartnerRoleRequestDto
269
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
270
- * @param {*} [options] Override http request option.
271
- * @deprecated
272
- * @throws {RequiredError}
273
- */
274
- createClaimPartnerRole1(createClaimPartnerRoleRequestDto: CreateClaimPartnerRoleRequestDto, authorization?: string, options?: any): AxiosPromise<CreateClaimPartnerRoleResponseClass>;
275
151
  /**
276
152
  * Permanently deletes the claim partner role. Supply the unique code that was returned when you created the claim partner role and this will delete it. **Required Permissions** \"claim-management.partner-roles.delete\"
277
153
  * @summary Delete the claim partner role
@@ -281,16 +157,6 @@ export declare const ClaimPartnerRolesApiFactory: (configuration?: Configuration
281
157
  * @throws {RequiredError}
282
158
  */
283
159
  deleteClaimPartnerRole(code: string, authorization?: string, options?: any): AxiosPromise<void>;
284
- /**
285
- * Permanently deletes the claim partner role. Supply the unique code that was returned when you created the claim partner role and this will delete it. **Required Permissions** \"claim-management.partner-roles.delete\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
286
- * @summary Delete the claim partner role
287
- * @param {string} code Unique identifier for the object.
288
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
289
- * @param {*} [options] Override http request option.
290
- * @deprecated
291
- * @throws {RequiredError}
292
- */
293
- deleteClaimPartnerRole1(code: string, authorization?: string, options?: any): AxiosPromise<void>;
294
160
  /**
295
161
  * Retrieves the details of the claim partner role that was previously created. Supply the unique claim partner role code that was returned when you created it and Emil Api will return the corresponding claim partner role information. **Required Permissions** \"claim-management.partner-roles.view\"
296
162
  * @summary Retrieve the claim partner role
@@ -300,16 +166,6 @@ export declare const ClaimPartnerRolesApiFactory: (configuration?: Configuration
300
166
  * @throws {RequiredError}
301
167
  */
302
168
  getClaimPartnerRole(code: string, authorization?: string, options?: any): AxiosPromise<GetClaimPartnerRoleResponseClass>;
303
- /**
304
- * Retrieves the details of the claim partner role that was previously created. Supply the unique claim partner role code that was returned when you created it and Emil Api will return the corresponding claim partner role information. **Required Permissions** \"claim-management.partner-roles.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
305
- * @summary Retrieve the claim partner role
306
- * @param {string} code Unique identifier for the object.
307
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
308
- * @param {*} [options] Override http request option.
309
- * @deprecated
310
- * @throws {RequiredError}
311
- */
312
- getClaimPartnerRole1(code: string, authorization?: string, options?: any): AxiosPromise<GetClaimPartnerRoleResponseClass>;
313
169
  /**
314
170
  * Returns a list of claim partner roles you have previously created. The claim partner roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partner-roles.view\"
315
171
  * @summary List claim partner roles
@@ -325,22 +181,6 @@ export declare const ClaimPartnerRolesApiFactory: (configuration?: Configuration
325
181
  * @throws {RequiredError}
326
182
  */
327
183
  listClaimPartnerRole(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListClaimPartnerRolesResponseClass>;
328
- /**
329
- * Returns a list of claim partner roles you have previously created. The claim partner roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partner-roles.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
330
- * @summary List claim partner roles
331
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
332
- * @param {number} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
333
- * @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&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
334
- * @param {string} [filter] 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: name, productSlug&lt;/i&gt;
335
- * @param {string} [search] 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: name, productSlug&lt;/i&gt;
336
- * @param {string} [order] 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, name, productSlug, createdAt, updatedAt&lt;/i&gt;
337
- * @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;
338
- * @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: name, productSlug&lt;/i&gt;
339
- * @param {*} [options] Override http request option.
340
- * @deprecated
341
- * @throws {RequiredError}
342
- */
343
- listClaimPartnerRole1(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListClaimPartnerRolesResponseClass>;
344
184
  /**
345
185
  * Updates the specified claim partner role by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.partner-roles.update\"
346
186
  * @summary Update the claim partner role
@@ -351,17 +191,6 @@ export declare const ClaimPartnerRolesApiFactory: (configuration?: Configuration
351
191
  * @throws {RequiredError}
352
192
  */
353
193
  updateClaimPartnerRole(code: string, updateClaimPartnerRoleRequestDto: UpdateClaimPartnerRoleRequestDto, authorization?: string, options?: any): AxiosPromise<UpdateClaimPartnerRoleResponseClass>;
354
- /**
355
- * Updates the specified claim partner role by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.partner-roles.update\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
356
- * @summary Update the claim partner role
357
- * @param {string} code Unique identifier for the object.
358
- * @param {UpdateClaimPartnerRoleRequestDto} updateClaimPartnerRoleRequestDto
359
- * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
360
- * @param {*} [options] Override http request option.
361
- * @deprecated
362
- * @throws {RequiredError}
363
- */
364
- updateClaimPartnerRole1(code: string, updateClaimPartnerRoleRequestDto: UpdateClaimPartnerRoleRequestDto, authorization?: string, options?: any): AxiosPromise<UpdateClaimPartnerRoleResponseClass>;
365
194
  };
366
195
  /**
367
196
  * Request parameters for createClaimPartnerRole operation in ClaimPartnerRolesApi.
@@ -382,25 +211,6 @@ export interface ClaimPartnerRolesApiCreateClaimPartnerRoleRequest {
382
211
  */
383
212
  readonly authorization?: string;
384
213
  }
385
- /**
386
- * Request parameters for createClaimPartnerRole1 operation in ClaimPartnerRolesApi.
387
- * @export
388
- * @interface ClaimPartnerRolesApiCreateClaimPartnerRole1Request
389
- */
390
- export interface ClaimPartnerRolesApiCreateClaimPartnerRole1Request {
391
- /**
392
- *
393
- * @type {CreateClaimPartnerRoleRequestDto}
394
- * @memberof ClaimPartnerRolesApiCreateClaimPartnerRole1
395
- */
396
- readonly createClaimPartnerRoleRequestDto: CreateClaimPartnerRoleRequestDto;
397
- /**
398
- * Bearer Token: provided by the login endpoint under the name accessToken.
399
- * @type {string}
400
- * @memberof ClaimPartnerRolesApiCreateClaimPartnerRole1
401
- */
402
- readonly authorization?: string;
403
- }
404
214
  /**
405
215
  * Request parameters for deleteClaimPartnerRole operation in ClaimPartnerRolesApi.
406
216
  * @export
@@ -420,25 +230,6 @@ export interface ClaimPartnerRolesApiDeleteClaimPartnerRoleRequest {
420
230
  */
421
231
  readonly authorization?: string;
422
232
  }
423
- /**
424
- * Request parameters for deleteClaimPartnerRole1 operation in ClaimPartnerRolesApi.
425
- * @export
426
- * @interface ClaimPartnerRolesApiDeleteClaimPartnerRole1Request
427
- */
428
- export interface ClaimPartnerRolesApiDeleteClaimPartnerRole1Request {
429
- /**
430
- * Unique identifier for the object.
431
- * @type {string}
432
- * @memberof ClaimPartnerRolesApiDeleteClaimPartnerRole1
433
- */
434
- readonly code: string;
435
- /**
436
- * Bearer Token: provided by the login endpoint under the name accessToken.
437
- * @type {string}
438
- * @memberof ClaimPartnerRolesApiDeleteClaimPartnerRole1
439
- */
440
- readonly authorization?: string;
441
- }
442
233
  /**
443
234
  * Request parameters for getClaimPartnerRole operation in ClaimPartnerRolesApi.
444
235
  * @export
@@ -458,25 +249,6 @@ export interface ClaimPartnerRolesApiGetClaimPartnerRoleRequest {
458
249
  */
459
250
  readonly authorization?: string;
460
251
  }
461
- /**
462
- * Request parameters for getClaimPartnerRole1 operation in ClaimPartnerRolesApi.
463
- * @export
464
- * @interface ClaimPartnerRolesApiGetClaimPartnerRole1Request
465
- */
466
- export interface ClaimPartnerRolesApiGetClaimPartnerRole1Request {
467
- /**
468
- * Unique identifier for the object.
469
- * @type {string}
470
- * @memberof ClaimPartnerRolesApiGetClaimPartnerRole1
471
- */
472
- readonly code: string;
473
- /**
474
- * Bearer Token: provided by the login endpoint under the name accessToken.
475
- * @type {string}
476
- * @memberof ClaimPartnerRolesApiGetClaimPartnerRole1
477
- */
478
- readonly authorization?: string;
479
- }
480
252
  /**
481
253
  * Request parameters for listClaimPartnerRole operation in ClaimPartnerRolesApi.
482
254
  * @export
@@ -532,61 +304,6 @@ export interface ClaimPartnerRolesApiListClaimPartnerRoleRequest {
532
304
  */
533
305
  readonly filters?: string;
534
306
  }
535
- /**
536
- * Request parameters for listClaimPartnerRole1 operation in ClaimPartnerRolesApi.
537
- * @export
538
- * @interface ClaimPartnerRolesApiListClaimPartnerRole1Request
539
- */
540
- export interface ClaimPartnerRolesApiListClaimPartnerRole1Request {
541
- /**
542
- * Bearer Token: provided by the login endpoint under the name accessToken.
543
- * @type {string}
544
- * @memberof ClaimPartnerRolesApiListClaimPartnerRole1
545
- */
546
- readonly authorization?: string;
547
- /**
548
- * A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
549
- * @type {number}
550
- * @memberof ClaimPartnerRolesApiListClaimPartnerRole1
551
- */
552
- readonly pageSize?: number;
553
- /**
554
- * 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.
555
- * @type {string}
556
- * @memberof ClaimPartnerRolesApiListClaimPartnerRole1
557
- */
558
- readonly pageToken?: string;
559
- /**
560
- * 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: name, productSlug&lt;/i&gt;
561
- * @type {string}
562
- * @memberof ClaimPartnerRolesApiListClaimPartnerRole1
563
- */
564
- readonly filter?: string;
565
- /**
566
- * 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: name, productSlug&lt;/i&gt;
567
- * @type {string}
568
- * @memberof ClaimPartnerRolesApiListClaimPartnerRole1
569
- */
570
- readonly search?: string;
571
- /**
572
- * 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, name, productSlug, createdAt, updatedAt&lt;/i&gt;
573
- * @type {string}
574
- * @memberof ClaimPartnerRolesApiListClaimPartnerRole1
575
- */
576
- readonly order?: string;
577
- /**
578
- * 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;
579
- * @type {string}
580
- * @memberof ClaimPartnerRolesApiListClaimPartnerRole1
581
- */
582
- readonly expand?: string;
583
- /**
584
- * 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: name, productSlug&lt;/i&gt;
585
- * @type {string}
586
- * @memberof ClaimPartnerRolesApiListClaimPartnerRole1
587
- */
588
- readonly filters?: string;
589
- }
590
307
  /**
591
308
  * Request parameters for updateClaimPartnerRole operation in ClaimPartnerRolesApi.
592
309
  * @export
@@ -612,31 +329,6 @@ export interface ClaimPartnerRolesApiUpdateClaimPartnerRoleRequest {
612
329
  */
613
330
  readonly authorization?: string;
614
331
  }
615
- /**
616
- * Request parameters for updateClaimPartnerRole1 operation in ClaimPartnerRolesApi.
617
- * @export
618
- * @interface ClaimPartnerRolesApiUpdateClaimPartnerRole1Request
619
- */
620
- export interface ClaimPartnerRolesApiUpdateClaimPartnerRole1Request {
621
- /**
622
- * Unique identifier for the object.
623
- * @type {string}
624
- * @memberof ClaimPartnerRolesApiUpdateClaimPartnerRole1
625
- */
626
- readonly code: string;
627
- /**
628
- *
629
- * @type {UpdateClaimPartnerRoleRequestDto}
630
- * @memberof ClaimPartnerRolesApiUpdateClaimPartnerRole1
631
- */
632
- readonly updateClaimPartnerRoleRequestDto: UpdateClaimPartnerRoleRequestDto;
633
- /**
634
- * Bearer Token: provided by the login endpoint under the name accessToken.
635
- * @type {string}
636
- * @memberof ClaimPartnerRolesApiUpdateClaimPartnerRole1
637
- */
638
- readonly authorization?: string;
639
- }
640
332
  /**
641
333
  * ClaimPartnerRolesApi - object-oriented interface
642
334
  * @export
@@ -653,16 +345,6 @@ export declare class ClaimPartnerRolesApi extends BaseAPI {
653
345
  * @memberof ClaimPartnerRolesApi
654
346
  */
655
347
  createClaimPartnerRole(requestParameters: ClaimPartnerRolesApiCreateClaimPartnerRoleRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateClaimPartnerRoleResponseClass, any, {}>>;
656
- /**
657
- * This will create a claim partner role. **Required Permissions** \"claim-management.partner-roles.create\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
658
- * @summary Create the claim partner role
659
- * @param {ClaimPartnerRolesApiCreateClaimPartnerRole1Request} requestParameters Request parameters.
660
- * @param {*} [options] Override http request option.
661
- * @deprecated
662
- * @throws {RequiredError}
663
- * @memberof ClaimPartnerRolesApi
664
- */
665
- createClaimPartnerRole1(requestParameters: ClaimPartnerRolesApiCreateClaimPartnerRole1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateClaimPartnerRoleResponseClass, any, {}>>;
666
348
  /**
667
349
  * Permanently deletes the claim partner role. Supply the unique code that was returned when you created the claim partner role and this will delete it. **Required Permissions** \"claim-management.partner-roles.delete\"
668
350
  * @summary Delete the claim partner role
@@ -672,16 +354,6 @@ export declare class ClaimPartnerRolesApi extends BaseAPI {
672
354
  * @memberof ClaimPartnerRolesApi
673
355
  */
674
356
  deleteClaimPartnerRole(requestParameters: ClaimPartnerRolesApiDeleteClaimPartnerRoleRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
675
- /**
676
- * Permanently deletes the claim partner role. Supply the unique code that was returned when you created the claim partner role and this will delete it. **Required Permissions** \"claim-management.partner-roles.delete\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
677
- * @summary Delete the claim partner role
678
- * @param {ClaimPartnerRolesApiDeleteClaimPartnerRole1Request} requestParameters Request parameters.
679
- * @param {*} [options] Override http request option.
680
- * @deprecated
681
- * @throws {RequiredError}
682
- * @memberof ClaimPartnerRolesApi
683
- */
684
- deleteClaimPartnerRole1(requestParameters: ClaimPartnerRolesApiDeleteClaimPartnerRole1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
685
357
  /**
686
358
  * Retrieves the details of the claim partner role that was previously created. Supply the unique claim partner role code that was returned when you created it and Emil Api will return the corresponding claim partner role information. **Required Permissions** \"claim-management.partner-roles.view\"
687
359
  * @summary Retrieve the claim partner role
@@ -691,16 +363,6 @@ export declare class ClaimPartnerRolesApi extends BaseAPI {
691
363
  * @memberof ClaimPartnerRolesApi
692
364
  */
693
365
  getClaimPartnerRole(requestParameters: ClaimPartnerRolesApiGetClaimPartnerRoleRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetClaimPartnerRoleResponseClass, any, {}>>;
694
- /**
695
- * Retrieves the details of the claim partner role that was previously created. Supply the unique claim partner role code that was returned when you created it and Emil Api will return the corresponding claim partner role information. **Required Permissions** \"claim-management.partner-roles.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
696
- * @summary Retrieve the claim partner role
697
- * @param {ClaimPartnerRolesApiGetClaimPartnerRole1Request} requestParameters Request parameters.
698
- * @param {*} [options] Override http request option.
699
- * @deprecated
700
- * @throws {RequiredError}
701
- * @memberof ClaimPartnerRolesApi
702
- */
703
- getClaimPartnerRole1(requestParameters: ClaimPartnerRolesApiGetClaimPartnerRole1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetClaimPartnerRoleResponseClass, any, {}>>;
704
366
  /**
705
367
  * Returns a list of claim partner roles you have previously created. The claim partner roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partner-roles.view\"
706
368
  * @summary List claim partner roles
@@ -710,16 +372,6 @@ export declare class ClaimPartnerRolesApi extends BaseAPI {
710
372
  * @memberof ClaimPartnerRolesApi
711
373
  */
712
374
  listClaimPartnerRole(requestParameters?: ClaimPartnerRolesApiListClaimPartnerRoleRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListClaimPartnerRolesResponseClass, any, {}>>;
713
- /**
714
- * Returns a list of claim partner roles you have previously created. The claim partner roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"claim-management.partner-roles.view\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
715
- * @summary List claim partner roles
716
- * @param {ClaimPartnerRolesApiListClaimPartnerRole1Request} requestParameters Request parameters.
717
- * @param {*} [options] Override http request option.
718
- * @deprecated
719
- * @throws {RequiredError}
720
- * @memberof ClaimPartnerRolesApi
721
- */
722
- listClaimPartnerRole1(requestParameters?: ClaimPartnerRolesApiListClaimPartnerRole1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ListClaimPartnerRolesResponseClass, any, {}>>;
723
375
  /**
724
376
  * Updates the specified claim partner role by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.partner-roles.update\"
725
377
  * @summary Update the claim partner role
@@ -729,14 +381,4 @@ export declare class ClaimPartnerRolesApi extends BaseAPI {
729
381
  * @memberof ClaimPartnerRolesApi
730
382
  */
731
383
  updateClaimPartnerRole(requestParameters: ClaimPartnerRolesApiUpdateClaimPartnerRoleRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateClaimPartnerRoleResponseClass, any, {}>>;
732
- /**
733
- * Updates the specified claim partner role by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"claim-management.partner-roles.update\" **Deprecated.** Legacy path. Prefer the claimservice/v1 path for new integrations. This path may be removed in a future release.
734
- * @summary Update the claim partner role
735
- * @param {ClaimPartnerRolesApiUpdateClaimPartnerRole1Request} requestParameters Request parameters.
736
- * @param {*} [options] Override http request option.
737
- * @deprecated
738
- * @throws {RequiredError}
739
- * @memberof ClaimPartnerRolesApi
740
- */
741
- updateClaimPartnerRole1(requestParameters: ClaimPartnerRolesApiUpdateClaimPartnerRole1Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateClaimPartnerRoleResponseClass, any, {}>>;
742
384
  }