@subnoto/api-client 2.4.0 → 2.5.0
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
|
@@ -3529,6 +3529,8 @@ export interface paths {
|
|
|
3529
3529
|
signaturesOnSeparatePage: boolean;
|
|
3530
3530
|
/** @description Whether initials are required on all pages of the document. */
|
|
3531
3531
|
initialsOnAllPages: boolean;
|
|
3532
|
+
/** @description Whether the signer must read all pages before signing. */
|
|
3533
|
+
mustReadAllPages: boolean;
|
|
3532
3534
|
/** @description The number of pages in the document. */
|
|
3533
3535
|
pageCount: number;
|
|
3534
3536
|
}[];
|
|
@@ -4093,6 +4095,8 @@ export interface paths {
|
|
|
4093
4095
|
title?: string;
|
|
4094
4096
|
/** @description Whether the initials are on all pages. */
|
|
4095
4097
|
initialsOnAllPages?: boolean;
|
|
4098
|
+
/** @description Whether the signer must read all pages before signing. */
|
|
4099
|
+
mustReadAllPages?: boolean;
|
|
4096
4100
|
}[];
|
|
4097
4101
|
/** @description The names of the tags to add to the envelope. */
|
|
4098
4102
|
tags?: string[];
|