@softheon/armature 8.15.1 → 8.17.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.
- package/bundles/softheon-armature.umd.js +10 -0
- package/bundles/softheon-armature.umd.js.map +1 -1
- package/bundles/softheon-armature.umd.min.js.map +1 -1
- package/esm2015/lib/oauth/models/generated/coverageDetail.js +1 -1
- package/esm2015/lib/oauth/models/generated/person.js +11 -1
- package/esm5/lib/oauth/models/generated/coverageDetail.js +1 -1
- package/esm5/lib/oauth/models/generated/person.js +11 -1
- package/fesm2015/softheon-armature.js +10 -0
- package/fesm2015/softheon-armature.js.map +1 -1
- package/fesm5/softheon-armature.js +10 -0
- package/fesm5/softheon-armature.js.map +1 -1
- package/lib/oauth/models/generated/coverageDetail.d.ts +4 -0
- package/lib/oauth/models/generated/person.d.ts +9 -0
- package/package.json +1 -1
|
@@ -3874,6 +3874,16 @@
|
|
|
3874
3874
|
* @type {?|undefined}
|
|
3875
3875
|
*/
|
|
3876
3876
|
Person.prototype.relationship;
|
|
3877
|
+
/**
|
|
3878
|
+
* Gets or sets the address.
|
|
3879
|
+
* @type {?|undefined}
|
|
3880
|
+
*/
|
|
3881
|
+
Person.prototype.address;
|
|
3882
|
+
/**
|
|
3883
|
+
* Gets or sets the SSN.
|
|
3884
|
+
* @type {?|undefined}
|
|
3885
|
+
*/
|
|
3886
|
+
Person.prototype.ssn;
|
|
3877
3887
|
}
|
|
3878
3888
|
|
|
3879
3889
|
/**
|