@verdocs/js-sdk 6.4.0 → 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
@@ -1385,6 +1385,16 @@ interface ISignerTokenResponse {
1385
1385
  * a signing session is being started, so it is included here for convenience.
1386
1386
  */
1387
1387
  recipient: IRecipient;
1388
+ /**
1389
+ * Stored signature blocks for the recipient. All entries are returned to support workflows in
1390
+ * which that is required, but for most use-cases, only the first entry should be used.
1391
+ */
1392
+ signatures?: ISignature[];
1393
+ /**
1394
+ * Stored initials blocks for the recipient. All entries are returned to support workflows in
1395
+ * which that is required, but for most use-cases, only the first entry should be used.
1396
+ */
1397
+ initials?: IInitial[];
1388
1398
  }
1389
1399
  interface IInPersonLinkResponse {
1390
1400
  /** A valid Verdocs Web URL that hosts a signing experience. */
package/dist/index.d.ts CHANGED
@@ -1385,6 +1385,16 @@ interface ISignerTokenResponse {
1385
1385
  * a signing session is being started, so it is included here for convenience.
1386
1386
  */
1387
1387
  recipient: IRecipient;
1388
+ /**
1389
+ * Stored signature blocks for the recipient. All entries are returned to support workflows in
1390
+ * which that is required, but for most use-cases, only the first entry should be used.
1391
+ */
1392
+ signatures?: ISignature[];
1393
+ /**
1394
+ * Stored initials blocks for the recipient. All entries are returned to support workflows in
1395
+ * which that is required, but for most use-cases, only the first entry should be used.
1396
+ */
1397
+ initials?: IInitial[];
1388
1398
  }
1389
1399
  interface IInPersonLinkResponse {
1390
1400
  /** A valid Verdocs Web URL that hosts a signing experience. */