@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
|
@@ -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.
|