@subnoto/api-client 2.3.0 → 2.3.1
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1752,6 +1752,8 @@ export interface paths {
|
|
|
1752
1752
|
envelopeTitle: string;
|
|
1753
1753
|
/** @description The file to upload (PDF or Word document, max 50MB). */
|
|
1754
1754
|
file: unknown;
|
|
1755
|
+
/** @description Enable Smart Anchor detection. Set to 'true' to detect and process Smart Anchors in the PDF. Defaults to false. */
|
|
1756
|
+
detectSmartAnchors?: string;
|
|
1755
1757
|
};
|
|
1756
1758
|
};
|
|
1757
1759
|
};
|