@verdocs/js-sdk 5.0.29 → 5.0.30

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
@@ -644,7 +644,7 @@ interface IRecipient {
644
644
  id?: string | null;
645
645
  envelope_id: string;
646
646
  role_name: string;
647
- profile_id: string;
647
+ profile_id?: string | null;
648
648
  status: TRecipientStatus;
649
649
  first_name: string;
650
650
  last_name: string;
package/dist/index.d.ts CHANGED
@@ -644,7 +644,7 @@ interface IRecipient {
644
644
  id?: string | null;
645
645
  envelope_id: string;
646
646
  role_name: string;
647
- profile_id: string;
647
+ profile_id?: string | null;
648
648
  status: TRecipientStatus;
649
649
  first_name: string;
650
650
  last_name: string;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdocs/js-sdk",
3
- "version": "5.0.29",
3
+ "version": "5.0.30",
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.29",
3
+ "version": "5.0.30",
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",