@topconsultnpm/sdk-ts 6.21.0-dev1.3 → 6.21.0-dev1.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.
|
@@ -1424,6 +1424,7 @@ export declare class AddDigitalSignatureFieldOperation extends DocumentOperation
|
|
|
1424
1424
|
position?: ElementPosition;
|
|
1425
1425
|
size?: ElementSize;
|
|
1426
1426
|
tooltip?: string | undefined;
|
|
1427
|
+
required?: boolean;
|
|
1427
1428
|
init(_data?: any): void;
|
|
1428
1429
|
static fromJS(data: any): AddDigitalSignatureFieldOperation;
|
|
1429
1430
|
toJSON(data?: any): any;
|
|
@@ -2532,6 +2533,8 @@ export declare class DynamicDataListDescriptor {
|
|
|
2532
2533
|
toJSON(data?: any): any;
|
|
2533
2534
|
}
|
|
2534
2535
|
export declare class ElementPosition {
|
|
2536
|
+
anchorText?: string | undefined;
|
|
2537
|
+
anchorOccurrence?: number;
|
|
2535
2538
|
x?: number;
|
|
2536
2539
|
y?: number;
|
|
2537
2540
|
pageNumber?: number | undefined;
|