@verdocs/js-sdk 5.0.9 → 5.0.11

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
@@ -673,7 +673,7 @@ interface IRecipient {
673
673
  * created from this template. For privacy reasons, this field will only be visible to the creator
674
674
  * of the envelope and the recipient referenced.
675
675
  */
676
- kba_method?: "pin" | "identity" | "" | null;
676
+ kba_method?: "pin" | "kba" | "id" | "sms" | "" | null;
677
677
  /**
678
678
  * If KBA is set to "PIN" this will be set to the PIN code required. For security reasons, this
679
679
  * field will only be visible to the creator of the envelope.
@@ -1300,7 +1300,7 @@ interface ICreateEnvelopeFromTemplateRequest {
1300
1300
  fields?: Pick<IEnvelopeField, "name" | "role_name" | "default">[];
1301
1301
  environment?: string;
1302
1302
  no_contact?: boolean;
1303
- /** Override the sender name of the envelope in email and other notifications. */
1303
+ /** Override the sender name of the envelope in email and other notifications. NOTE: To prevent spam filters from blocking messages, only the NAME may be overidden. The "from" email address will be notifications@verdocs.com and cannot be changed. */
1304
1304
  sender_name?: string;
1305
1305
  /** Delay (in seconds) before the first reminder is sent (min: 4hrs). Set to 0 or null to disable. */
1306
1306
  initial_reminder?: number;
package/dist/index.d.ts CHANGED
@@ -673,7 +673,7 @@ interface IRecipient {
673
673
  * created from this template. For privacy reasons, this field will only be visible to the creator
674
674
  * of the envelope and the recipient referenced.
675
675
  */
676
- kba_method?: "pin" | "identity" | "" | null;
676
+ kba_method?: "pin" | "kba" | "id" | "sms" | "" | null;
677
677
  /**
678
678
  * If KBA is set to "PIN" this will be set to the PIN code required. For security reasons, this
679
679
  * field will only be visible to the creator of the envelope.
@@ -1300,7 +1300,7 @@ interface ICreateEnvelopeFromTemplateRequest {
1300
1300
  fields?: Pick<IEnvelopeField, "name" | "role_name" | "default">[];
1301
1301
  environment?: string;
1302
1302
  no_contact?: boolean;
1303
- /** Override the sender name of the envelope in email and other notifications. */
1303
+ /** Override the sender name of the envelope in email and other notifications. NOTE: To prevent spam filters from blocking messages, only the NAME may be overidden. The "from" email address will be notifications@verdocs.com and cannot be changed. */
1304
1304
  sender_name?: string;
1305
1305
  /** Delay (in seconds) before the first reminder is sent (min: 4hrs). Set to 0 or null to disable. */
1306
1306
  initial_reminder?: number;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdocs/js-sdk",
3
- "version": "5.0.9",
3
+ "version": "5.0.11",
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.0.9",
3
+ "version": "5.0.11",
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",