@verdocs/js-sdk 4.2.6 → 4.2.7

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.mjs CHANGED
@@ -1607,8 +1607,8 @@ const submitKbaPin = (endpoint, envelope_id, role_name, pin) => endpoint.api //
1607
1607
  /**
1608
1608
  * Submit an identity response to a KBA challenge.
1609
1609
  */
1610
- const submitKbaIdentity = (endpoint, envelopeId, roleName, identity) => endpoint.api //
1611
- .post(`/v2/kba/identity`, { envelopeId, roleName, identity })
1610
+ const submitKbaIdentity = (endpoint, envelope_id, role_name, identity) => endpoint.api //
1611
+ .post(`/v2/kba/identity`, { envelope_id, role_name, identity })
1612
1612
  .then((r) => r.data);
1613
1613
  /**
1614
1614
  * Submit an identity response to a KBA challenge. Answers should be submitted in the same order as