@verdocs/js-sdk 6.4.1 → 6.4.2

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
@@ -1384,7 +1384,7 @@ interface ISignerTokenResponse {
1384
1384
  * A copy of the recipient record related to the signing session. This is almost always needed when
1385
1385
  * a signing session is being started, so it is included here for convenience.
1386
1386
  */
1387
- recipient: IRecipient[];
1387
+ recipient: IRecipient;
1388
1388
  /**
1389
1389
  * Stored signature blocks for the recipient. All entries are returned to support workflows in
1390
1390
  * which that is required, but for most use-cases, only the first entry should be used.
package/dist/index.d.ts CHANGED
@@ -1384,7 +1384,7 @@ interface ISignerTokenResponse {
1384
1384
  * A copy of the recipient record related to the signing session. This is almost always needed when
1385
1385
  * a signing session is being started, so it is included here for convenience.
1386
1386
  */
1387
- recipient: IRecipient[];
1387
+ recipient: IRecipient;
1388
1388
  /**
1389
1389
  * Stored signature blocks for the recipient. All entries are returned to support workflows in
1390
1390
  * which that is required, but for most use-cases, only the first entry should be used.