@emilgroup/claim-sdk 1.44.1-beta.14 → 1.44.1-beta.16

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/README.md CHANGED
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
17
17
  Navigate to the folder of your consuming project and run one of the following commands:
18
18
 
19
19
  ```
20
- npm install @emilgroup/claim-sdk@1.44.1-beta.14 --save
20
+ npm install @emilgroup/claim-sdk@1.44.1-beta.16 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/claim-sdk@1.44.1-beta.14
24
+ yarn add @emilgroup/claim-sdk@1.44.1-beta.16
25
25
  ```
26
26
 
27
27
  And then you can import `ClaimsApi`.
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import { ClaimAppliedDeductibleClass } from './claim-applied-deductible-class';
13
+ import { ClaimPartnerClass } from './claim-partner-class';
13
14
  /**
14
15
  *
15
16
  * @export
@@ -222,8 +223,8 @@ export interface ClaimClass {
222
223
  'ern': string;
223
224
  /**
224
225
  * Partners related to the claim.
225
- * @type {Array<string>}
226
+ * @type {Array<ClaimPartnerClass>}
226
227
  * @memberof ClaimClass
227
228
  */
228
- 'claimPartners'?: Array<string>;
229
+ 'claimPartners'?: Array<ClaimPartnerClass>;
229
230
  }
@@ -14,6 +14,7 @@
14
14
 
15
15
 
16
16
  import { ClaimAppliedDeductibleClass } from './claim-applied-deductible-class';
17
+ import { ClaimPartnerClass } from './claim-partner-class';
17
18
 
18
19
  /**
19
20
  *
@@ -227,9 +228,9 @@ export interface ClaimClass {
227
228
  'ern': string;
228
229
  /**
229
230
  * Partners related to the claim.
230
- * @type {Array<string>}
231
+ * @type {Array<ClaimPartnerClass>}
231
232
  * @memberof ClaimClass
232
233
  */
233
- 'claimPartners'?: Array<string>;
234
+ 'claimPartners'?: Array<ClaimPartnerClass>;
234
235
  }
235
236
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/claim-sdk",
3
- "version": "1.44.1-beta.14",
3
+ "version": "1.44.1-beta.16",
4
4
  "description": "OpenAPI client for @emilgroup/claim-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [