@verdocs/js-sdk 5.0.38 → 5.0.40
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 +8 -1
- package/dist/index.d.ts +8 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -614,6 +614,9 @@ interface IEnvelopeFieldSettings {
|
|
|
614
614
|
base64?: string;
|
|
615
615
|
hash?: string;
|
|
616
616
|
ip_address?: string;
|
|
617
|
+
browser?: string;
|
|
618
|
+
platform?: string;
|
|
619
|
+
mobile?: boolean;
|
|
617
620
|
signature_id?: string;
|
|
618
621
|
signed_at?: string;
|
|
619
622
|
/** Checkbox settings */
|
|
@@ -667,8 +670,12 @@ interface IRecipient {
|
|
|
667
670
|
state?: string | null;
|
|
668
671
|
/** Zip code. Only used in KBA workflows. */
|
|
669
672
|
zip?: string | null;
|
|
670
|
-
/**
|
|
673
|
+
/** Last 4 digits of SSN. Only used in KBA workflows. */
|
|
671
674
|
ssn_last_4?: string | null;
|
|
675
|
+
/** The disclosure text the recipient accepted. */
|
|
676
|
+
disclosure?: string | null;
|
|
677
|
+
/** Date/time the recipient agreed to their e-signing disclosures. */
|
|
678
|
+
disclosure_accepted_at?: string | null;
|
|
672
679
|
/** Date of birth. Only used in KBA workflows. */
|
|
673
680
|
dob?: string | null;
|
|
674
681
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -614,6 +614,9 @@ interface IEnvelopeFieldSettings {
|
|
|
614
614
|
base64?: string;
|
|
615
615
|
hash?: string;
|
|
616
616
|
ip_address?: string;
|
|
617
|
+
browser?: string;
|
|
618
|
+
platform?: string;
|
|
619
|
+
mobile?: boolean;
|
|
617
620
|
signature_id?: string;
|
|
618
621
|
signed_at?: string;
|
|
619
622
|
/** Checkbox settings */
|
|
@@ -667,8 +670,12 @@ interface IRecipient {
|
|
|
667
670
|
state?: string | null;
|
|
668
671
|
/** Zip code. Only used in KBA workflows. */
|
|
669
672
|
zip?: string | null;
|
|
670
|
-
/**
|
|
673
|
+
/** Last 4 digits of SSN. Only used in KBA workflows. */
|
|
671
674
|
ssn_last_4?: string | null;
|
|
675
|
+
/** The disclosure text the recipient accepted. */
|
|
676
|
+
disclosure?: string | null;
|
|
677
|
+
/** Date/time the recipient agreed to their e-signing disclosures. */
|
|
678
|
+
disclosure_accepted_at?: string | null;
|
|
672
679
|
/** Date of birth. Only used in KBA workflows. */
|
|
673
680
|
dob?: string | null;
|
|
674
681
|
/**
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdocs/js-sdk",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.40",
|
|
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.
|
|
3
|
+
"version": "5.0.40",
|
|
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",
|