@verdocs/js-sdk 4.2.41 → 4.2.42
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 +7 -0
- package/dist/index.d.ts +7 -0
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -613,6 +613,13 @@ interface IRecipient {
|
|
|
613
613
|
email: string;
|
|
614
614
|
phone: string | null;
|
|
615
615
|
full_name: string;
|
|
616
|
+
first_name: string;
|
|
617
|
+
last_name: string;
|
|
618
|
+
address: string;
|
|
619
|
+
city: string;
|
|
620
|
+
state: string;
|
|
621
|
+
zip: string;
|
|
622
|
+
ssn_last_4: string;
|
|
616
623
|
/**
|
|
617
624
|
* The sequence number indicates the order in which Recipients act. Multiple recipients may have the same sequence
|
|
618
625
|
* number, in which case they may act in parallel. (e.g. all Recipients at sequence 2 will receive invites once
|
package/dist/index.d.ts
CHANGED
|
@@ -613,6 +613,13 @@ interface IRecipient {
|
|
|
613
613
|
email: string;
|
|
614
614
|
phone: string | null;
|
|
615
615
|
full_name: string;
|
|
616
|
+
first_name: string;
|
|
617
|
+
last_name: string;
|
|
618
|
+
address: string;
|
|
619
|
+
city: string;
|
|
620
|
+
state: string;
|
|
621
|
+
zip: string;
|
|
622
|
+
ssn_last_4: string;
|
|
616
623
|
/**
|
|
617
624
|
* The sequence number indicates the order in which Recipients act. Multiple recipients may have the same sequence
|
|
618
625
|
* number, in which case they may act in parallel. (e.g. all Recipients at sequence 2 will receive invites once
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdocs/js-sdk",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.42",
|
|
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.
|
|
3
|
+
"version": "4.2.42",
|
|
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",
|