@emilgroup/claim-sdk 1.41.1-beta.39 → 1.41.1-beta.41

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.41.1-beta.39 --save
20
+ npm install @emilgroup/claim-sdk@1.41.1-beta.41 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/claim-sdk@1.41.1-beta.39
24
+ yarn add @emilgroup/claim-sdk@1.41.1-beta.41
25
25
  ```
26
26
 
27
27
  And then you can import `ClaimsApi`.
@@ -65,6 +65,12 @@ export interface ClaimPositionClass {
65
65
  * @memberof ClaimPositionClass
66
66
  */
67
67
  'status': ClaimPositionClassStatusEnum;
68
+ /**
69
+ * Date on which the procedure was performed.
70
+ * @type {string}
71
+ * @memberof ClaimPositionClass
72
+ */
73
+ 'procedureDate': string;
68
74
  /**
69
75
  * Display order of the position in the list. Lower value appears first.
70
76
  * @type {number}
@@ -70,6 +70,12 @@ export interface ClaimPositionClass {
70
70
  * @memberof ClaimPositionClass
71
71
  */
72
72
  'status': ClaimPositionClassStatusEnum;
73
+ /**
74
+ * Date on which the procedure was performed.
75
+ * @type {string}
76
+ * @memberof ClaimPositionClass
77
+ */
78
+ 'procedureDate': string;
73
79
  /**
74
80
  * Display order of the position in the list. Lower value appears first.
75
81
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/claim-sdk",
3
- "version": "1.41.1-beta.39",
3
+ "version": "1.41.1-beta.41",
4
4
  "description": "OpenAPI client for @emilgroup/claim-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [