@verdocs/js-sdk 5.3.0 → 5.3.1

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
@@ -1238,7 +1238,7 @@ interface ICreateEnvelopeRecipientFromTemplate {
1238
1238
  /** A custom message to include in the email or SMS invitation. May be left blank for a default message. */
1239
1239
  message?: string;
1240
1240
  /** To enable authentication for the recipient, set to 'pin' or 'identity'. */
1241
- auth_methods?: TRecipientAuthMethod;
1241
+ auth_methods?: TRecipientAuthMethod[];
1242
1242
  /** If Passcode-based authentication is used, the passcode to challenge the user to enter. */
1243
1243
  passcode?: string;
1244
1244
  /**
@@ -1296,7 +1296,7 @@ interface ICreateEnvelopeRecipientDirectly {
1296
1296
  /** A custom message to include in the email or SMS invitation. May be left blank for a default message. */
1297
1297
  message?: string;
1298
1298
  /** To enable authentication for the recipient, set to 'pin' or 'identity'. */
1299
- auth_methods?: TRecipientAuthMethod;
1299
+ auth_methods?: TRecipientAuthMethod[];
1300
1300
  /** If Passcode-based authentication is used, the passcode to challenge the user to enter. */
1301
1301
  passcode?: string;
1302
1302
  /**
package/dist/index.d.ts CHANGED
@@ -1238,7 +1238,7 @@ interface ICreateEnvelopeRecipientFromTemplate {
1238
1238
  /** A custom message to include in the email or SMS invitation. May be left blank for a default message. */
1239
1239
  message?: string;
1240
1240
  /** To enable authentication for the recipient, set to 'pin' or 'identity'. */
1241
- auth_methods?: TRecipientAuthMethod;
1241
+ auth_methods?: TRecipientAuthMethod[];
1242
1242
  /** If Passcode-based authentication is used, the passcode to challenge the user to enter. */
1243
1243
  passcode?: string;
1244
1244
  /**
@@ -1296,7 +1296,7 @@ interface ICreateEnvelopeRecipientDirectly {
1296
1296
  /** A custom message to include in the email or SMS invitation. May be left blank for a default message. */
1297
1297
  message?: string;
1298
1298
  /** To enable authentication for the recipient, set to 'pin' or 'identity'. */
1299
- auth_methods?: TRecipientAuthMethod;
1299
+ auth_methods?: TRecipientAuthMethod[];
1300
1300
  /** If Passcode-based authentication is used, the passcode to challenge the user to enter. */
1301
1301
  passcode?: string;
1302
1302
  /**
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdocs/js-sdk",
3
- "version": "5.3.0",
3
+ "version": "5.3.1",
4
4
  "private": false,
5
5
  "homepage": "https://github.com/Verdocs/js-sdk",
6
6
  "description": "Isomorphic JS/TS 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": "5.3.0",
3
+ "version": "5.3.1",
4
4
  "private": false,
5
5
  "homepage": "https://github.com/Verdocs/js-sdk",
6
6
  "description": "Isomorphic JS/TS SDK providing types and API wrappers for the Verdocs platform for Node and browser clients",