@softheon/armature 15.17.1 → 15.18.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.
@@ -53,6 +53,10 @@ export interface CoverageDetail {
53
53
  * Gets or sets the insurance line.
54
54
  */
55
55
  insuranceLine?: string;
56
+ /**
57
+ * Gets or sets the plan type.
58
+ */
59
+ planType?: string;
56
60
  }
57
61
  export declare namespace CoverageDetail {
58
62
  type StatusEnum = 'Effectuated' | 'NotEffectuated';
@@ -9,6 +9,7 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { Address } from "../../../forms/forms-api";
12
13
  /**
13
14
  * The person model
14
15
  */
@@ -41,4 +42,12 @@ export interface Person {
41
42
  * Gets or sets the relationship.
42
43
  */
43
44
  relationship?: string;
45
+ /**
46
+ * Gets or sets the address.
47
+ */
48
+ address?: Address;
49
+ /**
50
+ * Gets or sets the SSN.
51
+ */
52
+ ssn?: string;
44
53
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softheon/armature",
3
- "version": "15.17.1",
3
+ "version": "15.18.0",
4
4
  "dependencies": {
5
5
  "tslib": "^2.5.0"
6
6
  },