@s-corp-biz/biz-entity-api 1.9.2 → 1.9.4

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.
@@ -69,4 +69,40 @@ export interface CompanyUserRequest {
69
69
  * @memberof CompanyUserRequest
70
70
  */
71
71
  'phone'?: string | null;
72
+ /**
73
+ *
74
+ * @type {string}
75
+ * @memberof CompanyUserRequest
76
+ */
77
+ 'ssn'?: string | null;
78
+ /**
79
+ *
80
+ * @type {string}
81
+ * @memberof CompanyUserRequest
82
+ */
83
+ 'addressLine1'?: string | null;
84
+ /**
85
+ *
86
+ * @type {string}
87
+ * @memberof CompanyUserRequest
88
+ */
89
+ 'addressLine2'?: string | null;
90
+ /**
91
+ *
92
+ * @type {string}
93
+ * @memberof CompanyUserRequest
94
+ */
95
+ 'city'?: string | null;
96
+ /**
97
+ *
98
+ * @type {string}
99
+ * @memberof CompanyUserRequest
100
+ */
101
+ 'state'?: string | null;
102
+ /**
103
+ *
104
+ * @type {string}
105
+ * @memberof CompanyUserRequest
106
+ */
107
+ 'zip'?: string | null;
72
108
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@s-corp-biz/biz-entity-api",
3
- "version": "1.9.2",
3
+ "version": "1.9.4",
4
4
  "description": "TypeScript API client for S-Corp Biz Entity API",
5
5
  "keywords": [
6
6
  "typescript",