@verdocs/js-sdk 4.2.88 → 4.2.89

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
@@ -1206,6 +1206,11 @@ interface ISignerTokenResponse {
1206
1206
  * a signing session is being started, so it is included here for convenience.
1207
1207
  */
1208
1208
  envelope: IEnvelope;
1209
+ /**
1210
+ * A copy of the recipient record related to the signing session. This is almost always needed when
1211
+ * a signing session is being started, so it is included here for convenience.
1212
+ */
1213
+ recipient: IRecipient;
1209
1214
  }
1210
1215
  interface IInPersonLinkResponse {
1211
1216
  /** A valid Verdocs Web URL that hosts a signing experience. */
package/dist/index.d.ts CHANGED
@@ -1206,6 +1206,11 @@ interface ISignerTokenResponse {
1206
1206
  * a signing session is being started, so it is included here for convenience.
1207
1207
  */
1208
1208
  envelope: IEnvelope;
1209
+ /**
1210
+ * A copy of the recipient record related to the signing session. This is almost always needed when
1211
+ * a signing session is being started, so it is included here for convenience.
1212
+ */
1213
+ recipient: IRecipient;
1209
1214
  }
1210
1215
  interface IInPersonLinkResponse {
1211
1216
  /** A valid Verdocs Web URL that hosts a signing experience. */
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdocs/js-sdk",
3
- "version": "4.2.88",
3
+ "version": "4.2.89",
4
4
  "private": false,
5
5
  "homepage": "https://github.com/Verdocs/js-sdk",
6
6
  "description": "Isomorphic JS SDK providing types and API wrappers for the Verdocs platform for Node and Browser clients",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdocs/js-sdk",
3
- "version": "4.2.88",
3
+ "version": "4.2.89",
4
4
  "private": false,
5
5
  "homepage": "https://github.com/Verdocs/js-sdk",
6
6
  "description": "Isomorphic JS SDK providing types and API wrappers for the Verdocs platform for Node and Browser clients",