@subnoto/api-client 2.5.3 → 2.5.4

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@subnoto/api-client",
3
3
  "private": false,
4
- "version": "2.5.3",
4
+ "version": "2.5.4",
5
5
  "description": "TypeScript SDK for Subnoto Public API",
6
6
  "author": "Subnoto",
7
7
  "homepage": "https://subnoto.com",
@@ -2861,6 +2861,12 @@ export interface paths {
2861
2861
  workspaceUuid: string;
2862
2862
  /** @description The UUID of the envelope to send. */
2863
2863
  envelopeUuid: string;
2864
+ /**
2865
+ * @description When "email" (default), invitation emails are sent; when "none", no emails are sent and link medium is set to "none".
2866
+ * @default email
2867
+ * @enum {string}
2868
+ */
2869
+ distributionMethod?: "email" | "none";
2864
2870
  /**
2865
2871
  * @deprecated
2866
2872
  * @description Deprecated. Use the update envelope endpoint to set this; value is ignored when sending. Whether to use the user's name or by default the company name as the sender name.