@verdocs/js-sdk 5.0.5 → 5.0.6

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/dist/index.d.mts CHANGED
@@ -1645,6 +1645,7 @@ interface IKbaIdentity {
1645
1645
  state?: string;
1646
1646
  zip?: string;
1647
1647
  ssnLast4?: string;
1648
+ email?: string;
1648
1649
  }
1649
1650
  /**
1650
1651
  * Submit an identity response to a KBA challenge.
package/dist/index.d.ts CHANGED
@@ -1645,6 +1645,7 @@ interface IKbaIdentity {
1645
1645
  state?: string;
1646
1646
  zip?: string;
1647
1647
  ssnLast4?: string;
1648
+ email?: string;
1648
1649
  }
1649
1650
  /**
1650
1651
  * Submit an identity response to a KBA challenge.