@verdocs/js-sdk 4.2.49 → 4.2.50

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
@@ -693,6 +693,8 @@ interface IRole {
693
693
  name: string;
694
694
  type: TRecipientType;
695
695
  full_name: string | null;
696
+ first_name: string | null;
697
+ last_name: string | null;
696
698
  email: string | null;
697
699
  phone: string | null;
698
700
  message: string | null;
package/dist/index.d.ts CHANGED
@@ -693,6 +693,8 @@ interface IRole {
693
693
  name: string;
694
694
  type: TRecipientType;
695
695
  full_name: string | null;
696
+ first_name: string | null;
697
+ last_name: string | null;
696
698
  email: string | null;
697
699
  phone: string | null;
698
700
  message: string | null;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdocs/js-sdk",
3
- "version": "4.2.49",
3
+ "version": "4.2.50",
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.49",
3
+ "version": "4.2.50",
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",