@verdocs/js-sdk 3.0.12 → 3.0.14

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.
@@ -54,6 +54,8 @@ export interface IEnvelopesSearchResultEntry {
54
54
  recipients: IRecipient[];
55
55
  reminder_id: string | null;
56
56
  status: TEnvelopeStatus;
57
+ /** Defaults to 'private'. If set to 'shared', this envelope will be visible to other users in the same organization. Ignored for personal profiles. */
58
+ visibility: 'private' | 'shared';
57
59
  next_recipient: {
58
60
  claimed: boolean;
59
61
  email: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdocs/js-sdk",
3
- "version": "3.0.12",
3
+ "version": "3.0.14",
4
4
  "private": false,
5
5
  "homepage": "https://github.com/Verdocs/js-sdk",
6
6
  "description": "Verdocs JS SDK",